文件名称:openbahn:查询Deutsche Bahn时间表API
文件大小:204KB
文件格式:ZIP
更新时间:2024-06-04 08:59:50
R
高速公路 openbahn提供的功能可轻松与德国铁路公司Deutsche Bahn (DB)提供的时间表API进行交互。 目前,API仅提供德国长途交通的时间表数据。 存在以下API端点,并且这些端点已被openbahn覆盖: openbahn_locations查找火车站 openbahn_arrivals检索到达板 openbahn_departures检索出发板 openbahn_jounreys检索特定火车的详细信息 要与API交互,需要API密钥。 API密钥 要获取API密钥,必须通过电子邮件发送给并分别请求时间表或Fahrplan API的密钥。 安装 您可以使用以下命令从github安装openbahn: # install.packages("devtools") devtools :: install_github( " ottlngr/openbahn " )
【文件预览】:
openbahn-master
----codecov.yml(15B)
----CONDUCT.md(1KB)
----vignettes()
--------openbahn.Rmd(4KB)
----NAMESPACE(473B)
----NEWS.md(75B)
----DESCRIPTION(924B)
----R()
--------openbahn_locations.R(2KB)
--------openbahn_auth.R(959B)
--------helpers.R(2KB)
--------data.R(1KB)
--------openbahn_departures.R(3KB)
--------openbahn_journeys.R(2KB)
--------openbahn-package.R(631B)
--------openbahn_arrivals.R(3KB)
----openbahn.Rproj(343B)
----.travis.yml(206B)
----.Rbuildignore(120B)
----tools()
--------datasets.R(513B)
----README.md(11KB)
----data()
--------db_stations.rda(180KB)
----man()
--------openbahn_departures.Rd(1KB)
--------openbahn_auth.Rd(783B)
--------openbahn_locations.Rd(869B)
--------openbahn-package.Rd(740B)
--------openbahn_arrivals.Rd(1KB)
--------openbahn_journeys.Rd(1KB)
--------db_stations.Rd(1KB)
----appveyor.yml(860B)
----tests()
--------testthat()
--------testthat.R(60B)
----.gitignore(57B)
----README.Rmd(3KB)