harvard — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-05-10T00:28:43Z,
for the dataset file:///shared/harvard_cf147da4.zip. No country code was provided.

Use this report alongside our documentation.

A new version of the Canonical GTFS Schedule validator is available! Please update to get the latest/best validation results.

Summary

Agencies included


Feed Info


Publisher Name:
Passio Technologies
Publisher URL:
https://passiotech.com
Feed Email:
support@passiotech.com
Feed Language:
English
Feed Start Date:
2026-05-08
Feed End Date:
2026-06-08

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. feed_info.txt
  5. routes.txt
  6. shapes.txt
  7. stop_times.txt
  8. stops.txt
  9. trips.txt

Counts


  • Agencies: 1
  • Blocks: 28
  • Routes: 19
  • Shapes: 40
  • Stops: 25
  • Trips: 315

Specification Compliance report

81 notices reported (1 errors, 80 warnings, 0 infos)

Notice Code Severity Total
foreign_key_violation ERROR 1

foreign_key_violation

Wrong foreign key.

A foreign key references the primary key of another file. A foreign key violation means that the foreign key referenced from a given row (the child file) cannot be found in the corresponding file (the parent file). The Foreign keys are defined in the specification under "Type" for each file.

You can see more about this notice here.

childFilename (?) The name of the file from which reference is made. childFieldName (?) The name of the field that makes reference. parentFilename (?) The name of the file that is referred to. parentFieldName (?) The name of the field that is referred to. fieldValue (?) The faulty record's value. csvRowNumber (?) The row of the faulty record.
"trips.txt" "shape_id" "shapes.txt" "shape_id" "48168.104" 234
equal_shape_distance_same_coordinates WARNING 24

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`.
"48686.115" 8175 2059.7 169 8174 2059.7 168
"48686.115" 8239 2842.72 233 8238 2842.72 232
"48686.115" 8240 2842.72 234 8239 2842.72 233
"48686.115" 8338 3758.84 332 8337 3758.84 331
"48688" 1177 3316.07 250 1176 3316.07 249
"48688" 1179 3362.67 252 1178 3362.67 251
"48688" 1298 5543.89 371 1297 5543.89 370
"48688.429" 10243 3261.87 241 10242 3261.87 240
"48688.429" 10245 3308.47 243 10244 3308.47 242
"48688.429" 10364 5489.68 362 10363 5489.68 361
"48166.86" 7751 247.07 12 7750 247.07 11
"48167" 1442 718.06 42 1441 718.06 41
"48167" 1695 4079.33 295 1694 4079.33 294
"48167" 1696 4079.33 296 1695 4079.33 295
"48167" 1697 4079.33 297 1696 4079.33 296
"48167" 1698 4079.33 298 1697 4079.33 297
"48700.114" 9998 1825.66 130 9997 1825.66 129
"48168" 2611 526.21 34 2610 526.21 33
"48675" 3033 1067.95 61 3032 1067.95 60
"48675" 3290 4636.61 318 3289 4636.61 317
"48675" 3292 4639.93 320 3291 4639.93 319
"48675" 3318 5079.41 346 3317 5079.41 345
"48675" 3402 6310.25 430 3401 6310.25 429
"48167.64" 6096 718.52 37 6095 718.52 36
expired_calendar WARNING 2

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 "48686.126106"
4 "48152.124663"
feed_expiration_date30_days WARNING 1

feed_expiration_date30_days

Dataset should cover at least the next 30 days of service.

At any time, the GTFS dataset should cover at least the next 30 days of service, and ideally for as long as the operator is confident that the schedule will continue to be operated.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. currentDate (?) Current date (YYYYMMDD format). feedEndDate (?) Feed end date (YYYYMMDD format). suggestedExpirationDate (?) Suggested expiration date (YYYYMMDD format).
2 "20260510" "20260608" "20260609"
mixed_case_recommended_field WARNING 1

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" "1636'er" 2
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.
21 "48686.115" "670311" 237 "5048" "Widener Gate" [42.372147,-71.115678] 131.56840606838284
stop_too_far_from_shape_using_user_distance WARNING 4

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.
154 "48166.76" "661306" 1687 "5049" "Quad" [42.377976581117544,-71.12007456082789] 610.8425164405711
137 "48165" "671382" 1557 "5051" "Winthrop House" [42.37246598027653,-71.1159132908736] 157.0896947830602
137 "48165" "671382" 1558 "6854" "Leverett House" [42.37325946794716,-71.11840077082752] 379.36643490029746
137 "48165" "671382" 1559 "5046" "Mather House" [42.375421367725764,-71.11850358133182] 785.2942613288233
stops_match_shape_out_of_order WARNING 8

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.
315 "48700" "1081446" 3191 "6854" "Leverett House" [42.36466164205334,-71.12778989072822] 3190 "5045" "Lamont Library" [42.372863641595174,-71.1149845807331]
9 "48686" "670301" 95 "5047" "The Inn" [42.37707069249816,-71.12263597088361] 94 "5046" "Mather House" [42.36879378885196,-71.11531621225382]
14 "48686" "772181" 149 "132600" "Cambridge Common" [42.375277707167136,-71.11946799397867] 148 "5048" "Widener Gate" [42.372848092478165,-71.11697035449944]
15 "48686" "670305" 152 "5047" "The Inn" [42.37707069249816,-71.12263597088361] 151 "5046" "Mather House" [42.36879378885196,-71.11531621225382]
154 "48166.76" "661306" 1687 "5049" "Quad" [42.381846979478695,-71.12536798248179] 1686 "5050" "Mass and Garden" [42.37525273466314,-71.11941417020961]
177 "48166.86" "670201" 1866 "5049" "Quad" [42.38184641240535,-71.12536825337041] 1865 "5044" "Memorial Hall" [42.376445,-71.114428]
38 "48152.59" "661210" 434 "5045" "Lamont Library" [42.365261896750404,-71.12696447187759] 433 "5044" "Memorial Hall" [42.37657364540884,-71.11443817185389]
67 "48152" "1075055" 767 "5045" "Lamont Library" [42.36819204029716,-71.12384889215814] 766 "5044" "Memorial Hall" [42.37644867883394,-71.11442862017249]
trip_distance_exceeds_shape_distance_below_threshold WARNING 39

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.
"661308" "48167.80" 786.2740319610573 786.27 0.5053611962140845
"661338" "48165.73" 795.7143075467407 795.71 0.4509893786935316
"670503" "48168" 6803.10452690269 6803.1 0.0
"670504" "48168" 6803.10452690269 6803.1 0.0
"670505" "48168" 6803.10452690269 6803.1 0.0
"670506" "48168" 6803.10452690269 6803.1 0.0
"670507" "48168" 6803.10452690269 6803.1 0.0
"670508" "48168" 6803.10452690269 6803.1 0.0
"670509" "48168" 6803.10452690269 6803.1 0.0
"670510" "48168" 6803.10452690269 6803.1 0.0
"670511" "48168" 6803.10452690269 6803.1 0.0
"670512" "48168" 6803.10452690269 6803.1 0.0
"670531" "48168" 6803.10452690269 6803.1 0.0
"670532" "48168" 6803.10452690269 6803.1 0.0
"670533" "48168" 6803.10452690269 6803.1 0.0
"670534" "48168" 6803.10452690269 6803.1 0.0
"670535" "48168" 6803.10452690269 6803.1 0.0
"670536" "48168" 6803.10452690269 6803.1 0.0
"670537" "48168" 6803.10452690269 6803.1 0.0
"670539" "48168" 6803.10452690269 6803.1 0.0
"670540" "48168" 6803.10452690269 6803.1 0.0
"670541" "48168" 6803.10452690269 6803.1 0.0
"670542" "48168" 6803.10452690269 6803.1 0.0
"670543" "48168" 6803.10452690269 6803.1 0.0
"670544" "48168" 6803.10452690269 6803.1 0.0
"670545" "48168" 6803.10452690269 6803.1 0.0
"670546" "48168" 6803.10452690269 6803.1 0.0
"670547" "48168" 6803.10452690269 6803.1 0.0
"670548" "48168" 6803.10452690269 6803.1 0.0
"670549" "48168" 6803.10452690269 6803.1 0.0
"670550" "48168" 6803.10452690269 6803.1 0.0
"670551" "48168" 6803.10452690269 6803.1 0.0
"670552" "48168" 6803.10452690269 6803.1 0.0
"670553" "48168" 6803.10452690269 6803.1 0.0
"670554" "48168" 6803.10452690269 6803.1 0.0
"670555" "48168" 6803.10452690269 6803.1 0.0
"670556" "48168" 6803.10452690269 6803.1 0.0
"1075058" "48168" 6803.10452690269 6803.1 0.0
"1081445" "48168" 6803.10452690269 6803.1 0.0