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
Hi Markus, good to hear you're finding GTFS Kit useful.
Skimming over your GTFS Fiddler code, i see how it can also be useful.
However, i also think it's a little too niche to add to GTFS Kit, which is meant to be a general purpose GTFS library.
At this point, i think Fiddler is better maintained as a separate library.
Hi,
building on your nifty library I implemented some GTFS editing capabilities in https://github.com/ait-energy/gtfs-fiddler/. Quoting the README:
GtfsFiddler.ensure_earliest_departure
GtfsFiddler.ensure_latest_departure
GtfsFiddler.ensure_max_trip_interval
GtfsFiddler.ensure_min_speed
Also it provides typed access to the more of the feed's members (for autocompletion in IDE :)
The helper method
fiddle.compute_stop_time_stats
supplements the gtfs_kit utils.Are you interested in merging this into gtfs_kit? I think it would be a great addition and I am happy to provide the code. Tell me what you think!
Best, Markus
The text was updated successfully, but these errors were encountered: