Commit f7e427fe authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

parent baedd24a
......@@ -29,7 +29,7 @@ def rasterWkt(wkt, inputfile, outputfile):
'''
Draw WKT Polygon into a Image
'''
print (inputfile)
intput = gdal.Open(inputfile)
rows, cols, geotransform = intput.RasterYSize, intput.RasterXSize, intput.GetGeoTransform()
# 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