gtfs-realtime-validator icon indicating copy to clipboard operation
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!

Results 84 gtfs-realtime-validator issues
Sort by recently updated
recently updated
newest added

**Summary:** Javadocs is not be generated. **Steps to reproduce:** How can we reproduce the issue? run `mvn site` at the root of the project. **Expected behavior:** Produce javadocs. Even after...

**Summary:** Test sets fail when building the project from command line - which prevents the project from building. **Steps to reproduce:** After applying the fix suggested in #404, run `mvn...

bug

**Summary:** I tried to build the `gtfs-realtime-validator` but could not. **Steps to reproduce:** Execute `mvn package` at the root of the project in a Terminal session. **Expected behavior:** Generate an...

bug

**Summary:** As mentioned in https://github.com/CUTR-at-USF/gtfs-realtime-validator/issues/308, when we try to deploy the validator as-is as a hosted service the default embedded HSQLDB database performance degrades with usage to the point that...

work in progress

**Summary:** We need to make sure that as we add new rules, the validator can continue to run in real-time on production-sized feeds for major cities. I posted a question...

enhancement

**Summary:** For static GTFS validation, the Conveyal team has moved away from using [gtfs-validator](https://github.com/conveyal/gtfs-validator) and focused on a newer project [gtfs-lib](https://github.com/conveyal/gtfs-lib). We should look at integrating this into our project,...

enhancement

**Summary:** This is to add the rule detailed in issue #154 **Expected behavior:** It should record an E053 error if the start time for a trip does not stay the...

work in progress

**Summary:** We currently have rule "E045 - GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS" for this, but after this discussion it doesn't look like this is explictlly mentioned...

bug
GTFS(-rt) spec clarification

**Summary:** When a vehicle is serving multiple trips in a block, it is a best practice to include TripUpdates for the current and next trip. However, there will only be...

enhancement
new rule

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.5 to 2.9.10.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.5&new-version=2.9.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies