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

Pattern Reconciliation #348

Closed br648 closed 2 years ago

br648 commented 2 years ago

Checklist

Description

This PR extacts the existing pattern stop reconciliation from JdbcTableWriter into a separate class. This class has then been enhanced to reconciliate pattern locations as well. Unit tests have been added to JDBCTableWriterTest to cover adding, moving and deleting of pattern locations and pattern stops to test stop time reconciliation.