Get raster layer value for a given latitude and longitude
Source:R/get_raster_layer_value.R
get_raster_layer_value.Rd
Get raster layer value for a given latitude and longitude
Arguments
- lat
numeric; Latitude
- lon
numeric; Longitude
- layer_id
numeric; layer ID value for the raster layer on the LINZ data service. See https://data.linz.govt.nz/
- key
character; LINZ API key. This can be set as an environment variable using the
add_linz_key()
function or passed as a character. See?add_linz_key
for more information with setting up the API key.