GTFS-realtime converter for the Washington State Ferries API
Build with mvn install
.
- Get an API access key from WSDOT.
- Get a copy of the WSF GTFS: https://business.wsdot.wa.gov/Transit/csv_files/wsf/google_transit.zip
- Copy
config.sample
toconfig
and edit it to set the API access key and the path to the GTFS feed.
Run with java -jar target/wsf-gtfsrealtime-1.0-SNAPSHOT-withAllDependencies.jar --config=config
.
Configuration values can also be set as Java properties (such as -DWSF.agencyId=WSF
); the configuration file can be omitted entirely if all required values are defined this way.
You may wish to adjust the logging levels in logback.xml
to cut down on the volume of logging after initial configuration and testing.