Learn R Programming

animaltracker (version 0.2.0)

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

Description

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

Usage

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