GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-01-23T14:49:21Z,
for the dataset file:///shared/santa-maria.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Trillium Solutions, Inc.
Feed Email:
support+test+smat-ca-us@trilliumtransit.com
Feed Language:
English
Feed Start Date:
2021-10-21
Feed End Date:
2021-10-31

Files included


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

Counts


  • Agencies: 1
  • Blocks: 27
  • Routes: 10
  • Shapes: 48
  • Stops: 249
  • Trips: 710

Specification Compliance report

124 notices reported (28 errors, 8 warnings, 88 infos)

Notice Code Severity Total
invalid_currency_amount ERROR 9

invalid_currency_amount

A currency amount field has a value that does not match the format of its corresponding currency code field.

Typically, this means the amount did not have the expected number of decimal places. Check the formatting of your amount field so it matches the number of decimal places specified by the currency_code value.

You can see more about this notice here.

filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. currencyCode (?) Faulty record's currency code. fieldName (?) Faulty record's field name. fieldValue (?) Faulty currency field amount value.
"fare_products.txt" 2 "USD" "amount" "48"
"fare_products.txt" 3 "USD" "amount" "31"
"fare_products.txt" 4 "USD" "amount" "24"
"fare_products.txt" 5 "USD" "amount" "24"
"fare_products.txt" 6 "USD" "amount" "24"
"fare_products.txt" 7 "USD" "amount" "75"
"fare_products.txt" 8 "USD" "amount" "37.5"
"fare_products.txt" 9 "USD" "amount" "37.5"
"fare_products.txt" 10 "USD" "amount" "37.5"
missing_required_column ERROR 1

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"
missing_required_field ERROR 18

missing_required_field

A required field is missing.

The given field has no value in some input row, even though values are required.

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_leg_rules.txt" 2 "fare_product_id"
"fare_leg_rules.txt" 3 "fare_product_id"
"fare_leg_rules.txt" 4 "fare_product_id"
"fare_leg_rules.txt" 5 "fare_product_id"
"fare_leg_rules.txt" 6 "fare_product_id"
"fare_leg_rules.txt" 7 "fare_product_id"
"fare_leg_rules.txt" 8 "fare_product_id"
"fare_leg_rules.txt" 9 "fare_product_id"
"fare_leg_rules.txt" 10 "fare_product_id"
"fare_leg_rules.txt" 11 "fare_product_id"
"fare_leg_rules.txt" 12 "fare_product_id"
"fare_leg_rules.txt" 13 "fare_product_id"
"fare_transfer_rules.txt" 2 "fare_transfer_type"
"fare_transfer_rules.txt" 3 "fare_transfer_type"
"fare_transfer_rules.txt" 4 "fare_transfer_type"
"fare_transfer_rules.txt" 5 "fare_transfer_type"
"fare_transfer_rules.txt" 6 "fare_transfer_type"
"fare_transfer_rules.txt" 7 "fare_transfer_type"
expired_calendar WARNING 3

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_21687_b_30374_d_96"
3 "c_21687_b_30374_d_31"
4 "c_20181_b_26815_d_31"
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 "20260123" "20211031" "20260130"
stop_without_stop_time WARNING 3

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.
5 "2329726" "Buellton 2nd/Ave of the Flags"
6 "2329727" "Buellton 2nd/Ave of the Flags"
238 "808963" "Orcutt Rd at Clark"
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" "20210809" "20211029"
unknown_column INFO 79

unknown_column

A column name is unknown.

You can see more about this notice here.

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

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"agency.txt" "tts_agency_name" 8
"areas.txt" "wkt" 2
"calendar_dates.txt" "holiday_name" 3
"calendar.txt" "service_name" 2
"fare_leg_rules.txt" "fare_leg_name" 2
"fare_leg_rules.txt" "contains_area_id" 5
"fare_leg_rules.txt" "is_symmetrical" 7
"fare_leg_rules.txt" "from_timeframe_id" 8
"fare_leg_rules.txt" "to_timeframe_id" 9
"fare_leg_rules.txt" "min_distance" 10
"fare_leg_rules.txt" "max_distance" 11
"fare_leg_rules.txt" "distance_type" 12
"fare_leg_rules.txt" "service_id" 13
"fare_leg_rules.txt" "min_amount" 14
"fare_leg_rules.txt" "max_amount" 15
"fare_leg_rules.txt" "fare_container_id" 17
"fare_leg_rules.txt" "rider_category_id" 18
"fare_leg_rules.txt" "eligible_cap_id" 19
"fare_leg_rules.txt" "amount" 20
"fare_leg_rules.txt" "currency" 21
"fare_products.txt" "fare_container_id" 4
"fare_products.txt" "bundle_amount" 5
"fare_products.txt" "duration_start" 6
"fare_products.txt" "duration_amount" 7
"fare_products.txt" "duration_unit" 8
"fare_products.txt" "duration_type" 9
"fare_products.txt" "offset_amount" 10
"fare_products.txt" "offset_unit" 11
"fare_products.txt" "service_id" 12
"fare_products.txt" "timeframe_id" 13
"fare_products.txt" "timeframe_type" 14
"fare_products.txt" "cap_required" 15
"fare_products.txt" "eligible_cap_id" 16
"fare_products.txt" "min_amount" 18
"fare_products.txt" "max_amount" 19
"fare_transfer_rules.txt" "is_symmetrical" 3
"fare_transfer_rules.txt" "spanning_limit" 4
"fare_transfer_rules.txt" "transfer_id" 5
"fare_transfer_rules.txt" "transfer_sequence" 6
"fare_transfer_rules.txt" "duration_type" 8
"fare_transfer_rules.txt" "amount" 10
"fare_transfer_rules.txt" "min_amount" 11
"fare_transfer_rules.txt" "max_amount" 12
"fare_transfer_rules.txt" "currency" 13
"fare_transfer_rules.txt" "fare_container_id" 15
"fare_transfer_rules.txt" "rider_category_id" 16
"fare_transfer_rules.txt" "eligible_cap_id" 17
"feed_info.txt" "feed_license" 5
"feed_info.txt" "feed_id" 10
"location_groups.txt" "location_id" 2
unknown_file INFO 9

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"
"linked_datasets.txt"
"runcut.txt"
"stop_attributes.txt"
"timetable_stop_order.txt"
"timetables.txt"