path — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-08-28T14:30:11Z,
for the dataset file:///shared/path_ae686f33.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. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 139
  • Routes: 5
  • Shapes: 5
  • Stops: 41
  • Trips: 2498

Specification Compliance report

60 notices reported (20 errors, 40 warnings, 0 infos)

Notice Code Severity Total
start_and_end_range_out_of_order ERROR 4

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" 1178 "arrival_time" "23:59:42" "departure_time" "00:00:00"
"stop_times.txt" 9381 "arrival_time" "23:59:42" "departure_time" "00:00:00"
"stop_times.txt" 12649 "arrival_time" "23:59:42" "departure_time" "00:00:00"
"stop_times.txt" 15833 "arrival_time" "23:59:42" "departure_time" "00:00:00"
stop_time_with_arrival_before_previous_departure_time ERROR 16

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.
15613 15612 "1581808-26B-AllLines-Monday-25" "00:07:42" "23:57:00"
15699 15698 "1581822-26B-AllLines-Monday-25" "00:03:42" "23:55:00"
9202 9201 "1547734-26B-AllLines-Saturday-02" "00:03:42" "23:55:00"
12668 12667 "1561709-26B-AllLines-Sunday-02" "00:03:42" "23:55:00"
1173 1172 "1545772-26B-AllLines-Weekday-02" "00:01:42" "23:58:30"
3888 3887 "1546202-26B-AllLines-Weekday-02" "00:04:42" "23:56:00"
9521 9520 "1548047-26B-AllLines-Sunday-02" "00:07:42" "23:57:00"
15667 15666 "1581817-26B-AllLines-Monday-25" "00:01:42" "23:59:00"
5962 5961 "1547122-26B-AllLines-Saturday-02" "00:07:42" "23:57:00"
15720 15719 "1581824-26B-AllLines-Monday-25" "00:01:42" "23:58:30"
5883 5882 "1546564-26B-AllLines-Weekday-02" "00:01:42" "23:59:00"
12698 12697 "1561712-26B-AllLines-Sunday-02" "00:01:42" "23:58:30"
9331 9330 "1547750-26B-AllLines-Saturday-02" "00:01:42" "23:58:30"
4711 4710 "1546339-26B-AllLines-Weekday-02" "00:07:42" "23:57:00"
9395 9394 "1548026-26B-AllLines-Sunday-02" "00:01:42" "23:59:00"
6405 6404 "1547196-26B-AllLines-Saturday-02" "00:01:42" "23:58:00"
fast_travel_between_consecutive_stops WARNING 4

fast_travel_between_consecutive_stops

A transit vehicle moves too fast between two consecutive stops.

The speed threshold depends on route type:

Route type Description Threshold, km/h
0 Light rail 100
1 Subway 150
2 Rail 500
3 Bus 150
4 Ferry 80
5 Cable tram 30
6 Aerial lift 50
7 Funicular 50
11 Trolleybus 150
12 Monorail 150
- Unknown 200

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
713 "1546339-26B-AllLines-Weekday-02" "RED" 471.49928119180703 7.858321353196783 4710 2 "781720" "Harrison" "23:57:00" 4711 7 "781722" "Journal Square" "00:07:42"
2434 "1581808-26B-AllLines-Monday-25" "RED" 471.49928119180703 7.858321353196783 15612 2 "781720" "Harrison" "23:57:00" 15613 7 "781722" "Journal Square" "00:07:42"
1496 "1548047-26B-AllLines-Sunday-02" "RED" 471.49928119180703 7.858321353196783 15612 2 "781720" "Harrison" "23:57:00" 15613 7 "781722" "Journal Square" "00:07:42"
955 "1547122-26B-AllLines-Saturday-02" "RED" 471.49928119180703 7.858321353196783 15612 2 "781720" "Harrison" "23:57:00" 15613 7 "781722" "Journal Square" "00:07:42"
fast_travel_between_far_stops WARNING 8

fast_travel_between_far_stops

