gtfs-lib
gtfs-lib copied to clipboard
A library for loading and saving GTFS feeds of arbitrary size with disk-backed storage
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @vlsi (#3035) Revert "feat: support SET statements...
> I'm not the biggest fan of appending the dot here. I'm gonna note an issue for refactoring that later. It would be cleaner and less confusing to only pass...
Some recent test code written by @binh-dam-ibigroup in #312 revealed that any value can be written to a GTFS record using JdbcTableWriter: https://github.com/conveyal/gtfs-lib/blob/a45e6f93239fc66548903fa39abb26ffe35a8915/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java#L495-L499 This should be prohibited and the tests...
I (and @br648) have noticed errors when running `mvn package` locally with gpg signing. Since we're deploying gtfs-lib to jitpack, I'm wondering if this plugin is still needed? https://github.com/conveyal/gtfs-lib/blob/a9eb78743124c1b5d62dd60407d21df02a392cc8/pom.xml#L126-L140
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
## Observed behavior A GTFS feed that is loaded and snapshotted for the RDBMS-backed editor will contain additional fields not attached to the originally imported tables. E.g., the editor-specific `route_branding_url`...
## Observed behavior Importing a GTFS feed into the RDBMS-backed editor will normalize stop_sequence values so that these are predictable and SQL queries can expect stop_times to start at zero...
In the new sql-loader branch we load columns that are not recognized by our software as belonging to the GTFS spec. We should do the same for entire tables that...
Many of the NewGtfsErrorType priority levels appear to be mismatched with reality. Given [recent work in Data Tools server](https://github.com/ibi-group/datatools-server/pull/275) to expose issue priority for display in the UI, these priority...
`[main] INFO com.conveyal.gtfs.GTFSFeed - GTFSError: calendar line 0: This table is required by the GTFS specification but is missing.` This is actually perfectly legal.