{
  "agency": {
    "id": "north-county-transit-district-nctd",
    "name": "North County Transit District (NCTD)"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/north-county-transit-district-nctd/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 1729,
        "examples": [
          "'stop_lat': '  32.868293' -> '32.868293'",
          "'stop_lat': '  32.876949' -> '32.876949'",
          "'stop_lat': '  32.867232' -> '32.867232'"
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_stop_name_case",
        "count": 1,
        "examples": [
          "WEST RING RD & WEST RING RD -> West Ring Rd & West Ring Rd"
        ],
        "label": "Recased shouting stop names"
      },
      {
        "code": "autofix_route_name_case",
        "count": 3,
        "examples": [
          "COASTER -> Coaster",
          "SPRINTER -> Sprinter",
          "COASTER -> Coaster"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 1733
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 14.6,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 91
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 97.3,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1729,
        "trips": 5230,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1729,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1729 of 1729 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 142,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.4,
          "severity": "WARNING",
          "what": "142 of 5230 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 67.1,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 13,
        "instances_by_severity": {
          "ERROR": 379,
          "INFO": 33,
          "WARNING": 3666
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 230,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 99,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "foreign_key_violation",
          "count": 50,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 3210,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 199,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 164,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 57,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files are missing recommended (not required) fields.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 20,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 13,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already expired.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 2,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 29,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unused_station",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unused station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 4078 instances (379 error, 3666 warning, 33 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 16,
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": "Version_20260222",
        "has_feed_info": true,
        "last_service_date": "2026-07-25",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 64.0,
          "severity": "WARNING",
          "what": "Service data runs out in 16 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        },
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 11.7,
      "status": "measured",
      "summary": "Service data runs out in 16 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "This agency publishes realtime, but the feed needs an access key we don't have yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "3 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 23 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 3 validator errors to resolve. Service data runs out in 23 days; renew to qualify. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "63831cce9d0ec4f60b45f12659413b67fe0e418c9b8f75744e553d247aa6276b",
    "size_bytes": 1870832,
    "static_url": "http://www.gonctd.com/google_transit.zip"
  },
  "generated_at": "2026-07-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -117.51421,
      32.7169,
      -116.86978,
      33.39416
    ],
    "lat": 33.15718,
    "lon": -117.2523,
    "stop_count": 1729
  },
  "ntd_id_alignment": {
    "detail": "Setting your GTFS agency_id to your five-digit NTD ID is an optional way to line a feed up with its National Transit Database record. FTA links the two on your P-50 form, so it is not a required feed change. We don't have your NTD ID on file, so this is not checked yet.",
    "feed_agency_ids": [
      "NCTD"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "3 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data runs out in 23 days; renew before you certify.",
        "key": "current",
        "status": "at_risk"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. 3 validator errors to resolve. Service data runs out in 23 days; renew before you certify."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 23.9,
    "margin_to_next_band": 36.1,
    "score": 23.9
  },
  "recommendations": [
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 39,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "39 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (101, 302, 303, 304, 305, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 1613,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "1613 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Nobel Dr & Lebon Dr\", \"Gilman Dr & Myers Dr\", \"Nobel Dr & Regents Rd\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1717,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5230
  },
  "route_map": {
    "drawn_route_count": 41,
    "has_shapes": true,
    "path": "data/artifacts/north-county-transit-district-nctd/geometry.geojson",
    "route_count": 46,
    "routes": [
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "301",
        "label": "101",
        "long": "Oceanside - UTC/VA/UCSD",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "Oceanside - Vista via Vista Way",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "Oceanside - Vista via Mission Av",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "304",
        "label": "304",
        "long": "Encinitas - Palomar College",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "305",
        "label": "305",
        "long": "Vista - Escondido",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "306",
        "label": "306",
        "long": "Vista - Fallbrook",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "308",
        "label": "308",
        "long": "Escondido - Solana Beach",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "309",
        "label": "309",
        "long": "Town Center North - Encinitas via ECR",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "311",
        "label": "311",
        "long": "East Oceanside",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "313",
        "label": "313",
        "long": "Oceanside TC - Town Center North",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "315",
        "label": "315",
        "long": "College Bl Sprinter Sta - 22 Area via Vandegrift",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "318",
        "label": "318",
        "long": "Oceanside TC - Vista TC via Oceanside Blvd",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": false,
        "id": "323",
        "label": "323",
        "long": "College Sprinter - Quarry Creek",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "325",
        "label": "325",
        "long": "Carlsbad Village - College Sprinter",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "332",
        "label": "332",
        "long": "Vista TC - Buena Creek Station",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "347",
        "label": "347",
        "long": "CSUSM to PCTC",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "350",
        "label": "350",
        "long": "BREEZE Rapid:  ETC - Del Lago TC",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "351",
        "label": "351",
        "long": "Escondido Circulator (CCW)",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "352",
        "label": "352",
        "long": "Midway & Washington (Clock)",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "353",
        "label": "353",
        "long": "Escondido to Nordahl Market Pl via Citracado",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "354",
        "label": "354",
        "long": "Escondido TC - Orange Glen High School",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "355",
        "label": "355",
        "long": "N. Broadway to El Norte Parkway",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "356",
        "label": "356",
        "long": "Morningview & Escondido Blvd (Clock)",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "357",
        "label": "357",
        "long": "Valley Parkway to El Norte Parkway",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "358",
        "label": "358",
        "long": "Escondido Country Club (Clock)",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "359",
        "label": "359",
        "long": "Escondido Country Club (Counter)",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "371",
        "label": "371",
        "long": "Escondido - Ramona",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "388",
        "label": "388",
        "long": "Escondido - Pala",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "392",
        "label": "392",
        "long": "Oceanside TC - 14 Area",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "395",
        "label": "395",
        "long": "Oceanside TC - Camp San Onofre",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00459D",
        "color_name": "teal",
        "has_shape": true,
        "id": "398",
        "label": "COASTER",
        "long": "COASTER",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00AB9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "399",
        "label": "SPRINTER",
        "long": "SPRINTER",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "445",
        "label": "445",
        "long": "Poinsettia - Palomar College via PAR",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "471",
        "label": "471",
        "long": "Sorrento Valley East Coaster Connection",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "472",
        "label": "472",
        "long": "Sorrento Mesa Coaster Connection",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "473",
        "label": "473",
        "long": "Carroll Canyon Coaster Connection",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "478",
        "label": "478",
        "long": "Torrey Pines Coaster Connection",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8080FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "479",
        "label": "479",
        "long": "University City and UCSD Coaster Connection",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00459D",
        "color_name": "teal",
        "has_shape": false,
        "id": "498",
        "label": "498",
        "long": "COASTER",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "604",
        "label": "604",
        "long": "Encinitas - San Marcos",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "608",
        "label": "608",
        "long": "Escondido TC - Del Lago Academy",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "609",
        "label": "609",
        "long": "Encinitas Station - Sage Creek HS",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "623",
        "label": "623",
        "long": "College Sprinter - Sage Creek HS",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "632",
        "label": "632",
        "long": "Vista TC - Rancho Buena Vista HS",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "651",
        "label": "651",
        "long": "Escondido Circulator - Orange Glen HS",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008C9B",
        "color_name": "teal",
        "has_shape": true,
        "id": "652",
        "label": "652",
        "long": "Midway & Washington - Orange Glen HS",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1729,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 64.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 16 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 230,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 99,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
