@mkieselmann/geojson-dedupe
v1.0.0
Published
deduplicate features in a geojson files
Downloads
8
Maintainers
Readme
geojson-dedupe
Remove duplicate features from a GeoJSON FeatureCollection with streaming.
install
npm install -g geojson-dedupe
usage
geojson-dedupe < file.geojson > output.geojson
credits
This code was adapted from https://github.com/andrewharvey/geojson-id-streaming and https://github.com/mapbox/geojson-merge.