OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.

Home Page:https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fares V2 attributes

leonardehrenfried opened this issue · comments

Fares V2 has been recently added to the mainline GTFS spec.

I'm planning to add support for those new files and properties to this library, so this issue is for tracking the progress.

In a first PR I will focus on the features already in the main spec but I'm planning on also contributing things that are more speculative.

Thanks! I see lots of activity still -- should this be considered ready or should I wait a little longer?

Sheldon

I thought it was ready to review but after doing the actual import into OTP I noticed a few more problems. Maybe hold off reviewing for a few more days.

If you already notice something that looks odd, you can already tell me and I will fix it.

One question: I would like to also add files and columns that aren't part of the spec yet. Would you like all of them in a single request or separate ones?

Sorry, I missed the question. A single request is fine, no need to split it out.

Ok, then the PR is ready to review: #197

This has been implemented for a while.