diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-11-12 11:06:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-11-12 11:06:10 +0100 |
commit | 4339f0db26d78251fe6c4f2b1f7be768a7ed3a2c (patch) | |
tree | cdc0e11b1e1ebe73bc4cbad4b4c02ab66300ee5d /scripts/acronyms.sh | |
parent | e527672c35108f9aede265181a64dc8a1bbb26bb (diff) |
use Bahn OpenData site for DS100 station list
Diffstat (limited to 'scripts/acronyms.sh')
-rwxr-xr-x | scripts/acronyms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index 71f90d1..57b48ce 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -1,5 +1,5 @@ #!/bin/sh -curl -s http://fahrweg.dbnetze.com/file/fahrweg-de/2394144/vHBDX5OndmGwv-JTA9EzuNArX1E/2361656/data/betriebsstellen.pdf \ -| pdftotext -layout - - | perl scripts/acronyms.pl \ +curl -s http://data.deutschebahn.com/datasets/betriebsstellen/DBNetz-Betriebsstellenverzeichnis-Stand2015-05.csv \ +| perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm |