impprove python merge script for smaller geojson files
This commit is contained in:
parent
2beebe8099
commit
31550bb512
|
@ -38,4 +38,4 @@ for feature in json_data['features']:
|
||||||
|
|
||||||
# write out new geojson file with the updates
|
# write out new geojson file with the updates
|
||||||
with open(output_file, 'w') as newfile:
|
with open(output_file, 'w') as newfile:
|
||||||
json.dump(json_data, newfile, indent=2)
|
json.dump(json_data, newfile, separators=(',', ':'))
|
||||||
|
|
Loading…
Reference in a new issue