Import .geojson file with point geometry (lat/lng coordinates), export .geojson with 'ele' for each point
- Active Mapbox API key
- Node Version ~13
$ npm install --global elevation-cli
Usage
$ elevation [command] <options|path>
Commands
- `config`: set mapbox API key
- `fetch`: query mapbox API
Options
- `-h`: show help menu for a command
- `-v`: show package version
- `-p`: print
Examples
$ elevation fetch ~/azt.geojson
$ elevation config -p
- mapbox-terrain-tileset - API for this module
- everything-you-wanted-to-know-about-geojson - Resource for understanding geojson formatting