https://github.com/tmcw/togeojson-cli
toGeoJSON in the console
https://github.com/tmcw/togeojson-cli
Last synced: 12 months ago
JSON representation
toGeoJSON in the console
- Host: GitHub
- URL: https://github.com/tmcw/togeojson-cli
- Owner: tmcw
- Created: 2019-03-04T04:01:22.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T01:38:07.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:55:51.683Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 305 KB
- Stars: 36
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# togeojson-cli
Converts KML and GPX to GeoJSON on the command line. You can provide a stream
of data from stdin, or a list of filenames. Auto-detects file types, and
if provided multiple files, concatenates them automatically.
Install with yarn:
yarn global add @tmcw/togeojson-cli
With npm:
npm install -g @tmcw/togeojson-cli
Run it just once with npx:
npx @tmcw/togeojson-cli file.kml