Learn R Programming

elevatr (version 0.1.3)

get_mapzen_elev: Get point elevations from Mapzen

Description

Get point elevations from Mapzen

Usage

get_mapzen_elev(locations, api_key = NULL)

Arguments

api_key

A valid Mapzen API key. Although not required by the API, the rate limits are low without a key. The elevatr package requires a key. To get a key, visit https://mapzen.com/developers. Defaults to Sys.getenv("mapzen_key").