culvercitybus — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-04-09T16:06:45Z,
for the dataset file:///shared/culvercitybus_4c9b6f08.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
Culver CityBus
Feed Email:
transportation.data@culvercity.org
Feed Language:
English
Feed Start Date:
2026-01-12
Feed End Date:
2026-07-12

Files included


  1. agency.txt
  2. calendar.txt
  3. calendar_dates.txt
  4. fare_attributes.txt
  5. fare_leg_rules.txt
  6. fare_media.txt
  7. fare_products.txt
  8. fare_rules.txt
  9. fare_transfer_rules.txt
  10. feed_info.txt
  11. rider_categories.txt
  12. routes.txt
  13. shapes.txt
  14. stop_times.txt
  15. stops.txt
  16. trips.txt

Counts


  • Agencies: 1
  • Blocks: 48
  • Routes: 12
  • Shapes: 36
  • Stops: 417
  • Trips: 10311

Specification Compliance report

16 notices reported (0 errors, 13 warnings, 3 infos)

Notice Code Severity Total
equal_shape_distance_same_coordinates WARNING 2

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`.
"shp-4-02" 13156 5467.01 338 13155 5467.01 337
"shp-4-03" 13992 5467.01 338 13991 5467.01 337
expired_calendar WARNING 6

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 "1"
3 "2"
4 "3"
15 "14"
18 "17"
19 "18"
missing_recommended_field WARNING 1

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"
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.
203 "457" "Stop 1"
204 "458" "Stop 2"
205 "459" "Stop 3"
unused_shape WARNING 1

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.
"shp-9999-01" 26238
unknown_column INFO 3

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.
"fare_media.txt" "rider_category_id" 4
"rider_categories.txt" "min_age" 3
"rider_categories.txt" "max_age" 4