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 107 forks source link

Add strategy to create fare rules from stop matrix #86

Closed sdjacobs closed 7 years ago

sdjacobs commented 7 years ago

Creates new fare rules and attributes for a route given a table with stop pair information, e.g. columns are stops, rows are stops, and a cell gives the price for a ride between stop in row and stop in column.