-
Notifications
You must be signed in to change notification settings - Fork 2
TransiTime Import
Bodo Minea edited this page Dec 1, 2021
·
8 revisions
Import data for each one of your agencies.
java \
-Xmx1024M \
-Dtransitclock.logging.dir=/tmp \
-Dtransitclock.configFiles=/usr/local/transitclock/config/AGENCY.xml \
-jar transitclock/target/GtfsFileProcessor.jar \
-gtfsZipFileName /PATH/TO/YOUR/GTFS.zip \
-maxTravelTimeSegmentLength 400
- Introduction & Purpose
- Intended system architecture
- TheTransitClock (ex. TransiTime) RealTime predictions
-
Digitransit (Route planning)
- Prerequisite installation
- UI Installation
- OpenTripPlanner, the data package it needs and related config
- Pelias geocoder & Elasticsearch
- Vector map tile server (stop markers) tilelive otp stops
- EMQX MQTT Broker
- Feed GTFS Realtime data to the MQTT broker (gtfsrthttp2mqtt)
- Ports / Firewall / Reverse proxy-ing
- Auto-starting everything on boot
- Final result & words