You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a method to GtfsInstance that filters the GTFS data to a date of interest. This would dramatically reduce the size of GTFS file while not impacting the subsequent r5py analysis stage when using the GTFS data on the same date.
(OPTIONAL) Suggested Implementations
Method could be a shallow wrapper of existing gtfs_kit methods, also the suitability of this would need to be QAed/confirmed.
The text was updated successfully, but these errors were encountered:
Description of the Feature to be Added
Add a method to
GtfsInstance
that filters the GTFS data to a date of interest. This would dramatically reduce the size of GTFS file while not impacting the subsequentr5py
analysis stage when using the GTFS data on the same date.(OPTIONAL) Suggested Implementations
Method could be a shallow wrapper of existing
gtfs_kit
methods, also the suitability of this would need to be QAed/confirmed.The text was updated successfully, but these errors were encountered: