{
  "agency": {
    "id": "maryland-transit-administration",
    "name": "Local Bus",
    "subdivision_code": "US-MD",
    "subdivision_name": "Maryland"
  },
  "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": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 13.7,
          "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": 11
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 27699,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 91.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4056,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 27699,
        "unmeasured_components": [],
        "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": 4056,
          "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": "4056 of 4056 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_stop_names_all_caps",
          "count": 339,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 1.3,
          "severity": "INFO",
          "what": "About 339 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        }
      ],
      "name": "completeness",
      "score": 73.7,
      "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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 11,
          "WARNING": 26143
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 22667,
          "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": 8.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": "fast_travel_between_consecutive_stops",
          "count": 2878,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 365,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no bus reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 103,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 67,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 50,
          "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": 6.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": "route_short_name_too_long",
          "count": 11,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 2,
          "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": "unknown_column",
          "count": 5,
          "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": "service_window_outside_feed_period",
          "count": 3,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 42.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 26154 instances (0 error, 26143 warning, 11 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 167,
        "effective_expiry_date": "2027-02-06",
        "feed_end_date": "2027-02-06",
        "feed_start_date": "2026-08-21",
        "feed_version": "20260821",
        "has_feed_info": true,
        "last_service_date": "2027-02-06",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 167 days.",
      "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
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 167 days.",
        "key": "current",
        "met": true
      },
      {
        "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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "export_diff": {
    "changes": [
      "Route 38 (Westgate - Medfield) is new in this export.",
      "92 new stops appeared.",
      "The export now has 27,699 trips, 13,966 more than before.",
      "Service now runs through 2027-02-06 (was 2026-08-22)."
    ],
    "from_sha256": "a790859e750cd772f377fe22c24caea86c470eb38ed13d2c370dea14fa42406c",
    "to_sha256": "138687149d8e3d3515ffcc7be86127018c1197a4babedd6e1f789105fac054d8"
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "138687149d8e3d3515ffcc7be86127018c1197a4babedd6e1f789105fac054d8",
    "size_bytes": 12099317,
    "source_provenance": "unverified",
    "static_url": "https://mdotmta-gtfs.s3.amazonaws.com/mdotmta_gtfs_localbus.zip"
  },
  "fetch": {
    "final_url": "https://mdotmta-gtfs.s3.amazonaws.com/mdotmta_gtfs_localbus.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "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-08-22T00:00:00+00:00",
  "geo": {
    "bbox": [
      -76.88946,
      38.97829,
      -76.37931,
      39.49673
    ],
    "lat": 39.3119,
    "lon": -76.62355,
    "stop_count": 4056
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 66,
        "trip_count": 27699,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 66,
    "trip_count": 27699
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "30034"
    ],
    "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 168 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 6.6,
    "margin_to_next_band": 3.4,
    "score": 66.6
  },
  "recommendations": [
    {
      "category": "fares",
      "code": "scorecard_fares_v2_no_fare_media",
      "count": 0,
      "effort": "A short file; one row per payment method you accept.",
      "fix": "Add fare_media.txt listing your accepted payment methods, including contactless EMV if riders can tap to pay.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "The feed publishes fare products but no fare_media.txt declaring how riders can pay.",
      "why": "Riders can't tell from the feed which payment methods you accept, such as a transit card, a mobile app, or tap-to-pay with a contactless bank card."
    },
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 49,
      "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": "49 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (21, 22, 26, 28, 29, 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 3924,
      "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": "3924 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Cylburn Ave & Greenspring Ave\", \"Lanier Ave & Sinai Hospital\", \"LANIER AVE & BELVEDERE 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-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 4056,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 27699
  },
  "route_map": {
    "drawn_route_count": 66,
    "has_shapes": true,
    "path": "data/artifacts/maryland-transit-administration/geometry.geojson",
    "route_count": 66,
    "routes": [
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11638",
        "label": "21",
        "long": "Woodberry - Canton Crossing",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11639",
        "label": "22",
        "long": "Mondawmin - Bayview",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11640",
        "label": "26",
        "long": "Patapsco Station - Mondawmin",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11641",
        "label": "28",
        "long": "Moravia - Rogers Ave Station",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11642",
        "label": "29",
        "long": "Mondawmin - Brooklyn",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11643",
        "label": "30",
        "long": "Rogers Ave - Hollander Ridge",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11644",
        "label": "31",
        "long": "Sinai Hospital - Security Square",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11645",
        "label": "33",
        "long": "Mt Washington Station - White Marsh",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11646",
        "label": "34",
        "long": "Falls Rd/Greenspring - Catonsville",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11647",
        "label": "36",
        "long": "Towson Town Center - Fox Ridge",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11648",
        "label": "37",
        "long": "Old Court - UMBC/Catonsville",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11649",
        "label": "38",
        "long": "Westgate - Medfield",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11650",
        "label": "51",
        "long": "Towson - Downtown",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11651",
        "label": "52",
        "long": "Greenmount North - Stella Maris",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11652",
        "label": "53",
        "long": "State Center - Towson",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11653",
        "label": "54",
        "long": "State Center - Carney/Hillendale",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11654",
        "label": "56",
        "long": "Downtown - White Marsh",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11655",
        "label": "57",
        "long": "Belair - Edison Circulator",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11656",
        "label": "59",
        "long": "Moravia - Whispering Woods",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11657",
        "label": "62",
        "long": "CCBC Essex - Turner Station",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11658",
        "label": "63",
        "long": "Gardenville - Tradepoint Atlantic",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11659",
        "label": "65",
        "long": "Downtown - Dundalk",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11660",
        "label": "67",
        "long": "Downtown - Marley Neck",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11661",
        "label": "69",
        "long": "Patapsco Station - Jumpers Hole",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11662",
        "label": "70",
        "long": "Patapsco Station - Annapolis",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11663",
        "label": "71",
        "long": "Downtown - Patapsco Station",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11664",
        "label": "73",
        "long": "State Center - Patapsco Station",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11665",
        "label": "75",
        "long": "Patapsco Station - Arundel Mills",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11666",
        "label": "76",
        "long": "CCBC - Downtown",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11667",
        "label": "77",
        "long": "West Baltimore MARC - Catonsville",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11668",
        "label": "78",
        "long": "Downtown - CMS",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11669",
        "label": "79",
        "long": "Mondawmin - CMS",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11670",
        "label": "80",
        "long": "Downtown - Rogers Ave Station",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11671",
        "label": "81",
        "long": "Deer Park - Milford Mill Station",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11672",
        "label": "82",
        "long": "Park Circle - Reisterstown Plaza",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11673",
        "label": "83",
        "long": "Mondawmin - Old Court Station",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11674",
        "label": "85",
        "long": "North Ave LR - Milford Mill",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11675",
        "label": "87",
        "long": "Glyndon - Owings Mills",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11676",
        "label": "89",
        "long": "Rogers Ave - Owings Mills",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11677",
        "label": "91",
        "long": "Mondawmin - Sinai Hospital",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11678",
        "label": "92",
        "long": "Glen - Baas & Talmudical",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11679",
        "label": "93",
        "long": "Towson - Hunt Valley",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11680",
        "label": "94",
        "long": "Fort McHenry - Sinai Hospital",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "11681",
        "label": "95",
        "long": "Downtown - Roland Park",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11684",
        "label": "103",
        "long": "Downtown - Cromwell Bridge",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11686",
        "label": "105",
        "long": "Cedonia - Downtown",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11687",
        "label": "115",
        "long": "Downtown - Perry Hall",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11688",
        "label": "120",
        "long": "White Marsh - Downtown/Hopkins",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11689",
        "label": "150",
        "long": "Columbia - Downtown/Harbor East",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11690",
        "label": "154",
        "long": "State Center - Carney/Hillendale",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "11691",
        "label": "160",
        "long": "Downtown/Hopkins - Essex",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0072BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "11734",
        "label": "CityLink BLUE",
        "long": "CMS - Johns Hopkins Bayview",
        "short": "CityLink BLUE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6E4C2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "11735",
        "label": "CityLink BROWN",
        "long": "Overlea - Downtown",
        "short": "CityLink BROWN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A7938",
        "color_name": "brown",
        "has_shape": true,
        "id": "11736",
        "label": "CityLink GOLD",
        "long": "Walbrook Junction - Canton",
        "short": "CityLink GOLD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008343",
        "color_name": "green",
        "has_shape": true,
        "id": "11737",
        "label": "CityLink GREEN",
        "long": "Downtown - Towson",
        "short": "CityLink GREEN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CA043",
        "color_name": "gray",
        "has_shape": true,
        "id": "11738",
        "label": "CityLink LIME",
        "long": "NW Hospital - Harbor East",
        "short": "CityLink LIME",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2E3192",
        "color_name": "blue",
        "has_shape": true,
        "id": "11739",
        "label": "CityLink NAVY",
        "long": "Mondawmin - Dundalk",
        "short": "CityLink NAVY",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E7731F",
        "color_name": "orange",
        "has_shape": true,
        "id": "11740",
        "label": "CityLink ORANGE",
        "long": "Essex - West Baltimore MARC",
        "short": "CityLink ORANGE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D60080",
        "color_name": "pink",
        "has_shape": true,
        "id": "11741",
        "label": "CityLink PINK",
        "long": "Cedonia - West Baltimore MARC",
        "short": "CityLink PINK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "851F83",
        "color_name": "purple",
        "has_shape": true,
        "id": "11742",
        "label": "CityLink PURPLE",
        "long": "City Hall - Paradise/Catonsville",
        "short": "CityLink PURPLE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D71920",
        "color_name": "red",
        "has_shape": true,
        "id": "11743",
        "label": "CityLink RED",
        "long": "Downtown - Towson/Lutherville",
        "short": "CityLink RED",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "48626F",
        "color_name": "gray",
        "has_shape": true,
        "id": "11744",
        "label": "CityLink SILVER",
        "long": "Curtis Bay - Hopkins/Morgan State",
        "short": "CityLink SILVER",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9E500",
        "color_name": "yellow",
        "has_shape": true,
        "id": "11745",
        "label": "CityLink YELLOW",
        "long": "Mt Vernon - Patapsco",
        "short": "CityLink YELLOW",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "262727",
        "color_name": "black",
        "has_shape": true,
        "id": "14498",
        "label": "163",
        "long": "West Baltimore MARC - Tradepoint",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "15552",
        "label": "32",
        "long": "Catonsville - Patapsco Station",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0A0A4",
        "color_name": "gray",
        "has_shape": true,
        "id": "17178",
        "label": "40",
        "long": "CMS - Essex",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4056,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 27699 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 27699,
    "trips_with_shape": 27699
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4056,
      "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": 1,
      "severity": "WARNING",
      "what": "4056 of 4056 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": "mixed_case_recommended_field",
      "count": 22667,
      "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": 8.0,
      "rank": 2,
      "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": "fast_travel_between_consecutive_stops",
      "count": 2878,
      "effort": "A few minutes per flagged trip.",
      "fix": "Check the flagged stop times for transposed minutes.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some scheduled trips move faster between stops than a bus can.",
      "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
    }
  ],
  "validator_version": "8.0.1"
}
