GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2025-12-12T22:06:46Z,
for the dataset file:///shared/fresnocounty-ca-us.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Fresno County Rural Trasit Agency
Feed Email:
mstites@fresnocog.org
Feed Language:
English
Feed Start Date:
2022-07-15
Feed End Date:
2024-01-01

Files included


  1. agency.txt
  2. areas.txt
  3. calendar.txt
  4. calendar_attributes.txt
  5. calendar_dates.txt
  6. directions.txt
  7. fare_attributes.txt
  8. fare_rider_categories.txt
  9. fare_rules.txt
  10. farezone_attributes.txt
  11. feed_info.txt
  12. frequencies.txt
  13. rider_categories.txt
  14. routes.txt
  15. runcut.txt
  16. shapes.txt
  17. stop_attributes.txt
  18. stop_times.txt
  19. stops.txt
  20. timetable_stop_order.txt
  21. timetables.txt
  22. transfers.txt
  23. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 7
  • Shapes: 15
  • Stops: 109
  • Trips: 42

Specification Compliance report

103 notices reported (31 errors, 30 warnings, 42 infos)

Notice Code Severity Total
foreign_key_violation ERROR 29

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.
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 2
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 3
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 4
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 5
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 6
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 7
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 8
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 9
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 10
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 11
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 12
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 13
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 14
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 15
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 16
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 17
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 18
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 19
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 20
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 21
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 22
"fare_attributes.txt" "agency_id" "agency.txt" "agency_id" "171" 23
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 2
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 3
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 4
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 5
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 6
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 7
"routes.txt" "agency_id" "agency.txt" "agency_id" "171" 8
missing_required_column ERROR 2

missing_required_column

A required column is missing in the input file.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the missing column.
"rider_categories.txt" "is_default_fare_category"
"rider_categories.txt" "rider_category_name"
equal_shape_distance_same_coordinates WARNING 1

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`.
"p_178540" 1666 33.93738223 3 1665 33.93738223 2
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 "c_467_b_123_d_31"
3 "c_467_b_123_d_63"
feed_expiration_date7_days WARNING 1

feed_expiration_date7_days

Dataset should be valid for at least the next 7 days.

The dataset expiration date defined in feed_info.txt is in seven days or less. At any time, the published GTFS dataset should be valid for at least the next 7 days.

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 "20251212" "20240101" "20251219"
stop_without_stop_time WARNING 25

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.
12 "2454684" "Latino Market"
15 "29341" "Champion's Chevrolet"
16 "29342" "Reno's Market (12th & N St.)"
19 "29345" "Chavela's Mexican Restaurant"
20 "29346" "Across from Chavela's Mexican Restaurant"
27 "29353" "Swap Meet"
28 "29354" "Swap Meet"
35 "29361" "Big Mamas"
52 "29378" "Reedley Shopping Center (Workforce Connection)"
59 "29385" "Berry Park"
61 "29387" "Walmart Bench"
63 "29389" "La Costenita market"
64 "29390" "Selma Senior Center"
65 "29391" "Fox Bench"
66 "29392" "P.O. Bench"
67 "29393" "Country Waffles"
68 "29394" "Shop-n-go Bench"
69 "29395" "Shadow Brook Bench"
70 "29396" "United Market"
71 "29397" "Lebar Bench"
72 "29398" "7th St. & Merced St."
75 "29402" "UMC (Inbound)"
88 "29415" "Mt. Whitney Ave. & Hwy 41"
105 "29434" "West Hills College"
108 "29499" "Costenita Bench"
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.
"20251212" "20220715" "20240101"
stop_without_zone_id INFO 8

stop_without_zone_id

Stop without value for stops.zone_id contained in a route with a zone-dependent fare rule.

If fare_rules.txt is provided, and fare_rules.txt uses at least one column among origin_id, destination_id, and contains_id, then all stops and platforms (location_type = 0) must have stops.zone_id assigned if they are defined in a trip defined in a route defined in a fare rule which also defines at least one of origin_id, destination_id, or contains_id.

You can see more about this notice here.

stopId (?) The faulty record's id. stopName (?) The faulty record's `stops.stop_name`. csvRowNumber (?) The row number of the faulty record.
"2454674" "Bus Shelter on Van Ness" 5
"2454675" "Davita Sanger Dialysis Center" 6
"2454679" "Auto Dealership" 7
"2454680" "Family Dollar" 8
"2454681" "Chevron" 9
"2454682" "Walmart" 10
"2454683" "Firebaugh Supermarket" 11
"2454685" "Ramon's Tire Shop" 13
unknown_column INFO 26

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"areas.txt" "wkt" 2
"calendar_dates.txt" "holiday_name" 3
"calendar.txt" "service_name" 2
"feed_info.txt" "feed_license" 5
"feed_info.txt" "feed_id" 10
"rider_categories.txt" "rider_category_description" 2
"routes.txt" "min_headway_minutes" 11
"routes.txt" "eligibility_restricted" 12
"stop_times.txt" "start_service_area_id" 11
"stop_times.txt" "end_service_area_id" 12
"stop_times.txt" "start_service_area_radius" 13
"stop_times.txt" "end_service_area_radius" 14
"stop_times.txt" "pickup_area_id" 17
"stop_times.txt" "drop_off_area_id" 18
"stop_times.txt" "pickup_service_area_radius" 19
"stop_times.txt" "drop_off_service_area_radius" 20
"stops.txt" "position" 13
"stops.txt" "direction" 14
"trips.txt" "trip_type" 11
"trips.txt" "drt_max_travel_time" 12
"trips.txt" "drt_avg_travel_time" 13
"trips.txt" "drt_advance_book_min" 14
"trips.txt" "drt_pickup_message" 15
"trips.txt" "drt_drop_off_message" 16
"trips.txt" "continuous_pickup_message" 17
"trips.txt" "continuous_drop_off_message" 18
unknown_file INFO 8

unknown_file

A file is unknown.

You can see more about this notice here.

filename (?) The name of the unknown file.
"calendar_attributes.txt"
"directions.txt"
"fare_rider_categories.txt"
"farezone_attributes.txt"
"runcut.txt"
"stop_attributes.txt"
"timetable_stop_order.txt"
"timetables.txt"