summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-06-27version bump1.09Daniel Friesel-11/+11
2016-06-27changelog, update DB Data linkDaniel Friesel-3/+10
2016-06-25fix Stuttgart Hbf (tief) and Stuttgart-Feuerbach (errors in data source)Daniel Friesel-2/+4
2016-06-19update DB Haltestellen data source and linksDaniel Friesel-4/+4
2016-06-19Result: classes: Actually return a listDaniel Friesel-1/+9
2016-06-13db-iris: Add input validation for --date and --timeDaniel Friesel-2/+26
2016-06-09Fix another Stations.pm version number...Daniel Friesel-2/+2
2016-06-09Fix Stations.pm version number. (oops)Daniel Friesel-2/+2
2016-06-09version bump1.08Daniel Friesel-12/+15
2016-06-08db-iris: indicate canceled stops with an exclamation mark when -oc is inactiveDaniel Friesel-6/+20
2016-06-06db-iris: improve geolocation candidate and error handlingDaniel Friesel-1/+9
2016-05-26update acronyms.pl helper script with DS100 fixups etc.Daniel Friesel-993/+2827
2016-05-23db-iris(1): Note that we also accept IBNRsDaniel Friesel-4/+4
2016-05-18fix yet another ds100 bugDaniel Friesel-1/+1
2016-05-17db-iris: basic geolocation supportDaniel Friesel-0/+16
2016-05-13changelogDaniel Friesel-0/+11
2016-05-12Update Stations.pm documentationDaniel Friesel-18/+45
2016-05-10Stations: Fix DS100 for Düsseldorf-DerendorfDaniel Friesel-1/+1
2016-05-10perltidyDaniel Friesel-116/+124
2016-05-10add get_stations_by_location methodDaniel Friesel-0/+27
2016-05-10more ds100 fixesDaniel Friesel-2/+2
2016-05-10re-add non-german railway stations (manual import from old data source)Daniel Friesel-399/+2149
2016-05-09Add copyright notice for DB station dataDaniel Friesel-2/+11
2016-05-09t/21: Fix is_deeply got/expected orderDaniel Friesel-9/+9
2016-05-09Switch to Deutsche Bahn Haltestellen listDaniel Friesel-15220/+6709
2016-05-02Fix "Uninitialized value in split" for stations without meta tagsDaniel Friesel-1/+1
2016-05-01version bump1.07Daniel Friesel-11/+10
2016-04-30ChangelogDaniel Friesel-0/+6
2016-04-30get_station: set warnstr when a non-root station fetch failsDaniel Friesel-3/+15
2016-04-30get_station: Prevent endless while loopDaniel Friesel-1/+8
2016-04-29Use iterative related-station fetch instead of recursive approachDaniel Friesel-52/+42
2016-03-27update line_no documentationDaniel Friesel-3/+2
2016-02-29version bump1.06Daniel Friesel-7/+16
2016-02-28Partially fix excessive requests for stations with long "meta" tagsDaniel Friesel-2/+9
2015-12-26IRIS.pm: Document with_related optionDaniel Friesel-0/+11
2015-12-20release v1.051.05Daniel Friesel-9/+9
2015-12-03document -x/--exact/--relatedDaniel Friesel-0/+11
2015-12-01changelogDaniel Friesel-0/+16
2015-11-30IRIS: only show cache miss debug output when devmode is enabledDaniel Friesel-1/+4
2015-11-29actually use cacheDaniel Friesel-1/+16
2015-11-28prepare IRIS.pm for optional cache supportDaniel Friesel-28/+36
2015-11-12use Bahn OpenData site for DS100 station listDaniel Friesel-769/+706
2015-11-12prepare v1.04 (will be released from separate branch)Daniel Friesel-8/+10
2015-11-12Result: Do not try parsing undef timestamps, re-use existing strptime objectDaniel Friesel-46/+27
2015-11-10add accessors for whole (related) station data setDaniel Friesel-7/+12
2015-11-08simplify get_station a bitDaniel Friesel-41/+39
2015-11-06add with_related to db-iris, enabled by defaultDaniel Friesel-14/+17
2015-11-06debug moarDaniel Friesel-1/+5
2015-11-05include related stops (e.g. Köln Messe Deutz <-> Messe Deutz (tief)). first ...Daniel Friesel-6/+61
2015-11-05move get_station into separate method to prepare for recurvise fetchingDaniel Friesel-21/+41