Full Code of vasile/transit-map for AI

master 440795ad4d9a cached
21 files
2.1 MB
538.8k tokens
55 symbols
1 requests
Download .txt
Showing preview only (2,156K chars total). Download the full file or copy to clipboard to get everything.
Repository: vasile/transit-map
Branch: master
Commit: 440795ad4d9a
Files: 21
Total size: 2.1 MB

Directory structure:
gitextract_ugu78a7a/

├── .gitignore
├── LICENSE
├── README.md
├── api/
│   ├── .htaccess
│   ├── demo/
│   │   └── trips.json
│   ├── geojson/
│   │   ├── edges.geojson
│   │   └── stations.geojson
│   └── inc/
│       ├── config.json
│       ├── controllers/
│       │   ├── geojson.php
│       │   └── trips.php
│       ├── init.php
│       ├── models/
│       │   ├── db.php
│       │   └── gtfs.php
│       └── views/
│           └── json.php
├── index.html
└── static/
    ├── .htaccess
    ├── css/
    │   ├── reset.css
    │   └── style.css
    └── js/
        ├── config.js
        ├── infobox_packed.js
        └── map.js

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
.DS_Store
feed
TODO

api/gtfs-data
api/tmp



================================================
FILE: LICENSE
================================================
Copyright (c) 2014 Vasile Coțovanu - http://www.vasile.ch
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

================================================
FILE: README.md
================================================
## About

This project animates vehicles (markers) on a map using the public transport timetables to interpolate their positions along the routes (polylines).

