{
  "agency": {
    "id": "victor-valley-transit-authority-vvta-99",
    "name": "Victor Valley Transit Authority (VVTA)"
  },
  "autofix": {
    "available": false
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 5.8,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 15.4
        },
        "accessibility_measures": "presence_not_usability",
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 2.3
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1065,
        "trips": 1921,
        "wheelchair_accessible_pct": 15.4,
        "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": 1065,
          "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": "1065 of 1065 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_wheelchair_accessible_unknown",
          "count": 1626,
          "effort": "Often one default setting in your export.",
          "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
          "owner": "Likely your export tool",
          "points": 12.7,
          "severity": "WARNING",
          "what": "1626 of 1921 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 39.8,
      "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 not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1,
          "WARNING": 47
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 34,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.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": "fast_travel_between_consecutive_stops",
          "count": 7,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips travel implausibly fast between stops.",
          "why": "Usually a typo'd stop time; riders get impossible arrival estimates."
        },
        {
          "code": "expired_calendar",
          "count": 3,
          "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": 4.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": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "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": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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.5,
          "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."
        }
      ],
      "name": "correctness",
      "score": 71.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 48 instances (0 error, 47 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -467,
        "feed_end_date": "2025-03-29",
        "feed_start_date": "2024-10-06",
        "feed_version": "2024.09",
        "has_feed_info": true,
        "last_service_date": "2025-03-29",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 467 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 467 day(s) ago. Trip planners have likely already dropped this feed.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data expired 458 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 15% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. Service data expired 458 days ago. States wheelchair access on 0% of stops and 15% 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": "3f568bd33b3ddb28f7163848ab90992b58d9dd0f9be5caa1bc31b0eaa2f0d5fa",
    "size_bytes": 852256,
    "static_url": "http://data.trilliumtransit.com/gtfs/victorville-ca-us/victorville-ca-us.zip"
  },
  "generated_at": "2026-06-30T00:00:00+00:00",
  "geo": {
    "bbox": [
      -117.64701,
      34.07241,
      -116.66344,
      35.27382
    ],
    "lat": 34.51409,
    "lon": -117.29266,
    "stop_count": 1065
  },
  "ntd_id_alignment": {
    "detail": "If you report to the National Transit Database, your GTFS agency_id should be your five-digit NTD ID by report year 2026 (2025 for full reporters). We don't have your NTD ID on file, so this one is not checked yet.",
    "feed_agency_ids": [],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data expired 458 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_ready"
      }
    ],
    "status": "not_ready",
    "summary": "Resolve this before you certify on the D-10. Service data expired 458 days ago, so FTA would find the link out of date."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 43.7,
    "margin_to_next_band": 16.3,
    "score": 43.7
  },
  "recommendations": [
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 1028,
      "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": "1028 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"E Mountain View St & EB Belinda Ave\", \"N 2nd Ave NB & Cozy Ave\", \"Hutchinson St WB & N 1st Ave\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1065,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1921
  },
  "route_map": {
    "drawn_route_count": 33,
    "has_shapes": true,
    "path": "data/artifacts/victor-valley-transit-authority-vvta-99/geometry.geojson",
    "route_count": 33,
    "routes": [
      {
        "color": "2AD2C9",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Barstow City Hall - Armory + Chateau",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F4DA40",
        "color_name": "yellow",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Fort Irwin - Barstow",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F8A3BC",
        "color_name": "white",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "Fort Irwin - Hesperia",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B5E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "115",
        "label": "115",
        "long": "Fort Irwin - Helendale",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "44D62C",
        "color_name": "green",
        "has_shape": true,
        "id": "118",
        "label": "118",
        "long": "Fort Irwin - Hesperia via Barstow",
        "short": "118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F93822",
        "color_name": "red",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Barstow - Victorville - San Benrardino",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97D700",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Barstow City Hall - Barstow College",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2CD5C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Hesperia Super Target - Pinon Hills",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FB637E",
        "color_name": "pink",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Hesperia Super Target - Wrightwood",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "44D62C",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Victorville - Helendale",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2AD2C9",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Apple Valley - Lucerne Valley",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF3EB5",
        "color_name": "pink",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "Barstow - Hinkley",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BFB800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Barstow - Helendale",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CAA2DD",
        "color_name": "white",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Barstow - Newberry Springs",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9D47",
        "color_name": "orange",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Barstow City Hall - Lenwood",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F3D03E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Victorville - Highway 395 + Crossroads",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B84D7",
        "color_name": "purple",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Victorville - North Adelanto",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97D700",
        "color_name": "yellow",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Hwy 395 + Crossroads - Bartlett + Greening",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9D47",
        "color_name": "orange",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Apple Valley Post Office - Walmart",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFA8BA",
        "color_name": "white",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "Apple Valley - Victorville",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "49D9FD",
        "color_name": "teal",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Victor Valley College - Public Safety Training Center",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97D700",
        "color_name": "yellow",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Apple Valley Post Office - Victor Valley College",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6A39",
        "color_name": "orange",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Apple Valley Post Office - Bear Valley + Navajo",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8AE15",
        "color_name": "yellow",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "Apple Valley - Victor Valley Mall",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0E721",
        "color_name": "yellow",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Victorville - Hesperia",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9D47",
        "color_name": "orange",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Victor Valley Transportation Center - Mall of Victor Valley",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85ADFF",
        "color_name": "white",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Victor Valley College - Mall of Victor Valley",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FB637E",
        "color_name": "pink",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Victor Valley Transportation Center - Victor Valley College",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2AD2C9",
        "color_name": "teal",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Victor Valley Transportation Center - Lorene + 7th",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F4DA40",
        "color_name": "yellow",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Barstow City Hall - Rimrock + N St",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F1B434",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Hesperia Post Office - Super Target",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2CD5C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Hesperia East Deviation",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7B8FF",
        "color_name": "white",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Hesperia Post Office - Super Target",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1065,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.4",
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 467 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1065,
      "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,
      "rank": 2,
      "severity": "WARNING",
      "what": "1065 of 1065 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_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
