https://github.com/stamen/elevate
Enrich GeoJSON features using the MapQuest Open Elevation API.
https://github.com/stamen/elevate
Last synced: 19 days ago
JSON representation
Enrich GeoJSON features using the MapQuest Open Elevation API.
- Host: GitHub
- URL: https://github.com/stamen/elevate
- Owner: stamen
- Created: 2013-10-28T23:46:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T20:31:04.000Z (over 11 years ago)
- Last Synced: 2025-04-10T03:13:25.168Z (19 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 15
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elevate
Enrich GeoJSON features using the MapQuest Open Elevation API.
## Usage
To add height and distance as `Z` and `M` coordinates to your GeoJSON-formatted
data:```bash
elevate data.json > enriched.json
```## Environment Variables
* `MAPQUEST_API_KEY` - MapQuest API key. Required.