GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T14:36:55Z,
for the dataset file:///shared/mountain-arizona.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. frequencies.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 20
  • Routes: 10
  • Shapes: 75
  • Stops: 181
  • Trips: 550

Specification Compliance report

234 notices reported (117 errors, 117 warnings, 0 infos)

Notice Code Severity Total
block_trips_with_overlapping_stop_times ERROR 17

block_trips_with_overlapping_stop_times

Trips with the same block id have overlapping stop times.

You can see more about this notice here.

csvRowNumberA (?) The row number from `trips.txt` of the first faulty trip. tripIdA (?) The id of first faulty trip. serviceIdA (?) The service id of the first faulty trip. csvRowNumberB (?) The row number from `trips.txt` of the second faulty trip. tripIdB (?) The id of the other faulty trip. serviceIdB (?) The service id of the other faulty trip. blockId (?) The `trips.block_id` of the overlapping trip. intersection (?) The overlapping period.
289 "0202012" "TriageE" 290 "0202012" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 279 "0202002" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 280 "0202003" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 281 "0202004" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 282 "0202005" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 283 "0202006" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 284 "0202007" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 285 "0202008" "TriageE" "0202" "20240104"
289 "0202012" "TriageE" 286 "0202009" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 279 "0202002" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 280 "0202003" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 281 "0202004" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 282 "0202005" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 283 "0202006" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 284 "0202007" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 285 "0202008" "TriageE" "0202" "20240104"
290 "0202012" "TriageE" 286 "0202009" "TriageE" "0202" "20240104"
decreasing_or_equal_stop_time_distance ERROR 22

decreasing_or_equal_stop_time_distance

Decreasing or equal shape_dist_traveled in stop_times.txt.

When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

You can see more about this notice here.

tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
"0202012" "44" 7729 0.59 2 7700 0.59 2
"0202012" "45" 7730 0.81 3 7701 0.81 3
"0202012" "256" 7731 1.29 4 7702 1.29 4
"0202012" "206" 7732 1.49 5 7703 1.49 5
"0202012" "47" 7733 1.84 7 7704 1.84 7
"0202012" "50" 7707 3.52 11 7736 3.84 10
"0202012" "51" 7708 3.8 12 7737 4.07 11
"0202012" "52" 7709 4.25 14 7738 4.36 12
"0202012" "53" 7710 4.68 15 7739 4.79 14
"0202012" "54" 7711 4.92 16 7740 5.22 15
"0202012" "55" 7712 5.45 17 7741 5.47 16
"0202012" "59" 7716 7.69 21 7745 8.0 20
"0202012" "60" 7717 8.01 22 7746 8.24 21
"0202012" "61" 7718 8.15 24 7747 8.56 22
"0202012" "62" 7719 8.57 25 7748 8.71 24
"0202012" "63" 7720 8.84 26 7749 9.12 25
"0202012" "64" 7721 9.1 27 7750 9.39 26
"0202012" "66" 7723 10.51 30 7752 10.52 29
"0202012" "67" 7724 10.98 31 7753 11.06 30
"0202012" "68" 7725 11.29 33 7754 11.53 31
"0202012" "69" 7726 11.63 35 7755 11.84 33
"0202012" "24" 7727 12.15 36 7756 12.18 35
duplicate_key ERROR 30

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
"stop_times.txt" 7699 7728 "trip_id,stop_sequence" "0202012,1"
"stop_times.txt" 7700 7729 "trip_id,stop_sequence" "0202012,2"
"stop_times.txt" 7701 7730 "trip_id,stop_sequence" "0202012,3"
"stop_times.txt" 7702 7731 "trip_id,stop_sequence" "0202012,4"
"stop_times.txt" 7703 7732 "trip_id,stop_sequence" "0202012,5"
"stop_times.txt" 7704 7733 "trip_id,stop_sequence" "0202012,7"
"stop_times.txt" 7705 7735 "trip_id,stop_sequence" "0202012,9"
"stop_times.txt" 7706 7736 "trip_id,stop_sequence" "0202012,10"
"stop_times.txt" 7707 7737 "trip_id,stop_sequence" "0202012,11"
"stop_times.txt" 7708 7738 "trip_id,stop_sequence" "0202012,12"
"stop_times.txt" 7709 7739 "trip_id,stop_sequence" "0202012,14"
"stop_times.txt" 7710 7740 "trip_id,stop_sequence" "0202012,15"
"stop_times.txt" 7711 7741 "trip_id,stop_sequence" "0202012,16"
"stop_times.txt" 7712 7742 "trip_id,stop_sequence" "0202012,17"
"stop_times.txt" 7713 7743 "trip_id,stop_sequence" "0202012,18"
"stop_times.txt" 7714 7744 "trip_id,stop_sequence" "0202012,19"
"stop_times.txt" 7715 7745 "trip_id,stop_sequence" "0202012,20"
"stop_times.txt" 7716 7746 "trip_id,stop_sequence" "0202012,21"
"stop_times.txt" 7717 7747 "trip_id,stop_sequence" "0202012,22"
"stop_times.txt" 7718 7748 "trip_id,stop_sequence" "0202012,24"
"stop_times.txt" 7719 7749 "trip_id,stop_sequence" "0202012,25"
"stop_times.txt" 7720 7750 "trip_id,stop_sequence" "0202012,26"
"stop_times.txt" 7721 7751 "trip_id,stop_sequence" "0202012,27"
"stop_times.txt" 7722 7752 "trip_id,stop_sequence" "0202012,29"
"stop_times.txt" 7723 7753 "trip_id,stop_sequence" "0202012,30"
"stop_times.txt" 7724 7754 "trip_id,stop_sequence" "0202012,31"
"stop_times.txt" 7725 7755 "trip_id,stop_sequence" "0202012,33"
"stop_times.txt" 7726 7756 "trip_id,stop_sequence" "0202012,35"
"stop_times.txt" 7727 7757 "trip_id,stop_sequence" "0202012,36"
"trips.txt" 289 290 "trip_id" "0202012"
equal_shape_distance_diff_coordinates ERROR 4

