rust-transit / gtfs-structure

Read a GTFS file
MIT License
56 stars 32 forks source link

Support for GTFS Flex #135

Open fchabouis opened 1 year ago

fchabouis commented 1 year ago

I never noticed, but the GTFS Flex extension has the specificity to add a geojson file in the GTFS specification. This is still a proposal, so there is no rush here, but I am curious to know your opinion on how difficult it would be to adapt this crate to handle this new kind of format. Thanks!

@Tristramg @antoine-de

Tristramg commented 1 year ago

I don’t think it would be a big problem. We already use serde for the csv, and its json support is very good.

lolpro11 commented 3 weeks ago

This would be a small update but make stops.txt optional as well to support GTFS Flex