Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 453 Bytes

simplify-gpx

Transformts gpx files to optimized gpx or GeoJSON
This module uses simplify-geometry module which simplifies geometry using the Ramer–Douglas–Peucker algorithm.

Installing for local use (not published to npm yet)

npm install
npm run compile

Examples (as a command line tool)

node lib/cli.js -f $(find {dir-with-files} type -f) --output-dir {output-dir}