Add elevation data from terrain tiles to long/lat coordinates of animal gps data
lookup_elevation_file(
elev,
anidf,
zoom = 11,
get_slope = TRUE,
get_aspect = TRUE
)
elevation data as raster
animal tracking dataframe
level of zoom, defaults to 11
logical, whether to compute slope (in degrees), defaults to true
logical, whether to compute aspect (in degrees), defaults to true
original data frame, with terrain column(s) appended