{
  "agency": {
    "country": "NZ",
    "id": "orbus-otago",
    "name": "Orbus (Otago Regional Council)",
    "subdivision_code": "NZ-OTA",
    "subdivision_name": "Otago"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/orbus-otago/corrected.zip",
    "download_url": "https://d14aimrgrbaz2a.cloudfront.net/data/artifacts/orbus-otago/corrected.zip",
    "fixes": [
      {
        "code": "autofix_trim_whitespace",
        "count": 1,
        "examples": [
          "'route_long_name': 'Shiel Hill to City ' -> 'Shiel Hill to City'"
        ],
        "label": "Trimmed surrounding whitespace"
      }
    ],
    "total": 1
  },
  "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_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": 908,
        "trips": 2577,
        "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": 908,
          "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": "908 of 908 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": 2577,
          "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": "2577 of 2577 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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "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": 13,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 32,
          "WARNING": 668
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 594,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 32,
          "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": 6.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": "missing_bike_allowance",
          "count": 28,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 3,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 2,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 2,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "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": "unused_shape",
          "count": 1,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "big_gap_in_service",
          "count": 25,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 3,
          "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": 50.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 700 instances (0 error, 668 warning, 32 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 536,
        "effective_expiry_date": "2027-12-31",
        "feed_end_date": "2027-12-31",
        "feed_start_date": "2026-04-20",
        "feed_version": "260408-1230",
        "has_feed_info": true,
        "last_service_date": "2028-01-27",
        "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 536 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Orbus provides live tracking in its rider tools, but no keyless public GTFS-Realtime endpoint was verified. 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 agency's own URL."
    ],
    "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 536 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; published by Otago Regional Council.",
    "reachable": true,
    "sha256": "d7780bd8787c1b3fcea91c2fe3ddb499afa29426b0cc1e671587ee9406c76f75",
    "size_bytes": 780676,
    "static_url": "https://www.orc.govt.nz/transit/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://www.orc.govt.nz/transit/google_transit.zip",
    "max_attempts": 4,
    "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-07-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      168.62527,
      -45.95031,
      170.7243,
      -44.93829
    ],
    "lat": -45.87097,
    "lon": 170.48877,
    "stop_count": 908
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 58.7,
    "margin_to_next_band": 1.3,
    "score": 58.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 27,
      "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": "27 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (10, 10, 10, 10, 10, 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": 712,
      "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": "712 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Cumberland St, outside Countdown\", \"Cumberland St, outside New World\", \"Abbotsford Rd, cnr Severn 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."
    }
  ],
  "routability": {
    "boardable_stops": 908,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2577
  },
  "route_map": {
    "drawn_route_count": 80,
    "has_shapes": true,
    "path": "data/artifacts/orbus-otago/geometry.geojson",
    "route_count": 80,
    "routes": [
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10A",
        "label": "10",
        "long": "Shiel Hill to Opoho",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10B",
        "label": "10",
        "long": "Opoho to Shiel Hill",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10C",
        "label": "10",
        "long": "Shiel Hill to City",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10D",
        "label": "10",
        "long": "Opoho to City",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10E",
        "label": "10",
        "long": "City to Opoho",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009E4D",
        "color_name": "green",
        "has_shape": true,
        "id": "OTA00-10F",
        "label": "10",
        "long": "City to Shiel Hill",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CFAE78",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-14A",
        "label": "14",
        "long": "City to Port Chalmers",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CFAE78",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-14B",
        "label": "14",
        "long": "Port Chalmers to City",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-15A",
        "label": "15",
        "long": "Ridge Runner Northbound",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-15B",
        "label": "15",
        "long": "Ridge Runner Southbound",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18A",
        "label": "18",
        "long": "Portobello to City",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18B",
        "label": "18",
        "long": "City to Portobello",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18C",
        "label": "18",
        "long": "Harington Point to City",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18D",
        "label": "18",
        "long": "City to Harington Point",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18E",
        "label": "18",
        "long": "Portobello to City via Musselburgh",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1D078",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA00-18F",
        "label": "18",
        "long": "City to Harington Point via Musselburgh",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-19A",
        "label": "19",
        "long": "Waverley to Belleknowes",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-19B",
        "label": "19",
        "long": "Belleknowes to Waverley",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-19C",
        "label": "19",
        "long": "Waverley to Belleknowes",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-19D",
        "label": "19",
        "long": "Belleknowes to Waverley",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACDCD4",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-1A",
        "label": "1",
        "long": "City to Palmerston",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACDCD4",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-1B",
        "label": "1",
        "long": "Palmerston to City",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACDCD4",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-1C",
        "label": "1",
        "long": "City to Warrington",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACDCD4",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-1D",
        "label": "1",
        "long": "Warrington to City",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-33A",
        "label": "33",
        "long": "Corstorphine to Wakari",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-33B",
        "label": "33",
        "long": "Wakari to Corstorphine",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F067A6",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-33C",
        "label": "33",
        "long": "Corstorphine to City",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9571E",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-37A",
        "label": "37",
        "long": "Concord to Logan Park",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9571E",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-37B",
        "label": "37",
        "long": "Logan Park to Concord",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9571E",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-39A",
        "label": "39",
        "long": "Green Island to Otago Boys High School",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9571E",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-39B",
        "label": "39",
        "long": "Otago Boys High School to Green Island",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-3A",
        "label": "3",
        "long": "Ocean Grove to Ross Creek",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFD400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-3B",
        "label": "3",
        "long": "Ross Creek to Ocean Grove",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-40A",
        "label": "40",
        "long": "Green Island to Kings/Queens High",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-40B",
        "label": "40",
        "long": "Kings/Queens High to Green Island via Corstorphine",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "51A9B1",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA00-44A",
        "label": "44",
        "long": "St Kilda to Halfway Bush",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "51A9B1",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA00-44B",
        "label": "44",
        "long": "Halfway Bush to St Kilda",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A9E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA00-50A",
        "label": "50",
        "long": "St Clair Park to Helensburgh",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A9E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA00-50B",
        "label": "50",
        "long": "Helensburgh to St Clair Park",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A9E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA00-50C",
        "label": "50",
        "long": "St Clair Park to City",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F391BC",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-55A",
        "label": "55",
        "long": "St Kilda to Brockville",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F391BC",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA00-55B",
        "label": "55",
        "long": "Brockville to St Kilda",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-5A",
        "label": "5",
        "long": "Calton Hill to Pine Hill via South Road",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-5B",
        "label": "5",
        "long": "Pine Hill to Calton Hill via South Road",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-5C",
        "label": "5",
        "long": "Calton Hill to Pine Hill via Hillside Road",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-5D",
        "label": "5",
        "long": "Pine Hill to Calton Hill via Hillside Road",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-5E",
        "label": "5",
        "long": "Calton Hill to City",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9DC435",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-61A",
        "label": "61",
        "long": "Kenmure to City",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9DC435",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-61B",
        "label": "61",
        "long": "City to Kenmure",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F3F98",
        "color_name": "purple",
        "has_shape": true,
        "id": "OTA00-63A",
        "label": "63",
        "long": "Balaclava to Logan Park",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F3F98",
        "color_name": "purple",
        "has_shape": true,
        "id": "OTA00-63B",
        "label": "63",
        "long": "Logan Park to Balaclava",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ED8F8",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-70A",
        "label": "70",
        "long": "Brighton to Green Island",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ED8F8",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-70B",
        "label": "70",
        "long": "Brighton to KVC via Green Island",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ED8F8",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-70C",
        "label": "70",
        "long": "Green Island to Brighton",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ED8F8",
        "color_name": "white",
        "has_shape": true,
        "id": "OTA00-70D",
        "label": "70",
        "long": "KVC to Brighton via Green Island",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-77A",
        "label": "77",
        "long": "Mosgiel to City",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-77B",
        "label": "77",
        "long": "City to Mosgiel",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-78A",
        "label": "78",
        "long": "Mosgiel to City Express",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99D1C",
        "color_name": "orange",
        "has_shape": true,
        "id": "OTA00-78B",
        "label": "78",
        "long": "City to Mosgiel Express",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED1C24",
        "color_name": "red",
        "has_shape": true,
        "id": "OTA00-8A",
        "label": "8",
        "long": "St Clair to Normanby",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED1C24",
        "color_name": "red",
        "has_shape": true,
        "id": "OTA00-8B",
        "label": "8",
        "long": "Normanby to St Clair",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-95A",
        "label": "95",
        "long": "Logan Park High School to Pine Hill via Opoho",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-95B",
        "label": "95",
        "long": "Pine Hill to Logan Park High School",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCBF35",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA00-96B",
        "label": "96",
        "long": "Dunedin North Intermediate to Pine Hill",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "96CA51",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA01-1A",
        "label": "1",
        "long": "Sunshine Bay to Remarkables Shops",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "96CA51",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA01-1B",
        "label": "1",
        "long": "Remarkables Shops to Sunshine Bay",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "96CA51",
        "color_name": "gray",
        "has_shape": true,
        "id": "OTA01-1D",
        "label": "1",
        "long": "Remarkables Shops to Sunshine Bay",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4AC8F5",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA01-2A",
        "label": "2",
        "long": "Frankton Hub to Arrowtown",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4AC8F5",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA01-2B",
        "label": "2",
        "long": "Arrowtown to Frankton Hub",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4AC8F5",
        "color_name": "teal",
        "has_shape": true,
        "id": "OTA01-2D",
        "label": "2",
        "long": "Arrowtown to Frankton Hub via Events Centre",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC4E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA01-3A",
        "label": "3",
        "long": "Quail Rise to Kelvin Heights",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC4E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "OTA01-3B",
        "label": "3",
        "long": "Kelvin Heights to Quail Rise",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58466",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-4A",
        "label": "4",
        "long": "Jacks Point to Arrowtown via Queenstown",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58466",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-4B",
        "label": "4",
        "long": "Arrowtown to Jacks Point via Queenstown",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58466",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-4C",
        "label": "4",
        "long": "Jacks Point to Arrowtown via Wakatipu High and Queenstown",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58466",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-4D",
        "label": "4",
        "long": "Arrowtown to Jacks Point via Queenstown and Wakatipu High",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C68DF4",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-5A",
        "label": "5",
        "long": "Lake Hayes Estate to Queenstown",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C68DF4",
        "color_name": "pink",
        "has_shape": true,
        "id": "OTA01-5B",
        "label": "5",
        "long": "Queenstown to Lake Hayes Estate",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1660",
        "color_name": "brown",
        "has_shape": true,
        "id": "OTA01-6A",
        "label": "6",
        "long": "Queenstown to Hilton",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "8A1660",
        "color_name": "brown",
        "has_shape": true,
        "id": "OTA01-6B",
        "label": "6",
        "long": "Hilton to Queenstown",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      }
    ],
    "stop_count": 908,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.11",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-13",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 908,
      "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": "908 of 908 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": 2577,
      "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": "2577 of 2577 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,
      "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"
}
