{
  "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_pct": 99.7,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 898,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 3919,
        "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": 898,
          "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": "898 of 898 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": 3919,
          "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": "3919 of 3919 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_missing_headsigns",
          "count": 13,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "13 of 3919 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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.4,
      "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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 69,
          "WARNING": 6396
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 6071,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 226,
          "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": "mixed_case_recommended_field",
          "count": 73,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 22,
          "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": 6.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": "stop_too_far_from_shape",
          "count": 2,
          "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": "expired_calendar",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_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": "big_gap_in_service",
          "count": 52,
          "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": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 17,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 56.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 6465 instances (0 error, 6396 warning, 69 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 197,
        "effective_expiry_date": "2027-01-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-31",
        "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 197 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 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 197 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; \u00a9 State of the Northern Territory (Department of Infrastructure, Planning and Logistics). Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "0ba13a364dd74c2f02f8b839e23d998fc1f31d7bdb18519a1900d7992df8c380",
    "size_bytes": 2998647,
    "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-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      130.75508,
      -13.23748,
      132.96356,
      -12.35262
    ],
    "lat": -12.43982,
    "lon": 130.91512,
    "stop_count": 898
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 179,
        "trip_count": 3919,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 179,
    "trip_count": 3919
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 57.6,
    "margin_to_next_band": 2.4,
    "score": 57.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 469,
      "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": "469 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": "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": 898,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 3919
  },
  "route_map": {
    "drawn_route_count": 178,
    "has_shapes": true,
    "path": "data/artifacts/nt-darwin-bus/geometry.geojson",
    "route_count": 179,
    "routes": [
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1-42",
        "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-42",
        "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": "100-42",
        "label": "100",
        "long": "School - Darwin",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "101-42",
        "label": "101",
        "long": "School - Darwin",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "103-42",
        "label": "103",
        "long": "School - Darwin",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "104-42",
        "label": "104",
        "long": "School - Darwin",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "105-42",
        "label": "105",
        "long": "School - Darwin",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "106-42",
        "label": "106",
        "long": "School - Darwin",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "107-42",
        "label": "107",
        "long": "School - Darwin",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "108-42",
        "label": "108",
        "long": "School - Darwin",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "11-42",
        "label": "11",
        "long": "Millner - Rapid Creek - Alawa",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "110-42",
        "label": "110",
        "long": "School - Darwin",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "111-42",
        "label": "111",
        "long": "School - Darwin",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "112-42",
        "label": "112",
        "long": "School - Darwin",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "114-42",
        "label": "114",
        "long": "School - Darwin",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "12-42",
        "label": "12",
        "long": "Casuarina - Malak - Karama",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "130-42",
        "label": "130",
        "long": "School - Darwin",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "131-42",
        "label": "131",
        "long": "School - Darwin",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "132-42",
        "label": "132",
        "long": "School - Darwin",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "133-42",
        "label": "133",
        "long": "School - Darwin",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "14-42",
        "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-40",
        "label": "15",
        "long": "Urban - Darwin - Mindil - Darwin",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1501-42",
        "label": "1501",
        "long": "School - Batchelor",
        "short": "1501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1502-42",
        "label": "1502",
        "long": "School - Batchelor Wet & Dry",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1503-42",
        "label": "1503",
        "long": "School - Batchelor Wet & Dry",
        "short": "1503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "19-40",
        "label": "19",
        "long": "Urban - Mindil Markets - Casuarina",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "1h-42",
        "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-42",
        "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": "200-42",
        "label": "200",
        "long": "School - Darwin",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "202-42",
        "label": "202",
        "long": "School - Darwin",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "203-42",
        "label": "203",
        "long": "School - Darwin",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "204-42",
        "label": "204",
        "long": "School - Darwin",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "205-42",
        "label": "205",
        "long": "School - Darwin",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "206-42",
        "label": "206",
        "long": "School - Darwin",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "207-42",
        "label": "207",
        "long": "School - Darwin",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "208-42",
        "label": "208",
        "long": "School - Darwin",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "209-42",
        "label": "209",
        "long": "School - Darwin",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "21-42",
        "label": "21",
        "long": "Hospital Precinct - Darwin Express",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "214-42",
        "label": "214",
        "long": "School - Darwin",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "217-42",
        "label": "217",
        "long": "School - Darwin",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "218-42",
        "label": "218",
        "long": "School - Darwin",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "219-42",
        "label": "219",
        "long": "School - Darwin",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42",
        "label": "22",
        "long": "Leanyer - Darwin Express",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "222-42",
        "label": "222",
        "long": "School - Darwin",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "223-42",
        "label": "223",
        "long": "School - Darwin",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "227-42",
        "label": "227",
        "long": "School - Darwin",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "228-42",
        "label": "228",
        "long": "School - Darwin",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "229-42",
        "label": "229",
        "long": "School - Darwin",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "231-42",
        "label": "231",
        "long": "School - Darwin",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "232-42",
        "label": "232",
        "long": "School - Darwin",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "233-42",
        "label": "233",
        "long": "School - Darwin",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "234-42",
        "label": "234",
        "long": "School - Darwin",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "235-42",
        "label": "235",
        "long": "School - Darwin",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "236-42",
        "label": "236",
        "long": "School - Darwin",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "24-42",
        "label": "24",
        "long": "Casuarina - Wanguri - Lyons - Muirhead",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "244-42",
        "label": "244",
        "long": "School - Darwin",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "245-42",
        "label": "245",
        "long": "School - Darwin",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "246-42",
        "label": "246",
        "long": "School - Darwin",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "247-42",
        "label": "247",
        "long": "School - Darwin",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "248-42",
        "label": "248",
        "long": "School - Darwin",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "25-42",
        "label": "25",
        "long": "Karama - Darwin Semi Express",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "250-42",
        "label": "250",
        "long": "School - Darwin",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "28-42",
        "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-42",
        "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": "30-42",
        "label": "30",
        "long": "School - Darwin",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "301-42",
        "label": "301",
        "long": "Special Needs - Route 301",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "302-42",
        "label": "302",
        "long": "Special Needs - Route 302",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "303-42",
        "label": "303",
        "long": "Special Needs - Route 303",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "304-42",
        "label": "304",
        "long": "Special Needs - Route 304",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "305-42",
        "label": "305",
        "long": "Special Needs - Route 305",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "306-42",
        "label": "306",
        "long": "Special Needs - Route 306",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "307-42",
        "label": "307",
        "long": "Special Needs - Route 307",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "308-42",
        "label": "308",
        "long": "Special Needs - Route 308",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "309-42",
        "label": "309",
        "long": "Special Needs - Route 309",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "31-42",
        "label": "31",
        "long": "School - Darwin",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "310-42",
        "label": "310",
        "long": "Special Needs - Route 310",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "311-42",
        "label": "311",
        "long": "Special Needs - Route 311",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "312-42",
        "label": "312",
        "long": "Special Needs - Route 312",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "313-42",
        "label": "313",
        "long": "Special Needs - Route 313",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "314-42",
        "label": "314",
        "long": "Special Needs - Route 314",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "315-42",
        "label": "315",
        "long": "Special Needs - Route 315",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "316-42",
        "label": "316",
        "long": "Special Needs - Route 316",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "317-42",
        "label": "317",
        "long": "Special Needs - Route 317",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "318-42",
        "label": "318",
        "long": "Special Needs - Route 318",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "319-42",
        "label": "319",
        "long": "Special Needs - Route 319",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "32-42",
        "label": "32",
        "long": "School - Darwin",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "320-42",
        "label": "320",
        "long": "Special Needs - Route 320",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "321-42",
        "label": "321",
        "long": "Special Needs - Route 321",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "33-42",
        "label": "33",
        "long": "School - Darwin",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "34-42",
        "label": "34",
        "long": "School - Darwin",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "35-42",
        "label": "35",
        "long": "School - Darwin",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "36-42",
        "label": "36",
        "long": "School - Darwin",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "4-42",
        "label": "4",
        "long": "Casuarina - Darwin via CDU & Nightcliff",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "401-42",
        "label": "401",
        "long": "School - Rural",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "402-42",
        "label": "402",
        "long": "School - Rural",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "403-42",
        "label": "403",
        "long": "School - Rural",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "405-42",
        "label": "405",
        "long": "School - Rural",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "407-42",
        "label": "407",
        "long": "School - Rural",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "408-42",
        "label": "408",
        "long": "School - Rural",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "409-42",
        "label": "409",
        "long": "School - Rural",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "413-42",
        "label": "413",
        "long": "School - Rural",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "415-42",
        "label": "415",
        "long": "School - Rural",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "417-42",
        "label": "417",
        "long": "School - Rural",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "419-42",
        "label": "419",
        "long": "School - Rural",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "423-42",
        "label": "423",
        "long": "School - Rural",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "426-42",
        "label": "426",
        "long": "School - Rural",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "427-42",
        "label": "427",
        "long": "School - Rural",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "429-42",
        "label": "429",
        "long": "School - Rural Wet & Dry",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "430-42",
        "label": "430",
        "long": "School - Rural",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "431-42",
        "label": "431",
        "long": "School - Rural Wet & Dry",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "433-42",
        "label": "433",
        "long": "School - Rural Wet & Dry",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "435-42",
        "label": "435",
        "long": "School - Rural",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "437-42",
        "label": "437",
        "long": "School - Rural",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "439-42",
        "label": "439",
        "long": "School - Rural",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "440-42",
        "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": "441-42",
        "label": "441",
        "long": "School - Rural",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "443-42",
        "label": "443",
        "long": "School - Rural",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "445-42",
        "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-42",
        "label": "446",
        "long": "Bees Creek - Palmerston",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "447-42",
        "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": "448-42",
        "label": "448",
        "long": "School - Rural",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "449-42",
        "label": "449",
        "long": "School - Rural",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "450-42",
        "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": "451-42",
        "label": "451",
        "long": "School - Rural",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "453-42",
        "label": "453",
        "long": "School - Rural",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "455-42",
        "label": "455",
        "long": "School - Wagait Beach/Mandorah",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "456-42",
        "label": "456",
        "long": "School - Darwin",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "459-42",
        "label": "459",
        "long": "School - Darwin",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "461-42",
        "label": "461",
        "long": "School - Darwin",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "464-42",
        "label": "464",
        "long": "School - Darwin",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "469-42",
        "label": "469",
        "long": "School - Darwin",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "470-42",
        "label": "470",
        "long": "School - Rural Wet & Dry",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "471-42",
        "label": "471",
        "long": "School - Rural Wet & Dry",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "472-42",
        "label": "472",
        "long": "School - Rural Wet & Dry",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "473-42",
        "label": "473",
        "long": "School - Darwin",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "49-42",
        "label": "49",
        "long": "School - Darwin",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "5-42",
        "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": "50-42",
        "label": "50",
        "long": "School - Darwin",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "51-42",
        "label": "51",
        "long": "School - Darwin",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "52-42",
        "label": "52",
        "long": "School - Darwin",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "53-42",
        "label": "53",
        "long": "School - Darwin",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "58-42",
        "label": "58",
        "long": "School - Darwin",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "59-42",
        "label": "59",
        "long": "School - Darwin",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "6-42",
        "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": "60-42",
        "label": "60",
        "long": "School - Darwin",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "61-42",
        "label": "61",
        "long": "School - Darwin",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "62-42",
        "label": "62",
        "long": "School - Darwin",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "63-42",
        "label": "63",
        "long": "School - Darwin",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "64-42",
        "label": "64",
        "long": "School - Darwin",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "65-42",
        "label": "65",
        "long": "School - Darwin",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "66-42",
        "label": "66",
        "long": "School - Darwin",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "68-42",
        "label": "68",
        "long": "School - Darwin",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "7-42",
        "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-42",
        "label": "70",
        "long": "Palmerston - Driver - Moulden",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "71-42",
        "label": "71",
        "long": "Palmerston - Woodroffe - Gray",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "72-42",
        "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-42",
        "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-42",
        "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-42",
        "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-42",
        "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-42",
        "label": "78",
        "long": "Palmerston - Kokoda Industries",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "8-40",
        "label": "8",
        "long": "Urban - Palmerston - Darwin via Stuart Highway",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "8-42",
        "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": "80-42",
        "label": "80",
        "long": "School - Darwin",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "87-42",
        "label": "87",
        "long": "Palmerston - Durack Heights",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "88-42",
        "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-40",
        "label": "9",
        "long": "Urban - Palmerston - Berrimah - Karama- Casuarina",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "9-42",
        "label": "9",
        "long": "Palmerston - Berrimah - Karama- Casuarina",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "IEU1-42",
        "label": "IEU1",
        "long": "Special Needs - IEU1",
        "short": "IEU1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "IEU2-42",
        "label": "IEU2",
        "long": "Special Needs - IEU2",
        "short": "IEU2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "IEU3-42",
        "label": "IEU3",
        "long": "Special Needs - IEU3",
        "short": "IEU3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "JAB1-42",
        "label": "JAB1",
        "long": "School - Jabiru",
        "short": "JAB1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "JAB2-42",
        "label": "JAB2",
        "long": "School - Jabiru",
        "short": "JAB2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "JAB3-42",
        "label": "JAB3",
        "long": "School - Jabiru",
        "short": "JAB3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "OL1-42",
        "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-42",
        "label": "OL2",
        "long": "Orbital 2 - Limited Stops",
        "short": "OL2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": false,
        "id": "RDS-43",
        "label": "RDS",
        "long": "Royal Darwin Show - Special Event",
        "short": "RDS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "SEN1-42",
        "label": "SEN1",
        "long": "Special Needs - Seniors (Mon & Wed)",
        "short": "SEN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0021",
        "color_name": "red",
        "has_shape": true,
        "id": "SEN2-42",
        "label": "SEN2",
        "long": "Special Needs - Seniors (Tue & Thu)",
        "short": "SEN2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 898,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "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-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 898,
      "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": "898 of 898 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": 3919,
      "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": "3919 of 3919 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"
}
