Commit 0fbd735f authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

parent 9324c68b
......@@ -44,7 +44,7 @@ def rasterWkt(wkt, inputfile, outputfile):
output.GetRasterBand(1).WriteArray(np_intput)
output.GetRasterBand(1).FlushCache()
output.SetGeoTransform(geotransform)
wkt = b1.GetProjection()
wkt = intput.GetProjection()
sr = osr.SpatialReference()
sr.ImportFromWkt(wkt)
output.SetProjection(sr.ExportToWkt())
......
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