Package: otpr 0.5.1
otpr: An R Wrapper for the 'OpenTripPlanner' REST API
A wrapper for the 'OpenTripPlanner' <http://www.opentripplanner.org/> REST API. Queries are submitted to the relevant 'OpenTripPlanner' API resource, the response is parsed and useful R objects are returned.
Authors:
otpr_0.5.1.tar.gz
otpr_0.5.1.zip(r-4.5)otpr_0.5.1.zip(r-4.4)otpr_0.5.1.zip(r-4.3)
otpr_0.5.1.tgz(r-4.4-any)otpr_0.5.1.tgz(r-4.3-any)
otpr_0.5.1.tar.gz(r-4.5-noble)otpr_0.5.1.tar.gz(r-4.4-noble)
otpr_0.5.1.tgz(r-4.4-emscripten)otpr_0.5.1.tgz(r-4.3-emscripten)
otpr.pdf |otpr.html✨
otpr/json (API)
NEWS
# Install 'otpr' in R: |
install.packages('otpr', repos = c('https://marcusyoung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/marcusyoung/otpr/issues
accessaccessibilityisochronesopentripplannerotppublic-transportroutingtransporttransport-apitransportation-planningtraveltravel-plannertravel-times
Last updated 2 years agofrom:bbb4e2a0c5. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | NOTE | Nov 05 2024 |
R-4.5-linux | NOTE | Nov 05 2024 |
R-4.4-win | NOTE | Nov 05 2024 |
R-4.4-mac | NOTE | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:otp_connectotp_create_surfaceotp_evaluate_surfaceotp_get_distanceotp_get_isochroneotp_get_times
Dependencies:askpassbackportscheckmateclassclassIntclicpp11curlDBIdplyre1071fansigenericsgeojsonsfgeometriesgluehmshttrjanitorjsonifyjsonliteKernSmoothlifecyclelubridatemagrittrMASSmimeopensslpillarpkgconfigproxypurrrR6rapidjsonrRcpprlangrrapplys2sfsfheaderssnakecasestringistringrsystibbletidyrtidyselecttimechangetriebeardunitsurltoolsutf8vctrswithrwk
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Set up and confirm a connection to an OTP instance. | otp_connect |
Creates a travel time surface (OTPv1 only). | otp_create_surface |
Evaluates an existing travel time surface (OTPv1 only). | otp_evaluate_surface |
Finds the distance in metres between supplied origin and destination | otp_get_distance |
Returns one or more travel time isochrones (OTPv1 only) | otp_get_isochrone |
Queries OTP for the time or detailed itinerary for a trip between an origin and destination | otp_get_times |