lookup_elevation_aws: Add elevation data from public AWS terrain tiles to long/lat...

Description Usage Arguments Value

View source: R/data_processing.R

Description

Add elevation data from public AWS terrain tiles to long/lat coordinates of animal gps data

Usage

1
lookup_elevation_aws(anidf, zoom = 11, get_slope = TRUE, get_aspect = TRUE)

Arguments

anidf

animal tracking dataframe

zoom

level of zoom, defaults to 11

get_slope

logical, whether to compute slope (in degrees), defaults to true

get_aspect

logical, whether to compute aspect (in degrees), defaults to true

Value

original data frame, with Elevation column appended


mathedjoe/animaltracker documentation built on Aug. 12, 2021, 7:46 a.m.