v5.0.0 #1720
emmambd
announced in
Announcements
v5.0.0
#1720
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlights
Reducing the noisiness of errors
There have been repeated issues with the sensitivity of
trip_distance_exceeds_shape_distance
andequal_shape_distance_diff_coordinates
. No more! We did an extensive review of real life GTFS data from the Mobility Database and decided on thresholds for these two errors. Now data producers will only see these errors when they’re a significant issue for data quality. Below the thresholds, these issues will generate a warning instead.Breaking changes: JSON report improvements
validatedAt
field to be machine readable.Notice changes
equal_shape_distance_diff_coordinates
: Error is triggered when there's 1.11 metres or more distance between the different shape points. Discussion here.trip_distance_exceeds_shape_distance
: Error is triggered when there's 11.1 metres or more distance between the last stop point and the last shape point. Discussion here.stop_without_zone_id
changed from 🔴 ERROR to ⚪ INFO and updated so it is only triggered when there are route-based fare related fields infare_rules.txt
. Discussed in the spec in Clarify stops.zone_id conditional requirement for route-based fare_rules google/transit#432.New notices
route_networks_specified_in_more_than_one_file
: New 🔴 ERROR for Fares v2 data. Added to spec in [GTFS-Fares v2] Add networks.txt & route_networks.txt google/transit#405.equal_shape_distance_diff_coordinates_distance_below_threshold
: New 🟡 WARNING that is triggered when the distance between the different shape points is less than 1.11 metres.trip_distance_exceeds_shape_distance_below_threshold
: New 🟡 WARNING that is triggered when the distance between the last stop point and the last shape point is less than 11.1 metres.Impacts on existing data
You can find the impact of this release on all existing datasets we have in the Mobility Database in this spreadsheet.
Other notable improvements
New Contributors
PR List
reference.md
in Google Transit's repo #1601 by @emmambd in feat: Update references to Dataset Publishing Guidelines from #1601 #1609equal_shape_distance_diff_coordinates
by @cka-y in feat: threshold of 1.11m onequal_shape_distance_diff_coordinates
#1675Full Changelog: v4.2.0...v5.0.0
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions