process_elevation: Process and optionally export modeled elevation data from...

Description Usage Arguments Value

Description

Process and optionally export modeled elevation data from existing animal data file

Usage

1
2
3
4
5
6
7
8
process_elevation(
  zoom = 11,
  get_slope = TRUE,
  get_aspect = TRUE,
  in_path,
  export = FALSE,
  out_path = NULL
)

Arguments

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

in_path

animal tracking data file to model elevation from

export

logical, whether to export data with elevation, defaults to False

out_path

.rds file path for processed data when export is True

Value

list of data frames with gps data augmented by elevation


animaltracker documentation built on Nov. 18, 2020, 1:08 a.m.