Commit 580f79b2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

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