Process and optionally export modeled elevation data from existing animal data file
process_elevation(
zoom = 11,
get_slope = TRUE,
get_aspect = TRUE,
in_path,
export = FALSE,
out_path = NULL
)
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
animal tracking data file to model elevation from
logical, whether to export data with elevation, defaults to False
.rds file path for processed data when export is True
list of data frames with gps data augmented by elevation