Commit 8cebee77 authored by Mario Chirinos's avatar Mario Chirinos

update

parent c6ba43d1
...@@ -25,7 +25,7 @@ def getMinMax(clase): ...@@ -25,7 +25,7 @@ def getMinMax(clase):
polylist.append({"wkt":wkt, "min":minval, "max":maxval}) polylist.append({"wkt":wkt, "min":minval, "max":maxval})
with open('minmax_'.clase.'.json', 'w') as outfile: with open('minmax_'+clase+'.json', 'w') as outfile:
json.dump(polylist, outfile) json.dump(polylist, outfile)
#=============================================================================== #===============================================================================
def main(argv): def main(argv):
......
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