diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-06-19 22:37:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-06-19 22:37:13 +0200 |
commit | e9b63cdead046b656d0f9e6b7ecbccc523363994 (patch) | |
tree | 48cc96c45820d85f11043892b69f60e53f6ee31a /scripts | |
parent | 381ef5566e36deda5fa7e863219d866830bb9652 (diff) |
update DB Haltestellen data source and links
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/acronyms.pl | 2 | ||||
-rwxr-xr-x | scripts/acronyms.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index b9e1fe4..ffc14bd 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -2053,6 +2053,6 @@ Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.org This module is licensed under the same terms as Perl itself. Note that the station data used by this module is also available under a CC-BY 4.0 license on -L<http://data.deutschebahn.com/datasets/haltestellen/>. +L<http://data.deutschebahn.com/dataset/data-haltestellendaten>. EOF diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index 908f7d8..ee0860a 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -1,5 +1,5 @@ #!/bin/sh -curl -s http://data.deutschebahn.com/datasets/haltestellen/D_Bahnhof_2016_01_alle.csv \ +curl -s http://download-data.deutschebahn.com/static/datasets/haltestellen/D_Bahnhof_2016_01_alle.csv \ | perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm |