osm_transit_extractor 0.2.1

Extract public transport data from an OpenStreetMap file
Documentation

osm-transit-extractor Build status

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

How to use

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/