Emma Blue
Emma Blue
Before publishing the release, we need to set up the pre-release and run analytics on the impact on rules as a last check on performance impacts and feed affects. Should...
It's time for a new validator release! To do: - [x] Publish the release following the steps in [RELEASE.md](https://github.com/MobilityData/gtfs-validator/blob/master/docs/RELEASE.md) (Jean-Claude) - [ ] Send the release e-mail to users that...
### Describe the problem We've seen `trip_distance_exceeds_shape_distance` trigger as an error from anywhere between 6-7% of feeds in the Mobility Database. Several producers have expressed concern with this new error....
In conducting [a distribution analysis of stops min distance from shape ](https://storage.googleapis.com/analytics_trip_distance_exceeds_shape_distance/distance_measures_comparison.html) for https://github.com/MobilityData/gtfs-validator/issues/1613, we noticed that there are feeds that **don't** return trip_distance_exceeds_shape_distance that seem to have huge discrepancies...
Goal: - Trigger automation when pre-release is created - Keep a list of feeds impacted by any change we make to master, and automatically generate this list of feeds impacted...
We want to make this process less time-intensive. Suggestions so far: - Better document filtering - Add performance analysis to the acceptance tests so we catch code changes with memory...
In cases where we're evaluating changes to the logic of pre-existing rules e.g #1676 and #1675, we want to know **the difference between the new PR's acceptance test changes and...
### Describe the problem Currently, the summary section of the validation report shares the `feed_start_date` and `feed_end_date` when it's provided. However, many feeds don't include `feed_info.txt`, which makes it difficult...
### Describe the problem [As highlighted by Trillium on the spec repository](https://github.com/google/transit/issues/429), right now stop_without_zone_id's logic is that if fare_rules.txt contains records, then presence of zone_id is required for all...
### Describe the bug Upon generating analytics for the [4.2 release](https://docs.google.com/spreadsheets/d/1AH4fELPPIB3R3w_TPGUBzSn_T6cVuYpmekW-er1Xogg/edit#gid=0), we found that several datasets failed to run, and we assume that's because of the new `trip_distance_exceeds_shape_distance` error. These...