Get point elevation data from the AWS Terrain Tiles
Get point elevation data from the AWS Terrain Tiles
Function for accessing elevation data from AWS and extracting the elevations
get_aws_points( locations, z =5, units = c("meters","feet"), verbose =TRUE,...)
Arguments
locations: Either a data.frame with x (e.g. longitude) as the first column and y (e.g. latitude) as the second column, a SpatialPoints/SpatialPointsDataFrame, or a sfPOINT or MULTIPOINT object. Elevation for these points will be returned in the originally supplied class.