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

Fix #210: make "wkt" field optional #211

Closed briandonahue closed 1 year ago

briandonahue commented 1 year ago

Summary:

Fix #210

Make the wkt field in areas.txt optional. This was causing failures in real time validation: https://github.com/MobilityData/gtfs-realtime-validator/issues/92

Expected behavior:

Explain how you expect the pull request to work in your testing (in case other platforms/versions exhibit different behavior).

Please make sure these boxes are checked before submitting your pull request - thanks!

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

KClough commented 1 year ago

@bdferris Do you know who it'd be appropriate to tag to review this PR? Thanks!

sheldonabrown commented 1 year ago

I will take a look. Thanks!Sent from my mobile device (I'll be brief)On Jan 14, 2023, at 15:25, Kevin Clough @.***> wrote: @bdferris Do you know who it'd be appropriate to tag to review this PR? Thanks!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

briandonahue commented 1 year ago

@sheldonabrown just checking if you had a chance to look at this? It's blocking resolving some failures in the real-time validator.