Releases: transitland/gtfs
Releases · transitland/gtfs
v1.0.1
v1.0.0rc7
- Switched CSV parser to RCSV. https://github.com/fiksu/rcsv (take 2)
v1.0.0rc5
v1.0.0rc4
v1.0.0rc2
v1.0.0rc1
This is the first release of the Transitland fork of nerdEd/gtfs.
Release notes:
- Add GTFS graph and graph loader
- Remove entity attribute prefixes
- Fixes to unicode/byte-order-mark handling
- Index and entities by ID
- Add 'id' and 'name' methods to entities with primary keys
- Shape lines (shapes.txt rows merged by shape_id and ordered by shape_pt_sequence)
- Add ServicePeriod entity, which merges calendar.txt and calendar_dates.txt service_id's
- Add trip_chunks method to create 'batches' of StopTimes
- Add stop_time_pairs method to create trip stop-stop edges
- Add pry dependency and "rake console" task
Note: this fork breaks backwards compatibility by dropping entity attribute prefix removal.