├── agency.txt ├── calendar.txt ├── feed_info.txt ├── readme.md ├── routes.txt ├── stop_times.txt ├── stops.txt └── trips.txt /agency.txt: -------------------------------------------------------------------------------- 1 | agency_id,agency_name,agency_url,agency_timezone,agency_lang,agency_phone,agency_fare_url,agency_email 2 | LOC,Locomore,https://locomore.com,Europe/Berlin,de,+49(0)30 9203578-9,https://locomore.com/de/tarife/,info@locomore.com -------------------------------------------------------------------------------- /calendar.txt: -------------------------------------------------------------------------------- 1 | service_id,monday,tuesday,wednesday,thursday,friday,saturday,sunday,start_date,end_date 2 | PRE,1,1,1,1,1,1,1,20161214,20170122 3 | BQ1818,1,0,0,0,1,1,1,20170123,20170406 4 | BQ1819,0,0,0,1,1,1,1,20170123,20170406 5 | POST,1,1,1,1,1,1,1,20170407,20171209 -------------------------------------------------------------------------------- /feed_info.txt: -------------------------------------------------------------------------------- 1 | feed_publisher_name,feed_publisher_url,feed_lang,feed_version 2 | "Locomore GTFS (unofficial)",https://github.com/robbi5/locomore-gtfs,de,20170118-01 3 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # (Unofficial) Locomore GTFS Feed 2 | 3 | [General Transit Feed Specification (GTFS)](https://developers.google.com/transit/gtfs/) für [Locomore](https://locomore.com). 4 | 5 | **Download** der .zip bei den [Releases](https://github.com/robbi5/locomore-gtfs/releases) 6 | 7 | ## Woher stammen die Angaben? 8 | 9 | Generell stammen alle Angaben von der Locomore-Webseite und aus dem Buchungsprozess. 10 | 11 | ### agency.txt: 12 | * `agency_id` aus https://booking.locomore.com/api/journey-search 13 | * `agency_phone,agency_email` von https://locomore.com/de/kontakt/ 14 | 15 | ### calendar.txt 16 | * `start_date,end_date` von https://locomore.com/de/faq/ (Buchungszeitraum) und [issue #3](https://github.com/robbi5/locomore-gtfs/issues/3) 17 | 18 | ### routes.txt 19 | * `route_color,route_text_color` aus dem CSS von https://locomore.com 20 | 21 | ### stops.txt: 22 | * `stop_id,stop_code,stop_name` von https://booking.locomore.com/api/stations 23 | * `stop_lat,stop_lon` durch Gecoding mittels https://geocoder.opencagedata.com, Daten von [OpenStreetMap](https://openstreetmap.org) contributors ([ODbL](http://opendatacommons.org/licenses/odbl/1.0/summary/)) 24 | 25 | ### stop_times.txt: 26 | * `arrival_time,departure_time` aus https://booking.locomore.com/api/journey-search 27 | 28 | Für die Ankunftszeit/Abfahrtszeit beim ersten/letzten Stop waren diese Zeiten leider nicht verfügbar, obwohl [GTFS diese erfordert](https://developers.google.com/transit/gtfs/reference/stop_times-file): 29 | > You must specify arrival and departure times for the first and last stops in a trip. 30 | 31 | Locomore weiß das aktuell auch nicht: 32 | > @locomore: @robbi5 Wie ich erfahre, gibt es bisher keine fixen Bereitstellungszeiten. 33 | > ~ https://twitter.com/locomore/status/810567588896010244 34 | 35 | Daher sind für Ankunft & Abfahrt beim ersten & letzten Stop aktuell die selben Zeiten eingetragen. 36 | 37 | ## Lizenz 38 | 39 | [ODbL](http://opendatacommons.org/licenses/odbl/1.0/summary/) -------------------------------------------------------------------------------- /routes.txt: -------------------------------------------------------------------------------- 1 | route_id,agency_id,route_short_name,route_long_name,route_type,route_url,route_color,route_text_color 2 | 1,LOC,LOC 1818,Stuttgart Hbf - Berlin-Lichtenberg,2,https://locomore.com/de/fahrplan/,F57E20,4B2B1F 3 | 2,LOC,LOC 1819,Berlin-Lichtenberg - Stuttgart Hbf,2,https://locomore.com/de/fahrplan/,F57E20,4B2B1F -------------------------------------------------------------------------------- /stop_times.txt: -------------------------------------------------------------------------------- 1 | trip_id,arrival_time,departure_time,stop_id,stop_sequence 2 | 1,06:21:00,06:21:00,8029034,1 3 | 1,06:39:00,06:40:00,8029009,2 4 | 1,07:16:00,07:17:00,8014021,3 5 | 1,08:03:00,08:04:00,8011336,4 6 | 1,08:27:00,08:30:00,8011065,5 7 | 1,08:41:00,08:42:00,8011051,6 8 | 1,09:22:00,09:23:00,8005637,7 9 | 1,09:58:00,09:59:00,8005365,8 10 | 1,10:19:00,10:20:00,8013050,9 11 | 1,11:12:00,11:15:00,8013552,10 12 | 1,11:47:00,11:48:00,8013017,11 13 | 1,12:58:00,12:59:00,8003036,12 14 | 1,13:05:00,13:06:00,8065969,13 15 | 1,13:17:00,13:18:00,8003004,14 16 | 1,13:32:00,13:32:00,8003231,15 17 | 2,14:28:00,14:28:00,8003231,1 18 | 2,14:41:00,14:42:00,8003004,2 19 | 2,14:53:00,14:54:00,8065969,3 20 | 2,15:00:00,15:01:00,8003036,4 21 | 2,16:10:00,16:11:00,8013017,5 22 | 2,16:43:00,16:46:00,8013552,6 23 | 2,17:41:00,17:42:00,8013050,7 24 | 2,18:03:00,18:04:00,8005365,8 25 | 2,18:39:00,18:40:00,8005637,9 26 | 2,19:19:00,19:20:00,8011051,10 27 | 2,19:35:00,19:37:00,8011065,11 28 | 2,19:53:00,19:54:00,8011336,12 29 | 2,20:31:00,20:33:00,8014021,13 30 | 2,21:02:00,21:03:00,8029009,14 31 | 2,21:20:00,21:20:00,8029034,15 32 | 3,06:21:00,06:21:00,8029034,1 33 | 3,06:39:00,06:40:00,8029009,2 34 | 3,07:16:00,07:17:00,8014021,3 35 | 3,08:03:00,08:04:00,8011336,4 36 | 3,08:27:00,08:30:00,8011065,5 37 | 3,08:41:00,08:42:00,8011051,6 38 | 3,09:22:00,09:23:00,8005637,7 39 | 3,09:58:00,09:59:00,8005365,8 40 | 3,10:19:00,10:20:00,8013050,9 41 | 3,11:12:00,11:15:00,8013552,10 42 | 3,11:47:00,11:48:00,8013017,11 43 | 3,12:58:00,12:59:00,8003036,12 44 | 3,13:05:00,13:06:00,8065969,13 45 | 3,13:17:00,13:18:00,8003004,14 46 | 3,13:32:00,13:32:00,8003231,15 47 | 4,14:28:00,14:28:00,8003231,1 48 | 4,14:41:00,14:42:00,8003004,2 49 | 4,14:53:00,14:54:00,8065969,3 50 | 4,15:00:00,15:01:00,8003036,4 51 | 4,16:10:00,16:11:00,8013017,5 52 | 4,16:43:00,16:46:00,8013552,6 53 | 4,17:41:00,17:42:00,8013050,7 54 | 4,18:03:00,18:04:00,8005365,8 55 | 4,18:39:00,18:40:00,8005637,9 56 | 4,19:19:00,19:20:00,8011051,10 57 | 4,19:35:00,19:37:00,8011065,11 58 | 4,19:53:00,19:54:00,8011336,12 59 | 4,20:31:00,20:33:00,8014021,13 60 | 4,21:02:00,21:03:00,8029009,14 61 | 4,21:20:00,21:20:00,8029034,15 62 | 5,06:21:00,06:21:00,8029034,1 63 | 5,06:39:00,06:40:00,8029009,2 64 | 5,07:16:00,07:17:00,8014021,3 65 | 5,08:03:00,08:04:00,8011336,4 66 | 5,08:27:00,08:30:00,8011065,5 67 | 5,08:41:00,08:42:00,8011051,6 68 | 5,09:22:00,09:23:00,8005637,7 69 | 5,09:58:00,09:59:00,8005365,8 70 | 5,10:19:00,10:20:00,8013050,9 71 | 5,11:12:00,11:15:00,8013552,10 72 | 5,11:47:00,11:48:00,8013017,11 73 | 5,12:58:00,12:59:00,8003036,12 74 | 5,13:05:00,13:06:00,8065969,13 75 | 5,13:17:00,13:18:00,8003004,14 76 | 5,13:32:00,13:32:00,8003231,15 77 | 6,14:28:00,14:28:00,8003231,1 78 | 6,14:41:00,14:42:00,8003004,2 79 | 6,14:53:00,14:54:00,8065969,3 80 | 6,15:00:00,15:01:00,8003036,4 81 | 6,16:10:00,16:11:00,8013017,5 82 | 6,16:43:00,16:46:00,8013552,6 83 | 6,17:41:00,17:42:00,8013050,7 84 | 6,18:03:00,18:04:00,8005365,8 85 | 6,18:39:00,18:40:00,8005637,9 86 | 6,19:19:00,19:20:00,8011051,10 87 | 6,19:35:00,19:37:00,8011065,11 88 | 6,19:53:00,19:54:00,8011336,12 89 | 6,20:31:00,20:33:00,8014021,13 90 | 6,21:02:00,21:03:00,8029009,14 91 | 6,21:20:00,21:20:00,8029034,15 -------------------------------------------------------------------------------- /stops.txt: -------------------------------------------------------------------------------- 1 | stop_id,stop_code,stop_name,stop_lat,stop_lon 2 | 8029034,TS,Stuttgart Hbf,48.7856099,9.1833959 3 | 8029009,TV,Vaihingen (Enz),48.9476877,8.9582801 4 | 8014021,RH,Heidelberg Hbf,49.4034737,8.6754223 5 | 8011336,FD,Darmstadt Hbf,49.8728528,8.6294113 6 | 8011065,FFS,Frankfurt (Main) Süd,50.0993379,8.6862694 7 | 8011051,FH,Hanau Hbf,50.1210733,8.9292147 8 | 8005637,FFU,Fulda,50.5547541,9.6843823 9 | 8005365,FKW,Kassel-Wilhelmshöhe,51.3113881,9.4477049 10 | 8013050,HG,Göttingen,51.5367907,9.9262544 11 | 8013552,HH,Hannover Hbf,52.3764864,9.741069 12 | 8013017,HWOB,Wolfsburg Hbf,52.4294853,10.7871395 13 | 8003036,BZOO,Berlin Zoologischer Garten,52.5074342,13.3325608 14 | 8065969,BLS,Berlin Hbf,52.5249451,13.3696614 15 | 8003004,BHF,Berlin Ostbahnhof,52.5103817,13.4349112 16 | 8003231,BLO,Berlin-Lichtenberg,52.5104207,13.4969658 -------------------------------------------------------------------------------- /trips.txt: -------------------------------------------------------------------------------- 1 | route_id,service_id,trip_id 2 | 1,PRE,1 3 | 2,PRE,2 4 | 1,BQ1818,3 5 | 2,BQ1819,4 6 | 1,POST,5 7 | 2,POST,6 --------------------------------------------------------------------------------