Commit cb736546 authored by Mario Chirinos's avatar Mario Chirinos

update

parent 07657922
...@@ -23,7 +23,7 @@ def getMinMax(clase): ...@@ -23,7 +23,7 @@ def getMinMax(clase):
values.append(v[clase]) values.append(v[clase])
minval = min(values) minval = min(values)
maxval = max(values) maxval = max(values)
polylist.append({"wkt":wkt, "min":minval, "max":maxval}) polylist.append({"clave": item, "wkt":wkt, "min":minval, "max":maxval})
with open('minmax_'+clase+'.csv', 'w') as outfile: with open('minmax_'+clase+'.csv', 'w') as outfile:
......
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