equal_shape_distance_diff_coordinates

Two consecutive points have equal shape_dist_traveled and different lat/lon coordinates in shapes.txt and the distance between the two points is greater than the 1.11m.

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and different coordinates indicate an error.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) The faulty record's `shape_dist_traveled` value. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) The previous shape point's `shape_dist_traveled` value. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`. actualDistanceBetweenShapePoints (?) Actual distance traveled along the shape from the first shape point to the previous shape point.
"7-2" 11170 3.7 114 11169 3.7 113 14.516437980742154
"7-2" 11209 4.54 153 11208 4.54 152 9.30702102672246
"7-5" 11422 5.15 103 11421 5.15 102 11.937954871151529
"97-3" 12677 13.47 161 12676 13.47 160 7.402194950651886
stop_time_with_arrival_before_previous_departure_time ERROR 10

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.
7703 7728 "0202012" "06:52:00" "15:45:00"
7706 7734 "0202012" "06:56:00" "15:54:00"
7708 7736 "0202012" "06:58:00" "15:56:00"
7711 7738 "0202012" "07:02:00" "15:58:00"
7713 7741 "0202012" "07:07:00" "16:02:00"
7715 7743 "0202012" "07:18:00" "16:14:00"
7719 7745 "0202012" "07:22:00" "16:18:00"
7721 7749 "0202012" "07:24:00" "16:22:00"
7724 7751 "0202012" "07:30:00" "16:24:00"
7727 7754 "0202012" "07:36:00" "16:30:00"
trip_distance_exceeds_shape_distance ERROR 34

trip_distance_exceeds_shape_distance

The distance between the last shape point and last stop point is greater than or equal to the 11.1m threshold.

You can see more about this notice here.

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"00301102" "3-1" 16.0 15.99 19.221161198737782
"00301103" "3-1" 16.0 15.99 19.221161198737782
"00301104" "3-1" 16.0 15.99 19.221161198737782
"00301105" "3-1" 16.0 15.99 19.221161198737782
"00301106" "3-1" 16.0 15.99 19.221161198737782
"00301107" "3-1" 16.0 15.99 19.221161198737782
"00301108" "3-1" 16.0 15.99 19.221161198737782
"00301109" "3-1" 16.0 15.99 19.221161198737782
"00301110" "3-1" 16.0 15.99 19.221161198737782
"00301111" "3-1" 16.0 15.99 19.221161198737782
"00301112" "3-1" 16.0 15.99 19.221161198737782
"00301113" "3-1" 16.0 15.99 19.221161198737782
"00301114" "3-1" 16.0 15.99 19.221161198737782
"00301404" "3-1" 16.0 15.99 19.221161198737782
"00301405" "3-1" 16.0 15.99 19.221161198737782
"00301406" "3-1" 16.0 15.99 19.221161198737782
"00301407" "3-1" 16.0 15.99 19.221161198737782
"00301408" "3-1" 16.0 15.99 19.221161198737782
"00301409" "3-1" 16.0 15.99 19.221161198737782
"00301410" "3-1" 16.0 15.99 19.221161198737782
"00302403" "3-1" 16.0 15.99 19.221161198737782
"00302404" "3-1" 16.0 15.99 19.221161198737782
"00302405" "3-1" 16.0 15.99 19.221161198737782
"00302406" "3-1" 16.0 15.99 19.221161198737782
"00302407" "3-1" 16.0 15.99 19.221161198737782
"00302408" "3-1" 16.0 15.99 19.221161198737782
"00302409" "3-1" 16.0 15.99 19.221161198737782
"00302411" "3-1" 16.0 15.99 19.221161198737782
"00302412" "3-1" 16.0 15.99 19.221161198737782
"00302413" "3-1" 16.0 15.99 19.221161198737782
"00302414" "3-1" 16.0 15.99 19.221161198737782
"00302415" "3-1" 16.0 15.99 19.221161198737782
"00302416" "3-1" 16.0 15.99 19.221161198737782
"0202012" "2-8" 12.7 12.15 18.368577474478876
expired_calendar WARNING 19

expired_calendar

Dataset should not contain date ranges for services that have already expired.

This warning takes into account the calendar_dates.txt file as well as the calendar.txt file.

You can see more about this notice here.

csvRowNumber (?) The row of the faulty record. serviceId (?) The service id of the faulty record.
2 "002WD-FALL-FEB2019"
3 "002WD-TriageD"
4 "003WD-FALL-FEB2019"
5 "003WD-SUMBRK-FEB2019"
6 "005X-REG-AUG2016"
7 "066WD-REG-AUG2016"
8 "099WE-JANFEB-DEC2021"
9 "AllroutesWE-Reg-Feb19"
10 "CountyFairFriday"
11 "CountyFairMonday"
12 "CountyFairWKND"
13 "MTEXWE-REG-Dec2018"
14 "NAU_Semester"
15 "NYE"
17 "RT10-MTh-5bus"
18 "RT10-WKD-BRKS-2BUS"
19 "RTE2-WKD-NODEV"
20 "TriageE"
21 "WKDY-REG"
fast_travel_between_far_stops WARNING 1

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.
289 "0202012" "2" 612.8452483535826 10.214087472559712 7728 1 "24" "Downtown Connection Center" "15:45:00" 7715 20 "58" "Kaspar (NAIPTA) WB" "07:18:00"
missing_recommended_field WARNING 10

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"
"routes.txt" 7 "agency_id"
"routes.txt" 8 "agency_id"
"routes.txt" 9 "agency_id"
"routes.txt" 10 "agency_id"
"routes.txt" 11 "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"
stop_too_far_from_shape WARNING 1

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

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. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
289 "2-8" "0202012" 7734 "238" "Gemini / Pine Cliff (BASIS)" [35.210747000000005,-111.63437600000002] 276.3474411675447
stop_too_far_from_shape_using_user_distance WARNING 26

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

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. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
198 "14-2" "01401020" 8024 "225" "Walapai / South Yaqui" [35.161833666997545,-111.65983866776865] 196.67294584262274
88 "4-2" "00401120" 2055 "109" "Walapai / Yaqui (North)" [35.162006999999996,-111.660036] 166.30899642823672
88 "4-2" "00401120" 2056 "110" "Zuni / Kofa" [35.165292,-111.65451100000001] 124.40571231773956
290 "2-6" "0202012" 7705 "48" "Cedar / Gemini NB" [35.208481,-111.631908] 651.1785117307562
290 "2-6" "0202012" 7706 "49" "Cedar / West EB" [35.21732133353688,-111.6298183336732] 846.8326322141277
290 "2-6" "0202012" 7707 "50" "Cedar / Aris" [35.217928,-111.62052600000001] 382.36050154109387
290 "2-6" "0202012" 7708 "51" "Lockett / King EB" [35.217945,-111.61631700000001] 448.6642144680247
290 "2-6" "0202012" 7709 "52" "Lockett / Alta Vista EB" [35.218465,-111.61144400000002] 700.6663904082151
290 "2-6" "0202012" 7710 "53" "Lockett / Fanning EB" [35.218362,-111.603732] 693.8629566655284
290 "2-6" "0202012" 7711 "54" "Kaspar (NAIPTA) EB" [35.218362000000006,-111.59613700000001] 286.9136907129985
290 "2-6" "0202012" 7712 "55" "Lynch (FUTS Trail)" [35.217903,-111.59302900000002] 787.9513780637625
290 "2-6" "0202012" 7713 "35" "Flagstaff Mall Connection Ctr" [35.22372123336643,-111.5853068515419] 656.1590279222521
290 "2-6" "0202012" 7714 "57" "Cummings / Lynch" [35.22244307142985,-111.57816621411293] 601.0196257502429
290 "2-6" "0202012" 7715 "58" "Kaspar (NAIPTA) WB" [35.2232980015863,-111.58603944766202] 820.3822306621145
290 "2-6" "0202012" 7716 "59" "Lockett / Fanning WB" [35.218311,-111.59269500000002] 262.4712717362154
290 "2-6" "0202012" 7717 "60" "Lockett / Manor" [35.21844,-111.59558] 508.84327529222134
290 "2-6" "0202012" 7718 "61" "Lockett / Alta Vista WB" [35.218496,-111.60118100000001] 288.3388950143986
290 "2-6" "0202012" 7719 "62" "Lockett / King WB" [35.218473,-111.60377900000002] 665.5132228290834
290 "2-6" "0202012" 7720 "63" "Cedar / Fourth" [35.218448,-111.61110500000001] 432.97284402234436
290 "2-6" "0202012" 7721 "64" "Cedar / West WB" [35.218056,-111.615847] 418.1586533718925
290 "2-6" "0202012" 7722 "65" "Cedar / Gemini SB" [35.218732621063445,-111.62596057344942] 771.7708636709953
290 "2-6" "0202012" 7723 "66" "Forest / Turquoise WB" [35.21334600000001,-111.631318] 758.7071521113949
290 "2-6" "0202012" 7724 "67" "Beaver (Flagstaff Med Ctr) SB" [35.21090800000001,-111.639118] 609.9663451879059
290 "2-6" "0202012" 7725 "68" "Beaver / Hunt" [35.20873,-111.64528] 498.76532983420765
290 "2-6" "0202012" 7726 "69" "Beaver / Birch" [35.204533,-111.64721700000001] 555.5247274602349
290 "2-6" "0202012" 7727 "24" "Downtown Connection Center" [35.19987199999999,-111.649418] 393.68849433827546
stop_without_stop_time WARNING 11

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.
18 "20" "San Francisco / Benton"
19 "22" "Cherry / Leroux"
102 "113" "Lone Tree / Wood"
121 "147" "Aspen (City Hall) WB"
169 "233" "Sawmill (Grove)"
174 "250" "Highway 180 / Snowbowl Rd."
178 "520" "University Dr/S. Knoles Dr."
179 "521" "University Dr./S. Knoles Dr."
180 "9000" "Fairgrounds"
181 "9991" "NAU"
182 "9998" "No stop"
stops_match_shape_out_of_order WARNING 1

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.
289 "2-8" "0202012" 7707 "50" "Cedar / Aris" [35.218360000000004,-111.61147] 7736 "49" "Cedar / West EB" [35.218361335698674,-111.6109336666843]
trip_coverage_not_active_for_next7_days WARNING 1

trip_coverage_not_active_for_next7_days

Trips data should be valid for at least the next seven days.

This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days.

You can see more about this notice here.

currentDate (?) Current date (YYYYMMDD format). serviceWindowStartDate (?) The start date of the majority service window. serviceWindowEndDate (?) The end date of the majority service window.
"20260123" "20240104" "20240308"
trip_distance_exceeds_shape_distance_below_threshold WARNING 3

trip_distance_exceeds_shape_distance_below_threshold

The distance between the last shape point and last stop point is greater than 0 but less than the 11.1m threshold.

You can see more about this notice here.

tripId (?) The faulty record's trip id. shapeId (?) The faulty record's shape id. maxTripDistanceTraveled (?) The faulty record's trip max distance traveled. maxShapeDistanceTraveled (?) The faulty record's shape max distance traveled. geoDistanceToShape (?) The distance in meters between the shape and the stop.
"00301101" "3-3" 8.27 8.26 4.636296787173097
"00301401" "3-3" 8.27 8.26 4.636296787173097
"00302401" "3-3" 8.27 8.26 4.636296787173097
unused_shape WARNING 43

unused_shape

Shape is not used in GTFS file trips.txt.

All records defined by GTFS shapes.txt should be used in trips.txt.

You can see more about this notice here.

shapeId (?) The faulty record's id. csvRowNumber (?) The row number of the faulty record.
"10-1" 2
"10-2" 164
"10-4" 408
"10-5" 671
"10-6" 838
"10-7" 952
"10-8" 1067
"14-3" 1548
"14-4" 1668
"14-5" 1769
"14-6" 1895
"2-21" 2172
"2-22" 2383
"2-23" 2455
"2-24" 2553
"2-25" 2641
"2-26" 2879
"2-27" 3088
"2-3" 3389
"2-4" 3810
"3-10" 5373
"3-11" 5651
"3-12" 5911
"3-7" 7319
"3-8" 7677
"3-9" 7838
"4-3" 8393
"4-4" 8507
"4-5" 8594
"4-6" 8722
"4-7" 8811
"5-10" 9014
"5-11" 9228
"5-12" 9375
"5-6" 9850
"5-7" 10053
"5-8" 10166
"5-9" 10322
"7-4" 11248
"7-5" 11320
"7-6" 11497
"7-7" 11614
"97-1" 11978