Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 856 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 856 Bytes

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/