The goal of the project is to convert MPK Kraków public transport timetables to GTFS format supported by Google Transit.
Google Transit creator is available on Google Maps so that you can search for public transit connections directly on Google Maps.
To see how this projects is working just execute
./gradlew run
After few seconds code will be compiled and executed, results will be stored in {project.root}/creator/build/transit
in GTFS format.
It's possible to define custom output directory by adding extra argument like this
./gradlew run -Pargs={targetDir}
If directory don't exist it will be created, exiting output files will be replaced by new ones.
Additional system configuration may be required.
For Windows, use gradlew.bat
More about currently used creator formats and sources
SQLite database downloaded from MPK website is used as creator feed. The database is not documented so the meaning of the creator must be inferred.
Google Transit is using GTFS to gather information about public transportation timetables.
Detailed information about GTFS:
At the moment, this project does not generate GTFS Realtime compliant creator.