Commit c6ba43d1 authored by Mario Chirinos's avatar Mario Chirinos

update

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