1.0.0 • Published 4 years ago

@mkieselmann/geojson-dedupe v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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.