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

GTFS Flex zone_id fields in locations.json is not parsed #182

Closed leonardehrenfried closed 3 years ago

leonardehrenfried commented 3 years ago

Summary:

zone_id (https://github.com/MobilityData/gtfs-flex/blob/master/spec/reference.md#locationsgeojson-file-added) in locations.json is not parsed.

Steps to reproduce:

  1. Get GTFS Flex feed with fare information (not easy!)
  2. Parse it with OBA gtfs modules

Expected behavior:

The field zone_id is included in the parsed Java object.

Observed behavior:

The field zone_id is not included in the parsed Java object.

Platform:

Linux/Java 11

leonardehrenfried commented 3 years ago

Note that I intend to create a PR with this very soon.