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

rgb

parent e81554ef
...@@ -23,7 +23,7 @@ def createLayer(wkt, layerName="wkt"): ...@@ -23,7 +23,7 @@ def createLayer(wkt, layerName="wkt"):
layer.CreateFeature(feature) layer.CreateFeature(feature)
# Dereference the feature # Dereference the feature
feature = None feature = None
return layer return layer
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
def rasterWkt(wkt, inputfile, outputfile): def rasterWkt(wkt, inputfile, outputfile):
''' '''
......
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