**NEW: Plug and play your GTFS files !** Check the [GTFS-viz](https://github.com/vasile/GTFS-viz) for more information.

![Swiss railways(SBB)](https://raw.github.com/vasile/transit-map/master/static/images/github_badge_800px.png "Swiss railways(SBB)")
SBB network - http://simcity.vasile.ch/sbb/

### Live applications using this project

* **Swiss National Railways (SBB)** network - http://simcity.vasile.ch/sbb/
* **Romanian Railways (CFR)** network - http://cfr.webgis.ro/
* **Lausanne (TL)** public transport - http://simcity.vasile.ch/lausanne/
* **Brașov (RAT)** public transport - http://brasov.webgis.ro/
* **Grenoble (TAG)** public transport - http://simcity.vasile.ch/grenoble/
* **Genève (TPG)** public transport - http://simcity.vasile.ch/geneva/

![Swiss railways(SBB)](http://simcity.vasile.ch/sbb/static/images/embed_social_200px.png "Swiss railways(SBB)") ![Romanian railways(CFR)](http://cfr.webgis.ro/static/images/embed_social_200px.png "Romanian railways(CFR)") ![Lausanne (TL)](http://simcity.vasile.ch/lausanne/static/images/embed_social_200px.png "Lausanne (TL)") ![Brașov (RAT)](http://brasov.webgis.ro/static/images/embed_social_200px.png "Brașov (RAT)") ![Grenoble (TAG)](http://simcity.vasile.ch/grenoble/static/images/embed_social_200px.png "Grenoble (TAG)") ![Genève (TPG)](http://simcity.vasile.ch/geneva/static/images/embed_social_200px.png "Genève (TPG)")

## Install

You need is a webserver(i.e. Apache) and a (modern) browser.

Steps:

* clone / download the project in a location that can be accessible via your webserver
* access the project in the browser (i.e. [http://localhost/transit-map/](http://localhost/transit-map/) ). 

You should already see some action on the map !

## Customize

### Parameters in config.js

File [static/js/config.js](https://github.com/vasile/transit-map/blob/master/static/js/config.js)

| Key | Required | Sample Value | Description |
| ------------ | ------------- | ------------ | ------------ |
| center.x | **YES** | 8.540 | Longitude of the map center. Values in decimal degrees. |
| center.x | **YES** | 47.378 | Latitude of the map center. Values in decimal degrees. |
| map_type_id | **YES** | roadmap | Initial map type. Values: **roadmap**, **satellite**, **terrain**, **stamen** |
| zoom.start | **YES** | 13 | Initial map zoom level. Values from 1 to 21. |
| zoom.min |  | 7 | Minimum map zoo level. |
| zoom.max |  | 7 | Maximum map zoo level. |
| zoom.to_stops | **YES** | 17 | Zoom to this value when a stop(station) is clicked / selected |
| zoom.roadmap.stops_min |  | 15 | Minimum zoom level for which the stops(stations) layer is visible when the roadmap view is rendered |
| zoom.roadmap.stops_max |  | 20 | Maximum zoom level ... |
| zoom.roadmap.shapes_min |  | 7 | Minimum zoom level for which the shapes(tracks) ... |
| zoom.roadmap.shapes_min |  | 20 | Maximum zoom level ... |
| zoom.satellite.stops_min |  | 15 | Minimum zoom level for which the stops(stations) layer is visible when the satellite view is rendered |
| zoom.satellite.stops_max |  | 20 | Maximum zoom level ... |
| zoom.satellite.shapes_min |  | 7 | Minimum zoom level for which the shapes(tracks) ... |
| zoom.satellite.shapes_min |  | 18 | Maximum zoom level ... |
| zoom.vehicle_follow | **YES** | 17 | Zoom to this value when a vehicle is "followed" |
| zoom.vehicle_mouseover_min | **YES** | 7 | Prohibit vehicle popups when hovering under this zoom value |
| ft_layer_ids.mask |  | *string* | Fusion Table ID of the area mask. Example: [SBB network mask](https://www.google.com/fusiontables/DataSource?docid=1tDHsjdz7uhhAmWlmmwjR1P2Huf2LKMMiICPVdw) |
| ft_layer_ids.gtfs_shapes |  | *string* | Fusion Table ID of the GTFS shapes. Example: [SF Muni shapes](https://www.google.com/fusiontables/DataSource?docid=1P8sj1Nte_-84dNqcdeKhVeIhVFZ3PGJsNHShVBE) |
| ft_layer_ids.gtfs_stops |  | *string* | Fusion Table ID of the GTFS stops. Example: [SF Muni stops](https://www.google.com/fusiontables/DataSource?docid=1Md8PkM899quqFiCnfv4bpaGOKbVWMn4u9HBiQiY) |
| ft_layer_ids.topology_edges |  | *string* | Fusion Table ID of the custom network edges. Example: [SBB edges](https://www.google.com/fusiontables/DataSource?docid=1-1B2tYIO2JSnaacEHO8sfWVjm1S387lMEkHkjc4) . **Use this for non-GTFS projects** |
| ft_layer_ids.topology_stations |  | *string* | Fusion Table ID of the custom network stations. Example: [SBB edges](https://www.google.com/fusiontables/DataSource?docid=1YppDCNud7566oK_VwHsuUhGJqnm_CLDStMS3IuM) . **Use this for non-GTFS projects** |
| api_paths.trips | **YES** | api/getTrips/[hhmm] | Vehicles (or GTFS trips) API with all vehicles that run at given hhmm - hour minutes. |
| api_paths.departures |  | api/getDepartures/[stop_id]/[hhmm] | Departures API of the vehicles that stop in [stop_id] station at given [hhmm] time. |
| geojson.gtfs_shapes | **YES** | api/geojson/gtfs_shapes.json | GeoJSON FeatureCollection with the GTFS shapes. **This param is not required if geojson.topology_* are used. |
| geojson.gtfs_stops | **YES** | api/geojson/gtfs_shapes.json | GeoJSON FeatureCollection with the GTFS stops. **This param is not required if geojson.topology_* are used.** |
| geojson.topology_edges |  | static/geojson/edges-sbb.json | GeoJSON FeatureCollection with the network edges. **This param is required if the project is NOT GTFS based.** |
| geojson.topology_stations |  | static/geojson/edges-sbb.json | GeoJSON FeatureCollection with the network stations. **This param is required if the project is NOT GTFS based.** |
| routes |  | Hash | JS Hash containing the route defintions.** |

**Notes:**

- no one of the FT Layers are needed, they are just used for displaying the network stations and lines on the map.
- ft_layer_ids.gtfs\_\* and ft_layer_ids.topology\_\* are mutually exclusive, the first one  should be used if the project is GTFS-based . Same for geojson.gtfs\_\* vs geojson.topology\_\* keys
- check the [GTFS-viz](https://github.com/vasile/GTFS-viz) script if you plan to animate a GTFS dataset

### Override parameters

All the config parameters above can be overriden using query string parameters, for instance add **?center.x=8.2&center.y=46.9** to override the map center.

### Other parameters

In addition to these, other optional parameters can be used as querystring parameters or in the config.js

| Key | Sample Value | Description |
| ------------ | ------------- | ------------ |
| hms | 10:20:30 | Override time of day, using hh:mm:vv format |
| time_multiply | 10 | Accelerate the simulation :) Possible values: 1, 5, 10, 100 |
| view_mode | iframe | Will remove the info panel; suitable for IFRAME integrations |
| vehicle_name | ICN10017 | The application will try to locate the vehicle by name and follow it |
| vehicle_id | *string* | Same as above for vehicle_id |


**Examples:**

* Stamen watercolor map, centered on 8.47 longitude with 47.18 latitude, initial zoom level 11 and simulation time set for 10:20:30 with time increasing 10x
    
    [?center.x=8.7&center.y=47.18&zoom.start=11&map_type_id=stamen&hms=11:20:30&time_multiply=10](http://simcity.vasile.ch/sbb/?center.x=8.7&center.y=47.18&zoom.start=11&map_type_id=stamen&hms=11:20:30&time_multiply=10)

* Roadmap, swiss-centered, included as an iframe
    
    [?center.x=8.2&center.y=46.9&zoom.start=9&map_type_id=roadmap&hms=11:20:30&time_multiply=100&view_mode=iframe](http://simcity.vasile.ch/sbb/?center.x=8.2&center.y=46.9&zoom.start=9&map_type_id=roadmap&hms=11:20:30&time_multiply=100&view_mode=iframe) 

* Track ICN10017 (Zürich HB - Lugano)
    
    [?hms=11:25:30&vehicle_name=ICN10017&time_multiply=5](http://simcity.vasile.ch/sbb/?hms=11:25:30&vehicle_name=ICN10017&time_multiply=5)     

## Contact ?
Have other questions or do you want to use this application for your area and got stuck ? 

Then ping me on [Twitter](https://twitter.com/vasile23) or drop [me](http://www.vasile.ch) a line. 
 
## License

**Copyright (c) 2014 Vasile Coțovanu** - http://www.vasile.ch
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the **following conditions:**
 
* **The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.**
 
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


================================================
FILE: api/.htaccess
================================================
RewriteEngine On
RewriteRule getTrips/([0-9]{4})$ inc/controllers/trips.php?hhmm=$1 [L]
RewriteRule geojson/([^\.]+?.geojson)$ inc/controllers/geojson.php?file=$1 [L]

================================================
FILE: api/demo/trips.json
================================================
[
  {
    "id": "ICE_3_8503000_0900",
    "name": "ICE 3",
    "type": "ice",
    "sts": [
      "8500090",
      "8500010",
      "8503000"
    ],
    "deps": [
      "07:41:00",
      "08:07:00"
    ],
    "arrs": [
      "07:47:00",
      "09:00:00"
    ],
    "edges": [
      "",
      "197,404,584",
      "-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2306,2263,2307,2222"
    ],
    "service_type": "ice"
  },
  {
    "id": "IR_2515_8505000_0900",
    "name": "IR 2515",
    "type": "ir",
    "sts": [
      "8501008",
      "8501120",
      "8504014",
      "8504100",
      "8507000",
      "8502001",
      "8502007",
      "8505000"
    ],
    "deps": [
      "06:11:00",
      "06:47:00",
      "07:03:00",
      "07:34:00",
      "08:00:00",
      "08:28:00",
      "08:41:00"
    ],
    "arrs": [
      "06:45:00",
      "07:02:00",
      "07:33:00",
      "07:56:00",
      "08:27:00",
      "08:40:00",
      "09:00:00"
    ],
    "edges": [
      "",
      "-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087",
      "94,83,82,84,85,578,579,87,86",
      "569,570,89,88,1985,2096,80,81,74,79,75,78,76,77",
      "574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301",
      "-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,374,-422,-421",
      "-487,-488,-489,-490,-492,-491,-495",
      "-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148"
    ],
    "service_type": "ir"
  },
  {
    "id": "S_52_16230_8504400_0900",
    "name": "S 52 16230",
    "type": "s",
    "sts": [
      "8507000",
      "8504489",
      "8516154",
      "8504488",
      "8504487",
      "8504486",
      "8504400"
    ],
    "deps": [
      "08:34:00",
      "08:38:00",
      "08:40:00",
      "08:42:00",
      "08:47:00",
      "08:54:00"
    ],
    "arrs": [
      "08:37:45",
      "08:39:45",
      "08:41:45",
      "08:46:00",
      "08:52:00",
      "09:00:00"
    ],
    "edges": [
      "",
      "1301,324,-585,-586,-241",
      "-1545",
      "-1544",
      "-911",
      "-910",
      "-909,-908"
    ],
    "service_type": "s"
  },
  {
    "id": "R_4609_8509369_0912",
    "name": "R 4609",
    "type": "r",
    "sts": [
      "8509255",
      "8509352",
      "8509353",
      "8509354",
      "8519370",
      "8509373",
      "8509356",
      "8509357",
      "8509358",
      "8509359",
      "8509360",
      "8509361",
      "8509363",
      "8509364",
      "8509365",
      "8509366",
      "8509367",
      "8509368"
    ],
    "deps": [
      "07:04:00",
      "07:07:00",
      "07:13:00",
      "07:20:00",
      "07:23:00",
      "07:25:00",
      "07:34:00",
      "07:46:00",
      "07:59:00",
      "08:11:00",
      "08:20:00",
      "08:29:00",
      "08:32:00",
      "08:37:00",
      "08:43:00",
      "08:51:00",
      "08:56:00",
      "09:03:00"
    ],
    "arrs": [
      "07:06:45",
      "07:12:45",
      "07:19:45",
      "07:22:45",
      "07:24:45",
      "07:33:45",
      "07:45:00",
      "07:58:45",
      "08:10:45",
      "08:19:45",
      "08:27:00",
      "08:31:45",
      "08:36:45",
      "08:42:45",
      "08:50:45",
      "08:55:45",
      "09:01:00"
    ],
    "edges": [
      "",
      "1490",
      "1491",
      "1492",
      "1493",
      "1494",
      "1495",
      "1496",
      "1497",
      "1498",
      "1499",
      "1500",
      "1501",
      "1502",
      "1503",
      "1504",
      "1505",
      "1506"
    ],
    "service_type": "r"
  },
  {
    "id": "S_10_25158_8505212_0901",
    "name": "S 10 25158",
    "type": "s",
    "sts": [
      "8505307",
      "8505306",
      "8505305",
      "8518475",
      "8505304",
      "8505303",
      "8505302",
      "8505301",
      "8505300",
      "8505219",
      "8505218",
      "8505217",
      "8505216",
      "8505214",
      "8505213",
      "8505212"
    ],
    "deps": [
      "07:58:00",
      "08:01:00",
      "08:06:00",
      "08:07:00",
      "08:10:00",
      "08:15:00",
      "08:18:00",
      "08:22:00",
      "08:27:00",
      "08:31:00",
      "08:33:00",
      "08:38:00",
      "08:43:00",
      "08:54:00",
      "08:57:00"
    ],
    "arrs": [
      "08:00:45",
      "08:05:00",
      "08:06:45",
      "08:09:45",
      "08:14:00",
      "08:17:45",
      "08:21:45",
      "08:26:00",
      "08:30:45",
      "08:32:45",
      "08:37:45",
      "08:42:45",
      "08:53:00",
      "08:56:45",
      "09:01:00"
    ],
    "edges": [
      "",
      "-542",
      "-541",
      "-2212",
      "-1910",
      "-1911,-1912",
      "-2070,-2071,-540",
      "-2068,-2069,-539",
      "-533",
      "-2066,-2067,-532",
      "-531",
      "-530",
      "-529",
      "-2065,-2064,-528,-2063,-2062,-523",
      "-522",
      "-521"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_218_8502113_0901",
    "name": "S 14 218",
    "type": "s",
    "sts": [
      "8502169",
      "8502168",
      "8502176",
      "8502167",
      "8502166",
      "8502165",
      "8502164",
      "8502163",
      "8502183",
      "8502162",
      "8516450",
      "8502161",
      "8502174",
      "8502184",
      "8502160",
      "8502189",
      "8502103",
      "8502123",
      "8502113"
    ],
    "deps": [
      "08:25:00",
      "08:26:00",
      "08:27:00",
      "08:29:00",
      "08:31:00",
      "08:33:00",
      "08:35:00",
      "08:38:00",
      "08:39:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:47:00",
      "08:48:00",
      "08:51:00",
      "08:52:00",
      "08:56:00",
      "08:58:00"
    ],
    "arrs": [
      "08:25:45",
      "08:26:45",
      "08:28:45",
      "08:30:45",
      "08:32:45",
      "08:34:45",
      "08:37:45",
      "08:38:45",
      "08:39:45",
      "08:42:45",
      "08:44:45",
      "08:46:45",
      "08:47:45",
      "08:50:45",
      "08:51:45",
      "08:55:00",
      "08:57:45",
      "09:01:00"
    ],
    "edges": [
      "",
      "1581",
      "1582",
      "1580",
      "-1579",
      "-1578",
      "-1577",
      "-1576",
      "-1573",
      "-1572",
      "-1575",
      "-1574",
      "-1345",
      "-1346",
      "-1571",
      "-1570",
      "-1976,1977",
      "-1977,-1978",
      "-1958,-1307"
    ],
    "service_type": "s"
  },
  {
    "id": "IR_1707_8501609_0902",
    "name": "IR 1707",
    "type": "ir",
    "sts": [
      "8501026",
      "8501008",
      "8501030",
      "8501037",
      "8501120",
      "8501200",
      "8501300",
      "8501400",
      "8501500",
      "8501506",
      "8501509",
      "8501601",
      "8501605",
      "8501609"
    ],
    "deps": [
      "06:23:00",
      "06:33:00",
      "06:47:00",
      "07:02:00",
      "07:20:00",
      "07:34:00",
      "07:40:00",
      "07:51:00",
      "08:10:00",
      "08:25:00",
      "08:35:00",
      "08:43:00",
      "08:55:00"
    ],
    "arrs": [
      "06:31:00",
      "06:46:00",
      "07:01:00",
      "07:12:00",
      "07:33:00",
      "07:39:00",
      "07:50:00",
      "08:09:00",
      "08:23:00",
      "08:34:00",
      "08:42:00",
      "08:53:00",
      "09:02:00"
    ],
    "edges": [
      "",
      "-39,-1963,-1968",
      "-175,-174,173,166,172,167,171,168,170,169,95",
      "104,99,103,100,102,101,397,398",
      "96,98,97,361,1362,116,2087",
      "94,63,62,61,60,66,65,64,580,581",
      "109,111,112,110",
      "225,224,226,223,221",
      "273,1360,408,409,222,220,1944",
      "411,412,228,237,232,233,236,234",
      "235,231",
      "229,230",
      "238,239,240,1905,1906",
      "227,847"
    ],
    "service_type": "ir"
  },
  {
    "id": "IR_2015_8503000_0902",
    "name": "IR 2015",
    "type": "ir",
    "sts": [
      "8507000",
      "8508005",
      "8508008",
      "8508100",
      "8500218",
      "8503000"
    ],
    "deps": [
      "07:39:00",
      "07:52:00",
      "08:04:00",
      "08:11:00",
      "08:29:00"
    ],
    "arrs": [
      "07:51:00",
      "08:03:45",
      "08:10:00",
      "08:24:00",
      "09:02:00"
    ],
    "edges": [
      "",
      "-1300,-1303,-1302,-356,-396,-107,-1953,-199,-207,-432,-431",
      "-206,-200",
      "-418,-1954,-1955,-417",
      "-201,-202,-205,-204,-1957,-203,-59,-363,-362",
      "-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2253,2297"
    ],
    "service_type": "ir"
  },
  {
    "id": "R_4124_8500173_0902",
    "name": "R 4124",
    "type": "r",
    "sts": [
      "8500100",
      "8500162",
      "8500170",
      "8500164",
      "8500171",
      "8500165",
      "8500172",
      "8500173"
    ],
    "deps": [
      "08:41:00",
      "08:48:00",
      "08:51:00",
      "08:53:00",
      "08:56:00",
      "08:57:00",
      "08:59:00"
    ],
    "arrs": [
      "08:47:45",
      "08:50:45",
      "08:52:45",
      "08:55:45",
      "08:56:45",
      "08:58:45",
      "09:02:00"
    ],
    "edges": [
      "",
      "-871,-860",
      "-859",
      "-858,-857",
      "-1213",
      "-1212",
      "-1211",
      "-1210"
    ],
    "service_type": "r"
  },
  {
    "id": "S_10_25161_8301700_0950",
    "name": "S 10 25161",
    "type": "s",
    "sts": [
      "8505212",
      "8505213",
      "8505214",
      "8505216",
      "8505217",
      "8505218",
      "8505219",
      "8505300",
      "8505301",
      "8505302",
      "8505303",
      "8505304",
      "8518475",
      "8505305",
      "8505306",
      "8505307"
    ],
    "deps": [
      "07:58:00",
      "08:03:00",
      "08:06:00",
      "08:15:00",
      "08:19:00",
      "08:25:00",
      "08:27:00",
      "08:34:00",
      "08:36:00",
      "08:41:00",
      "08:44:00",
      "08:48:00",
      "08:51:00",
      "08:54:00",
      "08:58:00",
      "09:08:00"
    ],
    "arrs": [
      "08:02:00",
      "08:05:45",
      "08:14:45",
      "08:18:45",
      "08:24:45",
      "08:26:45",
      "08:33:00",
      "08:35:45",
      "08:40:45",
      "08:43:45",
      "08:47:45",
      "08:50:00",
      "08:53:45",
      "08:57:45",
      "09:02:00"
    ],
    "edges": [
      "",
      "521",
      "522",
      "523,2062,2063,528,2064,2065",
      "529",
      "530",
      "531",
      "532,2067,2066",
      "533",
      "539,2069,2068",
      "540,2071,2070",
      "1912,1911",
      "1910",
      "2212",
      "541",
      "542"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_21433_8505000_0902",
    "name": "S 4 21433",
    "type": "s",
    "sts": [
      "8508391",
      "8508390",
      "8508318",
      "8508319",
      "8516351",
      "8508321",
      "8505000"
    ],
    "deps": [
      "08:40:00",
      "08:44:00",
      "08:48:00",
      "08:53:00",
      "08:55:00",
      "08:57:00"
    ],
    "arrs": [
      "08:43:00",
      "08:47:00",
      "08:52:45",
      "08:54:45",
      "08:56:45",
      "09:02:00"
    ],
    "edges": [
      "",
      "-47",
      "-48,-153",
      "-149,-152",
      "-150",
      "-2205,2204",
      "2202,-151,148"
    ],
    "service_type": "s"
  },
  {
    "id": "S_51_16130_8516154_0902",
    "name": "S 51 16130",
    "type": "s",
    "sts": [
      "8507000",
      "8504495",
      "8504489",
      "8516154"
    ],
    "deps": [
      "08:49:00",
      "08:52:00",
      "09:00:00"
    ],
    "arrs": [
      "08:51:45",
      "08:56:00",
      "09:02:00"
    ],
    "edges": [
      "",
      "1301,324,-585,-586",
      "-241",
      "-1545"
    ],
    "service_type": "s"
  },
  {
    "id": "R_222_8515296_0903",
    "name": "R 222",
    "type": "r",
    "sts": [
      "8501689",
      "8501688",
      "8501687",
      "8501686",
      "8501685",
      "8501684",
      "8501683",
      "8501605",
      "8501636",
      "8515296"
    ],
    "deps": [
      "07:39:00",
      "07:50:00",
      "07:55:00",
      "08:05:00",
      "08:14:00",
      "08:27:00",
      "08:37:00",
      "08:52:00",
      "08:54:00"
    ],
    "arrs": [
      "07:49:45",
      "07:54:45",
      "08:04:45",
      "08:13:45",
      "08:26:45",
      "08:36:45",
      "08:47:00",
      "08:53:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "635",
      "985",
      "984",
      "983",
      "982",
      "981",
      "1318",
      "1317",
      "990"
    ],
    "service_type": "r"
  },
  {
    "id": "R_419_8501400_0903",
    "name": "R 419",
    "type": "r",
    "sts": [
      "8501479",
      "8593774",
      "8593773",
      "8501477",
      "8593776",
      "8593775",
      "8501476",
      "8517485",
      "8501475",
      "8501473",
      "8501474",
      "8501473",
      "8501469",
      "8501472",
      "8501471",
      "8501470",
      "8517484",
      "8501468",
      "8501554",
      "8501400"
    ],
    "deps": [
      "08:11:00",
      "08:12:00",
      "08:13:00",
      "08:14:00",
      "08:15:00",
      "08:16:00",
      "08:17:00",
      "08:19:00",
      "08:21:00",
      "08:27:00",
      "08:33:00",
      "08:36:00",
      "08:38:00",
      "08:41:00",
      "08:45:00",
      "08:53:00",
      "08:55:00",
      "08:58:00",
      "09:00:00"
    ],
    "arrs": [
      "08:11:45",
      "08:12:45",
      "08:13:45",
      "08:14:45",
      "08:15:45",
      "08:16:45",
      "08:18:45",
      "08:20:45",
      "08:26:45",
      "08:29:00",
      "08:35:45",
      "08:37:45",
      "08:40:45",
      "08:44:45",
      "08:52:45",
      "08:54:45",
      "08:57:45",
      "08:59:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "2095",
      "2094",
      "822",
      "2093",
      "2092",
      "823",
      "2086",
      "821",
      "820,760",
      "761",
      "-761",
      "-760,758",
      "759",
      "757",
      "700",
      "2085",
      "756",
      "1320",
      "-1319"
    ],
    "service_type": "r"
  },
  {
    "id": "R_620_8505119_0903",
    "name": "R 620",
    "type": "r",
    "sts": [
      "8505165",
      "8505119"
    ],
    "deps": [
      "08:48:00"
    ],
    "arrs": [
      "09:03:00"
    ],
    "edges": [
      "",
      "641"
    ],
    "service_type": "r"
  },
  {
    "id": "R_625_8505165_0903",
    "name": "R 625",
    "type": "r",
    "sts": [
      "8505119",
      "8505165"
    ],
    "deps": [
      "08:53:00"
    ],
    "arrs": [
      "09:03:00"
    ],
    "edges": [
      "",
      "-641"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_10672_8505300_0903",
    "name": "RE 10672",
    "type": "re",
    "sts": [
      "8505307",
      "8505305",
      "8505300"
    ],
    "deps": [
      "08:40:00",
      "08:48:00"
    ],
    "arrs": [
      "08:47:00",
      "09:03:00"
    ],
    "edges": [
      "",
      "-542,-541",
      "-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_1120_8509000_0903",
    "name": "RE 1120",
    "type": "re",
    "sts": [
      "8509253",
      "8509252",
      "8509251",
      "8509198",
      "8509197",
      "8509195",
      "8509192",
      "8509189",
      "8509183",
      "8509000"
    ],
    "deps": [
      "07:02:00",
      "07:05:00",
      "07:17:00",
      "07:30:00",
      "07:47:00",
      "08:01:00",
      "08:15:00",
      "08:33:00",
      "08:53:00"
    ],
    "arrs": [
      "07:04:45",
      "07:09:00",
      "07:29:00",
      "07:46:45",
      "08:00:00",
      "08:14:00",
      "08:31:00",
      "08:52:00",
      "09:03:00"
    ],
    "edges": [
      "",
      "-1485",
      "-1484,-1489",
      "-1488,-1483,-1480,-1479",
      "-1482",
      "-1481",
      "1561,1534,1562",
      "1478",
      "-833,-832,-831,-830,-829,-271,1476",
      "1477,1475,1474,1473,1472"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_3309_8505000_0903",
    "name": "RE 3309",
    "type": "re",
    "sts": [
      "8507000",
      "8508202",
      "8508207",
      "8508208",
      "8508210",
      "8508211",
      "8508213",
      "8508215",
      "8508218",
      "8505000"
    ],
    "deps": [
      "07:36:00",
      "07:52:00",
      "08:05:00",
      "08:12:00",
      "08:20:00",
      "08:29:00",
      "08:35:00",
      "08:45:00",
      "08:51:00"
    ],
    "arrs": [
      "07:50:00",
      "08:04:00",
      "08:11:00",
      "08:19:00",
      "08:28:00",
      "08:34:00",
      "08:44:00",
      "08:50:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "-1300,-1303,-1302,-356,-352,-323,-1286,-1285,-1278,-1280",
      "-1279,801,802,800,799,798,797",
      "805",
      "1946",
      "806",
      "1838,1837",
      "1836,1840",
      "1841,1835,1833",
      "1834,1832,-535,-534,148"
    ],
    "service_type": "re"
  },
  {
    "id": "S_14_213_8502169_0903",
    "name": "S 14 213",
    "type": "s",
    "sts": [
      "8502113",
      "8502123",
      "8502103",
      "8502189",
      "8502160",
      "8502184",
      "8502174",
      "8502161",
      "8516450",
      "8502162",
      "8502183",
      "8502163",
      "8502164",
      "8502165",
      "8502166",
      "8502167",
      "8502176",
      "8502168",
      "8502169"
    ],
    "deps": [
      "08:26:00",
      "08:28:00",
      "08:32:00",
      "08:34:00",
      "08:36:00",
      "08:37:00",
      "08:39:00",
      "08:41:00",
      "08:43:00",
      "08:44:00",
      "08:45:00",
      "08:47:00",
      "08:51:00",
      "08:53:00",
      "08:55:00",
      "08:59:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:27:45",
      "08:31:00",
      "08:33:45",
      "08:35:45",
      "08:36:45",
      "08:38:45",
      "08:40:45",
      "08:42:45",
      "08:43:45",
      "08:44:45",
      "08:46:45",
      "08:50:45",
      "08:52:45",
      "08:54:45",
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "1307,1958",
      "1978,1977",
      "-1977,1976",
      "1570",
      "1571",
      "1346",
      "1345",
      "1574",
      "1575",
      "1572",
      "1573",
      "1576",
      "1577",
      "1578",
      "1579",
      "-1580",
      "-1582",
      "-1581"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_416_8502199_0903",
    "name": "S 14 416",
    "type": "s",
    "sts": [
      "8502113",
      "8502191",
      "8502192",
      "8502196",
      "8502182",
      "8502181",
      "8502194",
      "8502180",
      "8502195",
      "8502179",
      "8502178",
      "8502197",
      "8502177",
      "8502199"
    ],
    "deps": [
      "08:42:00",
      "08:43:00",
      "08:45:00",
      "08:47:00",
      "08:48:00",
      "08:50:00",
      "08:52:00",
      "08:54:00",
      "08:55:00",
      "08:56:00",
      "08:58:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:42:45",
      "08:44:45",
      "08:46:45",
      "08:47:45",
      "08:49:45",
      "08:51:45",
      "08:53:45",
      "08:54:45",
      "08:55:45",
      "08:57:45",
      "08:59:45",
      "09:00:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "1307,1308",
      "1411",
      "1412",
      "1413",
      "1414",
      "1415",
      "1416",
      "1417",
      "1418",
      "1419",
      "1420",
      "1421",
      "1422"
    ],
    "service_type": "s"
  },
  {
    "id": "S_31_8830_8505004_0903",
    "name": "S 31 8830",
    "type": "s",
    "sts": [
      "8503284",
      "8503292",
      "8503282",
      "8503290",
      "8503281",
      "8503280",
      "8505004"
    ],
    "deps": [
      "08:39:00",
      "08:42:00",
      "08:46:00",
      "08:47:00",
      "08:51:00",
      "08:57:00"
    ],
    "arrs": [
      "08:41:45",
      "08:45:45",
      "08:46:45",
      "08:50:45",
      "08:56:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "1876,1649",
      "1875",
      "1874",
      "1873",
      "1871",
      "1870"
    ],
    "service_type": "s"
  },
  {
    "id": "S_8_2084_8508050_0903",
    "name": "S 8 2084",
    "type": "s",
    "sts": [
      "8508059",
      "8508058",
      "8508057",
      "8508071",
      "8508056",
      "8504410",
      "8508070",
      "8508054",
      "8508050"
    ],
    "deps": [
      "08:44:00",
      "08:46:00",
      "08:48:00",
      "08:49:00",
      "08:51:00",
      "08:54:00",
      "08:55:00",
      "08:58:00"
    ],
    "arrs": [
      "08:45:45",
      "08:47:45",
      "08:48:45",
      "08:50:45",
      "08:53:45",
      "08:54:45",
      "08:57:45",
      "09:03:00"
    ],
    "edges": [
      "",
      "781",
      "780",
      "779",
      "778",
      "-1315",
      "-274",
      "-1903",
      "-1902,643,1297,1298,1299,-1303"
    ],
    "service_type": "s"
  },
  {
    "id": "R_11132_8501001_0904",
    "name": "R 11132",
    "type": "r",
    "sts": [
      "8501008",
      "8501007",
      "8501006",
      "8501000",
      "8501003",
      "8501002",
      "8501001"
    ],
    "deps": [
      "08:46:00",
      "08:49:00",
      "08:50:00",
      "08:52:00",
      "08:56:00",
      "08:59:00"
    ],
    "arrs": [
      "08:48:45",
      "08:49:45",
      "08:51:45",
      "08:55:45",
      "08:58:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "1968,1963,665",
      "666",
      "664",
      "663",
      "662",
      "661"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4414_8501428_0904",
    "name": "R 4414",
    "type": "r",
    "sts": [
      "8501609",
      "8501605",
      "8501604",
      "8501603",
      "8501602",
      "8501601",
      "8501600",
      "8501509",
      "8501507",
      "8501506",
      "8501510",
      "8501505",
      "8501504",
      "8501503",
      "8501502",
      "8501501",
      "8501500",
      "8501405",
      "8501404",
      "8501403",
      "8501420",
      "8501421",
      "8501422",
      "8501423",
      "8501424",
      "8501425",
      "8501426",
      "8501428"
    ],
    "deps": [
      "07:05:00",
      "07:12:00",
      "07:16:00",
      "07:19:00",
      "07:22:00",
      "07:27:00",
      "07:30:00",
      "07:35:00",
      "07:40:00",
      "07:47:00",
      "07:50:00",
      "07:52:00",
      "07:55:00",
      "07:57:00",
      "08:02:00",
      "08:05:00",
      "08:11:00",
      "08:14:00",
      "08:18:00",
      "08:33:00",
      "08:36:00",
      "08:41:00",
      "08:43:00",
      "08:46:00",
      "08:49:00",
      "08:52:00",
      "08:59:00"
    ],
    "arrs": [
      "07:11:00",
      "07:15:45",
      "07:18:45",
      "07:21:45",
      "07:26:00",
      "07:29:45",
      "07:34:00",
      "07:39:45",
      "07:46:00",
      "07:49:45",
      "07:51:45",
      "07:54:45",
      "07:56:45",
      "08:01:45",
      "08:04:45",
      "08:10:00",
      "08:13:45",
      "08:17:00",
      "08:24:00",
      "08:35:45",
      "08:40:00",
      "08:42:45",
      "08:45:45",
      "08:48:45",
      "08:51:45",
      "08:57:00",
      "09:04:00"
    ],
    "edges": [
      "",
      "-847,-227",
      "-1906,-1905",
      "-240",
      "-239",
      "-238",
      "-230",
      "-229",
      "-231",
      "-235",
      "-234",
      "-236",
      "-233",
      "-232",
      "-237",
      "-228",
      "-412,-411",
      "-1944",
      "-220",
      "-222",
      "-409,-952",
      "-954",
      "-953",
      "741",
      "742",
      "740",
      "739",
      "738"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_5751_8506314_0904",
    "name": "RE 5751",
    "type": "re",
    "sts": [
      "8102336",
      "8506314"
    ],
    "deps": [
      "32:49:00"
    ],
    "arrs": [
      "09:04:00"
    ],
    "edges": [
      "",
      "-1909,-1566"
    ],
    "service_type": "re"
  },
  {
    "id": "S_10_24759_8503054_0904",
    "name": "S 10 24759",
    "type": "s",
    "sts": [
      "8503088",
      "8503090",
      "8503051",
      "8503052",
      "8503053",
      "8503054"
    ],
    "deps": [
      "08:55:00",
      "08:56:00",
      "08:59:00",
      "09:01:00",
      "09:02:00"
    ],
    "arrs": [
      "08:55:45",
      "08:58:45",
      "09:00:45",
      "09:01:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "-2100",
      "-2101,-836,-841",
      "-840",
      "-843",
      "-842"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_515_8502113_0904",
    "name": "S 14 515",
    "type": "s",
    "sts": [
      "8502199",
      "8502177",
      "8502197",
      "8502178",
      "8502179",
      "8502195",
      "8502180",
      "8502194",
      "8502181",
      "8502182",
      "8502196",
      "8502192",
      "8502191",
      "8502113"
    ],
    "deps": [
      "08:42:00",
      "08:43:00",
      "08:45:00",
      "08:47:00",
      "08:48:00",
      "08:50:00",
      "08:51:00",
      "08:55:00",
      "08:56:00",
      "08:57:00",
      "08:58:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:42:45",
      "08:44:45",
      "08:46:45",
      "08:47:45",
      "08:49:45",
      "08:50:45",
      "08:54:45",
      "08:55:45",
      "08:56:45",
      "08:57:45",
      "08:59:45",
      "09:00:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "-1422",
      "-1421",
      "-1420",
      "-1419",
      "-1418",
      "-1417",
      "-1416",
      "-1415",
      "-1414",
      "-1413",
      "-1412",
      "-1411",
      "-1308,-1307"
    ],
    "service_type": "s"
  },
  {
    "id": "S_26_7032_8502113_0904",
    "name": "S 26 7032",
    "type": "s",
    "sts": [
      "8502202",
      "8502219",
      "8502218",
      "8502217",
      "8502216",
      "8502215",
      "8502214",
      "8502213",
      "8502212",
      "8502211",
      "8502119",
      "8502114",
      "8502113"
    ],
    "deps": [
      "08:22:00",
      "08:25:00",
      "08:28:00",
      "08:31:00",
      "08:33:00",
      "08:38:00",
      "08:40:00",
      "08:46:00",
      "08:48:00",
      "08:51:00",
      "08:56:00",
      "08:59:00"
    ],
    "arrs": [
      "08:24:45",
      "08:27:00",
      "08:30:45",
      "08:32:45",
      "08:37:00",
      "08:39:45",
      "08:45:00",
      "08:47:45",
      "08:50:45",
      "08:55:00",
      "08:58:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "-428,-1847",
      "-1648",
      "-1218",
      "-1355",
      "-1356",
      "-1629",
      "-1628",
      "-1611",
      "-1610",
      "-1442,426",
      "423,424,376",
      "1984"
    ],
    "service_type": "s"
  },
  {
    "id": "S_27_25932_8503504_0904",
    "name": "S 27 25932",
    "type": "s",
    "sts": [
      "8014474",
      "8500329",
      "8516176",
      "8503501",
      "8503502",
      "8503503",
      "8503504"
    ],
    "deps": [
      "08:35:00",
      "08:44:00",
      "08:47:00",
      "08:49:00",
      "08:53:00",
      "08:58:00"
    ],
    "arrs": [
      "08:41:00",
      "08:46:45",
      "08:48:00",
      "08:52:45",
      "08:57:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "-1987",
      "-1592",
      "-1589",
      "-1588",
      "-1587,592",
      "455"
    ],
    "service_type": "s"
  },
  {
    "id": "S_27_8234_8503221_0904",
    "name": "S 27 8234",
    "type": "s",
    "sts": [
      "8503225",
      "8503224",
      "8503223",
      "8503222",
      "8503221"
    ],
    "deps": [
      "08:52:00",
      "08:54:00",
      "08:57:00",
      "09:00:00"
    ],
    "arrs": [
      "08:53:45",
      "08:56:45",
      "08:59:45",
      "09:04:00"
    ],
    "edges": [
      "",
      "-618,-617",
      "-128",
      "-129",
      "-113"
    ],
    "service_type": "s"
  },
  {
    "id": "R_215_8501169_0905",
    "name": "R 215",
    "type": "r",
    "sts": [
      "8501181",
      "8501160",
      "8501161",
      "8501162",
      "8501163",
      "8501164",
      "8501165",
      "8501167",
      "8501166",
      "8501168",
      "8501170",
      "8501169"
    ],
    "deps": [
      "08:48:00",
      "08:49:00",
      "08:51:00",
      "08:53:00",
      "08:54:00",
      "08:55:00",
      "08:56:00",
      "08:57:00",
      "09:00:00",
      "09:01:00",
      "09:02:00"
    ],
    "arrs": [
      "08:48:45",
      "08:50:45",
      "08:52:45",
      "08:53:45",
      "08:54:45",
      "08:55:45",
      "08:56:45",
      "08:59:00",
      "09:00:45",
      "09:01:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "-1986",
      "717",
      "716",
      "715",
      "714",
      "713",
      "712",
      "711",
      "710",
      "718",
      "719"
    ],
    "service_type": "r"
  },
  {
    "id": "R_215_8504511_0905",
    "name": "R 215",
    "type": "r",
    "sts": [
      "8504398",
      "8530708",
      "8530709",
      "8504509",
      "8530710",
      "8504510",
      "8530711",
      "8504325",
      "8530712",
      "8595245",
      "8594231",
      "8530713",
      "8504511"
    ],
    "deps": [
      "08:50:00",
      "08:51:00",
      "08:52:00",
      "08:53:00",
      "08:54:00",
      "08:56:00",
      "08:57:00",
      "08:58:00",
      "08:59:00",
      "09:00:00",
      "09:01:00",
      "09:02:00"
    ],
    "arrs": [
      "08:50:45",
      "08:51:45",
      "08:52:45",
      "08:53:45",
      "08:55:45",
      "08:56:45",
      "08:57:45",
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "-2193",
      "-2192",
      "-2191",
      "-2190",
      "-2189",
      "-2188",
      "-2187",
      "-2186",
      "-2185",
      "-2184",
      "-2183",
      "-2194"
    ],
    "service_type": "r"
  },
  {
    "id": "R_5218_8500105_0905",
    "name": "R 5218",
    "type": "r",
    "sts": [
      "8504304",
      "8500100",
      "8500101",
      "8500135",
      "8500102",
      "8500103",
      "8500104",
      "8500105"
    ],
    "deps": [
      "08:33:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:49:00",
      "08:51:00",
      "08:57:00"
    ],
    "arrs": [
      "08:39:00",
      "08:42:45",
      "08:44:45",
      "08:48:45",
      "08:50:45",
      "08:55:00",
      "09:05:00"
    ],
    "edges": [
      "",
      "-870,-872",
      "-871,43",
      "873",
      "874",
      "875",
      "876",
      "877,559"
    ],
    "service_type": "r"
  },
  {
    "id": "R_5225_8500105_0905",
    "name": "R 5225",
    "type": "r",
    "sts": [
      "8500207",
      "8500206",
      "8500261",
      "8500262",
      "8500263",
      "8500264",
      "8500265",
      "8500260",
      "8500266",
      "8500267",
      "8500268",
      "8500105"
    ],
    "deps": [
      "08:32:00",
      "08:33:00",
      "08:36:00",
      "08:39:00",
      "08:42:00",
      "08:46:00",
      "08:50:00",
      "08:51:00",
      "08:54:00",
      "08:59:00",
      "09:00:00"
    ],
    "arrs": [
      "08:32:45",
      "08:35:45",
      "08:38:45",
      "08:41:45",
      "08:45:45",
      "08:49:45",
      "08:50:45",
      "08:53:45",
      "08:56:00",
      "08:59:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "-430,-429",
      "-561,-1369",
      "-1368",
      "-1367",
      "-1366",
      "-1214",
      "-948",
      "-947",
      "-946",
      "-45",
      "-945"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_3712_8502113_0905",
    "name": "RE 3712",
    "type": "re",
    "sts": [
      "8503000",
      "8502119",
      "8502113"
    ],
    "deps": [
      "08:38:00",
      "08:58:00"
    ],
    "arrs": [
      "08:57:00",
      "09:05:00"
    ],
    "edges": [
      "",
      "-2310,2311,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426",
      "423,424,376,1984"
    ],
    "service_type": "re"
  },
  {
    "id": "S_11_12823_8501120_0905",
    "name": "S 11 12823",
    "type": "s",
    "sts": [
      "8504200",
      "8501112",
      "8501115",
      "8501117",
      "8501118",
      "8501120"
    ],
    "deps": [
      "08:34:00",
      "08:42:00",
      "08:51:00",
      "08:55:00",
      "09:00:00"
    ],
    "arrs": [
      "08:41:45",
      "08:50:00",
      "08:54:45",
      "08:59:00",
      "09:05:00"
    ],
    "edges": [
      "",
      "-573,-572,-1,-393",
      "-550,-549,-392,-267,-587",
      "-391,-390",
      "-389,1362",
      "116,2087"
    ],
    "service_type": "s"
  },
  {
    "id": "S_16_19629_8503103_0905",
    "name": "S 16 19629",
    "type": "s",
    "sts": [
      "8503305",
      "8503307",
      "8503016",
      "8503006",
      "8503020",
      "8503000",
      "8503003",
      "8503004",
      "8503100",
      "8503141",
      "8503101",
      "8503102",
      "8503111",
      "8503103"
    ],
    "deps": [
      "08:11:00",
      "08:15:00",
      "08:32:00",
      "08:37:00",
      "08:40:00",
      "08:45:00",
      "08:48:00",
      "08:51:00",
      "08:53:00",
      "08:54:00",
      "08:58:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:14:45",
      "08:20:00",
      "08:36:00",
      "08:39:45",
      "08:43:00",
      "08:47:00",
      "08:50:00",
      "08:52:45",
      "08:53:45",
      "08:57:00",
      "08:59:45",
      "09:00:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "329,91",
      "90,-1996,-211",
      "-212,2134,2145,2174,2172,2135,2139,2141,2142,2140,2113",
      "2159,-2109,-93,2333,2365,2342",
      "2346,2242,2312,2319,2318",
      "2321,-1992",
      "-384,-1993,385,1994",
      "1647",
      "1669",
      "1670",
      "1671",
      "1672",
      "1673"
    ],
    "service_type": "s"
  },
  {
    "id": "S_26_7333_8502202_0905",
    "name": "S 26 7333",
    "type": "s",
    "sts": [
      "8502119",
      "8502211",
      "8502212",
      "8502213",
      "8502214",
      "8502215",
      "8502218",
      "8502202"
    ],
    "deps": [
      "08:37:00",
      "08:39:00",
      "08:42:00",
      "08:46:00",
      "08:50:00",
      "08:53:00",
      "09:00:00"
    ],
    "arrs": [
      "08:38:45",
      "08:41:45",
      "08:45:45",
      "08:49:00",
      "08:52:45",
      "08:59:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "-426,1442",
      "1610",
      "1611",
      "1628",
      "1629",
      "1356,1355,1218",
      "1648,1847,428"
    ],
    "service_type": "s"
  },
  {
    "id": "S_60_112_8505391_0905",
    "name": "S 60 112",
    "type": "s",
    "sts": [
      "8505398",
      "8505397",
      "8505396",
      "8505392",
      "8505395",
      "8505390",
      "8505394",
      "8530789",
      "8505393",
      "8530790",
      "8505399",
      "8505391"
    ],
    "deps": [
      "08:40:00",
      "08:42:00",
      "08:45:00",
      "08:46:00",
      "08:49:00",
      "08:52:00",
      "08:53:00",
      "08:54:00",
      "09:00:00",
      "09:01:00",
      "09:02:00"
    ],
    "arrs": [
      "08:41:45",
      "08:44:45",
      "08:45:45",
      "08:48:45",
      "08:51:45",
      "08:52:45",
      "08:53:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "1021",
      "198",
      "1022",
      "1023",
      "1024",
      "1025",
      "1026",
      "1027",
      "1028",
      "1029",
      "1030"
    ],
    "service_type": "s"
  },
  {
    "id": "S_60_7_8505398_0905",
    "name": "S 60 7",
    "type": "s",
    "sts": [
      "8505391",
      "8505399",
      "8530790",
      "8505393",
      "8530789",
      "8505394",
      "8505390",
      "8505395",
      "8505392",
      "8505396",
      "8505397",
      "8505398"
    ],
    "deps": [
      "08:40:00",
      "08:41:00",
      "08:42:00",
      "08:45:00",
      "08:49:00",
      "08:51:00",
      "08:52:00",
      "08:55:00",
      "08:58:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:40:45",
      "08:41:45",
      "08:44:45",
      "08:48:45",
      "08:50:45",
      "08:51:45",
      "08:54:45",
      "08:57:45",
      "08:59:45",
      "09:00:45",
      "09:05:00"
    ],
    "edges": [
      "",
      "-1030",
      "-1029",
      "-1028",
      "-1027",
      "-1026",
      "-1025",
      "-1024",
      "-1023",
      "-1022",
      "-198",
      "-1021"
    ],
    "service_type": "s"
  },
  {
    "id": "R_11030_8516155_0906",
    "name": "R 11030",
    "type": "r",
    "sts": [
      "8501023",
      "8501015",
      "8501014",
      "8501013",
      "8501022",
      "8501012",
      "8501021",
      "8501011",
      "8501020",
      "8516283",
      "8501008",
      "8516155"
    ],
    "deps": [
      "08:33:00",
      "08:34:00",
      "08:36:00",
      "08:38:00",
      "08:40:00",
      "08:44:00",
      "08:45:00",
      "08:47:00",
      "08:48:00",
      "08:52:00",
      "09:01:00"
    ],
    "arrs": [
      "08:33:45",
      "08:35:45",
      "08:37:45",
      "08:39:45",
      "08:43:00",
      "08:44:45",
      "08:46:45",
      "08:47:45",
      "08:51:45",
      "08:56:00",
      "09:06:00"
    ],
    "edges": [
      "",
      "-169",
      "-170",
      "-168",
      "-171",
      "-167",
      "-172",
      "-166",
      "-173",
      "174",
      "175",
      "1968,-1967"
    ],
    "service_type": "r"
  },
  {
    "id": "R_215_8504398_0906",
    "name": "R 215",
    "type": "r",
    "sts": [
      "8504511",
      "8530713",
      "8594231",
      "8595245",
      "8530712",
      "8504325",
      "8530711",
      "8504510",
      "8530710",
      "8504509",
      "8530709",
      "8530708",
      "8504398"
    ],
    "deps": [
      "08:48:00",
      "08:49:00",
      "08:49:30",
      "08:50:00",
      "08:51:00",
      "08:53:00",
      "08:54:00",
      "08:56:00",
      "08:57:00",
      "08:59:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:48:45",
      "08:49:15",
      "08:49:45",
      "08:50:45",
      "08:52:45",
      "08:53:45",
      "08:55:45",
      "08:56:45",
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "2194",
      "2183",
      "2184",
      "2185",
      "2186",
      "2187",
      "2188",
      "2189",
      "2190",
      "2191",
      "2192",
      "2193"
    ],
    "service_type": "r"
  },
  {
    "id": "R_2313_8501300_0906",
    "name": "R 2313",
    "type": "r",
    "sts": [
      "8501374",
      "8501383",
      "8501382",
      "8501390",
      "8501381",
      "8501380",
      "8501300"
    ],
    "deps": [
      "08:58:00",
      "08:59:00",
      "09:00:00",
      "09:01:00",
      "09:02:00",
      "09:03:00"
    ],
    "arrs": [
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:02:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "260",
      "261",
      "262",
      "258",
      "263",
      "257"
    ],
    "service_type": "r"
  },
  {
    "id": "R_25_8503083_0906",
    "name": "R 25",
    "type": "r",
    "sts": [
      "8503084",
      "8591421",
      "8591394",
      "8503083"
    ],
    "deps": [
      "09:00:00",
      "09:02:00",
      "09:04:00"
    ],
    "arrs": [
      "09:01:45",
      "09:03:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "-2195",
      "-2196",
      "-2197"
    ],
    "service_type": "r"
  },
  {
    "id": "R_7132_8504300_0906",
    "name": "R 7132",
    "type": "r",
    "sts": [
      "8500207",
      "8500206",
      "8518963",
      "8500205",
      "8500204",
      "8500203",
      "8500202",
      "8500201",
      "8500200",
      "8518771",
      "8504419",
      "8504300"
    ],
    "deps": [
      "08:40:00",
      "08:41:00",
      "08:43:00",
      "08:44:00",
      "08:48:00",
      "08:50:00",
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:00:00",
      "09:03:00"
    ],
    "arrs": [
      "08:40:45",
      "08:42:45",
      "08:43:45",
      "08:47:00",
      "08:49:45",
      "08:52:00",
      "08:55:00",
      "08:57:45",
      "08:59:45",
      "09:02:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "-430,-429",
      "-561,-2216",
      "-560",
      "-31",
      "-30",
      "-29",
      "-353,-27",
      "-26",
      "-2214",
      "-25",
      "-24,-16"
    ],
    "service_type": "r"
  },
  {
    "id": "RB_26734_8014481_0906",
    "name": "RB 26734",
    "type": "r",
    "sts": [
      "8503424",
      "8014485",
      "8518243",
      "8014484",
      "8014483",
      "8014482",
      "8014488",
      "8014481"
    ],
    "deps": [
      "08:47:00",
      "08:50:00",
      "08:53:00",
      "08:55:00",
      "08:59:00",
      "09:02:00",
      "09:04:00"
    ],
    "arrs": [
      "08:49:45",
      "08:52:45",
      "08:54:00",
      "08:58:45",
      "09:01:00",
      "09:03:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "1333,-1335",
      "-2213",
      "-1336",
      "-1364",
      "-1365",
      "-1337",
      "-1904"
    ],
    "service_type": "r"
  },
  {
    "id": "S_20_25630_8505212_0906",
    "name": "S 20 25630",
    "type": "s",
    "sts": [
      "8505400",
      "8505401",
      "8505402",
      "8505412",
      "8505404",
      "8505415",
      "8505214",
      "8505213",
      "8505212"
    ],
    "deps": [
      "08:34:00",
      "08:39:00",
      "08:40:00",
      "08:42:00",
      "08:51:00",
      "08:53:00",
      "08:57:00",
      "09:01:00"
    ],
    "arrs": [
      "08:38:00",
      "08:39:45",
      "08:41:45",
      "08:50:00",
      "08:52:45",
      "08:56:45",
      "09:00:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "-527",
      "-526",
      "-525",
      "-1990,-2014",
      "-524",
      "-381,-523",
      "-522",
      "-521"
    ],
    "service_type": "s"
  },
  {
    "id": "S_3_12321_8501303_0906",
    "name": "S 3 12321",
    "type": "s",
    "sts": [
      "8501035",
      "8501042",
      "8501036",
      "8501037",
      "8501047",
      "8501048",
      "8501045",
      "8501118",
      "8518452",
      "8501120",
      "8501121",
      "8501122",
      "8501124",
      "8501200",
      "8501201",
      "8501202",
      "8501203",
      "8501300",
      "8501303"
    ],
    "deps": [
      "08:08:00",
      "08:10:00",
      "08:12:00",
      "08:17:00",
      "08:18:00",
      "08:20:00",
      "08:22:00",
      "08:27:00",
      "08:29:00",
      "08:35:00",
      "08:38:00",
      "08:40:00",
      "08:44:00",
      "08:52:00",
      "08:53:00",
      "08:55:00",
      "08:57:00",
      "09:01:00"
    ],
    "arrs": [
      "08:09:45",
      "08:11:45",
      "08:16:00",
      "08:17:45",
      "08:19:45",
      "08:21:45",
      "08:26:00",
      "08:28:45",
      "08:33:00",
      "08:37:00",
      "08:39:45",
      "08:43:00",
      "08:51:00",
      "08:52:45",
      "08:54:45",
      "08:56:45",
      "09:00:00",
      "09:06:00"
    ],
    "edges": [
      "",
      "100",
      "102",
      "101,397,398",
      "96",
      "98",
      "97",
      "361,1362",
      "116",
      "2087",
      "94,63",
      "62",
      "61,60",
      "66,65,64,580,581",
      "109",
      "111",
      "112",
      "110",
      "225,224,226"
    ],
    "service_type": "s"
  },
  {
    "id": "S_3_15331_8504300_0906",
    "name": "S 3 15331",
    "type": "s",
    "sts": [
      "8507076",
      "8507092",
      "8507077",
      "8507093",
      "8507078",
      "8507079",
      "8507082",
      "8507000",
      "8516161",
      "8504410",
      "8504411",
      "8504412",
      "8504413",
      "8504414",
      "8504415",
      "8504441",
      "8504416",
      "8504300"
    ],
    "deps": [
      "08:07:00",
      "08:08:00",
      "08:11:00",
      "08:12:00",
      "08:17:00",
      "08:19:00",
      "08:22:00",
      "08:30:00",
      "08:32:00",
      "08:37:00",
      "08:39:00",
      "08:43:00",
      "08:47:00",
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:00:00"
    ],
    "arrs": [
      "08:07:45",
      "08:10:45",
      "08:11:45",
      "08:16:00",
      "08:18:45",
      "08:21:45",
      "08:28:00",
      "08:31:45",
      "08:36:45",
      "08:38:45",
      "08:42:45",
      "08:46:45",
      "08:52:00",
      "08:55:00",
      "08:57:45",
      "08:59:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "-1257",
      "-1256",
      "-1255",
      "-1254",
      "-1253",
      "-1252,-849",
      "-848,585,-324,-1301",
      "-1300,-1303,-1302",
      "-356,-396,1316,274",
      "364,-23",
      "-22",
      "-21",
      "-20",
      "-19",
      "-414,-413",
      "-18",
      "-17,-16"
    ],
    "service_type": "s"
  },
  {
    "id": "S_31_16328_8507076_0906",
    "name": "S 31 16328",
    "type": "s",
    "sts": [
      "8504411",
      "8504410",
      "8516161",
      "8507000",
      "8507082",
      "8507079",
      "8507078",
      "8507093",
      "8507077",
      "8507092",
      "8507076"
    ],
    "deps": [
      "08:33:00",
      "08:36:00",
      "08:39:00",
      "08:47:00",
      "08:50:00",
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:00:00",
      "09:02:00"
    ],
    "arrs": [
      "08:35:00",
      "08:38:45",
      "08:44:00",
      "08:49:45",
      "08:52:45",
      "08:55:45",
      "08:57:45",
      "08:59:45",
      "09:01:45",
      "09:06:00"
    ],
    "edges": [
      "",
      "23,-364",
      "-274,-1316,396,356",
      "1302,1303,1300",
      "1301,324,-585,848",
      "849,1252",
      "1253",
      "1254",
      "1255",
      "1256",
      "1257"
    ],
    "service_type": "s"
  },
  {
    "id": "IR_1414_8501026_0907",
    "name": "IR 1414",
    "type": "ir",
    "sts": [
      "8501609",
      "8501605",
      "8501601",
      "8501509",
      "8501506",
      "8501500",
      "8501403",
      "8501402",
      "8501400",
      "8501300",
      "8501200",
      "8501120",
      "8501037",
      "8501030",
      "8501008",
      "8501026"
    ],
    "deps": [
      "06:28:00",
      "06:36:00",
      "06:47:00",
      "06:55:00",
      "07:06:00",
      "07:19:00",
      "07:29:00",
      "07:35:00",
      "07:42:00",
      "07:53:00",
      "08:00:00",
      "08:18:00",
      "08:27:00",
      "08:43:00",
      "08:59:00"
    ],
    "arrs": [
      "06:34:00",
      "06:46:00",
      "06:54:00",
      "07:04:00",
      "07:18:00",
      "07:28:00",
      "07:34:00",
      "07:41:00",
      "07:52:00",
      "07:59:00",
      "08:14:00",
      "08:26:00",
      "08:42:00",
      "08:57:00",
      "09:07:00"
    ],
    "edges": [
      "",
      "-847,-227",
      "-1906,-1905,-240,-239,-238",
      "-230,-229",
      "-231,-235",
      "-234,-236,-233,-232,-237,-228,-412,-411",
      "-1944,-220,-222",
      "-409,-408",
      "-1360,-273",
      "-221,-223,-226,-224,-225",
      "-110,-112,-111,-109",
      "-581,-580,-64,-65,-66,-60,-61,-62,-63,-94",
      "-2087,-116,-1362,-361,-97,-98,-96",
      "-398,-397,-101,-102,-100,-103,-99,-104",
      "-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175",
      "1968,1963,39"
    ],
    "service_type": "ir"
  },
  {
    "id": "R_323_8508100_0907",
    "name": "R 323",
    "type": "r",
    "sts": [
      "8508164",
      "8508163",
      "8508168",
      "8508162",
      "8508173",
      "8508161",
      "8594258",
      "8508151",
      "8508100"
    ],
    "deps": [
      "08:55:00",
      "08:56:00",
      "08:56:30",
      "08:58:00",
      "08:58:30",
      "09:00:00",
      "09:00:30",
      "09:02:00"
    ],
    "arrs": [
      "08:55:45",
      "08:56:15",
      "08:57:45",
      "08:58:15",
      "08:59:45",
      "09:00:15",
      "09:01:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "-1437",
      "-1925",
      "-1924",
      "-1436",
      "-1435",
      "-1926,-1927",
      "-1434,420",
      "201"
    ],
    "service_type": "r"
  },
  {
    "id": "R_5620_8504304_0907",
    "name": "R 5620",
    "type": "r",
    "sts": [
      "8504300",
      "8504301",
      "8504302",
      "8504303",
      "8504304"
    ],
    "deps": [
      "08:49:00",
      "08:53:00",
      "08:59:00",
      "09:01:00"
    ],
    "arrs": [
      "08:52:45",
      "08:57:00",
      "09:00:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "-563,-881",
      "-880",
      "-879",
      "-878"
    ],
    "service_type": "r"
  },
  {
    "id": "R_7433_8508308_0907",
    "name": "R 7433",
    "type": "r",
    "sts": [
      "8507492",
      "8508301",
      "8508302",
      "8508303",
      "8508304",
      "8508329",
      "8508305",
      "8508306",
      "8508308"
    ],
    "deps": [
      "08:33:00",
      "08:36:00",
      "08:39:00",
      "08:44:00",
      "08:47:00",
      "08:50:00",
      "08:54:00",
      "08:58:00"
    ],
    "arrs": [
      "08:35:45",
      "08:38:45",
      "08:43:45",
      "08:46:45",
      "08:49:45",
      "08:53:45",
      "08:57:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "-252",
      "-247",
      "-250",
      "-544",
      "-543",
      "-251",
      "-248",
      "-249,242"
    ],
    "service_type": "r"
  },
  {
    "id": "RB_26644_8500090_0907",
    "name": "RB 26644",
    "type": "r",
    "sts": [
      "8014479",
      "8014469",
      "8014468",
      "8014467",
      "8014466",
      "8014465",
      "8014464",
      "8014463",
      "8014462",
      "8014460",
      "8500090"
    ],
    "deps": [
      "32:04:00",
      "08:26:00",
      "08:29:00",
      "08:32:00",
      "08:37:00",
      "08:41:00",
      "08:44:00",
      "08:48:00",
      "08:52:00",
      "08:55:00"
    ],
    "arrs": [
      "08:25:45",
      "08:28:00",
      "08:31:00",
      "08:36:00",
      "08:40:45",
      "08:43:45",
      "08:47:45",
      "08:51:00",
      "08:54:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "1553",
      "1554",
      "1555",
      "1556",
      "1934",
      "2179",
      "1557",
      "1558",
      "1559",
      "1560,1536"
    ],
    "service_type": "r"
  },
  {
    "id": "RB_74319_8503424_0907",
    "name": "RB 74319",
    "type": "r",
    "sts": [
      "8014481",
      "8014488",
      "8014482",
      "8014483",
      "8014484",
      "8518243",
      "8014485",
      "8503424"
    ],
    "deps": [
      "08:46:00",
      "08:48:00",
      "08:52:00",
      "08:54:00",
      "08:59:00",
      "09:01:00",
      "09:03:00"
    ],
    "arrs": [
      "08:47:00",
      "08:50:00",
      "08:53:45",
      "08:58:00",
      "09:00:00",
      "09:02:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "1904",
      "1337",
      "1365",
      "1364",
      "1336",
      "2213",
      "1335,-1333"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_3029_8507000_0907",
    "name": "RE 3029",
    "type": "re",
    "sts": [
      "8504221",
      "8504483",
      "8504400",
      "8507000"
    ],
    "deps": [
      "08:33:00",
      "08:43:00",
      "08:49:00"
    ],
    "arrs": [
      "08:42:00",
      "08:48:00",
      "09:07:00"
    ],
    "edges": [
      "",
      "576,-1192,-1193,-1194,-1196,-1195",
      "-634,1342,1341",
      "908,909,910,911,1544,1545,241,586,585,-324,-1301"
    ],
    "service_type": "re"
  },
  {
    "id": "S_1_21131_8505000_0907",
    "name": "S 1 21131",
    "type": "s",
    "sts": [
      "8502206",
      "8515992",
      "8515993",
      "8502204",
      "8516187",
      "8502230",
      "8515995",
      "8502203",
      "8515996",
      "8502202",
      "8502201",
      "8515997",
      "8516350",
      "8502200",
      "8505000"
    ],
    "deps": [
      "08:31:00",
      "08:32:00",
      "08:33:00",
      "08:36:00",
      "08:37:00",
      "08:39:00",
      "08:41:00",
      "08:42:00",
      "08:43:00",
      "08:49:00",
      "08:51:00",
      "08:54:00",
      "08:56:00",
      "08:57:00"
    ],
    "arrs": [
      "08:31:45",
      "08:32:45",
      "08:35:45",
      "08:36:45",
      "08:38:45",
      "08:40:45",
      "08:41:45",
      "08:42:45",
      "08:48:45",
      "08:50:45",
      "08:53:45",
      "08:55:45",
      "08:56:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "-503",
      "-502",
      "-161",
      "-367,-366",
      "-154",
      "-155",
      "-156",
      "-157",
      "-505,-504,-373",
      "-428,-427",
      "-159",
      "-160",
      "-158",
      "-395,-419,-535,-534,148"
    ],
    "service_type": "s"
  },
  {
    "id": "S_18_170_8503059_0907",
    "name": "S 18 170",
    "type": "s",
    "sts": [
      "8503060",
      "8503070",
      "8503061",
      "8503062",
      "8503063",
      "8503072",
      "8503064",
      "8503065",
      "8503074",
      "8503068",
      "8503066",
      "8503075",
      "8503067",
      "8503077",
      "8503078",
      "8503069",
      "8530811",
      "8530812",
      "8530813",
      "8503059"
    ],
    "deps": [
      "08:32:00",
      "08:33:00",
      "08:34:00",
      "08:36:00",
      "08:37:00",
      "08:39:00",
      "08:41:00",
      "08:45:00",
      "08:46:00",
      "08:47:00",
      "08:48:00",
      "08:50:00",
      "08:52:00",
      "08:53:00",
      "08:54:00",
      "08:57:00",
      "08:59:00",
      "09:02:00",
      "09:05:00"
    ],
    "arrs": [
      "08:32:45",
      "08:33:45",
      "08:35:45",
      "08:36:45",
      "08:38:45",
      "08:40:45",
      "08:44:00",
      "08:45:45",
      "08:46:45",
      "08:47:45",
      "08:49:45",
      "08:51:45",
      "08:52:45",
      "08:53:45",
      "08:56:45",
      "08:58:45",
      "09:01:45",
      "09:04:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "-1646",
      "-1823",
      "-1655",
      "-1656",
      "-1657",
      "-1658",
      "-1659",
      "-1660",
      "-1661",
      "-1662",
      "-1663",
      "-1664",
      "-1665",
      "-1666",
      "-1667",
      "-1668",
      "-844",
      "-846",
      "-845"
    ],
    "service_type": "s"
  },
  {
    "id": "S_23_1082_8506210_0907",
    "name": "S 23 1082",
    "type": "s",
    "sts": [
      "8506289",
      "8506277",
      "8506288",
      "8506275",
      "8506286",
      "8506271",
      "8506285",
      "8506284",
      "8506283",
      "8506282",
      "8506281",
      "8506280",
      "8506290",
      "8506210"
    ],
    "deps": [
      "08:18:00",
      "08:20:00",
      "08:23:00",
      "08:25:00",
      "08:30:00",
      "08:34:00",
      "08:36:00",
      "08:38:00",
      "08:45:00",
      "08:47:00",
      "08:53:00",
      "08:56:00",
      "09:01:00"
    ],
    "arrs": [
      "08:19:45",
      "08:22:45",
      "08:24:45",
      "08:29:00",
      "08:33:45",
      "08:35:45",
      "08:37:45",
      "08:44:45",
      "08:46:45",
      "08:52:45",
      "08:55:45",
      "09:00:00",
      "09:07:00"
    ],
    "edges": [
      "",
      "-1075",
      "-1074",
      "-638",
      "-637,1078",
      "1079",
      "1073",
      "1071",
      "1072",
      "1070",
      "1069",
      "1068",
      "1067,631",
      "-1975"
    ],
    "service_type": "s"
  },
  {
    "id": "S_24_3088_8506378_0907",
    "name": "S 24 3088",
    "type": "s",
    "sts": [
      "8506379",
      "8506389",
      "8506388",
      "8506387",
      "8506386",
      "8506385",
      "8506384",
      "8506383",
      "8506378"
    ],
    "deps": [
      "08:48:00",
      "08:52:00",
      "08:54:00",
      "08:55:00",
      "08:58:00",
      "08:59:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:51:45",
      "08:53:45",
      "08:54:45",
      "08:57:45",
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "1085",
      "1086",
      "1084",
      "1083",
      "1326",
      "1325",
      "1082",
      "1080,640"
    ],
    "service_type": "s"
  },
  {
    "id": "S_27_8229_8503225_0907",
    "name": "S 27 8229",
    "type": "s",
    "sts": [
      "8503221",
      "8503222",
      "8503223",
      "8503224",
      "8503225"
    ],
    "deps": [
      "08:55:00",
      "08:57:00",
      "09:00:00",
      "09:03:00"
    ],
    "arrs": [
      "08:56:45",
      "08:59:45",
      "09:02:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "113",
      "129",
      "128",
      "617,618"
    ],
    "service_type": "s"
  },
  {
    "id": "S_74319_8503424_0907",
    "name": "S 74319",
    "type": "s",
    "sts": [
      "8014481",
      "8014488",
      "8014482",
      "8014483",
      "8014484",
      "8518243",
      "8014485",
      "8503424"
    ],
    "deps": [
      "08:46:00",
      "08:48:00",
      "08:52:00",
      "08:54:00",
      "08:59:00",
      "09:01:00",
      "09:03:00"
    ],
    "arrs": [
      "08:47:00",
      "08:50:00",
      "08:53:45",
      "08:58:00",
      "09:00:00",
      "09:02:45",
      "09:07:00"
    ],
    "edges": [
      "",
      "1904",
      "1337",
      "1365",
      "1364",
      "1336",
      "2213",
      "1335,-1333"
    ],
    "service_type": "s"
  },
  {
    "id": "R_215_8501030_0908",
    "name": "R 215",
    "type": "r",
    "sts": [
      "8501062",
      "8501057",
      "8501063",
      "8501064",
      "8501065",
      "8501058",
      "8501056",
      "8501066",
      "8501067",
      "8501068",
      "8501069",
      "8501053",
      "8501059",
      "8501030"
    ],
    "deps": [
      "08:33:00",
      "08:36:00",
      "08:41:00",
      "08:43:00",
      "08:46:00",
      "08:48:00",
      "08:50:00",
      "08:53:00",
      "08:55:00",
      "09:00:00",
      "09:01:00",
      "09:02:00",
      "09:04:00"
    ],
    "arrs": [
      "08:35:45",
      "08:40:45",
      "08:42:45",
      "08:45:45",
      "08:47:45",
      "08:49:45",
      "08:52:45",
      "08:54:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:03:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "-648",
      "-649",
      "-650",
      "-651",
      "-652",
      "-653",
      "-654",
      "-655",
      "-656",
      "-657",
      "-658",
      "-660",
      "-659"
    ],
    "service_type": "r"
  },
  {
    "id": "R_420_8501479_0908",
    "name": "R 420",
    "type": "r",
    "sts": [
      "8501400",
      "8501554",
      "8501468",
      "8517484",
      "8501470",
      "8501471",
      "8501472",
      "8501469",
      "8501473",
      "8501474",
      "8501473",
      "8501475",
      "8517485",
      "8501476",
      "8593775",
      "8593776",
      "8501477",
      "8593773",
      "8593774",
      "8501479"
    ],
    "deps": [
      "08:20:00",
      "08:22:00",
      "08:24:00",
      "08:26:00",
      "08:29:00",
      "08:37:00",
      "08:41:00",
      "08:43:00",
      "08:46:00",
      "08:50:00",
      "08:53:00",
      "08:58:00",
      "09:00:00",
      "09:02:00",
      "09:03:00",
      "09:04:00",
      "09:05:00",
      "09:06:00",
      "09:07:00"
    ],
    "arrs": [
      "08:21:45",
      "08:23:45",
      "08:25:45",
      "08:28:45",
      "08:36:45",
      "08:40:45",
      "08:42:45",
      "08:45:45",
      "08:48:00",
      "08:52:45",
      "08:57:45",
      "08:59:45",
      "09:01:45",
      "09:02:45",
      "09:03:45",
      "09:04:45",
      "09:05:45",
      "09:06:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "1319",
      "-1320",
      "-756",
      "-2085",
      "-700",
      "-757",
      "-759",
      "-758,760",
      "761",
      "-761",
      "-760,-820",
      "-821",
      "-2086",
      "-823",
      "-2092",
      "-2093",
      "-822",
      "-2094",
      "-2095"
    ],
    "service_type": "r"
  },
  {
    "id": "R_5121_8504300_0908",
    "name": "R 5121",
    "type": "r",
    "sts": [
      "8504221",
      "8504222",
      "8504223",
      "8504224",
      "8504225",
      "8504226",
      "8504227",
      "8504228",
      "8504229",
      "8504300"
    ],
    "deps": [
      "08:37:00",
      "08:40:00",
      "08:44:00",
      "08:46:00",
      "08:50:00",
      "08:52:00",
      "08:55:00",
      "08:59:00",
      "09:02:00"
    ],
    "arrs": [
      "08:39:45",
      "08:43:45",
      "08:45:45",
      "08:49:45",
      "08:51:45",
      "08:54:45",
      "08:58:45",
      "09:01:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "576,577",
      "9",
      "10",
      "11",
      "12",
      "13",
      "14",
      "15",
      "562,563"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_14116_8504086_0908",
    "name": "RE 14116",
    "type": "re",
    "sts": [
      "8507000",
      "8504100",
      "8504023",
      "8504086"
    ],
    "deps": [
      "08:09:00",
      "08:31:00",
      "08:49:00"
    ],
    "arrs": [
      "08:30:00",
      "08:48:00",
      "09:08:00"
    ],
    "edges": [
      "",
      "1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574",
      "-77,-76,-78,-75,-79,-74,-81,-80",
      "-2096,-2098,2097"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_14316_8504086_0908",
    "name": "RE 14316",
    "type": "re",
    "sts": [
      "8507000",
      "8504100",
      "8504023",
      "8504086"
    ],
    "deps": [
      "08:09:00",
      "08:31:00",
      "08:49:00"
    ],
    "arrs": [
      "08:30:00",
      "08:48:00",
      "09:08:00"
    ],
    "edges": [
      "",
      "1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574",
      "-77,-76,-78,-75,-79,-74,-81,-80",
      "-2096,-2098,2097"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_2931_8504300_0908",
    "name": "RE 2931",
    "type": "re",
    "sts": [
      "8507000",
      "8504414",
      "8504300"
    ],
    "deps": [
      "08:43:00",
      "09:00:00"
    ],
    "arrs": [
      "08:58:00",
      "09:08:00"
    ],
    "edges": [
      "",
      "-1300,-1299,-1298,-1297,-643,1902,1903,274,364,-23,-22,-21,-20",
      "-19,-414,-413,-18,-17,-16"
    ],
    "service_type": "re"
  },
  {
    "id": "S_17_524_8502213_0908",
    "name": "S 17 524",
    "type": "s",
    "sts": [
      "8503508",
      "8517376",
      "8502270",
      "8502186",
      "8502278",
      "8502277",
      "8502187",
      "8502276",
      "8502268",
      "8502275",
      "8502188",
      "8502274",
      "8517377",
      "8502273",
      "8502248",
      "8502185",
      "8502272",
      "8502269",
      "8502271",
      "8502213"
    ],
    "deps": [
      "08:33:00",
      "08:34:00",
      "08:35:00",
      "08:36:00",
      "08:38:00",
      "08:41:00",
      "08:42:00",
      "08:45:00",
      "08:46:00",
      "08:47:00",
      "08:49:00",
      "08:50:00",
      "08:52:00",
      "08:55:00",
      "08:56:00",
      "08:57:00",
      "08:59:00",
      "09:02:00",
      "09:05:00"
    ],
    "arrs": [
      "08:33:45",
      "08:34:45",
      "08:35:45",
      "08:37:45",
      "08:40:45",
      "08:41:45",
      "08:44:45",
      "08:45:45",
      "08:46:45",
      "08:48:45",
      "08:49:45",
      "08:51:45",
      "08:54:00",
      "08:55:45",
      "08:56:45",
      "08:58:45",
      "09:01:45",
      "09:04:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "-2386",
      "-2385",
      "-2384",
      "1627",
      "1626",
      "1625",
      "1624",
      "1622",
      "1623",
      "1618",
      "1619",
      "1620",
      "1621",
      "1617",
      "1616",
      "1615",
      "1614",
      "1613",
      "1612"
    ],
    "service_type": "s"
  },
  {
    "id": "S_28_6932_8502001_0908",
    "name": "S 28 6932",
    "type": "s",
    "sts": [
      "8502119",
      "8502104",
      "8502103",
      "8502102",
      "8502101",
      "8502122",
      "8502100",
      "8502121",
      "8502120",
      "8502001"
    ],
    "deps": [
      "08:37:00",
      "08:40:00",
      "08:46:00",
      "08:49:00",
      "08:52:00",
      "08:54:00",
      "08:59:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:39:45",
      "08:45:00",
      "08:48:45",
      "08:51:45",
      "08:53:45",
      "08:58:00",
      "09:00:45",
      "09:03:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "423,-1441",
      "-1989",
      "-1826",
      "-1423",
      "-1424",
      "-1425",
      "-1426",
      "-1428",
      "-1427,-421"
    ],
    "service_type": "s"
  },
  {
    "id": "S_7_21729_8508100_0908",
    "name": "S 7 21729",
    "type": "s",
    "sts": [
      "8508187",
      "8508186",
      "8508185",
      "8508184",
      "8508183",
      "8508174",
      "8508182",
      "8508181",
      "8508100"
    ],
    "deps": [
      "08:46:00",
      "08:49:00",
      "08:52:00",
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:02:00",
      "09:04:00"
    ],
    "arrs": [
      "08:48:45",
      "08:51:45",
      "08:52:45",
      "08:55:45",
      "08:57:45",
      "09:01:45",
      "09:03:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "-1961",
      "-810",
      "-811",
      "-813",
      "-812",
      "-1440",
      "-1439",
      "-1438,-417"
    ],
    "service_type": "s"
  },
  {
    "id": "S_8_22819_8502007_0908",
    "name": "S 8 22819",
    "type": "s",
    "sts": [
      "8500218",
      "8502000",
      "8502001",
      "8502002",
      "8502003",
      "8502004",
      "8502005",
      "8502006",
      "8502010",
      "8502007"
    ],
    "deps": [
      "08:37:00",
      "08:40:00",
      "08:44:00",
      "08:46:00",
      "08:50:00",
      "08:52:00",
      "08:56:00",
      "08:59:00",
      "09:02:00"
    ],
    "arrs": [
      "08:39:45",
      "08:43:45",
      "08:45:45",
      "08:49:45",
      "08:51:45",
      "08:55:45",
      "08:58:45",
      "09:01:45",
      "09:08:00"
    ],
    "edges": [
      "",
      "362,363,-196",
      "-375,-422,-421",
      "-487",
      "-488",
      "-489",
      "-490",
      "-492",
      "-491",
      "-495"
    ],
    "service_type": "s"
  },
  {
    "id": "R_1421_8509157_0909",
    "name": "R 1421",
    "type": "r",
    "sts": [
      "8509000",
      "8509150",
      "8509152",
      "8509153",
      "8509154",
      "8509155",
      "8509156",
      "8509157"
    ],
    "deps": [
      "08:08:00",
      "08:11:00",
      "08:28:00",
      "08:37:00",
      "08:41:00",
      "08:49:00",
      "08:55:00"
    ],
    "arrs": [
      "08:10:45",
      "08:27:45",
      "08:36:45",
      "08:40:45",
      "08:48:45",
      "08:54:45",
      "09:09:00"
    ],
    "edges": [
      "",
      "-835",
      "835,-1041",
      "-1040",
      "-1039",
      "-1038",
      "-1037",
      "-1036"
    ],
    "service_type": "r"
  },
  {
    "id": "R_245_8507380_0909",
    "name": "R 245",
    "type": "r",
    "sts": [
      "8507492",
      "8507388",
      "8507389",
      "8507383",
      "8507382",
      "8507381",
      "8507380"
    ],
    "deps": [
      "08:35:00",
      "08:40:00",
      "08:47:00",
      "08:53:00",
      "08:58:00",
      "09:01:00"
    ],
    "arrs": [
      "08:39:00",
      "08:46:00",
      "08:52:45",
      "08:57:45",
      "09:00:45",
      "09:09:00"
    ],
    "edges": [
      "",
      "1221",
      "1222,436",
      "-1242",
      "-1241",
      "-1240",
      "-1239"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_14116_8504014_0909",
    "name": "RE 14116",
    "type": "re",
    "sts": [
      "8507000",
      "8504100",
      "8504023",
      "8504014"
    ],
    "deps": [
      "08:09:00",
      "08:31:00",
      "08:54:00"
    ],
    "arrs": [
      "08:30:00",
      "08:48:00",
      "09:09:00"
    ],
    "edges": [
      "",
      "1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574",
      "-77,-76,-78,-75,-79,-74,-81,-80",
      "-2096,-1985,-88,-89,-570,-569"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_14716_8504014_0909",
    "name": "RE 14716",
    "type": "re",
    "sts": [
      "8504023",
      "8504014"
    ],
    "deps": [
      "08:54:00"
    ],
    "arrs": [
      "09:09:00"
    ],
    "edges": [
      "",
      "-2096,-1985,-88,-89,-570,-569"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_2614_8501008_0909",
    "name": "RE 2614",
    "type": "re",
    "sts": [
      "8504023",
      "8504014",
      "8501120",
      "8501118",
      "8501037",
      "8501035",
      "8501033",
      "8501031",
      "8501030",
      "8501023",
      "8501008"
    ],
    "deps": [
      "07:47:00",
      "08:02:00",
      "08:21:00",
      "08:26:00",
      "08:32:00",
      "08:38:00",
      "08:43:00",
      "08:48:00",
      "08:53:00",
      "08:59:00"
    ],
    "arrs": [
      "08:01:00",
      "08:18:00",
      "08:25:00",
      "08:31:00",
      "08:37:00",
      "08:42:00",
      "08:47:00",
      "08:52:00",
      "08:58:00",
      "09:09:00"
    ],
    "edges": [
      "",
      "-2096,-1985,-88,-89,-570,-569",
      "-86,-87,-579,-578,-85,-84,-82,-83,-94",
      "-2087,-116",
      "-1362,-361,-97,-98,-96",
      "-398,-397,-101,-102,-100",
      "-103",
      "-99",
      "-104",
      "-95",
      "-169,-170,-168,-171,-167,-172,-166,-173,174,175"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_2760_8504316_0909",
    "name": "RE 2760",
    "type": "re",
    "sts": [
      "8504221",
      "8504234",
      "8504237",
      "8504314",
      "8504315",
      "8504316"
    ],
    "deps": [
      "08:32:00",
      "08:42:00",
      "08:51:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:40:00",
      "08:50:00",
      "08:58:00",
      "09:03:45",
      "09:09:00"
    ],
    "edges": [
      "",
      "-554,1175,1176,1174",
      "1177,1178,1179",
      "1180,564,556,557",
      "1328",
      "1123"
    ],
    "service_type": "re"
  },
  {
    "id": "S_6_18628_8503504_0909",
    "name": "S 6 18628",
    "type": "s",
    "sts": [
      "8503105",
      "8503104",
      "8503103",
      "8503111",
      "8503102",
      "8503101",
      "8503141",
      "8503100",
      "8503004",
      "8503003",
      "8503000",
      "8503020",
      "8503006",
      "8503007",
      "8503008",
      "8503526",
      "8503527",
      "8503525",
      "8503528",
      "8503529",
      "8503505",
      "8503504"
    ],
    "deps": [
      "08:02:00",
      "08:06:00",
      "08:10:00",
      "08:12:00",
      "08:14:00",
      "08:17:00",
      "08:18:00",
      "08:20:00",
      "08:23:00",
      "08:27:00",
      "08:31:00",
      "08:33:00",
      "08:39:00",
      "08:41:00",
      "08:44:00",
      "08:48:00",
      "08:51:00",
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:05:00"
    ],
    "arrs": [
      "08:05:45",
      "08:09:00",
      "08:11:45",
      "08:13:45",
      "08:16:00",
      "08:17:45",
      "08:19:45",
      "08:22:45",
      "08:26:00",
      "08:30:00",
      "08:32:45",
      "08:38:00",
      "08:40:45",
      "08:43:45",
      "08:47:00",
      "08:50:45",
      "08:52:45",
      "08:55:45",
      "08:57:45",
      "09:04:00",
      "09:09:00"
    ],
    "edges": [
      "",
      "-1884",
      "-1674",
      "-1673",
      "-1672",
      "-1671",
      "-1670",
      "-1669",
      "-1647",
      "-1994,-385,1993,384",
      "1992,-2321",
      "-2318,2320,2241,2315,2313,2334",
      "2345,2335,2341,2364,93,-2108,2102",
      "2154,2106,2110,2177",
      "2104,-2105,850",
      "1609",
      "1608",
      "1607",
      "1604",
      "1605",
      "1606",
      "-1960"
    ],
    "service_type": "s"
  },
  {
    "id": "S_7_4086_8508050_0909",
    "name": "S 7 4086",
    "type": "s",
    "sts": [
      "8507063",
      "8589198",
      "8507064",
      "8507065",
      "8507066",
      "8507067",
      "8507068",
      "8507069",
      "8507096",
      "8508054",
      "8508050"
    ],
    "deps": [
      "08:45:00",
      "08:46:00",
      "08:48:00",
      "08:50:00",
      "08:53:00",
      "08:54:00",
      "08:57:00",
      "08:59:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:45:45",
      "08:47:45",
      "08:49:45",
      "08:52:45",
      "08:53:45",
      "08:56:45",
      "08:58:45",
      "09:00:45",
      "09:03:45",
      "09:09:00"
    ],
    "edges": [
      "",
      "1981",
      "1287",
      "1288",
      "1289",
      "1290",
      "1291",
      "1292",
      "1293",
      "1294,1902",
      "-1902,643,1297,1298,1299,-1303"
    ],
    "service_type": "s"
  },
  {
    "id": "S_7_4087_8507063_0909",
    "name": "S 7 4087",
    "type": "s",
    "sts": [
      "8508050",
      "8508054",
      "8507096",
      "8507069",
      "8507068",
      "8507067",
      "8507066",
      "8507065",
      "8507064",
      "8589198",
      "8507063"
    ],
    "deps": [
      "08:45:00",
      "08:50:00",
      "08:52:00",
      "08:54:00",
      "08:56:00",
      "08:59:00",
      "09:01:00",
      "09:04:00",
      "09:05:00",
      "09:07:00"
    ],
    "arrs": [
      "08:49:45",
      "08:51:45",
      "08:53:45",
      "08:55:45",
      "08:58:45",
      "09:00:45",
      "09:03:45",
      "09:04:45",
      "09:06:45",
      "09:09:00"
    ],
    "edges": [
      "",
      "1303,-1299,-1298,-1297,-643,1902",
      "-1902,-1294",
      "-1293",
      "-1292",
      "-1291",
      "-1290",
      "-1289",
      "-1288",
      "-1287",
      "-1981"
    ],
    "service_type": "s"
  },
  {
    "id": "R_14815_8504014_0910",
    "name": "R 14815",
    "type": "r",
    "sts": [
      "8504086",
      "8504066",
      "8504065",
      "8504064",
      "8504063",
      "8504062",
      "8504061",
      "8504060",
      "8504014"
    ],
    "deps": [
      "08:33:00",
      "08:37:00",
      "08:40:00",
      "08:47:00",
      "08:49:00",
      "08:59:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:36:45",
      "08:39:45",
      "08:46:45",
      "08:48:45",
      "08:56:00",
      "09:00:45",
      "09:03:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "-2097,-1982,1801",
      "1800,1799",
      "1798,1797,1796",
      "1795",
      "1794,1793,402",
      "-402,1817,1818",
      "1792,1791",
      "1790,1789"
    ],
    "service_type": "r"
  },
  {
    "id": "R_5621_8504300_0910",
    "name": "R 5621",
    "type": "r",
    "sts": [
      "8504304",
      "8504303",
      "8504302",
      "8504301",
      "8504300"
    ],
    "deps": [
      "08:52:00",
      "08:56:00",
      "09:00:00",
      "09:03:00"
    ],
    "arrs": [
      "08:55:45",
      "08:59:00",
      "09:02:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "878",
      "879",
      "880",
      "881,563"
    ],
    "service_type": "r"
  },
  {
    "id": "S_1_17226_8500010_0910",
    "name": "S 1 17226",
    "type": "s",
    "sts": [
      "8500322",
      "8500320",
      "8500303",
      "8500302",
      "8500301",
      "8500313",
      "8500300",
      "8517131",
      "8500021",
      "8500020",
      "8500010"
    ],
    "deps": [
      "08:34:00",
      "08:41:00",
      "08:44:00",
      "08:49:00",
      "08:52:00",
      "08:54:00",
      "08:56:00",
      "08:58:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:40:00",
      "08:43:00",
      "08:48:00",
      "08:51:00",
      "08:53:45",
      "08:55:45",
      "08:57:45",
      "09:00:45",
      "09:03:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "-382,-450",
      "-449",
      "-448",
      "-447",
      "-1973",
      "-446",
      "-1921",
      "-445,369",
      "346",
      "403,404,584"
    ],
    "service_type": "s"
  },
  {
    "id": "S_15_7087_8506100_0910",
    "name": "S 15 7087",
    "type": "s",
    "sts": [
      "8506206",
      "8506178",
      "8506170",
      "8506177",
      "8506176",
      "8506169",
      "8506175",
      "8506174",
      "8506173",
      "8506172",
      "8506179",
      "8506171",
      "8506100"
    ],
    "deps": [
      "08:42:00",
      "08:46:00",
      "08:48:00",
      "08:51:00",
      "08:54:00",
      "08:55:00",
      "08:56:00",
      "08:59:00",
      "09:00:00",
      "09:02:00",
      "09:04:00",
      "09:06:00"
    ],
    "arrs": [
      "08:45:45",
      "08:47:45",
      "08:50:45",
      "08:53:45",
      "08:54:45",
      "08:55:45",
      "08:58:45",
      "08:59:45",
      "09:01:45",
      "09:03:45",
      "09:05:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "-1737",
      "-1736",
      "-1738",
      "-1739",
      "-1740",
      "-1741",
      "-1742",
      "-1827",
      "-1828",
      "-1829",
      "-1743",
      "1321"
    ],
    "service_type": "s"
  },
  {
    "id": "S_18_21820_8502007_0910",
    "name": "S 18 21820",
    "type": "s",
    "sts": [
      "8505000",
      "8502021",
      "8502028",
      "8502012",
      "8502020",
      "8502009",
      "8502008",
      "8502011",
      "8502007"
    ],
    "deps": [
      "08:44:00",
      "08:49:00",
      "08:52:00",
      "08:54:00",
      "08:56:00",
      "09:01:00",
      "09:04:00",
      "09:06:00"
    ],
    "arrs": [
      "08:48:45",
      "08:51:00",
      "08:53:45",
      "08:55:45",
      "09:00:45",
      "09:03:45",
      "09:05:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "-148,534,535,419,500",
      "501",
      "2004,499",
      "498",
      "497",
      "496",
      "493",
      "494"
    ],
    "service_type": "s"
  },
  {
    "id": "S_3_17327_8500218_0910",
    "name": "S 3 17327",
    "type": "s",
    "sts": [
      "8500126",
      "8500125",
      "8500124",
      "8500123",
      "8500122",
      "8500121",
      "8500120",
      "8500109",
      "8500113",
      "8500114",
      "8500115",
      "8500116",
      "8500117",
      "8500118",
      "8500119",
      "8500136",
      "8500010",
      "8500020",
      "8500021",
      "8500022",
      "8500023",
      "8500024",
      "8500025",
      "8500026",
      "8500027",
      "8500028",
      "8500218"
    ],
    "deps": [
      "07:07:00",
      "07:12:00",
      "07:16:00",
      "07:21:00",
      "07:23:00",
      "07:29:00",
      "07:31:00",
      "07:43:00",
      "07:56:00",
      "07:59:00",
      "08:04:00",
      "08:06:00",
      "08:10:00",
      "08:12:00",
      "08:14:00",
      "08:17:00",
      "08:31:00",
      "08:37:00",
      "08:41:00",
      "08:44:00",
      "08:47:00",
      "08:50:00",
      "08:52:00",
      "08:56:00",
      "08:59:00",
      "09:02:00"
    ],
    "arrs": [
      "07:11:00",
      "07:15:45",
      "07:20:45",
      "07:22:45",
      "07:28:00",
      "07:30:45",
      "07:36:00",
      "07:55:45",
      "07:58:45",
      "08:03:45",
      "08:05:45",
      "08:09:00",
      "08:11:45",
      "08:13:45",
      "08:16:45",
      "08:23:00",
      "08:36:45",
      "08:40:45",
      "08:43:45",
      "08:46:45",
      "08:49:45",
      "08:51:45",
      "08:55:00",
      "08:58:45",
      "09:01:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "-930,-935",
      "-937",
      "-936",
      "940",
      "941",
      "942",
      "943",
      "944,264",
      "545",
      "176",
      "179",
      "177",
      "178",
      "856",
      "272",
      "1324,584",
      "-584,-404,-403",
      "-346",
      "-369,-368",
      "-347",
      "-345",
      "-348",
      "-344",
      "-566,-565",
      "-349",
      "-568,-567,350"
    ],
    "service_type": "s"
  },
  {
    "id": "S_7_21730_8508187_0910",
    "name": "S 7 21730",
    "type": "s",
    "sts": [
      "8508100",
      "8508181",
      "8508182",
      "8508174",
      "8508183",
      "8508184",
      "8508185",
      "8508186",
      "8508187"
    ],
    "deps": [
      "08:50:00",
      "08:52:00",
      "08:54:00",
      "08:55:00",
      "08:59:00",
      "09:00:00",
      "09:01:00",
      "09:03:00"
    ],
    "arrs": [
      "08:51:45",
      "08:53:45",
      "08:54:45",
      "08:58:45",
      "08:59:45",
      "09:00:45",
      "09:02:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "417,1438",
      "1439",
      "1440",
      "812",
      "813",
      "811",
      "810",
      "1961"
    ],
    "service_type": "s"
  },
  {
    "id": "S_8_2087_8508059_0910",
    "name": "S 8 2087",
    "type": "s",
    "sts": [
      "8508050",
      "8508054",
      "8508070",
      "8504410",
      "8508056",
      "8508071",
      "8508057",
      "8508058",
      "8508059"
    ],
    "deps": [
      "08:52:00",
      "08:56:00",
      "08:58:00",
      "08:59:00",
      "09:02:00",
      "09:03:00",
      "09:04:00",
      "09:06:00"
    ],
    "arrs": [
      "08:55:45",
      "08:57:45",
      "08:58:45",
      "09:01:45",
      "09:02:45",
      "09:03:45",
      "09:05:45",
      "09:10:00"
    ],
    "edges": [
      "",
      "1303,-1299,-1298,-1297,-643,1902",
      "1903",
      "274",
      "1315",
      "-778",
      "-779",
      "-780",
      "-781"
    ],
    "service_type": "s"
  },
  {
    "id": "IC_810_8501609_0911",
    "name": "IC 810",
    "type": "ic",
    "sts": [
      "8506121",
      "8506109",
      "8506217",
      "8506105",
      "8506100",
      "8506000",
      "8503016",
      "8503000",
      "8507000",
      "8507100",
      "8507483",
      "8501605",
      "8501609"
    ],
    "deps": [
      "05:38:00",
      "05:44:00",
      "05:52:00",
      "05:59:00",
      "06:12:00",
      "06:25:00",
      "06:40:00",
      "07:02:00",
      "08:07:00",
      "08:25:00",
      "08:36:00",
      "09:03:00"
    ],
    "arrs": [
      "05:43:00",
      "05:51:00",
      "05:57:00",
      "06:10:00",
      "06:23:00",
      "06:38:00",
      "06:51:00",
      "07:58:00",
      "08:24:00",
      "08:34:00",
      "09:02:00",
      "09:11:00"
    ],
    "edges": [
      "",
      "-625,-355",
      "-478,-477,-476",
      "-475,-474,-473",
      "-472,-471,-470,-469,-468",
      "-467,-466,-465,-599,-598,-464,-601,-600",
      "-603,-602,-330,329,91,90,-1996,-211",
      "-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2307,2222",
      "-2222,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300",
      "-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433",
      "-321,255",
      "254,1942,219,218,275,1907,2082,2081,1906",
      "227,847"
    ],
    "service_type": "ic"
  },
  {
    "id": "R_1012_8509179_0911",
    "name": "R 1012",
    "type": "r",
    "sts": [
      "8509073",
      "8509072",
      "8509071",
      "8509070",
      "8509069",
      "8509068",
      "8509067",
      "8509065",
      "8509064",
      "8509063",
      "8509062",
      "8509061",
      "8509060",
      "8509059",
      "8509058",
      "8509057",
      "8509002",
      "8509056",
      "8509055",
      "8509054",
      "8509053",
      "8509051",
      "8509006",
      "8509000",
      "8509183",
      "8509167",
      "8509168",
      "8509169",
      "8509170",
      "8509171",
      "8509173",
      "8509174",
      "8509175",
      "8509176",
      "8509177",
      "8509178",
      "8509179"
    ],
    "deps": [
      "06:00:00",
      "06:03:00",
      "06:08:00",
      "06:12:00",
      "06:18:00",
      "06:27:00",
      "06:29:00",
      "06:37:00",
      "06:44:00",
      "06:48:00",
      "06:50:00",
      "06:52:00",
      "07:00:00",
      "07:03:00",
      "07:05:00",
      "07:09:00",
      "07:17:00",
      "07:18:00",
      "07:20:00",
      "07:22:00",
      "07:27:00",
      "07:31:00",
      "07:33:00",
      "07:56:00",
      "08:05:00",
      "08:10:00",
      "08:16:00",
      "08:20:00",
      "08:27:00",
      "08:33:00",
      "08:38:00",
      "08:40:00",
      "08:47:00",
      "08:54:00",
      "08:57:00",
      "09:00:00"
    ],
    "arrs": [
      "06:02:45",
      "06:07:45",
      "06:11:45",
      "06:17:45",
      "06:26:45",
      "06:28:45",
      "06:36:45",
      "06:43:45",
      "06:47:45",
      "06:49:45",
      "06:51:45",
      "06:57:00",
      "07:02:45",
      "07:04:45",
      "07:08:45",
      "07:13:00",
      "07:17:45",
      "07:19:45",
      "07:21:45",
      "07:26:00",
      "07:30:45",
      "07:32:45",
      "07:37:00",
      "08:04:00",
      "08:09:45",
      "08:15:45",
      "08:19:45",
      "08:26:00",
      "08:31:00",
      "08:37:45",
      "08:39:45",
      "08:46:00",
      "08:53:00",
      "08:56:45",
      "08:59:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-1528",
      "-1527",
      "-1526",
      "-1523",
      "-1522,-1525",
      "-1524",
      "-1045",
      "-1046",
      "-1047",
      "-1049",
      "-1048",
      "-1050",
      "-1051",
      "-1052",
      "-1054",
      "-1053",
      "-1974",
      "-1044",
      "-1043",
      "-1042",
      "-1122",
      "-1908",
      "-276,834,835",
      "-1472,-1473,-1474,-1475,-1477",
      "-1476,-1471",
      "-1470",
      "-1469",
      "-1468",
      "-1459",
      "-1458",
      "-1457",
      "-1456",
      "-1455",
      "-1454",
      "-1453",
      "-1452"
    ],
    "service_type": "r"
  },
  {
    "id": "R_7037_8530750_0911",
    "name": "R 7037",
    "type": "r",
    "sts": [
      "8504483",
      "8504468",
      "8504467",
      "8504477",
      "8504466",
      "8504465",
      "8504464",
      "8504463",
      "8504475",
      "8504474",
      "8504462",
      "8504472",
      "8504470",
      "8504471",
      "8504469",
      "8504461",
      "8530750"
    ],
    "deps": [
      "08:33:00",
      "08:36:00",
      "08:40:00",
      "08:42:00",
      "08:44:00",
      "08:47:00",
      "08:49:00",
      "08:54:00",
      "08:56:00",
      "08:57:00",
      "09:00:00",
      "09:01:00",
      "09:02:00",
      "09:03:00",
      "09:04:00",
      "09:07:00"
    ],
    "arrs": [
      "08:35:45",
      "08:39:45",
      "08:41:45",
      "08:43:45",
      "08:46:45",
      "08:48:45",
      "08:52:00",
      "08:55:45",
      "08:56:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:02:45",
      "09:03:45",
      "09:06:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "1197",
      "895",
      "896",
      "894",
      "893",
      "892",
      "891",
      "890",
      "889",
      "888",
      "887",
      "886",
      "885",
      "883",
      "884",
      "882"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_1212_8509179_0911",
    "name": "RE 1212",
    "type": "re",
    "sts": [
      "8509073",
      "8509072",
      "8509071",
      "8509070",
      "8509069",
      "8509068",
      "8509067",
      "8509065",
      "8509064",
      "8509063",
      "8509062",
      "8509061",
      "8509060",
      "8509059",
      "8509058",
      "8509057",
      "8509002",
      "8509056",
      "8509055",
      "8509054",
      "8509053",
      "8509051",
      "8509006",
      "8509000",
      "8509183",
      "8509167",
      "8509168",
      "8509169",
      "8509170",
      "8509171",
      "8509173",
      "8509174",
      "8509175",
      "8509176",
      "8509177",
      "8509178",
      "8509179"
    ],
    "deps": [
      "06:00:00",
      "06:03:00",
      "06:08:00",
      "06:12:00",
      "06:18:00",
      "06:27:00",
      "06:29:00",
      "06:37:00",
      "06:44:00",
      "06:48:00",
      "06:50:00",
      "06:52:00",
      "07:00:00",
      "07:03:00",
      "07:05:00",
      "07:09:00",
      "07:17:00",
      "07:18:00",
      "07:20:00",
      "07:22:00",
      "07:27:00",
      "07:31:00",
      "07:33:00",
      "07:56:00",
      "08:05:00",
      "08:10:00",
      "08:16:00",
      "08:20:00",
      "08:27:00",
      "08:33:00",
      "08:38:00",
      "08:40:00",
      "08:47:00",
      "08:54:00",
      "08:57:00",
      "09:00:00"
    ],
    "arrs": [
      "06:02:45",
      "06:07:45",
      "06:11:45",
      "06:17:45",
      "06:26:45",
      "06:28:45",
      "06:36:45",
      "06:43:45",
      "06:47:45",
      "06:49:45",
      "06:51:45",
      "06:57:00",
      "07:02:45",
      "07:04:45",
      "07:08:45",
      "07:13:00",
      "07:17:45",
      "07:19:45",
      "07:21:45",
      "07:26:00",
      "07:30:45",
      "07:32:45",
      "07:37:00",
      "08:04:00",
      "08:09:45",
      "08:15:45",
      "08:19:45",
      "08:26:00",
      "08:31:00",
      "08:37:45",
      "08:39:45",
      "08:46:00",
      "08:53:00",
      "08:56:45",
      "08:59:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-1528",
      "-1527",
      "-1526",
      "-1523",
      "-1522,-1525",
      "-1524",
      "-1045",
      "-1046",
      "-1047",
      "-1049",
      "-1048",
      "-1050",
      "-1051",
      "-1052",
      "-1054",
      "-1053",
      "-1974",
      "-1044",
      "-1043",
      "-1042",
      "-1122",
      "-1908",
      "-276,834,835",
      "-1472,-1473,-1474,-1475,-1477",
      "-1476,-1471",
      "-1470",
      "-1469",
      "-1468",
      "-1459",
      "-1458",
      "-1457",
      "-1456",
      "-1455",
      "-1454",
      "-1453",
      "-1452"
    ],
    "service_type": "re"
  },
  {
    "id": "S_1_21130_8502206_0911",
    "name": "S 1 21130",
    "type": "s",
    "sts": [
      "8505000",
      "8502200",
      "8516350",
      "8515997",
      "8502201",
      "8502202",
      "8502306",
      "8515996",
      "8502203",
      "8515995",
      "8502230",
      "8516187",
      "8502204",
      "8515993",
      "8515992",
      "8502206"
    ],
    "deps": [
      "08:21:00",
      "08:31:00",
      "08:32:00",
      "08:34:00",
      "08:37:00",
      "08:51:00",
      "08:54:00",
      "08:55:00",
      "08:58:00",
      "08:59:00",
      "09:01:00",
      "09:03:00",
      "09:06:00",
      "09:07:00",
      "09:08:00"
    ],
    "arrs": [
      "08:30:45",
      "08:31:45",
      "08:33:45",
      "08:36:45",
      "08:42:00",
      "08:53:45",
      "08:54:45",
      "08:57:00",
      "08:58:45",
      "09:00:45",
      "09:02:45",
      "09:05:00",
      "09:06:45",
      "09:07:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-148,534,535,419,395",
      "158",
      "160",
      "159",
      "427,428",
      "373,504",
      "505",
      "157",
      "156",
      "155",
      "154",
      "366,367",
      "161",
      "502",
      "503"
    ],
    "service_type": "s"
  },
  {
    "id": "S_17_623_8503508_0911",
    "name": "S 17 623",
    "type": "s",
    "sts": [
      "8502272",
      "8502185",
      "8502248",
      "8502273",
      "8517377",
      "8502274",
      "8502188",
      "8502275",
      "8502268",
      "8502276",
      "8502187",
      "8502277",
      "8502278",
      "8502186",
      "8502270",
      "8517376",
      "8503508"
    ],
    "deps": [
      "08:45:00",
      "08:46:00",
      "08:47:00",
      "08:49:00",
      "08:50:00",
      "08:51:00",
      "08:53:00",
      "08:55:00",
      "08:56:00",
      "08:59:00",
      "09:01:00",
      "09:02:00",
      "09:04:00",
      "09:06:00",
      "09:07:00",
      "09:08:00"
    ],
    "arrs": [
      "08:45:45",
      "08:46:45",
      "08:48:00",
      "08:49:45",
      "08:50:45",
      "08:52:45",
      "08:54:45",
      "08:55:45",
      "08:58:45",
      "09:00:45",
      "09:01:45",
      "09:03:45",
      "09:05:45",
      "09:06:45",
      "09:07:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-1615",
      "-1616",
      "-1617",
      "-1621",
      "-1620",
      "-1619",
      "-1618",
      "-1623",
      "-1622",
      "-1624",
      "-1625",
      "-1626",
      "-1627",
      "2384",
      "2385",
      "2386"
    ],
    "service_type": "s"
  },
  {
    "id": "S_2_18229_8503225_0911",
    "name": "S 2 18229",
    "type": "s",
    "sts": [
      "8503016",
      "8503006",
      "8503000",
      "8503011",
      "8503010",
      "8503202",
      "8503204",
      "8503206",
      "8503207",
      "8503209",
      "8503211",
      "8503220",
      "8503221",
      "8503225"
    ],
    "deps": [
      "08:06:00",
      "08:11:00",
      "08:18:00",
      "08:20:00",
      "08:24:00",
      "08:31:00",
      "08:35:00",
      "08:42:00",
      "08:45:00",
      "08:51:00",
      "08:54:00",
      "08:56:00",
      "09:01:00"
    ],
    "arrs": [
      "08:10:00",
      "08:16:00",
      "08:19:45",
      "08:23:00",
      "08:30:00",
      "08:34:45",
      "08:41:00",
      "08:44:45",
      "08:50:45",
      "08:53:45",
      "08:55:45",
      "09:00:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-212,2134,2145,2174,2172,2135,2138",
      "2156,2136,2149,2322,2355,2323",
      "-2324,2325,2236,2237,2359,2238,2239",
      "2240,-144",
      "-145,-1995,-146,-143,-147",
      "-142,140,139",
      "138,141",
      "611,612",
      "124,123,613,614",
      "604,605",
      "125",
      "122",
      "113,129,128,617,618"
    ],
    "service_type": "s"
  },
  {
    "id": "S_3_18329_8503123_0911",
    "name": "S 3 18329",
    "type": "s",
    "sts": [
      "8503508",
      "8503512",
      "8503509",
      "8503001",
      "8503020",
      "8503000",
      "8503003",
      "8503147",
      "8503306",
      "8503305",
      "8503303",
      "8503302",
      "8503301",
      "8503300",
      "8503123"
    ],
    "deps": [
      "08:15:00",
      "08:17:00",
      "08:19:00",
      "08:24:00",
      "08:26:00",
      "08:33:00",
      "08:36:00",
      "08:40:00",
      "08:43:00",
      "08:50:00",
      "08:54:00",
      "08:58:00",
      "09:04:00",
      "09:07:00"
    ],
    "arrs": [
      "08:16:45",
      "08:18:45",
      "08:23:00",
      "08:25:45",
      "08:30:00",
      "08:35:00",
      "08:39:45",
      "08:42:45",
      "08:49:00",
      "08:53:45",
      "08:57:45",
      "09:03:00",
      "09:06:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "2387",
      "2392,2398,2402",
      "2394,2426,2332",
      "2349,2367,2366",
      "2347,2242,2312,2319,2318",
      "2321,-1992",
      "-384,-1993,-383",
      "-1310,-1311,-377",
      "-92,-329",
      "327",
      "328",
      "326",
      "325",
      "608,609"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_24458_8503088_0911",
    "name": "S 4 24458",
    "type": "s",
    "sts": [
      "8503098",
      "8503097",
      "8503089",
      "8503099",
      "8503096",
      "8503095",
      "8503094",
      "8503093",
      "8503086",
      "8503087",
      "8503091",
      "8503090",
      "8503088"
    ],
    "deps": [
      "08:45:00",
      "08:50:00",
      "08:51:00",
      "08:53:00",
      "08:55:00",
      "08:56:00",
      "08:59:00",
      "09:00:00",
      "09:02:00",
      "09:04:00",
      "09:06:00",
      "09:08:00"
    ],
    "arrs": [
      "08:49:00",
      "08:50:45",
      "08:52:45",
      "08:54:45",
      "08:55:45",
      "08:58:45",
      "08:59:45",
      "09:01:45",
      "09:03:45",
      "09:05:45",
      "09:07:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "-1645",
      "-1644",
      "-1643",
      "-1642",
      "-1641",
      "-1640",
      "-1639",
      "-839",
      "-838",
      "-837",
      "-1638,836,2101",
      "2100"
    ],
    "service_type": "s"
  },
  {
    "id": "S_40_8730_8503283_0911",
    "name": "S 40 8730",
    "type": "s",
    "sts": [
      "8503110",
      "8503299",
      "8503209",
      "8503289",
      "8503295",
      "8503288",
      "8503294",
      "8503286",
      "8503285",
      "8503284",
      "8503283"
    ],
    "deps": [
      "08:36:00",
      "08:38:00",
      "08:42:00",
      "08:43:00",
      "08:46:00",
      "08:48:00",
      "08:49:00",
      "08:54:00",
      "08:57:00",
      "09:04:00"
    ],
    "arrs": [
      "08:37:45",
      "08:41:00",
      "08:42:45",
      "08:45:45",
      "08:47:45",
      "08:48:45",
      "08:53:45",
      "08:56:45",
      "09:02:00",
      "09:11:00"
    ],
    "edges": [
      "",
      "1032",
      "1890,-604",
      "-614,-1897",
      "-1898",
      "-1900",
      "-1899",
      "-1878,1880",
      "1881",
      "1877",
      "1876,615"
    ],
    "service_type": "s"
  },
  {
    "id": "S_6_15630_8507089_0911",
    "name": "S 6 15630",
    "type": "s",
    "sts": [
      "8507000",
      "8507082",
      "8507091",
      "8507083",
      "8507084",
      "8507085",
      "8507086",
      "8507087",
      "8507095",
      "8507088",
      "8507089"
    ],
    "deps": [
      "08:36:00",
      "08:38:00",
      "08:42:00",
      "08:46:00",
      "08:48:00",
      "08:50:00",
      "08:53:00",
      "08:59:00",
      "09:01:00",
      "09:05:00"
    ],
    "arrs": [
      "08:37:45",
      "08:41:45",
      "08:44:00",
      "08:47:45",
      "08:49:45",
      "08:52:45",
      "08:58:00",
      "09:00:45",
      "09:04:45",
      "09:11:00"
    ],
    "edges": [
      "",
      "1301,324,-585,848",
      "849,950",
      "1269",
      "1268",
      "915",
      "916",
      "917",
      "1266",
      "949",
      "1267"
    ],
    "service_type": "s"
  },
  {
    "id": "ICE_76_8001093_1609",
    "name": "ICE 76",
    "type": "ice",
    "sts": [
      "8503000",
      "8500010",
      "8500090"
    ],
    "deps": [
      "08:00:00",
      "09:06:00",
      "09:15:00"
    ],
    "arrs": [
      "08:53:00",
      "09:12:00"
    ],
    "edges": [
      "",
      "-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584",
      "-584,-404,-197"
    ],
    "service_type": "ice"
  },
  {
    "id": "IR_1812_8500010_0912",
    "name": "IR 1812",
    "type": "ir",
    "sts": [
      "8503000",
      "8502119",
      "8502113",
      "8500026",
      "8500023",
      "8500010"
    ],
    "deps": [
      "08:08:00",
      "08:28:00",
      "08:36:00",
      "08:55:00",
      "09:01:00"
    ],
    "arrs": [
      "08:27:00",
      "08:35:00",
      "08:54:00",
      "09:00:00",
      "09:12:00"
    ],
    "edges": [
      "",
      "-2221,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426",
      "423,424,376,1984",
      "-359,-360,-357,-358,567,568,349,565,566",
      "344,348,345",
      "347,368,369,346,403,404,584"
    ],
    "service_type": "ir"
  },
  {
    "id": "R_11135_8501008_0912",
    "name": "R 11135",
    "type": "r",
    "sts": [
      "8501001",
      "8501002",
      "8501003",
      "8501000",
      "8501006",
      "8501007",
      "8501008"
    ],
    "deps": [
      "08:54:00",
      "08:56:00",
      "09:00:00",
      "09:02:00",
      "09:03:00",
      "09:06:00"
    ],
    "arrs": [
      "08:55:45",
      "08:59:00",
      "09:01:45",
      "09:02:45",
      "09:05:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "-661",
      "-662",
      "-663",
      "-664",
      "-666",
      "-665,-1963,-1968"
    ],
    "service_type": "r"
  },
  {
    "id": "R_119_8500207_0912",
    "name": "R 119",
    "type": "r",
    "sts": [
      "8500212",
      "8518690",
      "8500211",
      "8500289",
      "8500288",
      "8500287",
      "8500286",
      "8500285",
      "8500283",
      "8500275",
      "8500274",
      "8500273",
      "8500272",
      "8500280",
      "8500207"
    ],
    "deps": [
      "08:47:00",
      "08:48:00",
      "08:49:00",
      "08:50:00",
      "08:52:00",
      "08:54:00",
      "08:57:00",
      "08:59:00",
      "09:01:00",
      "09:02:00",
      "09:05:00",
      "09:06:00",
      "09:07:00",
      "09:08:00"
    ],
    "arrs": [
      "08:47:45",
      "08:48:45",
      "08:49:45",
      "08:51:45",
      "08:53:45",
      "08:56:45",
      "08:58:45",
      "09:00:45",
      "09:01:45",
      "09:04:45",
      "09:05:45",
      "09:06:45",
      "09:07:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "-2200",
      "-36",
      "-415,-416,-1652",
      "-1651",
      "-1376",
      "-1375",
      "-1374",
      "-1929,-1373",
      "-1372",
      "-1371",
      "-1370",
      "-1928",
      "-46",
      "-268"
    ],
    "service_type": "r"
  },
  {
    "id": "R_1628_8509253_0912",
    "name": "R 1628",
    "type": "r",
    "sts": [
      "8509361",
      "8509360",
      "8509359",
      "8509358",
      "8509357",
      "8509356",
      "8509373",
      "8519370",
      "8509354",
      "8509353",
      "8509352",
      "8509255",
      "8509351",
      "8509350",
      "8509253"
    ],
    "deps": [
      "07:33:00",
      "07:36:00",
      "07:45:00",
      "07:57:00",
      "08:15:00",
      "08:24:00",
      "08:32:00",
      "08:34:00",
      "08:37:00",
      "08:44:00",
      "08:50:00",
      "09:01:00",
      "09:04:00",
      "09:06:00"
    ],
    "arrs": [
      "07:35:45",
      "07:44:45",
      "07:56:45",
      "08:14:00",
      "08:23:45",
      "08:31:45",
      "08:33:45",
      "08:36:45",
      "08:43:45",
      "08:49:45",
      "08:58:00",
      "09:03:45",
      "09:05:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "-1500",
      "-1499",
      "-1498",
      "-1497",
      "-1496",
      "-1495",
      "-1494",
      "-1493",
      "-1492",
      "-1491",
      "-1490",
      "-1509",
      "-1508",
      "-1507"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4121_8500100_0912",
    "name": "R 4121",
    "type": "r",
    "sts": [
      "8500173",
      "8500172",
      "8500165",
      "8500171",
      "8500164",
      "8500170",
      "8500162",
      "8500100"
    ],
    "deps": [
      "08:42:00",
      "08:44:00",
      "08:46:00",
      "08:55:00",
      "08:57:00",
      "09:00:00",
      "09:01:00"
    ],
    "arrs": [
      "08:43:45",
      "08:45:45",
      "08:54:45",
      "08:56:45",
      "08:59:45",
      "09:00:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "1210",
      "1211",
      "1212",
      "1213",
      "857,858",
      "859",
      "860,871"
    ],
    "service_type": "r"
  },
  {
    "id": "R_434_8507380_0912",
    "name": "R 434",
    "type": "r",
    "sts": [
      "8507374",
      "8507375",
      "8507552",
      "8507376",
      "8507380"
    ],
    "deps": [
      "08:33:00",
      "08:46:00",
      "08:52:00",
      "09:08:00"
    ],
    "arrs": [
      "08:45:45",
      "08:51:45",
      "09:05:00",
      "09:12:00"
    ],
    "edges": [
      "",
      "1235",
      "1236",
      "1237,435",
      "-435,1238"
    ],
    "service_type": "r"
  },
  {
    "id": "R_45_8501689_0912",
    "name": "R 45",
    "type": "r",
    "sts": [
      "8501688",
      "8501689"
    ],
    "deps": [
      "09:00:00"
    ],
    "arrs": [
      "09:12:00"
    ],
    "edges": [
      "",
      "-635"
    ],
    "service_type": "r"
  },
  {
    "id": "R_46_8501688_0912",
    "name": "R 46",
    "type": "r",
    "sts": [
      "8501689",
      "8501688"
    ],
    "deps": [
      "09:00:00"
    ],
    "arrs": [
      "09:12:00"
    ],
    "edges": [
      "",
      "635"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_8_1085_8500207_0912",
    "name": "RE 8 1085",
    "type": "re",
    "sts": [
      "8508050",
      "8508059",
      "8508060",
      "8508061",
      "8508063",
      "8508064",
      "8508066",
      "8508068",
      "8500207"
    ],
    "deps": [
      "08:35:00",
      "08:48:00",
      "08:52:00",
      "08:54:00",
      "08:57:00",
      "09:00:00",
      "09:04:00",
      "09:08:00"
    ],
    "arrs": [
      "08:47:45",
      "08:51:45",
      "08:53:45",
      "08:56:45",
      "08:59:45",
      "09:03:45",
      "09:07:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "1303,-1299,-1298,-1297,-643,1902,1903,274,1315,-778,-779,-780,-781",
      "-783",
      "-782",
      "-1388,-1387",
      "-1386",
      "-1941",
      "-1940",
      "-1939,430"
    ],
    "service_type": "re"
  },
  {
    "id": "S_1_23135_8506302_0912",
    "name": "S 1 23135",
    "type": "s",
    "sts": [
      "8506206",
      "8506208",
      "8506209",
      "8506210",
      "8506300",
      "8506302"
    ],
    "deps": [
      "08:47:00",
      "08:54:00",
      "08:59:00",
      "09:03:00",
      "09:06:00"
    ],
    "arrs": [
      "08:53:45",
      "08:58:00",
      "09:02:45",
      "09:05:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "621,622,341,338",
      "339",
      "623,624",
      "340",
      "343,619,620"
    ],
    "service_type": "s"
  },
  {
    "id": "S_2_1552_8509000_0912",
    "name": "S 2 1552",
    "type": "s",
    "sts": [
      "8509189",
      "8509188",
      "8509187",
      "8509186",
      "8509185",
      "8509184",
      "8509183",
      "8509182",
      "8509181",
      "8509180",
      "8509050",
      "8509000"
    ],
    "deps": [
      "08:36:00",
      "08:39:00",
      "08:41:00",
      "08:44:00",
      "08:51:00",
      "08:53:00",
      "08:59:00",
      "09:00:00",
      "09:04:00",
      "09:06:00",
      "09:08:00"
    ],
    "arrs": [
      "08:38:45",
      "08:40:45",
      "08:43:45",
      "08:50:00",
      "08:52:00",
      "08:57:00",
      "08:59:45",
      "09:03:00",
      "09:05:45",
      "09:07:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "-833",
      "-832",
      "-831",
      "-830",
      "-829",
      "-271,1476",
      "1477",
      "1475",
      "1474",
      "1473",
      "1472"
    ],
    "service_type": "s"
  },
  {
    "id": "S_23_1083_8506289_0912",
    "name": "S 23 1083",
    "type": "s",
    "sts": [
      "8506210",
      "8506290",
      "8506280",
      "8506281",
      "8506282",
      "8506283",
      "8506284",
      "8506285",
      "8506271",
      "8506286",
      "8506275",
      "8506288",
      "8506277",
      "8506289"
    ],
    "deps": [
      "08:22:00",
      "08:30:00",
      "08:32:00",
      "08:36:00",
      "08:41:00",
      "08:45:00",
      "08:50:00",
      "08:52:00",
      "08:55:00",
      "09:01:00",
      "09:03:00",
      "09:06:00",
      "09:08:00"
    ],
    "arrs": [
      "08:29:00",
      "08:31:45",
      "08:35:45",
      "08:40:45",
      "08:44:00",
      "08:49:45",
      "08:51:45",
      "08:54:45",
      "09:00:00",
      "09:02:45",
      "09:05:45",
      "09:07:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "1975",
      "-631,-1067",
      "-1068",
      "-1069",
      "-1070",
      "-1072",
      "-1071",
      "-1073",
      "-1079",
      "-1078,637",
      "638",
      "1074",
      "1075"
    ],
    "service_type": "s"
  },
  {
    "id": "S_35_8134_8506000_0912",
    "name": "S 35 8134",
    "type": "s",
    "sts": [
      "8506206",
      "8506010",
      "8506011",
      "8506012",
      "8506013",
      "8506014",
      "8506035",
      "8506015",
      "8516218",
      "8506001",
      "8506000"
    ],
    "deps": [
      "08:42:00",
      "08:45:00",
      "08:49:00",
      "08:51:00",
      "08:54:00",
      "08:58:00",
      "09:01:00",
      "09:04:00",
      "09:06:00",
      "09:08:00"
    ],
    "arrs": [
      "08:44:45",
      "08:48:45",
      "08:50:45",
      "08:53:45",
      "08:57:00",
      "09:00:45",
      "09:03:00",
      "09:05:00",
      "09:07:00",
      "09:12:00"
    ],
    "edges": [
      "",
      "-336",
      "-337",
      "-342",
      "-335",
      "-331",
      "-333",
      "-334",
      "-332",
      "-379,-378",
      "-372,-601,-600"
    ],
    "service_type": "s"
  },
  {
    "id": "S_5_18528_8503319_0912",
    "name": "S 5 18528",
    "type": "s",
    "sts": [
      "8503209",
      "8503110",
      "8503120",
      "8503121",
      "8503122",
      "8503123",
      "8503125",
      "8503003",
      "8503000",
      "8503020",
      "8503006",
      "8503310",
      "8503311",
      "8503312",
      "8503314",
      "8503315",
      "8503316",
      "8503317",
      "8503318",
      "8503319"
    ],
    "deps": [
      "07:51:00",
      "07:59:00",
      "08:01:00",
      "08:06:00",
      "08:09:00",
      "08:15:00",
      "08:21:00",
      "08:32:00",
      "08:37:00",
      "08:39:00",
      "08:44:00",
      "08:47:00",
      "08:49:00",
      "08:54:00",
      "08:56:00",
      "09:01:00",
      "09:03:00",
      "09:06:00",
      "09:09:00"
    ],
    "arrs": [
      "07:55:00",
      "08:00:45",
      "08:05:00",
      "08:08:00",
      "08:14:00",
      "08:20:00",
      "08:31:00",
      "08:35:00",
      "08:38:45",
      "08:43:00",
      "08:46:45",
      "08:48:45",
      "08:53:00",
      "08:55:45",
      "09:00:00",
      "09:02:45",
      "09:05:45",
      "09:08:45",
      "09:12:00"
    ],
    "edges": [
      "",
      "604,-1890,-1032",
      "-616,-1783",
      "-1785",
      "-1784,-1786",
      "-400,-606",
      "-609,1678,1679",
      "1677,1676,1675,1312,-1309,1310,383,1993,384",
      "1992,-2321",
      "-2318,2320,2241,2315,2313,2334",
      "2345,2335,2341,2364,93,-2108,2102",
      "2154,2106,2114,2115",
      "2162,-458",
      "-457",
      "-595,-1603",
      "-1602",
      "-1601",
      "-1600",
      "-269",
      "-1599"
    ],
    "service_type": "s"
  },
  {
    "id": "IR_2257_8505400_0913",
    "name": "IR 2257",
    "type": "ir",
    "sts": [
      "8503000",
      "8502204",
      "8505004",
      "8505006",
      "8505007",
      "8505112",
      "8505114",
      "8505119",
      "8505201",
      "8505204",
      "8505209",
      "8505213",
      "8505404",
      "8505400"
    ],
    "deps": [
      "06:09:00",
      "06:31:00",
      "06:53:00",
      "07:01:00",
      "07:05:00",
      "07:15:00",
      "07:24:00",
      "07:50:00",
      "08:01:00",
      "08:19:00",
      "08:40:00",
      "08:54:00",
      "09:02:00"
    ],
    "arrs": [
      "06:30:00",
      "06:46:00",
      "07:00:00",
      "07:04:00",
      "07:14:00",
      "07:23:00",
      "07:48:00",
      "07:59:00",
      "08:18:00",
      "08:39:00",
      "08:53:00",
      "09:01:00",
      "09:13:00"
    ],
    "edges": [
      "",
      "-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161",
      "-367,387,2017,2018,1918,388,508,509,1919,2019,2020,507,2021,2022",
      "510,511",
      "512",
      "513,2023,2029,2027,2034,2032,514,2026,2025",
      "515,516",
      "2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517",
      "277,2046,2047",
      "518,1917,2049,2050,2051,2052,2054,2053",
      "1965,1966,2055,2058,2059,2056,1962,2057,519",
      "520,2060,2061,521",
      "522,523,381,524",
      "2014,1990,525,526,527"
    ],
    "service_type": "ir"
  },
  {
    "id": "IR_2318_8503016_0913",
    "name": "IR 2318",
    "type": "ir",
    "sts": [
      "8505000",
      "8502204",
      "8503202",
      "8503000",
      "8503006",
      "8503016"
    ],
    "deps": [
      "08:10:00",
      "08:31:00",
      "08:46:00",
      "09:01:00",
      "09:08:00"
    ],
    "arrs": [
      "08:30:00",
      "08:45:00",
      "08:56:00",
      "09:07:00",
      "09:13:00"
    ],
    "edges": [
      "",
      "-148,534,535,419,395,158,160,159,427,428,373,504,505,157,156,155,154,366,367",
      "161,502,503,165,2001,2000,1999,162,1998,163,164,142",
      "-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281",
      "-2281,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146",
      "2155,-2141,2160,2161,2171,2173,2133,212"
    ],
    "service_type": "ic"
  },
  {
    "id": "R_217_8501689_0913",
    "name": "R 217",
    "type": "r",
    "sts": [
      "8515296",
      "8501636",
      "8501605",
      "8501683",
      "8501684",
      "8501685",
      "8501686",
      "8501687",
      "8501688",
      "8501689"
    ],
    "deps": [
      "07:52:00",
      "08:00:00",
      "08:10:00",
      "08:20:00",
      "08:27:00",
      "08:37:00",
      "08:46:00",
      "08:55:00",
      "09:01:00"
    ],
    "arrs": [
      "07:59:45",
      "08:03:00",
      "08:19:45",
      "08:26:45",
      "08:36:45",
      "08:45:45",
      "08:54:45",
      "09:00:45",
      "09:13:00"
    ],
    "edges": [
      "",
      "-990",
      "-1317",
      "-1318",
      "-981",
      "-982",
      "-983",
      "-984",
      "-985",
      "-635"
    ],
    "service_type": "r"
  },
  {
    "id": "R_2209_8501300_0913",
    "name": "R 2209",
    "type": "r",
    "sts": [
      "8507290",
      "8507273",
      "8507272",
      "8507271",
      "8507270",
      "8501399",
      "8501398",
      "8501397",
      "8501396",
      "8501388",
      "8501395",
      "8501198",
      "8501394",
      "8501393",
      "8501392",
      "8501391",
      "8504070",
      "8501379",
      "8501378",
      "8501387",
      "8501386",
      "8501377",
      "8501385",
      "8501376",
      "8501384",
      "8501375",
      "8501374",
      "8501300"
    ],
    "deps": [
      "07:00:00",
      "07:08:00",
      "07:14:00",
      "07:19:00",
      "07:23:00",
      "07:30:00",
      "07:35:00",
      "07:41:00",
      "07:43:00",
      "07:45:00",
      "07:47:00",
      "07:49:00",
      "08:06:00",
      "08:11:00",
      "08:12:00",
      "08:16:00",
      "08:26:00",
      "08:30:00",
      "08:35:00",
      "08:39:00",
      "08:42:00",
      "08:47:00",
      "08:50:00",
      "08:55:00",
      "08:58:00",
      "09:04:00",
      "09:06:00"
    ],
    "arrs": [
      "07:07:45",
      "07:13:45",
      "07:18:45",
      "07:22:45",
      "07:27:00",
      "07:34:45",
      "07:40:45",
      "07:42:45",
      "07:44:45",
      "07:46:45",
      "07:48:45",
      "07:50:00",
      "08:10:45",
      "08:11:45",
      "08:15:45",
      "08:20:00",
      "08:29:45",
      "08:34:45",
      "08:38:45",
      "08:41:45",
      "08:46:00",
      "08:49:45",
      "08:54:45",
      "08:57:45",
      "09:03:45",
      "09:05:45",
      "09:13:00"
    ],
    "edges": [
      "",
      "286",
      "285",
      "289",
      "284",
      "283",
      "301",
      "299",
      "300",
      "302",
      "294",
      "296",
      "297",
      "295",
      "298",
      "293",
      "292",
      "290",
      "291",
      "306",
      "307",
      "305",
      "304",
      "303",
      "265",
      "354",
      "259",
      "260,261,262,258,263,257"
    ],
    "service_type": "r"
  },
  {
    "id": "R_632_8507388_0913",
    "name": "R 632",
    "type": "r",
    "sts": [
      "8507387",
      "8507386",
      "8507388"
    ],
    "deps": [
      "08:21:00",
      "08:38:00"
    ],
    "arrs": [
      "08:37:45",
      "09:13:00"
    ],
    "edges": [
      "",
      "-1220",
      "-1219,-1222"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_1020_8509002_0913",
    "name": "RE 1020",
    "type": "re",
    "sts": [
      "8509073",
      "8509072",
      "8509068",
      "8509064",
      "8509060",
      "8509059",
      "8509002"
    ],
    "deps": [
      "08:02:00",
      "08:06:00",
      "08:33:00",
      "08:49:00",
      "09:01:00",
      "09:04:00"
    ],
    "arrs": [
      "08:05:45",
      "08:29:00",
      "08:47:00",
      "08:59:00",
      "09:03:45",
      "09:13:00"
    ],
    "edges": [
      "",
      "-1528",
      "-1527,-1526,-1523,-1522,-1525",
      "-1524,-1045,-1046",
      "-1047,-1049,-1048,-1050",
      "-1051",
      "-1052,-1054,-1053"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_2609_8504023_0913",
    "name": "RE 2609",
    "type": "re",
    "sts": [
      "8501008",
      "8501023",
      "8501030",
      "8501031",
      "8501033",
      "8501035",
      "8501037",
      "8501118",
      "8501120",
      "8504014",
      "8504023"
    ],
    "deps": [
      "07:51:00",
      "08:01:00",
      "08:07:00",
      "08:11:00",
      "08:16:00",
      "08:21:00",
      "08:28:00",
      "08:34:00",
      "08:42:00",
      "08:58:00"
    ],
    "arrs": [
      "08:00:00",
      "08:06:00",
      "08:10:00",
      "08:15:00",
      "08:20:00",
      "08:27:00",
      "08:33:00",
      "08:39:00",
      "08:57:00",
      "09:13:00"
    ],
    "edges": [
      "",
      "-175,-174,173,166,172,167,171,168,170,169",
      "95",
      "104",
      "99",
      "103",
      "100,102,101,397,398",
      "96,98,97,361,1362",
      "116,2087",
      "94,83,82,84,85,578,579,87,86",
      "569,570,89,88,1985,2096"
    ],
    "service_type": "re"
  },
  {
    "id": "S_17_624_8502272_0913",
    "name": "S 17 624",
    "type": "s",
    "sts": [
      "8503508",
      "8517376",
      "8502270",
      "8502186",
      "8502278",
      "8502277",
      "8502187",
      "8502276",
      "8502268",
      "8502275",
      "8502188",
      "8502274",
      "8517377",
      "8502273",
      "8502248",
      "8502185",
      "8502272"
    ],
    "deps": [
      "08:47:00",
      "08:48:00",
      "08:49:00",
      "08:50:00",
      "08:52:00",
      "08:56:00",
      "08:57:00",
      "09:00:00",
      "09:01:00",
      "09:02:00",
      "09:04:00",
      "09:05:00",
      "09:07:00",
      "09:09:00",
      "09:10:00",
      "09:11:00"
    ],
    "arrs": [
      "08:47:45",
      "08:48:45",
      "08:49:45",
      "08:51:45",
      "08:55:45",
      "08:56:45",
      "08:59:45",
      "09:00:45",
      "09:01:45",
      "09:03:45",
      "09:04:45",
      "09:06:45",
      "09:08:00",
      "09:09:45",
      "09:10:45",
      "09:13:00"
    ],
    "edges": [
      "",
      "-2386",
      "-2385",
      "-2384",
      "1627",
      "1626",
      "1625",
      "1624",
      "1622",
      "1623",
      "1618",
      "1619",
      "1620",
      "1621",
      "1617",
      "1616",
      "1615"
    ],
    "service_type": "s"
  },
  {
    "id": "R_156_110_8501096_0914",
    "name": "R 156 110",
    "type": "r",
    "sts": [
      "8501037",
      "8501054",
      "8501090",
      "8501081",
      "8501091",
      "8501080",
      "8501092",
      "8501093",
      "8501082",
      "8501083",
      "8501094",
      "8501085",
      "8501095",
      "8501096"
    ],
    "deps": [
      "08:46:00",
      "08:47:00",
      "08:48:00",
      "08:49:00",
      "08:51:00",
      "08:52:00",
      "08:54:00",
      "08:57:00",
      "08:59:00",
      "09:00:00",
      "09:04:00",
      "09:06:00",
      "09:08:00"
    ],
    "arrs": [
      "08:46:45",
      "08:47:45",
      "08:48:45",
      "08:50:45",
      "08:51:45",
      "08:53:45",
      "08:56:45",
      "08:58:45",
      "08:59:45",
      "09:03:00",
      "09:05:45",
      "09:07:45",
      "09:14:00"
    ],
    "edges": [
      "",
      "-398,693",
      "694",
      "692",
      "691",
      "690",
      "689",
      "688",
      "687",
      "686",
      "685",
      "680,589",
      "678",
      "677"
    ],
    "service_type": "r"
  },
  {
    "id": "R_216_8501181_0914",
    "name": "R 216",
    "type": "r",
    "sts": [
      "8501169",
      "8501170",
      "8501168",
      "8501166",
      "8501167",
      "8501165",
      "8501164",
      "8501163",
      "8501162",
      "8501161",
      "8501160",
      "8501181"
    ],
    "deps": [
      "08:55:00",
      "08:56:00",
      "08:57:00",
      "09:00:00",
      "09:01:00",
      "09:03:00",
      "09:04:00",
      "09:05:00",
      "09:07:00",
      "09:09:00",
      "09:12:00"
    ],
    "arrs": [
      "08:55:45",
      "08:56:45",
      "08:59:00",
      "09:00:45",
      "09:02:45",
      "09:03:45",
      "09:04:45",
      "09:06:45",
      "09:08:45",
      "09:11:45",
      "09:14:00"
    ],
    "edges": [
      "",
      "-719",
      "-718",
      "-710",
      "-711",
      "-712",
      "-713",
      "-714",
      "-715",
      "-716",
      "-717",
      "1986"
    ],
    "service_type": "r"
  },
  {
    "id": "R_221_8500123_0914",
    "name": "R 221",
    "type": "r",
    "sts": [
      "8504314",
      "8500184",
      "8500179",
      "8500178",
      "8500181",
      "8500180",
      "8500177",
      "8500176",
      "8500175",
      "8500174",
      "8500190",
      "8500169",
      "8500191",
      "8500192",
      "8500194",
      "8500195",
      "8500196",
      "8500199",
      "8500123"
    ],
    "deps": [
      "08:02:00",
      "08:04:00",
      "08:09:00",
      "08:13:00",
      "08:14:00",
      "08:15:00",
      "08:22:00",
      "08:25:00",
      "08:27:00",
      "08:30:00",
      "08:34:00",
      "08:35:00",
      "08:42:00",
      "08:43:00",
      "08:47:00",
      "08:50:00",
      "08:53:00",
      "09:04:00"
    ],
    "arrs": [
      "08:03:45",
      "08:08:45",
      "08:12:45",
      "08:13:45",
      "08:14:45",
      "08:18:00",
      "08:24:45",
      "08:26:45",
      "08:29:00",
      "08:33:00",
      "08:34:45",
      "08:39:00",
      "08:42:45",
      "08:46:45",
      "08:49:45",
      "08:52:45",
      "09:03:45",
      "09:14:00"
    ],
    "edges": [
      "",
      "-557,1191",
      "1198,1199",
      "1200,1201",
      "1202",
      "1203",
      "1204",
      "1205",
      "1206",
      "1207",
      "1208,918",
      "919",
      "920",
      "921",
      "922",
      "923",
      "924",
      "938",
      "939"
    ],
    "service_type": "r"
  },
  {
    "id": "S_33_20336_8503424_0914",
    "name": "S 33 20336",
    "type": "s",
    "sts": [
      "8506000",
      "8506045",
      "8506046",
      "8506047",
      "8506048",
      "8506049",
      "8506039",
      "8503423",
      "8503424"
    ],
    "deps": [
      "08:42:00",
      "08:48:00",
      "08:50:00",
      "08:55:00",
      "09:02:00",
      "09:06:00",
      "09:07:00",
      "09:10:00"
    ],
    "arrs": [
      "08:47:00",
      "08:49:45",
      "08:54:00",
      "09:01:45",
      "09:05:00",
      "09:06:45",
      "09:09:45",
      "09:14:00"
    ],
    "edges": [
      "",
      "600,-1685",
      "-1686",
      "-1687",
      "-1688",
      "-1689",
      "-1552",
      "-1551,-483",
      "-1334,-1333"
    ],
    "service_type": "s"
  },
  {
    "id": "ICN_1510_8501120_0915",
    "name": "ICN 1510",
    "type": "icn",
    "sts": [
      "8506302",
      "8506210",
      "8506209",
      "8506208",
      "8506206",
      "8506000",
      "8503016",
      "8503000",
      "8502113",
      "8500218",
      "8500207",
      "8504300",
      "8504221",
      "8504200",
      "8501120"
    ],
    "deps": [
      "05:44:00",
      "05:51:00",
      "05:57:00",
      "06:02:00",
      "06:10:00",
      "06:28:00",
      "06:43:00",
      "07:04:00",
      "07:29:00",
      "07:40:00",
      "07:59:00",
      "08:16:00",
      "08:34:00",
      "08:53:00"
    ],
    "arrs": [
      "05:50:00",
      "05:56:00",
      "06:01:00",
      "06:08:00",
      "06:26:00",
      "06:41:00",
      "06:53:00",
      "07:27:00",
      "07:38:00",
      "07:56:00",
      "08:13:00",
      "08:32:00",
      "08:51:00",
      "09:15:00"
    ],
    "edges": [
      "",
      "-620,-619,-343,-340",
      "-624,-623",
      "-339",
      "-338,-341,-622,-621",
      "-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600",
      "-603,-602,-330,329,91,90,-1996,-211",
      "-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2253,2297",
      "-2297,2298,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984",
      "-359,-360,-357,-358,350",
      "362,-444,-443,-442,-441,-38,-37,-2200,-36,-415,-1377,-35,-34,-33",
      "-430,-429,-561,-2216,-560,-31,-30,-29,-353,-27,-26,-2214,-25,-24,-16",
      "-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576",
      "-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645",
      "-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,1362,116,2087"
    ],
    "service_type": "icn"
  },
  {
    "id": "ICN_1511_8506302_0915",
    "name": "ICN 1511",
    "type": "icn",
    "sts": [
      "8501120",
      "8501118",
      "8504200",
      "8504221",
      "8504300",
      "8500202",
      "8500207",
      "8500218",
      "8502113",
      "8503000",
      "8503016",
      "8506000",
      "8506206",
      "8506210",
      "8506302"
    ],
    "deps": [
      "05:39:00",
      "05:44:00",
      "06:04:00",
      "06:24:00",
      "06:44:00",
      "06:53:00",
      "07:02:00",
      "07:20:00",
      "07:30:00",
      "08:09:00",
      "08:22:00",
      "08:37:00",
      "08:54:00",
      "09:07:00"
    ],
    "arrs": [
      "05:43:00",
      "06:02:00",
      "06:22:00",
      "06:41:00",
      "06:52:00",
      "07:00:00",
      "07:18:00",
      "07:28:00",
      "07:56:00",
      "08:20:00",
      "08:35:00",
      "08:52:00",
      "09:06:00",
      "09:15:00"
    ],
    "edges": [
      "",
      "-2087,-116",
      "-1362,389,390,391,587,267,392,549,550,393,1,572,573",
      "645,644,2,3,4,5,6,7,551,552,8,553,554",
      "576,577,9,10,11,12,13,14,15,562,563",
      "16,24,25,2214,26,27,353",
      "29,30,31,560,2216,561,429,430",
      "33,34,35,1377,415,36,2200,37,38,441,442,443,444,-362",
      "-350,358,357,360,359",
      "-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244",
      "-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212",
      "211,1996,-90,-91,-329,330,602,603",
      "600,601,372,378,379,332,334,333,331,335,342,337,336",
      "621,622,341,338,339,623,624",
      "340,343,619,620"
    ],
    "service_type": "icn"
  },
  {
    "id": "R_1215_8509268_0915",
    "name": "R 1215",
    "type": "r",
    "sts": [
      "8509179",
      "8509178",
      "8509177",
      "8509176",
      "8509175",
      "8509174",
      "8509173",
      "8509171",
      "8509170",
      "8509169",
      "8509168",
      "8509167",
      "8509183",
      "8509182",
      "8509181",
      "8509180",
      "8509050",
      "8509000",
      "8509006",
      "8509051",
      "8509053",
      "8509054",
      "8509055",
      "8509056",
      "8509002",
      "8509057",
      "8509060",
      "8509062",
      "8509064",
      "8509065",
      "8509067",
      "8509068",
      "8509269",
      "8509264",
      "8509265",
      "8509266",
      "8509268"
    ],
    "deps": [
      "05:44:00",
      "05:51:00",
      "05:57:00",
      "06:00:00",
      "06:08:00",
      "06:12:00",
      "06:14:00",
      "06:24:00",
      "06:27:00",
      "06:31:00",
      "06:36:00",
      "06:40:00",
      "06:50:00",
      "06:51:00",
      "06:55:00",
      "06:57:00",
      "07:00:00",
      "07:21:00",
      "07:23:00",
      "07:25:00",
      "07:31:00",
      "07:33:00",
      "07:35:00",
      "07:36:00",
      "07:49:00",
      "07:51:00",
      "08:02:00",
      "08:07:00",
      "08:14:00",
      "08:18:00",
      "08:29:00",
      "08:34:00",
      "08:54:00",
      "08:56:00",
      "08:59:00",
      "09:03:00"
    ],
    "arrs": [
      "05:50:45",
      "05:55:00",
      "05:59:45",
      "06:07:00",
      "06:11:45",
      "06:13:45",
      "06:21:00",
      "06:26:00",
      "06:30:45",
      "06:35:45",
      "06:39:45",
      "06:49:00",
      "06:50:45",
      "06:54:00",
      "06:56:45",
      "06:59:45",
      "07:03:00",
      "07:22:45",
      "07:24:45",
      "07:30:00",
      "07:32:45",
      "07:34:45",
      "07:35:45",
      "07:40:00",
      "07:50:45",
      "08:00:00",
      "08:06:45",
      "08:13:00",
      "08:17:45",
      "08:28:00",
      "08:32:00",
      "08:53:00",
      "08:55:45",
      "08:58:45",
      "09:02:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "1452",
      "1453",
      "1454",
      "1455",
      "1456",
      "1457",
      "1458",
      "1459",
      "1468",
      "1469",
      "1470",
      "1471,1476",
      "1477",
      "1475",
      "1474",
      "1473",
      "1472",
      "-835,-834,276",
      "1908",
      "1122",
      "1042",
      "1043",
      "1044",
      "1974",
      "1053",
      "1054,1052,1051",
      "1050,1048",
      "1049,1047",
      "1046",
      "1045",
      "1524",
      "1525,642",
      "1517",
      "1518",
      "1519",
      "1520,1521"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4516_8501421_0915",
    "name": "R 4516",
    "type": "r",
    "sts": [
      "8501609",
      "8501605",
      "8501604",
      "8501603",
      "8501602",
      "8501601",
      "8501600",
      "8501509",
      "8501507",
      "8501506",
      "8501510",
      "8501505",
      "8501504",
      "8501503",
      "8501502",
      "8501501",
      "8501500",
      "8501405",
      "8501404",
      "8501403",
      "8501420",
      "8501421"
    ],
    "deps": [
      "07:37:00",
      "07:44:00",
      "07:48:00",
      "07:51:00",
      "07:54:00",
      "07:59:00",
      "08:02:00",
      "08:07:00",
      "08:12:00",
      "08:19:00",
      "08:22:00",
      "08:24:00",
      "08:27:00",
      "08:29:00",
      "08:46:00",
      "08:49:00",
      "08:55:00",
      "08:58:00",
      "09:01:00",
      "09:08:00",
      "09:10:00"
    ],
    "arrs": [
      "07:43:00",
      "07:47:45",
      "07:50:45",
      "07:53:45",
      "07:58:00",
      "08:01:45",
      "08:06:00",
      "08:11:45",
      "08:18:00",
      "08:21:45",
      "08:23:45",
      "08:26:45",
      "08:28:45",
      "08:34:00",
      "08:48:45",
      "08:54:00",
      "08:57:45",
      "09:00:45",
      "09:07:00",
      "09:09:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "-847,-227",
      "-1906,-1905",
      "-240",
      "-239",
      "-238",
      "-230",
      "-229",
      "-231",
      "-235",
      "-234",
      "-236",
      "-233",
      "-232",
      "-237",
      "-228",
      "-412,-411",
      "-1944",
      "-220",
      "-222",
      "-409,-952",
      "-954"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4625_8504221_0915",
    "name": "R 4625",
    "type": "r",
    "sts": [
      "8504288",
      "8504287",
      "8504286",
      "8504285",
      "8504284",
      "8504215",
      "8504216",
      "8504217",
      "8504218",
      "8504219",
      "8504220",
      "8504221"
    ],
    "deps": [
      "08:32:00",
      "08:37:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:49:00",
      "08:52:00",
      "08:58:00",
      "09:02:00",
      "09:08:00",
      "09:10:00"
    ],
    "arrs": [
      "08:36:00",
      "08:39:00",
      "08:42:00",
      "08:44:00",
      "08:48:00",
      "08:51:45",
      "08:57:00",
      "09:01:45",
      "09:07:45",
      "09:09:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "-1948",
      "-1167",
      "-1168",
      "-1169",
      "-1943",
      "-1170",
      "-1171",
      "-1173",
      "-1172,552",
      "8",
      "553,554"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_1221_8509268_0915",
    "name": "RE 1221",
    "type": "re",
    "sts": [
      "8509179",
      "8509178",
      "8509177",
      "8509176",
      "8509175",
      "8509174",
      "8509173",
      "8509171",
      "8509170",
      "8509169",
      "8509168",
      "8509167",
      "8509183",
      "8509182",
      "8509181",
      "8509180",
      "8509050",
      "8509000",
      "8509006",
      "8509051",
      "8509053",
      "8509054",
      "8509055",
      "8509056",
      "8509002",
      "8509057",
      "8509060",
      "8509062",
      "8509064",
      "8509065",
      "8509067",
      "8509068",
      "8509269",
      "8509264",
      "8509265",
      "8509266",
      "8509268"
    ],
    "deps": [
      "05:44:00",
      "05:51:00",
      "05:57:00",
      "06:00:00",
      "06:08:00",
      "06:12:00",
      "06:14:00",
      "06:24:00",
      "06:27:00",
      "06:31:00",
      "06:36:00",
      "06:40:00",
      "06:50:00",
      "06:51:00",
      "06:55:00",
      "06:57:00",
      "07:00:00",
      "07:21:00",
      "07:23:00",
      "07:25:00",
      "07:31:00",
      "07:33:00",
      "07:35:00",
      "07:36:00",
      "07:49:00",
      "07:51:00",
      "08:02:00",
      "08:07:00",
      "08:14:00",
      "08:18:00",
      "08:29:00",
      "08:34:00",
      "08:54:00",
      "08:56:00",
      "08:59:00",
      "09:03:00"
    ],
    "arrs": [
      "05:50:45",
      "05:55:00",
      "05:59:45",
      "06:07:00",
      "06:11:45",
      "06:13:45",
      "06:21:00",
      "06:26:00",
      "06:30:45",
      "06:35:45",
      "06:39:45",
      "06:49:00",
      "06:50:45",
      "06:54:00",
      "06:56:45",
      "06:59:45",
      "07:03:00",
      "07:22:45",
      "07:24:45",
      "07:30:00",
      "07:32:45",
      "07:34:45",
      "07:35:45",
      "07:40:00",
      "07:50:45",
      "08:00:00",
      "08:06:45",
      "08:13:00",
      "08:17:45",
      "08:28:00",
      "08:32:00",
      "08:53:00",
      "08:55:45",
      "08:58:45",
      "09:02:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "1452",
      "1453",
      "1454",
      "1455",
      "1456",
      "1457",
      "1458",
      "1459",
      "1468",
      "1469",
      "1470",
      "1471,1476",
      "1477",
      "1475",
      "1474",
      "1473",
      "1472",
      "-835,-834,276",
      "1908",
      "1122",
      "1042",
      "1043",
      "1044",
      "1974",
      "1053",
      "1054,1052,1051",
      "1050,1048",
      "1049,1047",
      "1046",
      "1045",
      "1524",
      "1525,642",
      "1517",
      "1518",
      "1519",
      "1520,1521"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_3615_8503505_0915",
    "name": "RE 3615",
    "type": "re",
    "sts": [
      "8500218",
      "8502113",
      "8502115",
      "8500309",
      "8503503",
      "8503504",
      "8503505"
    ],
    "deps": [
      "08:35:00",
      "08:45:00",
      "08:52:00",
      "09:03:00",
      "09:07:00",
      "09:12:00"
    ],
    "arrs": [
      "08:44:00",
      "08:51:00",
      "08:59:00",
      "09:06:45",
      "09:11:00",
      "09:15:00"
    ],
    "edges": [
      "",
      "-350,358,357,360,359",
      "-1984,-376,394",
      "546,453,454,371",
      "591,592",
      "455",
      "1960"
    ],
    "service_type": "re"
  },
  {
    "id": "S_18_21817_8505000_0915",
    "name": "S 18 21817",
    "type": "s",
    "sts": [
      "8502007",
      "8502011",
      "8502008",
      "8502009",
      "8502020",
      "8502012",
      "8502028",
      "8502021",
      "8505000"
    ],
    "deps": [
      "08:48:00",
      "08:50:00",
      "08:52:00",
      "08:57:00",
      "09:01:00",
      "09:03:00",
      "09:07:00",
      "09:08:00"
    ],
    "arrs": [
      "08:49:45",
      "08:51:45",
      "08:56:45",
      "09:00:45",
      "09:02:45",
      "09:06:00",
      "09:07:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "-494",
      "-493",
      "-496",
      "-497",
      "-498",
      "-499,-2004",
      "-501",
      "-500,-419,-535,-534,148"
    ],
    "service_type": "s"
  },
  {
    "id": "S_2_12222_8501103_0915",
    "name": "S 2 12222",
    "type": "s",
    "sts": [
      "8504014",
      "8504007",
      "8504012",
      "8504011",
      "8504003",
      "8504010",
      "8504000",
      "8501120",
      "8501118",
      "8501117",
      "8501115",
      "8501108",
      "8501107",
      "8501106",
      "8501105",
      "8501104",
      "8501103"
    ],
    "deps": [
      "08:08:00",
      "08:12:00",
      "08:16:00",
      "08:19:00",
      "08:21:00",
      "08:23:00",
      "08:27:00",
      "08:32:00",
      "08:37:00",
      "08:39:00",
      "08:44:00",
      "08:51:00",
      "08:55:00",
      "09:00:00",
      "09:02:00",
      "09:10:00"
    ],
    "arrs": [
      "08:11:45",
      "08:15:00",
      "08:18:45",
      "08:20:45",
      "08:22:45",
      "08:26:00",
      "08:30:00",
      "08:36:00",
      "08:38:45",
      "08:43:45",
      "08:50:00",
      "08:54:45",
      "08:59:45",
      "09:01:45",
      "09:09:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "-86",
      "-87",
      "-579,-578",
      "-85",
      "-84",
      "-82",
      "-83,-94",
      "-2087,-116",
      "-1362,389",
      "390,391",
      "587,115",
      "697",
      "698",
      "696",
      "695",
      "547,548"
    ],
    "service_type": "s"
  },
  {
    "id": "S_23_6730_8508100_0915",
    "name": "S 23 6730",
    "type": "s",
    "sts": [
      "8503504",
      "8503503",
      "8500309",
      "8502237",
      "8502247",
      "8502105",
      "8502119",
      "8502114",
      "8502113",
      "8502112",
      "8502111",
      "8502110",
      "8500218",
      "8502000",
      "8508103",
      "8508102",
      "8508101",
      "8508100"
    ],
    "deps": [
      "08:04:00",
      "08:09:00",
      "08:15:00",
      "08:19:00",
      "08:20:00",
      "08:25:00",
      "08:32:00",
      "08:35:00",
      "08:40:00",
      "08:43:00",
      "08:46:00",
      "08:49:00",
      "08:55:00",
      "08:58:00",
      "09:03:00",
      "09:07:00",
      "09:09:00"
    ],
    "arrs": [
      "08:08:00",
      "08:13:00",
      "08:18:00",
      "08:19:45",
      "08:24:00",
      "08:31:00",
      "08:34:45",
      "08:39:00",
      "08:42:45",
      "08:45:45",
      "08:48:45",
      "08:53:00",
      "08:57:45",
      "09:02:00",
      "09:06:45",
      "09:08:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "-455",
      "-592,-591",
      "-371,-370",
      "-208",
      "-209,210",
      "425,426",
      "423,424,376",
      "1984",
      "-359",
      "-360",
      "-357",
      "-358,350",
      "362,363,-196",
      "-375,-374,203",
      "1957,204",
      "205",
      "202,201"
    ],
    "service_type": "s"
  },
  {
    "id": "S_30_8034_8506000_0915",
    "name": "S 30 8034",
    "type": "s",
    "sts": [
      "8506105",
      "8506104",
      "8506103",
      "8506102",
      "8506101",
      "8506100",
      "8506019",
      "8506018",
      "8506017",
      "8506016",
      "8506000"
    ],
    "deps": [
      "08:40:00",
      "08:44:00",
      "08:47:00",
      "08:50:00",
      "08:52:00",
      "08:58:00",
      "09:01:00",
      "09:06:00",
      "09:08:00",
      "09:11:00"
    ],
    "arrs": [
      "08:43:00",
      "08:46:45",
      "08:49:45",
      "08:51:45",
      "08:57:00",
      "09:00:45",
      "09:05:00",
      "09:07:45",
      "09:10:00",
      "09:15:00"
    ],
    "edges": [
      "",
      "-472",
      "-471",
      "-470",
      "-469",
      "-468",
      "-467",
      "-466",
      "-465",
      "-599,-598",
      "-464,-601,-600"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_15427_8508207_0915",
    "name": "S 4 15427",
    "type": "s",
    "sts": [
      "8507100",
      "8507094",
      "8507070",
      "8507071",
      "8507072",
      "8507073",
      "8507074",
      "8507075",
      "8507076",
      "8507000",
      "8516161",
      "8504410",
      "8508001",
      "8508003",
      "8508004",
      "8508005",
      "8508081",
      "8508080",
      "8508265",
      "8508266",
      "8508267",
      "8508268",
      "8508269",
      "8508207"
    ],
    "deps": [
      "07:37:00",
      "07:40:00",
      "07:45:00",
      "07:49:00",
      "07:50:00",
      "07:55:00",
      "07:57:00",
      "08:01:00",
      "08:05:00",
      "08:20:00",
      "08:22:00",
      "08:27:00",
      "08:30:00",
      "08:35:00",
      "08:37:00",
      "08:47:00",
      "08:49:00",
      "08:51:00",
      "08:56:00",
      "08:58:00",
      "09:04:00",
      "09:07:00",
      "09:08:00"
    ],
    "arrs": [
      "07:39:45",
      "07:44:00",
      "07:48:00",
      "07:49:45",
      "07:54:00",
      "07:56:45",
      "08:00:00",
      "08:04:00",
      "08:18:00",
      "08:21:45",
      "08:26:45",
      "08:29:45",
      "08:34:45",
      "08:36:45",
      "08:43:00",
      "08:48:45",
      "08:50:45",
      "08:55:00",
      "08:57:45",
      "09:03:00",
      "09:06:45",
      "09:07:45",
      "09:15:00"
    ],
    "edges": [
      "",
      "433,434,-1265",
      "-1264",
      "-1263",
      "-1262",
      "-1261",
      "-1260",
      "-1259",
      "-1258",
      "-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301",
      "-1300,-1303,-1302",
      "-356,-396,1316,274",
      "364,365",
      "351,-199",
      "-207",
      "-432,-431",
      "431,786",
      "270",
      "789",
      "790,787",
      "788,793",
      "794",
      "795",
      "796,797"
    ],
    "service_type": "s"
  },
  {
    "id": "S_5_18529_8503209_0915",
    "name": "S 5 18529",
    "type": "s",
    "sts": [
      "8503319",
      "8503318",
      "8503317",
      "8503316",
      "8503315",
      "8503314",
      "8503312",
      "8503311",
      "8503310",
      "8503006",
      "8503020",
      "8503000",
      "8503003",
      "8503125",
      "8503123",
      "8503122",
      "8503121",
      "8503120",
      "8503110",
      "8503209"
    ],
    "deps": [
      "07:50:00",
      "07:51:00",
      "07:54:00",
      "07:57:00",
      "08:01:00",
      "08:03:00",
      "08:06:00",
      "08:09:00",
      "08:12:00",
      "08:16:00",
      "08:19:00",
      "08:25:00",
      "08:28:00",
      "08:40:00",
      "08:46:00",
      "08:50:00",
      "08:54:00",
      "08:58:00",
      "09:10:00"
    ],
    "arrs": [
      "07:50:45",
      "07:53:45",
      "07:56:45",
      "08:00:00",
      "08:02:45",
      "08:05:45",
      "08:08:45",
      "08:11:45",
      "08:15:00",
      "08:18:45",
      "08:23:00",
      "08:27:00",
      "08:39:00",
      "08:45:00",
      "08:49:45",
      "08:53:00",
      "08:57:45",
      "09:01:00",
      "09:15:00"
    ],
    "edges": [
      "",
      "1599",
      "269",
      "1600",
      "1601",
      "1602",
      "1603,595",
      "457",
      "458,2111",
      "2163,2112,2123,2140,2113",
      "2159,-2109,-93,2333,2365,2342",
      "2346,2242,2312,2319,2318",
      "2321,-1992",
      "-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677",
      "-1679,-1678,609",
      "606,400",
      "1786,1784",
      "1785",
      "1783,616",
      "1032,1890,-604"
    ],
    "service_type": "s"
  },
  {
    "id": "IRE_3350_8500090_0916",
    "name": "IRE 3350",
    "type": "ire",
    "sts": [
      "8002371",
      "8014481",
      "8014466",
      "8014462",
      "8500090"
    ],
    "deps": [
      "30:37:00",
      "08:29:00",
      "08:56:00",
      "09:07:00"
    ],
    "arrs": [
      "08:27:00",
      "08:55:00",
      "09:06:00",
      "09:16:00"
    ],
    "edges": [
      "",
      "1333,-1335,-2213,-1336,-1364,-1365,-1337,-1904",
      "1972,1935,1553,1554,1555,1556",
      "1934,2179,1557,1558",
      "1559,1947,1560,1536"
    ],
    "service_type": "ire"
  },
  {
    "id": "S_1_15129_8507100_0916",
    "name": "S 1 15129",
    "type": "s",
    "sts": [
      "8504100",
      "8504101",
      "8504102",
      "8504113",
      "8504103",
      "8504115",
      "8504105",
      "8504106",
      "8507000",
      "8516161",
      "8507002",
      "8507003",
      "8507005",
      "8507006",
      "8507007",
      "8507008",
      "8507009",
      "8507100"
    ],
    "deps": [
      "08:13:00",
      "08:17:00",
      "08:23:00",
      "08:25:00",
      "08:29:00",
      "08:31:00",
      "08:34:00",
      "08:39:00",
      "08:46:00",
      "08:49:00",
      "08:50:00",
      "08:54:00",
      "08:57:00",
      "09:01:00",
      "09:04:00",
      "09:06:00",
      "09:09:00"
    ],
    "arrs": [
      "08:16:45",
      "08:22:00",
      "08:24:45",
      "08:28:45",
      "08:30:45",
      "08:33:45",
      "08:38:00",
      "08:44:00",
      "08:48:45",
      "08:49:45",
      "08:53:45",
      "08:56:45",
      "09:00:45",
      "09:03:45",
      "09:05:45",
      "09:08:00",
      "09:16:00"
    ],
    "edges": [
      "",
      "574,575",
      "1327",
      "67",
      "70",
      "69",
      "68,71,73",
      "72",
      "1363,-324,-1301",
      "-1300,-1303,-1302",
      "-356,-352",
      "-323",
      "-322",
      "-317",
      "-318",
      "-319",
      "-320",
      "-582,-434,-433"
    ],
    "service_type": "s"
  },
  {
    "id": "S_1_15132_8504100_0916",
    "name": "S 1 15132",
    "type": "s",
    "sts": [
      "8507100",
      "8507009",
      "8507008",
      "8507007",
      "8507006",
      "8507005",
      "8507003",
      "8507002",
      "8516161",
      "8507000",
      "8504106",
      "8504105",
      "8504115",
      "8504103",
      "8504113",
      "8504102",
      "8504101",
      "8504100"
    ],
    "deps": [
      "08:13:00",
      "08:17:00",
      "08:19:00",
      "08:22:00",
      "08:26:00",
      "08:28:00",
      "08:33:00",
      "08:35:00",
      "08:37:00",
      "08:45:00",
      "08:49:00",
      "08:51:00",
      "08:54:00",
      "08:58:00",
      "09:01:00",
      "09:05:00",
      "09:09:00"
    ],
    "arrs": [
      "08:16:45",
      "08:18:45",
      "08:21:45",
      "08:25:45",
      "08:27:45",
      "08:32:45",
      "08:34:45",
      "08:36:45",
      "08:43:00",
      "08:48:45",
      "08:50:45",
      "08:53:45",
      "08:57:45",
      "09:00:45",
      "09:04:45",
      "09:08:45",
      "09:16:00"
    ],
    "edges": [
      "",
      "433,434,582",
      "320",
      "319",
      "318",
      "317",
      "322",
      "323",
      "352,356",
      "1302,1303,1300",
      "1301,324,-1363",
      "-72",
      "-73,-71,-68",
      "-69",
      "-70",
      "-67",
      "-1327",
      "-575,-574"
    ],
    "service_type": "s"
  },
  {
    "id": "S_15_19529_8503110_0916",
    "name": "S 15 19529",
    "type": "s",
    "sts": [
      "8502224",
      "8502223",
      "8502222",
      "8502221",
      "8502229",
      "8502220",
      "8503001",
      "8503020",
      "8503000",
      "8503003",
      "8503125",
      "8503123",
      "8503122",
      "8503121",
      "8503120",
      "8503110"
    ],
    "deps": [
      "08:08:00",
      "08:10:00",
      "08:14:00",
      "08:20:00",
      "08:22:00",
      "08:24:00",
      "08:30:00",
      "08:32:00",
      "08:40:00",
      "08:43:00",
      "08:55:00",
      "09:01:00",
      "09:05:00",
      "09:09:00",
      "09:13:00"
    ],
    "arrs": [
      "08:09:45",
      "08:13:45",
      "08:19:00",
      "08:21:45",
      "08:23:45",
      "08:29:00",
      "08:31:45",
      "08:37:00",
      "08:42:00",
      "08:54:00",
      "09:00:00",
      "09:04:45",
      "09:08:00",
      "09:12:45",
      "09:16:00"
    ],
    "edges": [
      "",
      "-1630",
      "-1631",
      "-1632",
      "-1633",
      "-1634",
      "-2351,2331,2362,2332",
      "2349,2367,2366",
      "2347,2242,2312,2319,2318",
      "2321,-1992",
      "-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677",
      "-1679,-1678,609",
      "606,400",
      "1786,1784",
      "1785",
      "1783,616"
    ],
    "service_type": "s"
  },
  {
    "id": "S_26_20634_8506000_0916",
    "name": "S 26 20634",
    "type": "s",
    "sts": [
      "8503121",
      "8503139",
      "8503138",
      "8503137",
      "8503136",
      "8503135",
      "8503134",
      "8506009",
      "8506008",
      "8506007",
      "8506006",
      "8506005",
      "8506004",
      "8506003",
      "8506002",
      "8506001",
      "8506000"
    ],
    "deps": [
      "08:11:00",
      "08:13:00",
      "08:19:00",
      "08:24:00",
      "08:29:00",
      "08:31:00",
      "08:40:00",
      "08:44:00",
      "08:48:00",
      "08:52:00",
      "08:55:00",
      "09:00:00",
      "09:04:00",
      "09:06:00",
      "09:10:00",
      "09:12:00"
    ],
    "arrs": [
      "08:12:45",
      "08:18:45",
      "08:23:45",
      "08:28:00",
      "08:30:45",
      "08:37:00",
      "08:43:45",
      "08:47:00",
      "08:51:45",
      "08:54:45",
      "08:59:45",
      "09:03:45",
      "09:05:45",
      "09:09:00",
      "09:11:45",
      "09:16:00"
    ],
    "edges": [
      "",
      "-1784,-1343",
      "-1344",
      "-1787",
      "-1788",
      "-1831",
      "-1988",
      "-1824",
      "-1830",
      "-1744",
      "-1349",
      "-1350",
      "-1705",
      "-1704",
      "-1703",
      "-380,-378",
      "-372,-601,-600"
    ],
    "service_type": "s"
  },
  {
    "id": "RE_2930_8507000_0917",
    "name": "RE 2930",
    "type": "re",
    "sts": [
      "8504300",
      "8504414",
      "8507000"
    ],
    "deps": [
      "08:52:00",
      "09:01:00"
    ],
    "arrs": [
      "09:00:00",
      "09:17:00"
    ],
    "edges": [
      "",
      "16,17,18,413,414,19",
      "20,21,22,23,-364,-274,-1903,-1902,643,1297,1298,1299,1300"
    ],
    "service_type": "re"
  },
  {
    "id": "S_25_20527_8503239_0917",
    "name": "S 25 20527",
    "type": "s",
    "sts": [
      "8503000",
      "8503206",
      "8503209",
      "8503220",
      "8503221",
      "8503225",
      "8503226",
      "8503227",
      "8503228",
      "8503230",
      "8503231",
      "8503232",
      "8503233",
      "8503234",
      "8503235",
      "8503236",
      "8503237",
      "8503238",
      "8503240",
      "8503239"
    ],
    "deps": [
      "07:43:00",
      "08:01:00",
      "08:09:00",
      "08:13:00",
      "08:17:00",
      "08:30:00",
      "08:32:00",
      "08:36:00",
      "08:39:00",
      "08:44:00",
      "08:45:00",
      "08:48:00",
      "09:00:00",
      "09:02:00",
      "09:04:00",
      "09:06:00",
      "09:09:00",
      "09:11:00",
      "09:15:00"
    ],
    "arrs": [
      "08:00:00",
      "08:08:00",
      "08:12:45",
      "08:16:45",
      "08:26:00",
      "08:31:45",
      "08:35:00",
      "08:38:45",
      "08:43:00",
      "08:44:45",
      "08:47:45",
      "08:52:00",
      "09:01:45",
      "09:03:45",
      "09:05:45",
      "09:08:45",
      "09:10:45",
      "09:14:00",
      "09:17:00"
    ],
    "edges": [
      "",
      "-2281,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141",
      "611,612,124,123,613,614",
      "604,605,125",
      "122",
      "113,129,128,617,618",
      "632,1780",
      "1781",
      "1779",
      "1778",
      "1533",
      "1777",
      "1467",
      "1466",
      "1465",
      "1464",
      "1463",
      "1460",
      "1461",
      "1462"
    ],
    "service_type": "s"
  },
  {
    "id": "S_25_20532_8503000_0917",
    "name": "S 25 20532",
    "type": "s",
    "sts": [
      "8503239",
      "8503240",
      "8503238",
      "8503237",
      "8503236",
      "8503235",
      "8503234",
      "8503233",
      "8503232",
      "8503231",
      "8503230",
      "8503228",
      "8503227",
      "8503226",
      "8503225",
      "8503221",
      "8503220",
      "8503209",
      "8503206",
      "8503000"
    ],
    "deps": [
      "07:43:00",
      "07:44:00",
      "07:45:00",
      "07:47:00",
      "07:50:00",
      "07:52:00",
      "07:54:00",
      "08:08:00",
      "08:10:00",
      "08:13:00",
      "08:17:00",
      "08:20:00",
      "08:24:00",
      "08:26:00",
      "08:34:00",
      "08:43:00",
      "08:46:00",
      "08:52:00",
      "09:00:00"
    ],
    "arrs": [
      "07:43:45",
      "07:44:45",
      "07:46:45",
      "07:49:45",
      "07:51:45",
      "07:53:45",
      "08:00:00",
      "08:09:45",
      "08:12:45",
      "08:16:00",
      "08:19:45",
      "08:23:00",
      "08:25:45",
      "08:30:00",
      "08:42:00",
      "08:45:45",
      "08:51:00",
      "08:59:00",
      "09:17:00"
    ],
    "edges": [
      "",
      "-1462",
      "-1461",
      "-1460",
      "-1463",
      "-1464",
      "-1465",
      "-1466",
      "-1467",
      "-1777",
      "-1533",
      "-1778",
      "-1779",
      "-1781",
      "-1780,-632",
      "-618,-617,-128,-129,-113",
      "-122",
      "-125,-605,-604",
      "-614,-613,-123,-124,-612,-611",
      "-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281"
    ],
    "service_type": "s"
  },
  {
    "id": "S_35_8131_8506206_0917",
    "name": "S 35 8131",
    "type": "s",
    "sts": [
      "8506000",
      "8506001",
      "8516218",
      "8506015",
      "8506035",
      "8506014",
      "8506013",
      "8506012",
      "8506011",
      "8506010",
      "8506206"
    ],
    "deps": [
      "08:47:00",
      "08:49:00",
      "08:51:00",
      "08:55:00",
      "08:56:00",
      "09:00:00",
      "09:02:00",
      "09:05:00",
      "09:09:00",
      "09:12:00"
    ],
    "arrs": [
      "08:48:45",
      "08:50:45",
      "08:54:00",
      "08:55:45",
      "08:59:45",
      "09:01:45",
      "09:04:45",
      "09:08:45",
      "09:11:45",
      "09:17:00"
    ],
    "edges": [
      "",
      "600,601,372",
      "378,379",
      "332",
      "334",
      "333",
      "331",
      "335",
      "342",
      "337",
      "336"
    ],
    "service_type": "s"
  },
  {
    "id": "S_5_21529_8505000_0917",
    "name": "S 5 21529",
    "type": "s",
    "sts": [
      "8508312",
      "8508327",
      "8508313",
      "8508314",
      "8508316",
      "8508317",
      "8508318",
      "8508319",
      "8516351",
      "8508321",
      "8505000"
    ],
    "deps": [
      "08:37:00",
      "08:41:00",
      "08:45:00",
      "08:49:00",
      "08:54:00",
      "08:59:00",
      "09:04:00",
      "09:08:00",
      "09:10:00",
      "09:12:00"
    ],
    "arrs": [
      "08:40:45",
      "08:44:45",
      "08:48:00",
      "08:53:45",
      "08:58:00",
      "09:03:00",
      "09:07:45",
      "09:09:45",
      "09:11:45",
      "09:17:00"
    ],
    "edges": [
      "",
      "-51",
      "-52",
      "-56",
      "-53",
      "-55",
      "-54,-153",
      "-149,-152",
      "-150",
      "-2205,2204",
      "2202,-151,148"
    ],
    "service_type": "s"
  },
  {
    "id": "IC_811_8506121_0918",
    "name": "IC 811",
    "type": "ic",
    "sts": [
      "8501609",
      "8501605",
      "8507478",
      "8507483",
      "8507100",
      "8507000",
      "8503000",
      "8503016",
      "8506000",
      "8506100",
      "8506105",
      "8506109",
      "8506121"
    ],
    "deps": [
      "05:47:00",
      "05:54:00",
      "06:13:00",
      "06:25:00",
      "06:36:00",
      "07:02:00",
      "08:07:00",
      "08:18:00",
      "08:35:00",
      "08:47:00",
      "09:00:00",
      "09:11:00"
    ],
    "arrs": [
      "05:53:00",
      "06:11:00",
      "06:24:00",
      "06:34:00",
      "06:54:00",
      "07:58:00",
      "08:16:00",
      "08:33:00",
      "08:46:00",
      "08:58:00",
      "09:10:00",
      "09:18:00"
    ],
    "edges": [
      "",
      "-847,-227",
      "-1906,-2081,-2082,-1907,-275",
      "-218,-219,-1942,-254",
      "-255,321",
      "433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300",
      "-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245",
      "-2245,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212",
      "211,1996,-90,-91,-329,330,602,603",
      "600,601,464,598,599,465,466,467",
      "468,469,470,471,472",
      "473,474,475,476,477,478",
      "355,625"
    ],
    "service_type": "ic"
  },
  {
    "id": "R_3128_8500087_0918",
    "name": "R 3128",
    "type": "r",
    "sts": [
      "8500023",
      "8500081",
      "8500082",
      "8500080",
      "8500083",
      "8500084",
      "8500092",
      "8500093",
      "8500094",
      "8500085",
      "8500088",
      "8500086",
      "8500087"
    ],
    "deps": [
      "08:54:00",
      "08:56:00",
      "09:00:00",
      "09:01:00",
      "09:05:00",
      "09:08:00",
      "09:09:00",
      "09:10:00",
      "09:12:00",
      "09:13:00",
      "09:15:00",
      "09:16:00"
    ],
    "arrs": [
      "08:55:45",
      "08:59:45",
      "09:00:45",
      "09:04:45",
      "09:07:45",
      "09:08:45",
      "09:09:45",
      "09:11:45",
      "09:12:45",
      "09:14:45",
      "09:15:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "1392",
      "1393",
      "1394",
      "1395",
      "1396",
      "1397",
      "1398",
      "1399",
      "1400",
      "1401",
      "1402",
      "1403"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4518_8501506_0918",
    "name": "R 4518",
    "type": "r",
    "sts": [
      "8501609",
      "8501605",
      "8501604",
      "8501603",
      "8501602",
      "8501601",
      "8501600",
      "8501509",
      "8501507",
      "8501506"
    ],
    "deps": [
      "08:37:00",
      "08:44:00",
      "08:48:00",
      "08:51:00",
      "08:54:00",
      "08:59:00",
      "09:02:00",
      "09:07:00",
      "09:12:00"
    ],
    "arrs": [
      "08:43:00",
      "08:47:45",
      "08:50:45",
      "08:53:45",
      "08:58:00",
      "09:01:45",
      "09:06:00",
      "09:11:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "-847,-227",
      "-1906,-1905",
      "-240",
      "-239",
      "-238",
      "-230",
      "-229",
      "-231",
      "-235"
    ],
    "service_type": "r"
  },
  {
    "id": "S_10_25760_8505213_0918",
    "name": "S 10 25760",
    "type": "s",
    "sts": [
      "8505307",
      "8505306",
      "8505305",
      "8518475",
      "8505304",
      "8505303",
      "8505302",
      "8505301",
      "8505300",
      "8505219",
      "8505218",
      "8505217",
      "8505216",
      "8505214",
      "8505213"
    ],
    "deps": [
      "08:18:00",
      "08:21:00",
      "08:26:00",
      "08:27:00",
      "08:30:00",
      "08:35:00",
      "08:38:00",
      "08:42:00",
      "08:47:00",
      "08:51:00",
      "08:53:00",
      "08:58:00",
      "09:03:00",
      "09:14:00"
    ],
    "arrs": [
      "08:20:45",
      "08:25:00",
      "08:26:45",
      "08:29:45",
      "08:34:00",
      "08:37:45",
      "08:41:45",
      "08:46:00",
      "08:50:45",
      "08:52:45",
      "08:57:45",
      "09:02:00",
      "09:13:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "-542",
      "-541",
      "-2212",
      "-1910",
      "-1911,-1912",
      "-2070,-2071,-540",
      "-2068,-2069,-539",
      "-533",
      "-2066,-2067,-532",
      "-531",
      "-530",
      "-529",
      "-2065,-2064,-528,-2063,-2062,-523",
      "-522"
    ],
    "service_type": "s"
  },
  {
    "id": "S_12_19229_8506002_0918",
    "name": "S 12 19229",
    "type": "s",
    "sts": [
      "8500309",
      "8503503",
      "8503504",
      "8503505",
      "8503511",
      "8503506",
      "8503508",
      "8503512",
      "8503509",
      "8503001",
      "8503020",
      "8503000",
      "8503003",
      "8503147",
      "8506000",
      "8506001",
      "8506002"
    ],
    "deps": [
      "08:07:00",
      "08:11:00",
      "08:15:00",
      "08:18:00",
      "08:20:00",
      "08:23:00",
      "08:30:00",
      "08:32:00",
      "08:34:00",
      "08:39:00",
      "08:41:00",
      "08:48:00",
      "08:51:00",
      "08:56:00",
      "09:11:00",
      "09:14:00"
    ],
    "arrs": [
      "08:10:00",
      "08:14:45",
      "08:17:45",
      "08:19:45",
      "08:22:45",
      "08:29:00",
      "08:31:45",
      "08:33:45",
      "08:37:00",
      "08:40:45",
      "08:46:00",
      "08:50:00",
      "08:55:00",
      "09:09:00",
      "09:13:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "591,592",
      "455",
      "1960",
      "456",
      "2002,2407,2373,2374,2375,2383,2413",
      "2396,2424,2419,2420",
      "2387",
      "2392,2398,2402",
      "2394,2426,2332",
      "2349,2367,2366",
      "2347,2242,2312,2319,2318",
      "2321,-1992",
      "-384,-1993,-383",
      "-1310,-1311,-377,-92,-329,330,602,603",
      "600,601,372",
      "378,380"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_113_8502169_0918",
    "name": "S 14 113",
    "type": "s",
    "sts": [
      "8502113",
      "8502123",
      "8502103",
      "8502189",
      "8502160",
      "8502184",
      "8502174",
      "8502161",
      "8516450",
      "8502162",
      "8502183",
      "8502163",
      "8502164",
      "8502165",
      "8502166",
      "8502167",
      "8502176",
      "8502168",
      "8502169"
    ],
    "deps": [
      "08:40:00",
      "08:42:00",
      "08:47:00",
      "08:49:00",
      "08:51:00",
      "08:52:00",
      "08:54:00",
      "08:56:00",
      "08:58:00",
      "08:59:00",
      "09:00:00",
      "09:02:00",
      "09:06:00",
      "09:08:00",
      "09:10:00",
      "09:14:00",
      "09:15:00",
      "09:16:00"
    ],
    "arrs": [
      "08:41:45",
      "08:45:00",
      "08:48:45",
      "08:50:45",
      "08:51:45",
      "08:53:45",
      "08:55:45",
      "08:57:45",
      "08:58:45",
      "08:59:45",
      "09:01:45",
      "09:05:45",
      "09:07:45",
      "09:09:45",
      "09:13:45",
      "09:14:45",
      "09:15:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "1307,1958",
      "1978,1977",
      "-1977,1976",
      "1570",
      "1571",
      "1346",
      "1345",
      "1574",
      "1575",
      "1572",
      "1573",
      "1576",
      "1577",
      "1578",
      "1579",
      "-1580",
      "-1582",
      "-1581"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_120_8502113_0918",
    "name": "S 14 120",
    "type": "s",
    "sts": [
      "8502169",
      "8502168",
      "8502176",
      "8502167",
      "8502166",
      "8502165",
      "8502164",
      "8502163",
      "8502183",
      "8502162",
      "8516450",
      "8502161",
      "8502174",
      "8502184",
      "8502160",
      "8502189",
      "8502103",
      "8502123",
      "8502113"
    ],
    "deps": [
      "08:40:00",
      "08:41:00",
      "08:42:00",
      "08:44:00",
      "08:46:00",
      "08:48:00",
      "08:50:00",
      "08:53:00",
      "08:54:00",
      "08:55:00",
      "08:58:00",
      "09:00:00",
      "09:02:00",
      "09:03:00",
      "09:06:00",
      "09:07:00",
      "09:13:00",
      "09:15:00"
    ],
    "arrs": [
      "08:40:45",
      "08:41:45",
      "08:43:45",
      "08:45:45",
      "08:47:45",
      "08:49:45",
      "08:52:45",
      "08:53:45",
      "08:54:45",
      "08:57:45",
      "08:59:45",
      "09:01:45",
      "09:02:45",
      "09:05:45",
      "09:06:45",
      "09:10:00",
      "09:14:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "1581",
      "1582",
      "1580",
      "-1579",
      "-1578",
      "-1577",
      "-1576",
      "-1573",
      "-1572",
      "-1575",
      "-1574",
      "-1345",
      "-1346",
      "-1571",
      "-1570",
      "-1976,1977",
      "-1977,-1978",
      "-1958,-1307"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_19432_8503000_0918",
    "name": "S 14 19432",
    "type": "s",
    "sts": [
      "8503130",
      "8503123",
      "8503124",
      "8503125",
      "8503126",
      "8503127",
      "8503128",
      "8503129",
      "8503006",
      "8503000"
    ],
    "deps": [
      "08:38:00",
      "08:48:00",
      "08:50:00",
      "08:55:00",
      "08:57:00",
      "09:01:00",
      "09:04:00",
      "09:07:00",
      "09:13:00"
    ],
    "arrs": [
      "08:43:00",
      "08:49:45",
      "08:54:00",
      "08:56:45",
      "09:00:00",
      "09:03:00",
      "09:06:45",
      "09:11:00",
      "09:18:00"
    ],
    "edges": [
      "",
      "-607,-606",
      "-609,1678",
      "1679",
      "1677",
      "1676",
      "1675",
      "1312,1313,2152,2153",
      "2170",
      "2158,2149,2322,2355,2323"
    ],
    "service_type": "s"
  },
  {
    "id": "S_14_518_8502199_0918",
    "name": "S 14 518",
    "type": "s",
    "sts": [
      "8502113",
      "8502191",
      "8502192",
      "8502196",
      "8502182",
      "8502181",
      "8502194",
      "8502180",
      "8502195",
      "8502179",
      "8502178",
      "8502197",
      "8502177",
      "8502199"
    ],
    "deps": [
      "08:54:00",
      "08:55:00",
      "08:57:00",
      "08:59:00",
      "09:00:00",
      "09:02:00",
      "09:04:00",
      "09:08:00",
      "09:10:00",
      "09:11:00",
      "09:13:00",
      "09:15:00",
      "09:16:00"
    ],
    "arrs": [
      "08:54:45",
      "08:56:45",
      "08:58:45",
      "08:59:45",
      "09:01:45",
      "09:03:45",
      "09:07:45",
      "09:09:45",
      "09:10:45",
      "09:12:45",
      "09:14:45",
      "09:15:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "1307,1308",
      "1411",
      "1412",
      "1413",
      "1414",
      "1415",
      "1416",
      "1417",
      "1418",
      "1419",
      "1420",
      "1421",
      "1422"
    ],
    "service_type": "s"
  },
  {
    "id": "S_15_7088_8506206_0918",
    "name": "S 15 7088",
    "type": "s",
    "sts": [
      "8506100",
      "8506171",
      "8506179",
      "8506172",
      "8506173",
      "8506174",
      "8506175",
      "8506169",
      "8506176",
      "8506177",
      "8506170",
      "8506178",
      "8506206"
    ],
    "deps": [
      "08:49:00",
      "08:51:00",
      "08:53:00",
      "08:55:00",
      "08:57:00",
      "08:59:00",
      "09:01:00",
      "09:02:00",
      "09:04:00",
      "09:07:00",
      "09:09:00",
      "09:11:00"
    ],
    "arrs": [
      "08:50:45",
      "08:52:45",
      "08:54:45",
      "08:56:45",
      "08:58:45",
      "09:00:45",
      "09:01:45",
      "09:03:45",
      "09:06:45",
      "09:08:45",
      "09:10:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "-1321",
      "1743",
      "1829",
      "1828",
      "1827",
      "1742",
      "1741",
      "1740",
      "1739",
      "1738",
      "1736",
      "1737"
    ],
    "service_type": "s"
  },
  {
    "id": "S_31_8829_8503284_0918",
    "name": "S 31 8829",
    "type": "s",
    "sts": [
      "8505004",
      "8503280",
      "8503281",
      "8503290",
      "8503282",
      "8503292",
      "8503284"
    ],
    "deps": [
      "08:53:00",
      "08:57:00",
      "09:02:00",
      "09:06:00",
      "09:09:00",
      "09:12:00"
    ],
    "arrs": [
      "08:56:45",
      "09:01:45",
      "09:05:45",
      "09:08:45",
      "09:11:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "-1870",
      "-1871",
      "-1873",
      "-1874",
      "-1875",
      "-1649,-1876"
    ],
    "service_type": "s"
  },
  {
    "id": "S_8_18831_8503209_0918",
    "name": "S 8 18831",
    "type": "s",
    "sts": [
      "8506000",
      "8503305",
      "8503306",
      "8503129",
      "8503006",
      "8503000",
      "8503011",
      "8503010",
      "8503009",
      "8503200",
      "8503201",
      "8503202",
      "8503203",
      "8503204",
      "8503205",
      "8503206",
      "8503207",
      "8503208",
      "8503210",
      "8503209"
    ],
    "deps": [
      "08:11:00",
      "08:19:00",
      "08:23:00",
      "08:27:00",
      "08:31:00",
      "08:38:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:47:00",
      "08:50:00",
      "08:54:00",
      "08:56:00",
      "08:59:00",
      "09:02:00",
      "09:07:00",
      "09:10:00",
      "09:12:00",
      "09:14:00"
    ],
    "arrs": [
      "08:18:00",
      "08:22:45",
      "08:26:00",
      "08:30:00",
      "08:36:00",
      "08:39:45",
      "08:42:00",
      "08:44:45",
      "08:46:45",
      "08:49:45",
      "08:53:00",
      "08:55:45",
      "08:58:45",
      "09:01:45",
      "09:06:00",
      "09:09:45",
      "09:11:45",
      "09:13:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "-603,-602,-330",
      "329,92",
      "377,610,2148,2153",
      "2170",
      "2158,2149,2322,2355,2323",
      "-2324,2325,2236,2237,2359,2238,2239",
      "2240,-144",
      "-145,-1995",
      "-146",
      "-143",
      "-147",
      "-142,140",
      "139",
      "138",
      "141",
      "611,612",
      "124",
      "123",
      "613,614"
    ],
    "service_type": "s"
  },
  {
    "id": "S_8_2086_8508050_0918",
    "name": "S 8 2086",
    "type": "s",
    "sts": [
      "8508059",
      "8508058",
      "8508057",
      "8508071",
      "8508056",
      "8504410",
      "8508070",
      "8508054",
      "8508050"
    ],
    "deps": [
      "08:59:00",
      "09:01:00",
      "09:03:00",
      "09:04:00",
      "09:06:00",
      "09:09:00",
      "09:10:00",
      "09:13:00"
    ],
    "arrs": [
      "09:00:45",
      "09:02:45",
      "09:03:45",
      "09:05:45",
      "09:08:45",
      "09:09:45",
      "09:12:45",
      "09:18:00"
    ],
    "edges": [
      "",
      "781",
      "780",
      "779",
      "778",
      "-1315",
      "-274",
      "-1903",
      "-1902,643,1297,1298,1299,-1303"
    ],
    "service_type": "s"
  },
  {
    "id": "R_18_8501495_0919",
    "name": "R 18",
    "type": "r",
    "sts": [
      "8501402",
      "8530523",
      "8501487",
      "8530064",
      "8530066",
      "8530067",
      "8530246",
      "8501488",
      "8501490",
      "8501491",
      "8593772",
      "8501492",
      "8588193",
      "8501493",
      "8501727",
      "8501494",
      "8501495"
    ],
    "deps": [
      "08:39:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:46:00",
      "08:47:00",
      "08:48:00",
      "08:49:00",
      "08:57:00",
      "09:01:00",
      "09:03:00",
      "09:04:00",
      "09:07:00",
      "09:10:00",
      "09:13:00",
      "09:15:00"
    ],
    "arrs": [
      "08:39:45",
      "08:42:45",
      "08:44:45",
      "08:45:45",
      "08:46:45",
      "08:47:45",
      "08:48:45",
      "08:56:45",
      "09:00:45",
      "09:02:45",
      "09:03:45",
      "09:06:45",
      "09:09:45",
      "09:12:45",
      "09:14:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "777",
      "951",
      "776",
      "2088",
      "775",
      "2089",
      "774",
      "773",
      "2090",
      "772",
      "771",
      "770",
      "769",
      "768",
      "2083",
      "767"
    ],
    "service_type": "r"
  },
  {
    "id": "R_443_8507374_0919",
    "name": "R 443",
    "type": "r",
    "sts": [
      "8507380",
      "8507376",
      "8507552",
      "8507375",
      "8507374"
    ],
    "deps": [
      "08:47:00",
      "08:55:00",
      "09:02:00",
      "09:07:00"
    ],
    "arrs": [
      "08:52:00",
      "09:01:45",
      "09:06:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-1238,435",
      "-435,-1237",
      "-1236",
      "-1235"
    ],
    "service_type": "r"
  },
  {
    "id": "R_4861_8504221_0919",
    "name": "R 4861",
    "type": "r",
    "sts": [
      "8504316",
      "8504315",
      "8504314",
      "8504237",
      "8504236",
      "8504235",
      "8504234",
      "8504232",
      "8504231",
      "8504221"
    ],
    "deps": [
      "08:32:00",
      "08:35:00",
      "08:42:00",
      "08:51:00",
      "08:57:00",
      "08:59:00",
      "09:07:00",
      "09:12:00",
      "09:13:00"
    ],
    "arrs": [
      "08:34:45",
      "08:40:00",
      "08:50:00",
      "08:55:00",
      "08:58:45",
      "09:04:00",
      "09:11:45",
      "09:12:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-1123",
      "-1328",
      "-557,-556,-564,-1180",
      "-1179",
      "-1178",
      "-1177",
      "-1174",
      "-1176",
      "-1175,554"
    ],
    "service_type": "r"
  },
  {
    "id": "R_9_8501402_0919",
    "name": "R 9",
    "type": "r",
    "sts": [
      "8501495",
      "8501494",
      "8501727",
      "8501493",
      "8588193",
      "8501492",
      "8593772",
      "8501491",
      "8501490",
      "8501488",
      "8530246",
      "8530067",
      "8530066",
      "8530064",
      "8501487",
      "8530523",
      "8501402"
    ],
    "deps": [
      "08:33:00",
      "08:37:00",
      "08:38:00",
      "08:42:00",
      "08:44:00",
      "08:47:00",
      "08:48:00",
      "08:52:00",
      "08:57:00",
      "09:07:00",
      "09:08:00",
      "09:08:30",
      "09:10:00",
      "09:11:00",
      "09:13:00",
      "09:16:00"
    ],
    "arrs": [
      "08:36:45",
      "08:37:45",
      "08:41:45",
      "08:43:45",
      "08:46:45",
      "08:47:45",
      "08:51:45",
      "08:56:45",
      "09:06:45",
      "09:07:45",
      "09:08:15",
      "09:09:45",
      "09:10:45",
      "09:12:45",
      "09:15:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-767",
      "-2083",
      "-768",
      "-769",
      "-770",
      "-771",
      "-772",
      "-2090",
      "-773",
      "-774",
      "-2089",
      "-775",
      "-2088",
      "-776",
      "-951",
      "-777"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_3424_8507100_0919",
    "name": "RE 3424",
    "type": "re",
    "sts": [
      "8500207",
      "8508089",
      "8508088",
      "8508087",
      "8508086",
      "8508085",
      "8508084",
      "8508083",
      "8508005",
      "8508081",
      "8508080",
      "8508265",
      "8508262",
      "8508261",
      "8508260",
      "8508202",
      "8508255",
      "8508253",
      "8508252",
      "8508251",
      "8507100"
    ],
    "deps": [
      "08:01:00",
      "08:06:00",
      "08:08:00",
      "08:11:00",
      "08:13:00",
      "08:18:00",
      "08:20:00",
      "08:22:00",
      "08:30:00",
      "08:32:00",
      "08:34:00",
      "08:39:00",
      "08:46:00",
      "08:51:00",
      "08:53:00",
      "09:01:00",
      "09:06:00",
      "09:12:00",
      "09:13:00",
      "09:15:00"
    ],
    "arrs": [
      "08:05:45",
      "08:07:45",
      "08:10:00",
      "08:12:45",
      "08:16:00",
      "08:19:45",
      "08:21:45",
      "08:27:00",
      "08:31:45",
      "08:33:45",
      "08:38:00",
      "08:45:45",
      "08:50:45",
      "08:52:45",
      "09:00:00",
      "09:05:00",
      "09:11:00",
      "09:12:45",
      "09:14:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-430,1382",
      "1383",
      "1384",
      "1385",
      "1389",
      "1390",
      "784",
      "785,-431",
      "431,786",
      "270",
      "789",
      "790,791,792,1284",
      "1283",
      "1282",
      "1281,1279",
      "1280,1276,1277",
      "1275,1274",
      "1273",
      "1272",
      "1271,1270,-433"
    ],
    "service_type": "re"
  },
  {
    "id": "S_14_417_8502113_0919",
    "name": "S 14 417",
    "type": "s",
    "sts": [
      "8502199",
      "8502177",
      "8502197",
      "8502178",
      "8502179",
      "8502195",
      "8502180",
      "8502194",
      "8502181",
      "8502182",
      "8502196",
      "8502192",
      "8502191",
      "8502113"
    ],
    "deps": [
      "08:57:00",
      "08:58:00",
      "09:00:00",
      "09:02:00",
      "09:03:00",
      "09:05:00",
      "09:06:00",
      "09:10:00",
      "09:11:00",
      "09:12:00",
      "09:13:00",
      "09:15:00",
      "09:16:00"
    ],
    "arrs": [
      "08:57:45",
      "08:59:45",
      "09:01:45",
      "09:02:45",
      "09:04:45",
      "09:05:45",
      "09:09:45",
      "09:10:45",
      "09:11:45",
      "09:12:45",
      "09:14:45",
      "09:15:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-1422",
      "-1421",
      "-1420",
      "-1419",
      "-1418",
      "-1417",
      "-1416",
      "-1415",
      "-1414",
      "-1413",
      "-1412",
      "-1411",
      "-1308,-1307"
    ],
    "service_type": "s"
  },
  {
    "id": "S_21_12921_8504134_0919",
    "name": "S 21 12921",
    "type": "s",
    "sts": [
      "8501120",
      "8504012",
      "8504014",
      "8504016",
      "8504017",
      "8504018",
      "8504120",
      "8504121",
      "8504141",
      "8504122",
      "8504134"
    ],
    "deps": [
      "08:24:00",
      "08:33:00",
      "08:41:00",
      "08:44:00",
      "08:47:00",
      "08:51:00",
      "09:00:00",
      "09:05:00",
      "09:08:00",
      "09:11:00"
    ],
    "arrs": [
      "08:32:45",
      "08:40:00",
      "08:43:45",
      "08:46:45",
      "08:50:45",
      "08:59:00",
      "09:04:45",
      "09:07:45",
      "09:10:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "94,83,82,84,85,578,579",
      "87,86",
      "569,1819",
      "1820",
      "1821",
      "2084,2005",
      "1822",
      "1124",
      "1125",
      "1126,1127,571"
    ],
    "service_type": "s"
  },
  {
    "id": "S_30_8035_8506105_0919",
    "name": "S 30 8035",
    "type": "s",
    "sts": [
      "8506000",
      "8506016",
      "8506017",
      "8506018",
      "8506019",
      "8506100",
      "8506101",
      "8506102",
      "8506103",
      "8506104",
      "8506105"
    ],
    "deps": [
      "08:45:00",
      "08:49:00",
      "08:51:00",
      "08:53:00",
      "08:56:00",
      "09:02:00",
      "09:05:00",
      "09:07:00",
      "09:10:00",
      "09:14:00"
    ],
    "arrs": [
      "08:48:00",
      "08:50:45",
      "08:52:45",
      "08:55:45",
      "09:00:00",
      "09:04:45",
      "09:06:45",
      "09:09:45",
      "09:13:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "600,601,464",
      "598,599",
      "465",
      "466",
      "467",
      "468",
      "469",
      "470",
      "471",
      "472"
    ],
    "service_type": "s"
  },
  {
    "id": "S_33_20335_8506000_0919",
    "name": "S 33 20335",
    "type": "s",
    "sts": [
      "8503424",
      "8503423",
      "8506039",
      "8506049",
      "8506048",
      "8506047",
      "8506046",
      "8506045",
      "8506000"
    ],
    "deps": [
      "08:46:00",
      "08:49:00",
      "08:51:00",
      "08:54:00",
      "08:59:00",
      "09:06:00",
      "09:09:00",
      "09:13:00"
    ],
    "arrs": [
      "08:48:45",
      "08:50:45",
      "08:53:00",
      "08:58:00",
      "09:05:00",
      "09:08:45",
      "09:12:00",
      "09:19:00"
    ],
    "edges": [
      "",
      "1333,1334",
      "483,1551",
      "1552",
      "1689",
      "1688",
      "1687",
      "1686",
      "1685,-600"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_12424_8501035_0919",
    "name": "S 4 12424",
    "type": "s",
    "sts": [
      "8504014",
      "8504012",
      "8504011",
      "8504003",
      "8504010",
      "8504000",
      "8501120",
      "8518452",
      "8501118",
      "8501037",
      "8501036",
      "8501042",
      "8501035"
    ],
    "deps": [
      "08:35:00",
      "08:41:00",
      "08:44:00",
      "08:46:00",
      "08:48:00",
      "08:52:00",
      "08:58:00",
      "09:00:00",
      "09:04:00",
      "09:10:00",
      "09:13:00",
      "09:15:00"
    ],
    "arrs": [
      "08:40:45",
      "08:43:45",
      "08:45:45",
      "08:47:45",
      "08:51:45",
      "08:56:00",
      "08:59:45",
      "09:03:00",
      "09:09:00",
      "09:12:45",
      "09:14:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-86,-87",
      "-579,-578",
      "-85",
      "-84",
      "-82",
      "-83,-94",
      "-2087",
      "-116",
      "-1362,-361,-97,-98,-96",
      "-398,-397,-101",
      "-102",
      "-100"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_21434_8508391_0919",
    "name": "S 4 21434",
    "type": "s",
    "sts": [
      "8505000",
      "8508321",
      "8516351",
      "8508319",
      "8508318",
      "8508390",
      "8508391"
    ],
    "deps": [
      "08:57:00",
      "08:59:00",
      "09:01:00",
      "09:03:00",
      "09:11:00",
      "09:14:00"
    ],
    "arrs": [
      "08:58:45",
      "09:00:45",
      "09:02:45",
      "09:10:00",
      "09:13:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-148,151,-2202",
      "-2204,2205",
      "150",
      "152,149",
      "153,48",
      "47"
    ],
    "service_type": "s"
  },
  {
    "id": "S_4_24459_8503097_0919",
    "name": "S 4 24459",
    "type": "s",
    "sts": [
      "8503088",
      "8503090",
      "8503091",
      "8503087",
      "8503086",
      "8503093",
      "8503094",
      "8503095",
      "8503096",
      "8503099",
      "8503089",
      "8503097"
    ],
    "deps": [
      "08:58:00",
      "08:59:00",
      "09:01:00",
      "09:03:00",
      "09:04:00",
      "09:06:00",
      "09:08:00",
      "09:11:00",
      "09:14:00",
      "09:15:00",
      "09:17:00"
    ],
    "arrs": [
      "08:58:45",
      "09:00:45",
      "09:02:45",
      "09:03:45",
      "09:05:45",
      "09:07:45",
      "09:10:45",
      "09:13:00",
      "09:14:45",
      "09:16:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "-2100",
      "-2101,-836,1638",
      "837",
      "838",
      "839",
      "1639",
      "1640",
      "1641",
      "1642",
      "1643",
      "1644"
    ],
    "service_type": "s"
  },
  {
    "id": "S_9_18928_8502204_0919",
    "name": "S 9 18928",
    "type": "s",
    "sts": [
      "8503125",
      "8503126",
      "8503127",
      "8503128",
      "8503147",
      "8503003",
      "8503000",
      "8503020",
      "8503001",
      "8502220",
      "8502229",
      "8502221",
      "8502222",
      "8502223",
      "8502224",
      "8502225",
      "8502226",
      "8502227",
      "8518459",
      "8502204"
    ],
    "deps": [
      "08:11:00",
      "08:14:00",
      "08:17:00",
      "08:21:00",
      "08:24:00",
      "08:29:00",
      "08:34:00",
      "08:36:00",
      "08:40:00",
      "08:43:00",
      "08:45:00",
      "08:50:00",
      "08:54:00",
      "08:58:00",
      "09:03:00",
      "09:06:00",
      "09:10:00",
      "09:12:00",
      "09:14:00"
    ],
    "arrs": [
      "08:13:45",
      "08:16:45",
      "08:20:00",
      "08:23:00",
      "08:28:00",
      "08:32:00",
      "08:35:45",
      "08:39:00",
      "08:42:45",
      "08:44:45",
      "08:49:00",
      "08:53:45",
      "08:57:45",
      "09:02:00",
      "09:05:45",
      "09:09:45",
      "09:11:45",
      "09:13:45",
      "09:19:00"
    ],
    "edges": [
      "",
      "1677",
      "1676",
      "1675",
      "1312,-1309,1310",
      "383,1993,384",
      "1992,-2321",
      "-2318,2320,2241,2315,2313,2328",
      "2344",
      "2348,2330,2363,2351",
      "1634",
      "1633",
      "1632",
      "1631",
      "1630",
      "1216",
      "1217",
      "1215",
      "1872",
      "2201,154,366,367"
    ],
    "service_type": "s"
  },
  {
    "id": "R_14960_8504070_0920",
    "name": "R 14960",
    "type": "r",
    "sts": [
      "8504089",
      "8504088",
      "8504069",
      "8504068",
      "8504067",
      "8504086",
      "8504079",
      "8504078",
      "8504077",
      "8504076",
      "8504075",
      "8504074",
      "8504073",
      "8504072",
      "8504071",
      "8504070"
    ],
    "deps": [
      "08:36:00",
      "08:38:00",
      "08:39:00",
      "08:41:00",
      "08:43:00",
      "08:52:00",
      "08:54:00",
      "08:56:00",
      "08:59:00",
      "09:02:00",
      "09:03:00",
      "09:07:00",
      "09:10:00",
      "09:12:00",
      "09:14:00"
    ],
    "arrs": [
      "08:37:45",
      "08:38:45",
      "08:40:45",
      "08:42:45",
      "08:48:00",
      "08:53:45",
      "08:55:45",
      "08:58:45",
      "09:01:45",
      "09:02:45",
      "09:06:45",
      "09:09:45",
      "09:11:45",
      "09:13:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "-1809",
      "-1808",
      "-1807",
      "-1806",
      "-1803,-1802",
      "1802,118",
      "1804",
      "1805",
      "1810",
      "1811",
      "1812",
      "1813",
      "1814",
      "1815",
      "1816"
    ],
    "service_type": "r"
  },
  {
    "id": "R_343_8507374_0920",
    "name": "R 343",
    "type": "r",
    "sts": [
      "8507384",
      "8507555",
      "8507372",
      "8507550",
      "8507373",
      "8507374"
    ],
    "deps": [
      "08:37:00",
      "08:46:00",
      "08:54:00",
      "08:59:00",
      "09:09:00"
    ],
    "arrs": [
      "08:45:45",
      "08:51:00",
      "08:58:45",
      "09:08:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "438,1226",
      "1227,1228",
      "1229",
      "1230",
      "1231,1234"
    ],
    "service_type": "r"
  },
  {
    "id": "R_407_8501495_0920",
    "name": "R 407",
    "type": "r",
    "sts": [
      "8501499",
      "8501498",
      "8501446",
      "8501497",
      "8501447",
      "8501495"
    ],
    "deps": [
      "09:00:00",
      "09:04:00",
      "09:07:00",
      "09:12:00",
      "09:18:00"
    ],
    "arrs": [
      "09:03:45",
      "09:06:45",
      "09:11:45",
      "09:17:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "-764",
      "-1543",
      "-1338",
      "-765",
      "-766"
    ],
    "service_type": "r"
  },
  {
    "id": "R_6212_8507000_0920",
    "name": "R 6212",
    "type": "r",
    "sts": [
      "8507290",
      "8507281",
      "8507291",
      "8507292",
      "8507284",
      "8507293",
      "8507294",
      "8507295",
      "8507286",
      "8507296",
      "8507297",
      "8507287",
      "8507298",
      "8507288",
      "8507299",
      "8507483",
      "8507100",
      "8507006",
      "8507000"
    ],
    "deps": [
      "08:01:00",
      "08:04:00",
      "08:07:00",
      "08:10:00",
      "08:13:00",
      "08:15:00",
      "08:19:00",
      "08:21:00",
      "08:24:00",
      "08:32:00",
      "08:34:00",
      "08:37:00",
      "08:41:00",
      "08:42:00",
      "08:44:00",
      "08:50:00",
      "08:59:00",
      "09:08:00"
    ],
    "arrs": [
      "08:03:45",
      "08:06:45",
      "08:09:45",
      "08:12:45",
      "08:14:45",
      "08:18:45",
      "08:20:45",
      "08:23:45",
      "08:29:00",
      "08:33:45",
      "08:36:45",
      "08:40:45",
      "08:41:45",
      "08:43:45",
      "08:47:00",
      "08:58:00",
      "09:07:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "-288",
      "-287",
      "-279",
      "-282",
      "-280",
      "-281",
      "-308",
      "-256",
      "-316",
      "-309",
      "-315",
      "-310",
      "-314",
      "-311",
      "-313,-312,255",
      "-255,321",
      "433,434,582,320,319,318",
      "317,322,323,352,356,1302,1303,1300"
    ],
    "service_type": "r"
  },
  {
    "id": "R_7_8508456_0920",
    "name": "R 7",
    "type": "r",
    "sts": [
      "8508458",
      "8508449",
      "8508456"
    ],
    "deps": [
      "08:50:00",
      "09:02:00"
    ],
    "arrs": [
      "09:01:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "1868",
      "1869"
    ],
    "service_type": "r"
  },
  {
    "id": "R_7133_8500207_0920",
    "name": "R 7133",
    "type": "r",
    "sts": [
      "8504300",
      "8504419",
      "8518771",
      "8500200",
      "8500201",
      "8500202",
      "8500203",
      "8500204",
      "8500205",
      "8518963",
      "8500206",
      "8500207"
    ],
    "deps": [
      "08:53:00",
      "08:56:00",
      "08:58:00",
      "09:01:00",
      "09:04:00",
      "09:07:00",
      "09:09:00",
      "09:11:00",
      "09:13:00",
      "09:15:00",
      "09:16:00"
    ],
    "arrs": [
      "08:55:45",
      "08:57:45",
      "09:00:45",
      "09:03:00",
      "09:06:00",
      "09:08:45",
      "09:10:45",
      "09:12:45",
      "09:14:45",
      "09:15:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "16,24",
      "25",
      "2214",
      "26",
      "27,353",
      "29",
      "30",
      "31",
      "560",
      "2216,561",
      "429,430"
    ],
    "service_type": "r"
  },
  {
    "id": "RE_3158_8507000_0920",
    "name": "RE 3158",
    "type": "re",
    "sts": [
      "8501609",
      "8507470",
      "8507471",
      "8507472",
      "8507473",
      "8507474",
      "8507475",
      "8507478",
      "8507480",
      "8507481",
      "8507483",
      "8507100",
      "8507006",
      "8507000"
    ],
    "deps": [
      "07:36:00",
      "07:41:00",
      "07:43:00",
      "07:48:00",
      "07:54:00",
      "08:01:00",
      "08:13:00",
      "08:30:00",
      "08:33:00",
      "08:35:00",
      "08:50:00",
      "08:59:00",
      "09:08:00"
    ],
    "arrs": [
      "07:40:45",
      "07:42:45",
      "07:47:45",
      "07:53:45",
      "08:00:00",
      "08:12:00",
      "08:28:00",
      "08:32:45",
      "08:34:45",
      "08:44:00",
      "08:58:00",
      "09:07:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "-847,-217",
      "-213",
      "-214",
      "-216",
      "-215",
      "-2080,-2079,-1569",
      "-2077,-2078,-2074,-1949,-2073,-2075,-2076,-2072,-1950,-275",
      "-218",
      "-219",
      "-1942,-254",
      "-255,321",
      "433,434,582,320,319,318",
      "317,322,323,352,356,1302,1303,1300"
    ],
    "service_type": "re"
  },
  {
    "id": "RE_3258_8507000_0920",
    "name": "RE 3258",
    "type": "re",
    "sts": [
      "8501609",
      "8507470",
      "8507471",
      "8507472",
      "8507473",
      "8507474",
      "8507475",
      "8507478",
      "8507480",
      "8507481",
      "8507483",
      "8507100",
      "8507006",
      "8507000"
    ],
    "deps": [
      "07:36:00",
      "07:41:00",
      "07:43:00",
      "07:48:00",
      "07:54:00",
      "08:01:00",
      "08:13:00",
      "08:30:00",
      "08:33:00",
      "08:35:00",
      "08:50:00",
      "08:59:00",
      "09:08:00"
    ],
    "arrs": [
      "07:40:45",
      "07:42:45",
      "07:47:45",
      "07:53:45",
      "08:00:00",
      "08:12:00",
      "08:28:00",
      "08:32:45",
      "08:34:45",
      "08:44:00",
      "08:58:00",
      "09:07:45",
      "09:20:00"
    ],
    "edges": [
      "",
      "-847,-217",
      "-213",
      "-214",
      "-216",
      "-215",
      "-2080,-2079,-1569",
      "-2077,-2078,-2074,-1949,-2073,-2075,-2076,-2072,-1950,-275",
      "-218",
      "-219",
      "-1942,-254",
      "-255,321",
      "433,434,582,320,319,318",
      "317,322,323,352,356,1302,1303,1300"
    ],
    "service_type": "re"
  },
  {
    "id": "S_12_24232_8509411_0920",
    "name": "S 12 24232",
    "type": "s",
    "sts": [
      "8509000",
      "8509002",
      "8509003",
      "8509004",
      "8509411"
    ],
    "deps": [
      "09:00:00",
      "09:09:00",
      "09:12:00",
      "09:15:00"
    ],
    "arrs": [
Download .txt
gitextract_ugu78a7a/

├── .gitignore
├── LICENSE
├── README.md
├── api/
│   ├── .htaccess
│   ├── demo/
│   │   └── trips.json
│   ├── geojson/
│   │   ├── edges.geojson
│   │   └── stations.geojson
│   └── inc/
│       ├── config.json
│       ├── controllers/
│       │   ├── geojson.php
│       │   └── trips.php
│       ├── init.php
│       ├── models/
│       │   ├── db.php
│       │   └── gtfs.php
│       └── views/
│           └── json.php
├── index.html
└── static/
    ├── .htaccess
    ├── css/
    │   ├── reset.css
    │   └── style.css
    └── js/
        ├── config.js
        ├── infobox_packed.js
        └── map.js
Download .txt
SYMBOL INDEX (55 symbols across 4 files)

FILE: api/inc/models/db.php
  class DB (line 3) | class DB {
    method getDB (line 7) | private static function getDB() {
    method getCachedResults (line 17) | private static function getCachedResults($params) {
    method parseDBResult (line 48) | private static function parseDBResult($result, $cache_file = null) {
    method checkIfWritable (line 61) | private static function checkIfWritable($file) {
    method cacheResults (line 71) | private static function cacheResults($file, $content) {
    method getCalendarRows (line 83) | public static function getCalendarRows() {
    method getTripsByMinute (line 98) | public static function getTripsByMinute($hhmm, $service_ids) {
    method getStopsByTripId (line 130) | public static function getStopsByTripId($trip_id) {

FILE: api/inc/models/gtfs.php
  class GTFS (line 2) | class GTFS {
    method getDayServiceIds (line 3) | private static function getDayServiceIds() {
    method getTripsByMinute (line 30) | public static function getTripsByMinute($hhmm) {
    method renderTime (line 48) | private static function renderTime($hms) {

FILE: api/inc/views/json.php
  class JsonView (line 3) | class JsonView {
    method dump (line 4) | public static function dump($data) {

FILE: static/js/map.js
  function notify (line 64) | function notify(type) {
  function subscribe (line 74) | function subscribe(type, fn) {
  function get (line 91) | function get(id) {
  function location_get (line 95) | function location_get(id) {
  function addFeatures (line 99) | function addFeatures(features) {
  function positionOnRouteAtPercentGet (line 158) | function positionOnRouteAtPercentGet(ab_edges, percent) {
  function routeAdd (line 182) | function routeAdd(ab_edges) {
  function lengthGet (line 239) | function lengthGet(ab_edges) {
  function routeHighlight (line 243) | function routeHighlight(vehicle) {
  function routeHighlightRemove (line 271) | function routeHighlightRemove() {
  function loadEncodedEdges (line 276) | function loadEncodedEdges(edges) {
  function loadGeoJSONEdges (line 285) | function loadGeoJSONEdges(features) {
  function loadGeoJSONShapes (line 302) | function loadGeoJSONShapes(features) {
  function positionDataGet (line 323) | function positionDataGet(route, dAC, is_detailed) {
  function projectDistanceAlongRoute (line 346) | function projectDistanceAlongRoute(ab_edges, dAC) {
  function init (line 375) | function init() {
  function pad2Dec (line 430) | function pad2Dec(what) {
  function getHMS (line 434) | function getHMS(ts) {
  function Toggler (line 476) | function Toggler(el_id) {
  function stop_following (line 510) | function stop_following() {
  function init (line 524) | function init() {
  function start (line 537) | function start(vehicle) {
  function stop (line 542) | function stop() {
  function init (line 556) | function init() {
  function hide (line 566) | function hide() {
  function station_info_hide (line 576) | function station_info_hide() {
  function vehicle_info_display (line 580) | function vehicle_info_display(vehicle) {
  function vehicle_info_hide (line 641) | function vehicle_info_hide() {
  function station_info_display (line 648) | function station_info_display(station_id) {
  function init (line 686) | function init() {
  function init (line 807) | function init(){
  function match_by_name (line 1101) | function match_by_name(vehicle_name) {
  function match (line 1114) | function match(vehicle_name, vehicle_id) {
  function str_hhmm_2_sec_ar (line 1136) | function str_hhmm_2_sec_ar(str_hhmm) {
  function iconGet (line 1179) | function iconGet(type) {
  function getVehicleIcon (line 1290) | function getVehicleIcon(zoom, type, heading) {
  function Vehicle (line 1332) | function Vehicle(params) {
  function animate (line 1483) | function animate() {
  function loadStations (line 1686) | function loadStations(url) {
  function ui_init (line 1753) | function ui_init() {
Condensed preview — 21 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,418K chars).
[
  {
    "path": ".gitignore",
    "chars": 44,
    "preview": ".DS_Store\nfeed\nTODO\n\napi/gtfs-data\napi/tmp\n\n"
  },
  {
    "path": "LICENSE",
    "chars": 1084,
    "preview": "Copyright (c) 2014 Vasile Coțovanu - http://www.vasile.ch\n \nPermission is hereby granted, free of charge, to any person "
  },
  {
    "path": "README.md",
    "chars": 9183,
    "preview": "## About\n\nThis project animates vehicles (markers) on a map using the public transport timetables to interpolate their p"
  },
  {
    "path": "api/.htaccess",
    "chars": 166,
    "preview": "RewriteEngine On\nRewriteRule getTrips/([0-9]{4})$ inc/controllers/trips.php?hhmm=$1 [L]\nRewriteRule geojson/([^\\.]+?.geo"
  },
  {
    "path": "api/demo/trips.json",
    "chars": 764604,
    "preview": "[\n  {\n    \"id\": \"ICE_3_8503000_0900\",\n    \"name\": \"ICE 3\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8500090\",\n      \"85000"
  },
  {
    "path": "api/geojson/edges.geojson",
    "chars": 998360,
    "preview": "{\n\"type\":\"FeatureCollection\",\n\"crs\":{\n\"type\":\"name\",\n\"properties\":{\n\"name\":\"urn:ogc:def:crs:OGC:1.3:CRS84\"\n}\n},\n\"feature"
  },
  {
    "path": "api/geojson/stations.geojson",
    "chars": 282961,
    "preview": "{\n\"type\":\"FeatureCollection\",\n\"crs\":{\n\"type\":\"name\",\n\"properties\":{\n\"name\":\"urn:ogc:def:crs:OGC:1.3:CRS84\"\n}\n},\n\"feature"
  },
  {
    "path": "api/inc/config.json",
    "chars": 40,
    "preview": "{\n  \"SERVER_TIMEZONE\": \"Europe/Zurich\"\n}"
  },
  {
    "path": "api/inc/controllers/geojson.php",
    "chars": 576,
    "preview": "<?php\ndefine('APP_FOLDER_PATH', dirname(__FILE__) . '/../..');\ninclude(APP_FOLDER_PATH . '/inc/init.php');\n\nif (isset($_"
  },
  {
    "path": "api/inc/controllers/trips.php",
    "chars": 187,
    "preview": "<?php\ndefine('APP_FOLDER_PATH', dirname(__FILE__) . '/../..');\ninclude(APP_FOLDER_PATH . '/inc/init.php');\n\n$trip_rows ="
  },
  {
    "path": "api/inc/init.php",
    "chars": 442,
    "preview": "<?php\n\n// Add a \"production mode\" based on localhost ?\nini_set('display_errors', 1);\nerror_reporting(E_ALL);\n\n$api_confi"
  },
  {
    "path": "api/inc/models/db.php",
    "chars": 5034,
    "preview": "<?php\n\nclass DB {\n    private static $db = null;\n    private static $use_file_cache = false;\n    \n    private static fun"
  },
  {
    "path": "api/inc/models/gtfs.php",
    "chars": 2314,
    "preview": "<?php\nclass GTFS {\n    private static function getDayServiceIds() {\n        $day_of_week = date('l');\n        $day_of_we"
  },
  {
    "path": "api/inc/views/json.php",
    "chars": 796,
    "preview": "<?php\n\nclass JsonView {\n    public static function dump($data) {\n        if (ob_get_contents()) {\n            var_dump(\""
  },
  {
    "path": "index.html",
    "chars": 4127,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n<html>\n    <head>\n        <title>Swiss Railways Transit Map</title>\n "
  },
  {
    "path": "static/.htaccess",
    "chars": 114,
    "preview": "<IfModule mod_deflate.c>\n  <FilesMatch \"\\.(js|json|css)$\">\n    SetOutputFilter DEFLATE\n  </FilesMatch>\n</IfModule>"
  },
  {
    "path": "static/css/reset.css",
    "chars": 1092,
    "preview": "/* http://meyerweb.com/eric/tools/css/reset/ \n   v2.0 | 20110126\n   License: none (public domain)\n*/\n\nhtml, body, div, s"
  },
  {
    "path": "static/css/style.css",
    "chars": 2319,
    "preview": "/* START MAIN */\nhtml, body {\n    height: 100%;\n    margin: 0;\n    padding: 0;\n}\n\nbody {\n  font-family: verdana, sans-se"
  },
  {
    "path": "static/js/config.js",
    "chars": 3802,
    "preview": "{\n  \"center.x\": 8.55,\n  \"center.y\": 47.26,\n  \"map_type_id\": \"roadmap\",\n  \"zoom.start\": 10,\n  \"zoom.min\": 7,\n  \"zoom.max\""
  },
  {
    "path": "static/js/infobox_packed.js",
    "chars": 5623,
    "preview": "eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toStrin"
  },
  {
    "path": "static/js/map.js",
    "chars": 68489,
    "preview": "/*global $, google, InfoBox */\nvar simulation_manager = (function(){\n    google.maps.visualRefresh = true;\n\n    var ua_i"
  }
]

About this extraction

This page contains the full source code of the vasile/transit-map GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 21 files (2.1 MB), approximately 538.8k tokens, and a symbol index with 55 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!