OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 106 forks source link

Removing an agency in transformer, does not remove fares with derived routes #130

Open barbeau opened 5 years ago

barbeau commented 5 years ago

Moved here from https://github.com/OneBusAway/onebusaway-application-modules/issues/231, by @skinkie.

I think the issue is clear. I am trying to remove an agency.

{"op":"remove","match":{"file":"agency.txt","agency_id":"63"}}

The result is a GTFS container with the agency removed. But it seems that the fare_rules.txt file is not being processed for the routes the agency might have defined but that have been removed with the above operation.

skinkie commented 5 years ago

@barbeau tnx