Commit 32255c22 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb l2

parent 4709ef0e
...@@ -62,7 +62,7 @@ def rasterWkt(wkt, inputfile, outputfile): ...@@ -62,7 +62,7 @@ def rasterWkt(wkt, inputfile, outputfile):
feature.SetGeometry(geometry) feature.SetGeometry(geometry)
layer.CreateFeature(feature) layer.CreateFeature(feature)
# gdal.RasterizeLayer(output, [1], layer, burn_values=[0]) gdal.RasterizeLayer(output, [1], layer, burn_values=[0])
feature = None feature = None
data_source = None data_source = None
......
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