city-of-milwaukee — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-07-10T15:36:28Z,
for the dataset file:///shared/city-of-milwaukee_2b97d5d2.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_rules.txt
  6. frequencies.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. transfers.txt
  12. trips.txt

Counts


  • Agencies: 1
  • Blocks: 24
  • Routes: 1
  • Shapes: 1
  • Stops: 21
  • Trips: 308

Specification Compliance report

13 notices reported (11 errors, 2 warnings, 0 infos)

Notice Code Severity Total
start_and_end_range_out_of_order ERROR 3

start_and_end_range_out_of_order

Two date or time fields are out of order.

Date or time fields have been found out of order in calendar.txt, feed_info.txt and stop_times.txt.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. startFieldName (?) The start value's field name. startValue (?) The start value. endFieldName (?) The end value's field name. endValue (?) The end value.
"stop_times.txt" 14 "arrival_time" "23:57:00" "departure_time" "00:00:00"
"stop_times.txt" 1337 "arrival_time" "23:57:00" "departure_time" "00:00:00"
"stop_times.txt" 5054 "arrival_time" "23:57:00" "departure_time" "00:00:00"
stop_time_with_arrival_before_previous_departure_time ERROR 8

stop_time_with_arrival_before_previous_departure_time

Backwards time travel between stops in stop_times.txt

For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
5167 5166 "TL-936" "00:01:00" "23:59:00"
3377 3376 "TL-823" "00:01:00" "23:59:00"
3749 3748 "TL-841" "00:01:00" "23:59:00"
1471 1470 "TL-1076" "00:01:00" "23:59:00"
4712 4711 "TL-912" "00:01:00" "23:58:00"
974 973 "TL-1053" "00:01:00" "23:58:00"
148 147 "TL-1006" "00:01:00" "23:59:00"
6119 6118 "TL-983" "00:01:00" "23:58:00"
missing_recommended_field WARNING 1

missing_recommended_field

A recommended field is missing.

The given field has no value in some input row, even though values are recommended.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) The name of the missing field.
"routes.txt" 2 "agency_id"
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"