osm_transit_extractor

Crates.ioosm_transit_extractor
lib.rsosm_transit_extractor
version0.9.0
sourcesrc
created_at2019-06-14 08:24:58.364103
updated_at2023-02-09 11:22:22.514986
descriptionExtract public transport data from an OpenStreetMap file
homepage
repositoryhttps://github.com/hove-io/osm-transit-extractor
max_upload_size
id141050
size390,367
Hove - CoreTools team crate publisher (cratesio-kisio-coretools)

documentation

README

osm-transit-extractor GitHub Workflow Status

This crate is a library to extract public transport data from an OpenStreetMap file. A CSV output with several files is also provided as a quick mean to manipulate public transport data from OSM with an external tool.

The crate osmpbfreader is used to read the provided OpenStreetMap PBF files

Description of the extraction process is (details here)[./documentation/README.md].

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/

Commit count: 0

cargo fmt