A transit vehicle moves too fast between two far stops.

Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
1029 "1547196-26B-AllLines-Saturday-02" "RED" 763.6579318176275 12.727632196960458 6404 1 "781750" "World Trade Center" "23:58:00" 6408 8 "781721" "Harrison" "00:20:12"
2443 "1581817-26B-AllLines-Monday-25" "RED" 658.3900221009154 10.973167035015257 15666 2 "781731" "Exchange Place" "23:59:00" 15669 8 "781721" "Harrison" "00:17:12"
938 "1546564-26B-AllLines-Weekday-02" "RED" 658.3900221009154 10.973167035015257 5882 2 "781731" "Exchange Place" "23:59:00" 5885 8 "781721" "Harrison" "00:17:12"
1475 "1548026-26B-AllLines-Sunday-02" "RED" 658.3900221009154 10.973167035015257 9394 2 "781731" "Exchange Place" "23:59:00" 9397 8 "781721" "Harrison" "00:17:12"
713 "1546339-26B-AllLines-Weekday-02" "RED" 604.6415113135029 10.077358521891714 4710 2 "781720" "Harrison" "23:57:00" 4712 8 "781726" "Grove Street" "00:12:12"
2434 "1581808-26B-AllLines-Monday-25" "RED" 604.6415113135029 10.077358521891714 15612 2 "781720" "Harrison" "23:57:00" 15614 8 "781726" "Grove Street" "00:17:12"
1496 "1548047-26B-AllLines-Sunday-02" "RED" 604.6415113135029 10.077358521891714 9520 2 "781720" "Harrison" "23:57:00" 9522 8 "781726" "Grove Street" "00:17:12"
955 "1547122-26B-AllLines-Saturday-02" "RED" 604.6415113135029 10.077358521891714 5961 2 "781720" "Harrison" "23:57:00" 5963 8 "781726" "Grove Street" "00:17:12"
missing_recommended_field WARNING 5

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"
"routes.txt" 3 "agency_id"
"routes.txt" 4 "agency_id"
"routes.txt" 5 "agency_id"
"routes.txt" 6 "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"
mixed_case_recommended_field WARNING 3

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"routes.txt" "route_long_name" "JSQ_HOB_33" 2
"routes.txt" "route_long_name" "HOB_WTC" 4
"routes.txt" "route_long_name" "NWK_WTC" 5
stop_without_stop_time WARNING 13

stop_without_stop_time

A stop in stops.txt is not referenced by any stop_times.stop_id.

Such stops are not used by any trip and normally do not provide user value. This notice may indicate a typo in stop_times.txt.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
30 "place_09S" "9th Street"
31 "place_14S" "14th Street"
32 "place_23S" "23rd Street"
33 "place_33S" "33rd Street"
34 "place_CHR" "Christopher Street"
35 "place_EXP" "Exchange Place"
36 "place_GRV" "Grove Street"
37 "place_HAR" "Harrison"
38 "place_HOB" "Hoboken"
39 "place_JSQ" "Journal Square"
40 "place_NEW" "Newport"
41 "place_NWK" "Newark"
42 "place_WTC" "World Trade Center"
stops_match_shape_out_of_order WARNING 6

stops_match_shape_out_of_order

Two stop entries are different than their arrival-departure order defined by shapes.txt.

This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
803 "NWK_WTC" "1546429-26B-AllLines-Weekday-02" 5072 "781731" "Exchange Place" [40.716798,-74.032451] 5071 "781750" "World Trade Center" [40.712244212016245,-74.0125167303381]
12 "JSQ_33" "1545638-26B-AllLines-Weekday-02" 93 "781739" "23rd Street" [40.74285999999999,-73.992792] 92 "781740" "33rd Street" [40.74859099999999,-73.988633]
149 "HOB_33" "1545775-26B-AllLines-Weekday-02" 1194 "781739" "23rd Street" [40.74285999999999,-73.992792] 1193 "781740" "33rd Street" [40.74859099999999,-73.988633]
150 "HOB_33" "1545776-26B-AllLines-Weekday-02" 1200 "781739" "23rd Street" [40.74285999999999,-73.992792] 1199 "781742" "33rd Street" [40.74859099999999,-73.988633]
2 "JSQ_HOB_33" "1545628-26B-AllLines-Weekday-02" 3 "781739" "23rd Street" [40.74285999999999,-73.992792] 2 "781740" "33rd Street" [40.74859099999999,-73.988633]
714 "HOB_WTC" "1546340-26B-AllLines-Weekday-02" 4716 "781731" "Exchange Place" [40.716798,-74.032451] 4715 "781747" "World Trade Center" [40.712244212016245,-74.0125167303381]