Commit 52347f88 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

parent 70d3386c
......@@ -40,14 +40,14 @@ def rasterWkt(wkt, inputfile, outputfile):
driverTiff = gdal.GetDriverByName('GTiff')
output = driverTiff.Create(outputfile, cols, rows, 1, gdal.GDT_Byte)
# output.GetRasterBand(1).SetNoDataValue(-99)
# output.GetRasterBand(1).WriteArray(np_intput)
# output.GetRasterBand(1).FlushCache()
# output.SetGeoTransform(geotransform)
# wkt = intput.GetProjection()
# sr = osr.SpatialReference()
# sr.ImportFromWkt(wkt)
# output.SetProjection(sr.ExportToWkt())
output.GetRasterBand(1).SetNoDataValue(-99)
output.GetRasterBand(1).WriteArray(np_intput)
output.GetRasterBand(1).FlushCache()
output.SetGeoTransform(geotransform)
wkt = intput.GetProjection()
sr = osr.SpatialReference()
sr.ImportFromWkt(wkt)
output.SetProjection(sr.ExportToWkt())
# shapefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment