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

Fares V2: Add methods to check for missing values #203

Closed leonardehrenfried closed 2 years ago

leonardehrenfried commented 2 years ago

In my previous PR #197 I neglected to add the methods to check if an integer value refers to a missing value.

This adds these.

@lslangley @christrillium