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

Stop time normalization refactor #389

Closed br648 closed 1 year ago

br648 commented 1 year ago

Checklist

Description

Refactor of stop time normalization to reintroduce batch processing which was lost in the initial flex update. Move normalization to it's own dedicated class to reduce the complexity of JdbcTableWriter.

binh-dam-ibigroup commented 1 year ago

@br648 Remember to resolve conflicts.