An open API service indexing awesome lists of open source software.

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.

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.