hike_height_diff: height difference

View source: R/hike_create_lines.R

hike_height_diffR Documentation

height difference

Description

height difference

Usage

hike_height_diff(elev_points, col)

Arguments

col

- column with elevation

points

- sf points

Value

calc. height difference in m

Examples

a <- stplanr::geo_code("Jena")
b <- stplanr::geo_code("Weimar")
a_to_b <- data.frame(rbind(a,b))
elev_p <- hikeR::hike_spatial_elev(a_to_b,shiny_progress = F,apikey = Sys.getenv("apikey"))
hike_height_diff(elev_p,col = "elev")

EricKrg/hikeR documentation built on June 30, 2022, 4:57 p.m.