ds5010 / broadband

MIT License
2 stars 1 forks source link

Simplify geojson #10

Closed PhilipMathieu closed 2 years ago

PhilipMathieu commented 2 years ago

This code uses a node-based command line tool called Mapshaper (https://github.com/mbloch/mapshaper) that can simplify geojson geometries without breaking the topology - in other words, lines that should intersect still intersect, etc. The simplified data is about half the file size with the current settings, but could be simplified further.

PhilipMathieu commented 2 years ago

I would suggest waiting to merge this pull request until we test it with the observable notebook. I will attempt that sometime this weekend.