summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-19 21:50:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-19 21:50:23 +0100
commit48f6dcd45adec36b6e48c1913e03eb6ed8f9e133 (patch)
treed44348a951502ad1b983740c4e95fca48ca47a6e /README.md
parent33ce867b1bd4abb8fc9dde049507937182b9c6e3 (diff)
Rename UIC to EVA. EVA IDs are often (but not always!) UIC IDs
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 42cd267..ea0d91f 100644
--- a/README.md
+++ b/README.md
@@ -87,10 +87,10 @@ If the changes you made are suitable for inclusion in Travel::Status::DE::IRIS,
please [open a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) afterwards.
Please only include stations which are usable with DB IRIS, that is, which have
-both DS100 and UIC numbers. If
+both DS100 and EVA numbers. If
```
-curl -s https://iris.noncd.db.de/iris-tts/timetable/station/UICNUMBER
+curl -s https://iris.noncd.db.de/iris-tts/timetable/station/EVANUMBER
```
and
@@ -101,3 +101,6 @@ curl -s https://iris.noncd.db.de/iris-tts/timetable/station/DS100
return a `<station>` element with "name", "eva" and "ds100" attributes, you're
good to go.
+
+Note that although EVA numbers are often identical with UIC station IDs,
+there are stations where this is not the case.