GTFS to GeoJson
This Rust crate is used to convert GTFS data to the GeoJSON format.
How to compile and run the standalone program
- Clone this repository
- Install Rust
- Run the tests with
cargo test --all-features
(see GitHub actions setup)
- Build the optimized binary with
cargo build --release
- Run the standalone program with
cargo run --release -- --help
- To run the standalone program without cargo (e.g. when shipping the binary), run
target/release/gtfs-geojson --help