Package: graphhopper 0.1.3
graphhopper: An R Interface to the 'GraphHopper' Directions API
Provides a quick and easy access to the 'GraphHopper' Directions API. 'GraphHopper' <https://www.graphhopper.com/> itself is a routing engine based on 'OpenStreetMap' data. API responses can be converted to simple feature (sf) objects in a convenient way.
Authors:
graphhopper_0.1.3.tar.gz
graphhopper_0.1.3.zip(r-4.5)graphhopper_0.1.3.zip(r-4.4)graphhopper_0.1.3.zip(r-4.3)
graphhopper_0.1.3.tgz(r-4.4-any)graphhopper_0.1.3.tgz(r-4.3-any)
graphhopper_0.1.3.tar.gz(r-4.5-noble)graphhopper_0.1.3.tar.gz(r-4.4-noble)
graphhopper_0.1.3.tgz(r-4.4-emscripten)graphhopper_0.1.3.tgz(r-4.3-emscripten)
graphhopper.pdf |graphhopper.html✨
graphhopper/json (API)
NEWS
# Install 'graphhopper' in R: |
install.packages('graphhopper', repos = c('https://crazycapivara.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/crazycapivara/graphhopper-r/issues
api-clientgraphhopperrouting-enginerspatialtravel-times
Last updated 3 years agofrom:9542e20444. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:%>%gh_as_sfgh_available_spt_columnsgh_bboxgh_get_infogh_get_isochronegh_get_routegh_get_routesgh_get_sptgh_instructionsgh_pointsgh_set_api_urlgh_spt_as_linestrings_sfgh_spt_columnsgh_time_distance
Dependencies:askpassclicurldplyrfansigenericsgluegooglePolylineshttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigR6Rcpprlangsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert a gh object into an sf object | gh_as_sf gh_as_sf.gh_isochrone gh_as_sf.gh_route gh_as_sf.gh_spt |
Get a vector with available columns of the spt endpoint | gh_available_spt_columns |
Extract the bounding box from a gh object | gh_bbox gh_bbox.gh_info gh_bbox.gh_route |
Get information about the GraphHopper instance | gh_get_info |
Get isochrones for a given start point | gh_get_isochrone |
Get a route for a given set of points | gh_get_route |
Get multiple routes | gh_get_routes |
Get the shortest path tree for a given start point | gh_get_spt |
Extract the instructions from a gh route object | gh_instructions |
Extract the points from a gh route object | gh_points |
Set gh API base url | gh_set_api_url |
Build lines from a gh spt object | gh_spt_as_linestrings_sf |
Select the columns to be returned by a spt request | gh_spt_columns |
Extract time and distance from a gh route object | gh_time_distance |