Skip to content

apply the ramer-douglas-peucker line simplification to geojson features or feature collections in JS or on the CLI

Notifications You must be signed in to change notification settings

tdurand/simplify-geojson

 
 

Repository files navigation

simplify-geojson

forked for 3d paths

-t : tolerance lat, lng -z : tolerance Z (elevation)

cat track.json | node cli.js -t 0.0001 -z 100 > track-simplified.json

About

apply the ramer-douglas-peucker line simplification to geojson features or feature collections in JS or on the CLI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%