The routing data API provides four OpenTripPlanner (OTP) router datasets: Finland and Estonia, HSL region, Southwest Finland region and Waltti cities. The available data sets are documented in the architecture page for this API.
The available files are split into different endpoints for each of our routers (finland, hsl, varely and waltti). The currently
active routing data can be viewed from the corresponding production HTTP endpoints (use of either digitransit-subscription-key
URL parameter or a header is needed, browsing with a browser can be clumsy due to this limitation):
There are three types of files availables (some files are used for two purposes):
See how Routing API utilizes these files on the routing API page.
Contents differ for different endpoints, but these examples are for the HSL endpoint:
graph-hsl-753c4cfe9f63400f0ad093bc515d1bba6b8e14a1.zip
This zip contains the required files to run OpenTripPlanner server. The naming convention is graph-<router_id>-<commit_hash>.zip
graph.obj
A graph that can be loaded into latest version of OpenTripPlanner.otp-config.json
The configuration for enabling or disabling features in OTP.router-config.json
The per-router customized runtime configuration for OTP.build-config.json
This is the OTP configuration file that is used to build the OTP Graph file.hsl.pbf
OpenStreetMap data file for the HSL region (used by OTP).HSL.zip
GTFS file (other routers have many different GTFS files).HSL-lautta.zip
GTFS file (other routers have many different GTFS files).otp-config.json
The configuration for enabling or disabling features in OTP.router-config.json
The per-router customized runtime configuration for OTP.router-hsl.zip
This zip contains the required files to build new OpenTripPlanner graph.hsl.tif
Elevation data file for the HSL region (used by OTP, not mandatory).report
Directory containing issues and information from the previous graph build.build.log
Log of the previous graph build.version.txt
A version file that contains a timestamp (for example '2017-08-18T02:32:45.635Z') of the time when the data was processed.connected.csv
List of stops that could be linked based on OSM data (for debugging purposes).unconnected.csv
List of stops that could not be linked based on OSM data but they still do exist in the graph (for debugging purposes).The Finland and Estonia data endpoint contains information concerning public transport services by the cities and ELY-centers as well as data relevant to long distance market based coach connections in Finland. It also contains data for Estonia.
Source for coach connection data is https://finap.fi which is Finnish National Access point for multimodal data (EU/MMTIS). Data is provided by respective transport operators. Finap.fi data is licensed with CC 4.0 BY. Finap.fi service is operated by Fintraffic.
Please visit https://finap.fi and https://github.com/tmfg/mmtis-national-access-point/blob/master/docs/api/README.md if you are interested more wider use of Finap datasets.
For more information contact Fintraffic with support channel email: nap@fintraffic.fi
URL | Project description |
---|---|
https://github.com/hsldevcom/OpenTripPlanner/ | Digitransit fork of OpenTripPlanner |
https://github.com/opentripplanner/OpenTripPlanner/ | OpenTripPlanner upstream |
https://github.com/hsldevcom/opentripplanner-data-container/ | Digitransit fork of OpenTripPlanner |
https://blog.openstreetmap.org/ | OpenStreetMap blog |