summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-07 15:07:17 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-07 15:07:17 +0200
commit54441a92200a5452300919720750937c5fc0d2ab (patch)
tree51ada8cc9040dc9a6247e383a809fff531691125 /README.md
parent498d1c6f8a5fcb6020bc95dbd8b66acc0725bac1 (diff)
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8f331d7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+efa to efa gateway
+---
+
+This repository contains a EVA ID to EFA departure data helper for
+[DBF](https://dbf.finalrewind.org). The **efa-gw** web service receives an EVA
+stop ID originating from DB IRIS / HAFAS as input and returns [VRR
+EFA](https://efa.vrr.de) departure data for the corresponding EFA stop. To do
+so, it must map EVA IDs to EFA names or stopIDs. The translation table is
+located in **share/vrr.json** and can be updated by feeding
+[Haltestellen VRR](https://www.opendata-oepnv.de/ht/de/organisation/verkehrsverbuende/vrr/startseite?tx_vrrkit_view%5Bdataset_name%5D=haltestellen-vrr&tx_vrrkit_view%5Baction%5D=details&tx_vrrkit_view%5Bcontroller%5D=View)
+and [IRIS stations.json](https://git.finalrewind.org/Travel-Status-DE-IRIS/plain/share/stations.json)
+into **merge-haltestellen-and-iris**.
+
+**share/vrr.json** is © DB Station&Service AG and Verkehrsverbund Rhein-Ruhr
+AöR. It is licensed under the terms of [CC-BY
+4.0](https://creativecommons.org/licenses/by/4.0/).