{
  "agency": {
    "id": "mountain-line-transit-authority",
    "name": "Mountain Line Transit Authority"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/mountain-line-transit-authority/corrected.zip",
    "download_url": "https://d14aimrgrbaz2a.cloudfront.net/data/artifacts/mountain-line-transit-authority/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 11,
        "examples": [
          "'stop_desc': 'Warner Theater: Routes ' -> 'Warner Theater: Routes'",
          "'stop_desc': 'Morgantown Mall Main Entrance A: Routes 3 ' -> 'Morgantown Mall Main Entrance A: Routes 3'",
          "'stop_desc': \"McDonald's Westover: Routes 3, 6, 51d \" -> \"McDonald's Westover: Routes 3, 6, 51d\""
        ],
        "label": "Trimmed surrounding whitespace"
      },
      {
        "code": "autofix_stop_name_case",
        "count": 2,
        "examples": [
          "FETC -> Fetc",
          "PACE -> Pace"
        ],
        "label": "Recased shouting stop names"
      }
    ],
    "total": 13
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 98.7,
          "stops_marked_accessible_pct": 97.9,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 97.9,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.8,
          "wheelchair_stops": 24.5,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 191,
        "trips": 131,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 97.9,
        "wheelchair_marked_accessible_pct": 97.9,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4,
          "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": 0.5,
          "severity": "WARNING",
          "what": "4 of 191 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_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": 91.8,
      "status": "measured",
      "summary": "98% of stops state wheelchair accessibility (98% 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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 3,
          "WARNING": 42
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 35,
          "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 leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stops match shape out of order (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 1,
          "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 ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "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": "stop_too_far_from_shape",
          "count": 1,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "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."
        },
        {
          "code": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 73.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 45 instances (0 error, 42 warning, 3 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 175,
        "feed_end_date": "2030-12-31",
        "feed_start_date": "2021-01-01",
        "feed_version": "1.0-2.7.19",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 175 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 176 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 98% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "2151a3c4f07e3841bfddc9c27f1f53aaa3ca76add357a43940fd88bc4d13a53c",
    "size_bytes": 981599,
    "static_url": "http://site.busride.org/google/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-west-virginia-mountain-line-transit-authority-gtfs-407.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "source": "mirror",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-08T00:00:00+00:00",
  "geo": {
    "bbox": [
      -80.33818,
      39.33224,
      -79.83257,
      40.49582
    ],
    "lat": 39.63962,
    "lon": -79.95873,
    "stop_count": 191
  },
  "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": [],
    "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 covers the next 176 days.",
        "key": "current",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, and current: the three things the NTD GTFS requirement asks of a feed all hold here. Only your own D-10 certification makes that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 5.6,
    "margin_to_next_band": 4.4,
    "score": 85.6
  },
  "recommendations": [
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 16,
      "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": "16 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (RT 1, RT 2, RT 8, RT 11, RT 13, 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": 51,
      "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": "51 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Mountaineer Field/Ruby\", \"Willowdale & Valley View\", \"Chestnut Ridge & Stewart St.\", 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": 191,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 131
  },
  "route_map": {
    "drawn_route_count": 24,
    "has_shapes": true,
    "path": "data/artifacts/mountain-line-transit-authority/geometry.geojson",
    "route_count": 24,
    "routes": [
      {
        "color": "2E6A47",
        "color_name": "green",
        "has_shape": true,
        "id": "45954",
        "label": "RT 3",
        "long": "Green Line",
        "short": "RT 3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46387",
        "label": "RT 1",
        "long": "Campus PM",
        "short": "RT 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46388",
        "label": "RT 2",
        "long": "Downtown Mall PM",
        "short": "RT 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F47920",
        "color_name": "orange",
        "has_shape": true,
        "id": "46420",
        "label": "RT 4",
        "long": "Orange Line",
        "short": "RT 4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "46421",
        "label": "RT 6",
        "long": "Gold Line",
        "short": "RT 6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D2232A",
        "color_name": "red",
        "has_shape": true,
        "id": "46422",
        "label": "RT 7",
        "long": "Red Line",
        "short": "RT 7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46423",
        "label": "RT 8",
        "long": "Brookhaven",
        "short": "RT 8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C51A1",
        "color_name": "purple",
        "has_shape": true,
        "id": "46424",
        "label": "RT 9",
        "long": "Purple Line",
        "short": "RT 9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46425",
        "label": "RT 11",
        "long": "Cassville",
        "short": "RT 11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005B9E",
        "color_name": "teal",
        "has_shape": true,
        "id": "46426",
        "label": "RT 12",
        "long": "Blue Line",
        "short": "RT 12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46427",
        "label": "RT 13",
        "long": "Crown",
        "short": "RT 13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46428",
        "label": "RT 14",
        "long": "Mt. Heights",
        "short": "RT 14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46429",
        "label": "RT 15",
        "long": "Grafton Rd",
        "short": "RT 15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F1678C",
        "color_name": "pink",
        "has_shape": true,
        "id": "46430",
        "label": "RT 16",
        "long": "Pink Line",
        "short": "RT 16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "58595B",
        "color_name": "gray",
        "has_shape": true,
        "id": "46431",
        "label": "RT 29",
        "long": "Grey Line",
        "short": "RT 29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46432",
        "label": "RT 30",
        "long": "West Run",
        "short": "RT 30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "002D5B",
        "color_name": "black",
        "has_shape": true,
        "id": "46433",
        "label": "RT 38",
        "long": "Blue & Gold Express",
        "short": "RT 38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "46434",
        "label": "RT 39",
        "long": "Beechurst Express",
        "short": "RT 39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46435",
        "label": "RT 44",
        "long": "Valley View",
        "short": "RT 44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46436",
        "label": "RT 46",
        "long": "Eastern Circulator",
        "short": "RT 46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46437",
        "label": "RT 47",
        "long": "Northern Circulator",
        "short": "RT 47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46438",
        "label": "RT 50",
        "long": "Don Knotts",
        "short": "RT 50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46439",
        "label": "RT 51",
        "long": "Westridge Mylan",
        "short": "RT 51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AE49",
        "color_name": "green",
        "has_shape": true,
        "id": "46440",
        "label": "RT 52",
        "long": "Wadestown",
        "short": "RT 52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 191,
    "stop_points_capped": false
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 131 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 131,
    "trips_with_shape": 131
  },
  "snapshot_date": "2026-07-09",
  "top_fixes": [
    {
      "code": "missing_recommended_field",
      "count": 35,
      "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,
      "rank": 1,
      "severity": "WARNING",
      "what": "Some files leave out fields that GTFS asks for but does not require.",
      "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
    },
    {
      "code": "leading_or_trailing_whitespaces",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 4.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "stops_match_shape_out_of_order",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 4.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Stops match shape out of order (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
