conveyal / gtfs-lib

A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage
BSD 2-Clause "Simplified" License
71 stars 38 forks source link

Make `continuous_pickup`/`drop_off` not required. #333

Closed binh-dam-ibigroup closed 3 years ago

binh-dam-ibigroup commented 3 years ago

Checklist

Description

This PR is a partial fix for https://github.com/ibi-group/datatools-server/issues/434 and sets the continuous_pickup and continuous_drop_off fields in tables stop_times and routes to be optional per GTFS 2.0 spec. The PR also fixes an incorrect field load in table routes.