View source: R/get_elev_point.R
get_aws_points | R Documentation |
Function for accessing elevation data from AWS and extracting the elevations
get_aws_points(
locations,
z = 5,
units = c("meters", "feet"),
verbose = TRUE,
...
)
locations |
Either a |
z |
The zoom level to return. The zoom ranges from 1 to 14. Resolution of the resultant raster is determined by the zoom and latitude. For details on zoom and resolution see the documentation from Mapzen at https://github.com/tilezen/joerd/blob/master/docs/data-sources.md#what-is-the-ground-resolution. default value is 5 is supplied. |
units |
Character string of either meters or feet. Conversions for 'aws' are handled in R as the AWS terrain tiles are served in meters. |
verbose |
Report back messages. |
... |
Arguments to be passed to |
a list with a SpatialPointsDataFrame or sf POINT or MULTIPOINT object with elevation added to the data slot and a character of the elevation units
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.