county-yankee-trails — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-09-11T16:26:45Z,
for the dataset file:///shared/county-yankee-trails_eb96c7a3.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. feed_info.txt
  7. routes.txt
  8. shapes.txt
  9. stop_times.txt
  10. stops.txt
  11. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 1
  • Shapes: 4
  • Stops: 16
  • Trips: 5

Specification Compliance report

96 notices reported (0 errors, 96 warnings, 0 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 9

equal_shape_distance_same_coordinates

Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

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 the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"shape_morning_to_albany" 2828 39149.54552581028 948 2827 39149.54552581028 947
"shape_evening_to_bennington" 5772 16853.374207752975 505 5771 16853.374207752975 504
"shape_evening_to_bennington" 5864 18635.81211632423 597 5863 18635.81211632423 596
"shape_evening_to_bennington" 7143 69948.96052059469 1876 7142 69948.96052059469 1875
"shape_midday_to_albany" 3 0.0 2 2 0.0 1
"shape_midday_to_albany" 1324 53954.69964519352 1323 1323 53954.69964519352 1322
"shape_morning_to_bennington" 3896 15114.128894882213 435 3895 15114.128894882213 434
"shape_morning_to_bennington" 3988 16896.566803453465 527 3987 16896.566803453465 526
"shape_morning_to_bennington" 5267 68209.7152077239 1806 5266 68209.7152077239 1805
missing_recommended_field WARNING 6

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.
"fare_attributes.txt" 2 "agency_id"
"fare_attributes.txt" 3 "agency_id"
"fare_attributes.txt" 4 "agency_id"
"fare_attributes.txt" 5 "agency_id"
"fare_attributes.txt" 6 "agency_id"
"fare_attributes.txt" 7 "agency_id"
missing_timepoint_value WARNING 74

missing_timepoint_value

stop_times.timepoint value is missing for a record.

When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

You can see more about this notice here.

Only the first 50 of 74 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
2 "morning_to_albany" 1
3 "morning_to_albany" 2
4 "morning_to_albany" 3
5 "morning_to_albany" 4
6 "morning_to_albany" 5
7 "morning_to_albany" 6
8 "morning_to_albany" 7
9 "morning_to_albany" 8
10 "morning_to_albany" 9
11 "morning_to_albany" 10
12 "morning_to_albany" 11
13 "morning_to_albany" 12
14 "morning_to_albany" 13
15 "morning_to_bennington" 1
16 "morning_to_bennington" 2
17 "morning_to_bennington" 3
18 "morning_to_bennington" 4
19 "morning_to_bennington" 5
20 "morning_to_bennington" 6
21 "morning_to_bennington" 7
22 "morning_to_bennington" 8
23 "morning_to_bennington" 9
24 "morning_to_bennington" 10
25 "morning_to_bennington" 11
26 "morning_to_bennington" 12
27 "morning_to_bennington" 13
28 "morning_to_bennington" 14
29 "morning_to_bennington" 15
30 "midday_to_albany" 1
31 "midday_to_albany" 2
32 "midday_to_albany" 3
33 "midday_to_albany" 4
34 "midday_to_albany" 5
35 "midday_to_albany" 6
36 "midday_to_albany" 7
37 "midday_to_albany" 8
38 "midday_to_albany" 9
39 "midday_to_albany" 10
40 "midday_to_albany" 11
41 "midday_to_albany" 12
42 "midday_to_albany" 13
43 "midday_to_albany" 14
44 "midday_to_albany" 15
45 "evening_to_bennington" 1
46 "evening_to_bennington" 2
47 "evening_to_bennington" 3
48 "evening_to_bennington" 4
49 "evening_to_bennington" 5
50 "evening_to_bennington" 6
51 "evening_to_bennington" 7
route_short_name_too_long WARNING 1

route_short_name_too_long

Short name of a route is too long (more than 12 characters).

You can see more about this notice here.

routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`.
"bennington_vt" 2 "Bennington VT"
stop_too_far_from_shape WARNING 6

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.
5 "shape_evening_to_bennington" "evening_to_bennington" 59 "old_bennington" "Old Bennington" [42.877520000000004,-73.25412] 3387.0570217077216
5 "shape_evening_to_bennington" "evening_to_bennington" 60 "bennington_vt" "Bennington VT Transit Center" [42.877520000000004,-73.25412] 4963.863483217974
4 "shape_midday_to_albany" "midday_to_albany" 30 "bennington_vt" "Bennington VT Transit Center" [42.877520000000004,-73.25412] 4963.863483217974
4 "shape_midday_to_albany" "midday_to_albany" 31 "old_bennington" "Old Bennington" [42.877520000000004,-73.25412] 3387.0570217077216
3 "shape_morning_to_bennington" "morning_to_bennington" 28 "old_bennington" "Old Bennington" [42.877520000000004,-73.25412] 3387.0570217077216
3 "shape_morning_to_bennington" "morning_to_bennington" 29 "bennington_vt" "Bennington VT Transit Center" [42.877520000000004,-73.25412] 4963.863483217974