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

Flex trip pattern key update #370

Closed br648 closed 1 year ago

br648 commented 1 year ago

Checklist

Description

This PR updates the trip pattern key equality check so that flex start/end pickup and drop off windows are also considered. This then creates additional patterns based on these values. Prior to this update trips were being grouped under the same, first, pattern which meant trips would have the wrong start/end pickup and drop off windows.