rust-transit / gtfs-structure

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

No fare_rules #143

Open CSIR-CityPlan opened 1 year ago

CSIR-CityPlan commented 1 year ago

I see the main Gtfs struct has fare_attributes, but not fare_rules.

I see the specification has this csv file (https://developers.google.com/transit/gtfs/reference#fare_rulestxt). Is there any reason this has not been included? It is quite an important file when it comes to modelling the fee structure on a feed.

Thanks for the awesome crate.

antoine-de commented 10 months ago

Hi, sorry for the late response, no I don't think there is a particular reason apart from the fact that nobody has needed it yet :wink:

If you want to add this, I'll gladly help you!

Else I'll try to do it when I'll find the time, but I really don't know when it will be.