Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.14 KB

hikeR ⛺

A shiny application in order to ease up planning for the next hiking or bike trip.

install.packages("devtools")
devtools::install_github("EricKrg/hikeR")

run the app locally:

if you want to run the app locally you will need three api keys:

hikeR::hike_app(elevation_api,cycle_api,ors_api)

The App

App deck

Main features:

Routing:

  • route by drawing the airline distance on the map (multiple points possible)
  • route by adress (multiple adresses possible)
  • multiple routing providers with diffrents routing styles for cycling and hiking

App deck

Elevation

  • draw a 2d or 3d elevation profile
  • calc. vertical distance and performance kilometers

3D_plot

In reach

  • pin a point on the map an get reachability output based on travel time and moving style

App deck