Commit 3d363409 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

parent c3ec8a14
...@@ -29,7 +29,9 @@ def rasterWkt(wkt, inputfile, outputfile): ...@@ -29,7 +29,9 @@ def rasterWkt(wkt, inputfile, outputfile):
''' '''
Draw WKT Polygon into a Image Draw WKT Polygon into a Image
''' '''
print (wtk)
print (inputfile) print (inputfile)
print (outputfile)
intput = gdal.Open(inputfile) intput = gdal.Open(inputfile)
rows, cols, geotransform = intput.RasterYSize, intput.RasterXSize, intput.GetGeoTransform() rows, cols, geotransform = intput.RasterYSize, intput.RasterXSize, intput.GetGeoTransform()
# Read the input bands as numpy arrays. # Read the input bands as numpy arrays.
......
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