gtfs-realtime-validator
gtfs-realtime-validator copied to clipboard
Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds. See https://github.com/MobilityData/gtfs-realtime-validator for the latest!
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.35.v20201120 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
**Summary:** We currently have the W004 threshold set at 26 meters per second (about 60 miles per hour): https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/RULES.md#W004 We should bump this to around 80 miles per hour to...
**Summary:** We should be sure to look at the following, which will optimize the fetching of feeds (both GTFS and GTFS-realtime): * `If-Modified-Since` header * https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25 * `Last-Modified` header -...
Hello! I am starting to integrate the CLI validator [documented here](https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/gtfs-realtime-validator-lib/README.md) in our [transport.data.gouv.fr](https://transport.data.gouv.fr) tooling (in order to later invoke it via our job processing system & web interface). The...
**Summary:** When running the program on the CLI in batch mode, all logs are sent to stderr even without errors. **Steps to reproduce:** Run a command like ``` java -jar...
**Summary:** I looked in the code and realized that some validation rules look back at previous messages, and so it occurred to me that this implies validating from the same...
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.2.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.2.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...
**Summary:** When handling temporary service a common error is to accidentally have mismatches between the static and RT so that the RT feed has trip IDs that aren't shown as...