Skip to content

bdferris/onebusaway-community-transit-gtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build:

mvn package

To run:

java -jar target/onebusaway-community-transit-gtfs-0.0.1-SNAPSHOT.jar \
  path/to/schedules/ \
  path/to/gis/ \
  path/to/resulting/gtfs/ \
  https://onebusaway.googlecode.com/svn/wiki/CommunityTransitModifications.wiki

Where path/to/schedules/ is the extracted directory of Community Transit
schedule data, path/to/gis/ is the extracted directory of Community Transit
GIS data, and path/to/resulting/gtfs/ is the path where the resulting GTFS
will be written. 

About

Build a GTFS for Community Transit from raw schedule and GIS data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages