{
  "agency": {
    "country": "AU",
    "id": "nt-darwin-bus",
    "name": "Northern Territory Public Transport (Darwin)",
    "operating_note": "The Darwin urban bus network. The department's data-feeds host now redirects from dipl.nt.gov.au to dli.nt.gov.au; the redirect is followed at fetch time.",
    "subdivision_code": "AU-NT",
    "subdivision_name": "Northern Territory"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "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_applicable_trips": 1541,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_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": 624,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1541,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.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": 624,
          "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": "624 of 624 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": 1541,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "1541 of 1541 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. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "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": 4,
          "WARNING": 3545
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1940,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1529,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 68,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 6,
          "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": 6.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": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 1,
          "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": 4.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": "big_gap_in_service",
          "count": 4,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 61.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 3549 instances (0 error, 3545 warning, 4 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 133,
        "effective_expiry_date": "2027-01-24",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-24",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "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 (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 133 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": "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 official feed URL on file."
    ],
    "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 133 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% 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 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0; \u00a9 State of the Northern Territory (Department of Infrastructure, Planning and Logistics). Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "d73b43e5bb8d3cf0c198cae35993b4e7722b423ab0ff1e047f72dff923a8ac55",
    "size_bytes": 806845,
    "source_provenance": "official",
    "static_url": "https://dipl.nt.gov.au/data-feeds/bus-gtfs/google-transit-darwin.zip?v=0.16.0"
  },
  "fetch": {
    "final_url": "https://dli.nt.gov.au/data-feeds/bus-gtfs/google-transit-darwin.zip?v=0.16.0",
    "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-09-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      130.82082,
      -12.67361,
      131.13199,
      -12.35263
    ],
    "lat": -12.4308,
    "lon": 130.90121,
    "stop_count": 624
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 38,
        "trip_count": 1541,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 38,
    "trip_count": 1541
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.9,
    "margin_to_next_band": 0.1,
    "score": 59.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 380,
      "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": "380 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Darwin Harry Chan Ave\", \"opp 21 Macredie St\", \"Dripstone Rd before Goodman St\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 624,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1541
  },
  "route_map": {
    "drawn_route_count": 36,
    "has_shapes": true,
    "path": "data/artifacts/nt-darwin-bus/geometry.geojson",
    "route_count": 38,
    "routes": [
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1-48",
        "label": "1",
        "long": "Casuarina - Casuarina via Hospital & Tiwi",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "10-48",
        "label": "10",
        "long": "Casuarina - Darwin via Bagot Rd",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "11-48",
        "label": "11",
        "long": "Millner - Rapid Creek - Alawa",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "12-48",
        "label": "12",
        "long": "Casuarina - Malak - Karama",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "14-48",
        "label": "14",
        "long": "Darwin - Cullen Bay and Waterfront",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "15-48",
        "label": "15",
        "long": "Darwin - Mindil - Darwin",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "19-48",
        "label": "19",
        "long": "Mindil Markets - Casuarina",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1h-48",
        "label": "1h",
        "long": "Royal Darwin Hospital - Tiwi",
        "short": "1h",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "2-48",
        "label": "2",
        "long": "Casuarina - Wanguri - Leanyer -Wulagi -Wagaman",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "21-48",
        "label": "21",
        "long": "Hospital Precinct - Darwin Express",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "22-48",
        "label": "22",
        "long": "Leanyer - Darwin Express",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": false,
        "id": "24-48",
        "label": "24",
        "long": "Casuarina - Wanguri - Lyons - Muirhead",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "25-48",
        "label": "25",
        "long": "Karama - Darwin Semi Express",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "28-48",
        "label": "28",
        "long": "Humpty Doo - Coolalinga - Darwin Express",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "3-48",
        "label": "3",
        "long": "Casuarina - Alawa - Jingili - Moil - Anula",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "4-48",
        "label": "4",
        "long": "Casuarina - Darwin via CDU & Nightcliff",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": false,
        "id": "440-48",
        "label": "440",
        "long": "Humpty Doo  -Coolalinga - Virginia - Noonamah",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "445-48",
        "label": "445",
        "long": "Humpty Doo - Cox Peninsula - Noonamah - Coolalinga",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "446-48",
        "label": "446",
        "long": "Bees Creek - Palmerston",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "447-48",
        "label": "447",
        "long": "Humpty Doo  -McMinns Lagoon - Howard Springs",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "450-48",
        "label": "450",
        "long": "Humpty Doo  -Girraween - Howard Springs-Palmerston",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "5-48",
        "label": "5",
        "long": "Casuarina - Marrara - Berrimah - Winnellie -Darwin",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "6-48",
        "label": "6",
        "long": "Darwin - Museum - Fannie Bay - Parap",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "7-48",
        "label": "7",
        "long": "Darwin - Stuart Park - Bayview",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "70-48",
        "label": "70",
        "long": "Palmerston - Driver - Moulden",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "71-48",
        "label": "71",
        "long": "Palmerston - Woodroffe - Gray",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "72-48",
        "label": "72",
        "long": "Palmerston - Gunn - Bakewell - Rosebery",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "73-48",
        "label": "73",
        "long": "Palmerston - Durack - CDU Palmerston",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "74-48",
        "label": "74",
        "long": "Palmerston - Farrar - Johnston - Zuccoli",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "76-48",
        "label": "76",
        "long": "Palmerston - Bakewell - Rosebery - Bellamack",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "77-48",
        "label": "77",
        "long": "Palm. - Indigenous Village - Rosebery- Bellamack",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "78-48",
        "label": "78",
        "long": "Palmerston - Kokoda Industries",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "8-48",
        "label": "8",
        "long": "Palmerston - Darwin via Stuart Highway",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "87-48",
        "label": "87",
        "long": "Palmerston - Durack Heights",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "88-48",
        "label": "88",
        "long": "Palmerston - Palmerston Regional Hospital",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "9-48",
        "label": "9",
        "long": "Palmerston - Berrimah - Karama- Casuarina",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "OL1-48",
        "label": "OL1",
        "long": "Orbital 1 - Limited Stops",
        "short": "OL1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "OL2-48",
        "label": "OL2",
        "long": "Orbital 2 - Limited Stops",
        "short": "OL2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 624,
    "stop_points_capped": false
  },
  "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"
  },
  "snapshot_date": "2026-09-13",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 624,
      "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": "624 of 624 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": 1541,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "1541 of 1541 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_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,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
