Extract public transport data from an OpenStreetMap file, and write the result to a list of csv files. This tool uses the crate osmpbfreader to read the provided OpenStreetMap PBF files
Run the program with --help to display available parameters. The simplest way to use it is :
osm-transit-extractor -i name_of_the_osm_file.osm.pbf
This command will extract the public transport data and write them to CSV files in the current directory. The output directory can be changed with the use of the parameter -o /path/to/the/dest/directory/