{
  "agency": {
    "country": "AU",
    "id": "tasmania-public-transport",
    "name": "Tasmania public transport aggregate",
    "operating_note": "One statewide schedule for six publishers listed in agency.txt, including bus and ferry service. It is counted as one feed record, not six agencies. The 2026-07-22 preflight found a valid 15 MiB archive with 288 routes, 17,138 trips, feed_info.txt dates, and service through 2026-09-30.",
    "subdivision_code": "AU-TAS",
    "subdivision_name": "Tasmania"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 12.2,
          "stops_marked_accessible_pct": 14.6,
          "stops_marked_not_accessible_pct": 4.9,
          "stops_stated_pct": 19.5,
          "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": 4.9,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 15280,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3436,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 15280,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 19.5,
        "wheelchair_marked_accessible_pct": 14.6,
        "wheelchair_marked_not_accessible_pct": 4.9
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2765,
          "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": 20.1,
          "severity": "WARNING",
          "what": "2765 of 3436 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": 15280,
          "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": "15280 of 15280 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 42.4,
      "status": "measured",
      "summary": "20% of stops state wheelchair accessibility (15% marked accessible, 5% 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": 61,
          "WARNING": 18020
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 17809,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "duplicate_route_name",
          "count": 134,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 45,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "expired_calendar",
          "count": 18,
          "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": 6.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": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 10,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 41,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "big_gap_in_service",
          "count": 20,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 56.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 18081 instances (0 error, 18020 warning, 61 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 85,
        "effective_expiry_date": "2026-11-30",
        "feed_end_date": "2026-11-30",
        "feed_start_date": "2026-09-02",
        "feed_version": "23",
        "has_feed_info": true,
        "last_service_date": "2026-11-30",
        "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 85 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 85 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 20% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 20% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "export_diff": {
    "changes": [
      "Route 110 (University to Kings Meadows via Launceston City), 115 (Rocherlea to Launceston City), 116 (Alanvale and Mayfield to Launceston City), 117 (Alanvale to Launceston City), 120 (Ravenswood to Launceston City), and 118 more are no longer in the export.",
      "Route 110 (University to Kings Meadows via Launceston City), 115 (Rocherlea to Launceston City), 116 (Alanvale and Mayfield to Launceston City), 117 (Alanvale to Launceston City), 120 (Ravenswood to Launceston City), and 129 more are new in this export.",
      "6 stops left the export.",
      "1 new stop appeared.",
      "Service now runs through 2026-11-30 (was 2026-10-31)."
    ],
    "from_sha256": "2ba93fb94b43fa6688438eb630e98b309a57c4b2a7dd7833971044589609d299",
    "to_sha256": "a7e3085ad4fbc8b1035f8a05afec16bbbd2ab91baa10b9db7c60171f31ee278b"
  },
  "feed": {
    "license_note": "CC BY 4.0; attribute the State of Tasmania, Department of State Growth. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "a7e3085ad4fbc8b1035f8a05afec16bbbd2ab91baa10b9db7c60171f31ee278b",
    "size_bytes": 15644069,
    "source_provenance": "official",
    "static_url": "https://www.transport.tas.gov.au/__data/assets/file/0011/557615/tas_gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 2
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 29
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 29,
      "not_allowed_pct": 100.0,
      "stated_count": 29,
      "stated_pct": 100.0,
      "total_count": 29
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 29
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 1,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 2,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 29
  },
  "fetch": {
    "final_url": "https://www.transport.tas.gov.au/__data/assets/file/0011/557615/tas_gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-06T00:00:00+00:00",
  "geo": {
    "bbox": [
      145.12463,
      -43.31254,
      148.30343,
      -40.76061
    ],
    "lat": -42.81,
    "lon": 147.26227,
    "stop_count": 3436
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 317,
        "trip_count": 15251,
        "trip_share_pct": 99.8
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 1,
        "trip_count": 29,
        "trip_share_pct": 0.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 318,
    "trip_count": 15280
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 3.0,
    "margin_to_next_band": 7.0,
    "score": 63.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 2,
      "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": "2 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (700, 700).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 3309,
      "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": "3309 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Hobart Transit Centre, Liverpool St\", \"Hobart Interchange, Elizabeth St, Stop D3\", \"Government House, Tasman Hwy\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 3424,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 15280
  },
  "route_map": {
    "drawn_route_count": 318,
    "has_shapes": true,
    "path": "data/artifacts/tasmania-public-transport/geometry.geojson",
    "route_count": 318,
    "routes": [
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "110-220",
        "label": "110",
        "long": "University to Kings Meadows via Launceston City",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "110-247",
        "label": "110",
        "long": "University to Kings Meadows via Launceston City",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "115-220",
        "label": "115",
        "long": "Rocherlea to Launceston City",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "115-247",
        "label": "115",
        "long": "Rocherlea to Launceston City",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "116-220",
        "label": "116",
        "long": "Alanvale and Mayfield to Launceston City",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "116-247",
        "label": "116",
        "long": "Alanvale and Mayfield to Launceston City",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "117-220",
        "label": "117",
        "long": "Alanvale to Launceston City",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "117-247",
        "label": "117",
        "long": "Alanvale to Launceston City",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "120-220",
        "label": "120",
        "long": "Ravenswood to Launceston City",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "120-247",
        "label": "120",
        "long": "Ravenswood to Launceston City",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "121-220",
        "label": "121",
        "long": "Waverley to Launceston City",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "121-247",
        "label": "121",
        "long": "Waverley to Launceston City",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "130-220",
        "label": "130",
        "long": "St Leonards to Launceston City",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "130-247",
        "label": "130",
        "long": "St Leonards to Launceston City",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "131-220",
        "label": "131",
        "long": "St Leonards to Launceston City",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "131-247",
        "label": "131",
        "long": "St Leonards to Launceston City",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "140-220",
        "label": "140",
        "long": "Youngtown to Launceston City",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "140-247",
        "label": "140",
        "long": "Youngtown to Launceston City",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "141-220",
        "label": "141",
        "long": "Punchbowl to Launceston City",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "141-247",
        "label": "141",
        "long": "Punchbowl to Launceston City",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "142-220",
        "label": "142",
        "long": "Punchbowl to Launceston City",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "142-247",
        "label": "142",
        "long": "Punchbowl to Launceston City",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "145-220",
        "label": "145",
        "long": "Youngtown to Launceston City",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "145-247",
        "label": "145",
        "long": "Youngtown to Launceston City",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "146-220",
        "label": "146",
        "long": "Youngtown to Launceston City",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "146-247",
        "label": "146",
        "long": "Youngtown to Launceston City",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "147-220",
        "label": "147",
        "long": "South Launceston to Launceston City",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "147-247",
        "label": "147",
        "long": "South Launceston to Launceston City",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "150-220",
        "label": "150",
        "long": "West Riverside to Launceston City",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "150-247",
        "label": "150",
        "long": "West Riverside to Launceston City",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "151-220",
        "label": "151",
        "long": "North Riverside to Launceston City",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "151-247",
        "label": "151",
        "long": "North Riverside to Launceston City",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "152-220",
        "label": "152",
        "long": "West Riverside to Launceston City",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "152-247",
        "label": "152",
        "long": "West Riverside to Launceston City",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "160-220",
        "label": "160",
        "long": "Country Club to Launceston City",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "160-247",
        "label": "160",
        "long": "Country Club to Launceston City",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "161-220",
        "label": "161",
        "long": "Blackstone Heights to Launceston City",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "161-247",
        "label": "161",
        "long": "Blackstone Heights to Launceston City",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "162-220",
        "label": "162",
        "long": "Hadspen to Launceston City",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "162-247",
        "label": "162",
        "long": "Hadspen to Launceston City",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "165-220",
        "label": "165",
        "long": "Prospect Vale to Launceston City",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "165-247",
        "label": "165",
        "long": "Prospect Vale to Launceston City",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "167-220",
        "label": "167",
        "long": "Prospect Vale to Launceston City",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "167-247",
        "label": "167",
        "long": "Prospect Vale to Launceston City",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "170-204",
        "label": "170",
        "long": "West Devonport Loop",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "171-204",
        "label": "171",
        "long": "West Devonport Loop",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "172-204",
        "label": "172",
        "long": "Don College to Devonport",
        "short": "172",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "173-204",
        "label": "173",
        "long": "Splash to Devonport",
        "short": "173",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "174-204",
        "label": "174",
        "long": "Stony Rise to Devonport",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "175-204",
        "label": "175",
        "long": "East Devonport to Devonport",
        "short": "175",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "176-204",
        "label": "176",
        "long": "Ambleside to Devonport",
        "short": "176",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "178-204",
        "label": "178",
        "long": "Latrobe to Devonport",
        "short": "178",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "180-204",
        "label": "180",
        "long": "Ulverstone to Devonport",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "182-204",
        "label": "182",
        "long": "Ulverstone to West Ulverstone",
        "short": "182",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "183-204",
        "label": "183",
        "long": "Port Sorell to Devonport",
        "short": "183",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "184-204",
        "label": "184",
        "long": "Sheffield to Devonport",
        "short": "184",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "190-221",
        "label": "190",
        "long": "Ulverstone to Burnie",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "191-221",
        "label": "191",
        "long": "Emu Heights/Havenview to Burnie",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "192-221",
        "label": "192",
        "long": "Acton/Montello to Burnie",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "193-221",
        "label": "193",
        "long": "Acton/Montello to Burnie",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "194-221",
        "label": "194",
        "long": "Burnie Loop - Clockwise",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "195-221",
        "label": "195",
        "long": "Burnie Loop - Anti Clockwise",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "196-221",
        "label": "196",
        "long": "Brooklyn to Burnie",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "197-221",
        "label": "197",
        "long": "Wynyard to Burnie",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "401-224",
        "label": "401",
        "long": "Sandy Bay to Hobart",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "401-243",
        "label": "401",
        "long": "Sandy Bay to Hobart",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "402-224",
        "label": "402",
        "long": "Sandy Bay to Hobart",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "402-243",
        "label": "402",
        "long": "Sandy Bay to Hobart",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "407-224",
        "label": "407",
        "long": "Blackmans Bay to Hobart",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "407-243",
        "label": "407",
        "long": "Blackmans Bay to Hobart",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "408-224",
        "label": "408",
        "long": "Blackmans Bay to Hobart",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "408-243",
        "label": "408",
        "long": "Blackmans Bay to Hobart",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "409-224",
        "label": "409",
        "long": "Blackmans Bay to Hobart",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "409-243",
        "label": "409",
        "long": "Blackmans Bay to Hobart",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "410-224",
        "label": "410",
        "long": "Kingston to Hobart",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "410-243",
        "label": "410",
        "long": "Kingston to Hobart",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "411-224",
        "label": "411",
        "long": "Howden to Hobart",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "411-243",
        "label": "411",
        "long": "Howden to Hobart",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "412-224",
        "label": "412",
        "long": "Margate to Hobart",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "412-243",
        "label": "412",
        "long": "Margate to Hobart",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "413-224",
        "label": "413",
        "long": "Snug to Hobart",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "413-243",
        "label": "413",
        "long": "Snug to Hobart",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "415-224",
        "label": "415",
        "long": "Woodbridge to Hobart",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "415-243",
        "label": "415",
        "long": "Woodbridge to Hobart",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "416-224",
        "label": "416",
        "long": "Middleton to Hobart",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "416-243",
        "label": "416",
        "long": "Middleton to Hobart",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "417-224",
        "label": "417",
        "long": "Gordon to Hobart",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "417-243",
        "label": "417",
        "long": "Gordon to Hobart",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "422-224",
        "label": "422",
        "long": "Margate to Hobart",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "422-243",
        "label": "422",
        "long": "Margate to Hobart",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "426-224",
        "label": "426",
        "long": "Taroona to Hobart",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "426-243",
        "label": "426",
        "long": "Taroona to Hobart",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "427-224",
        "label": "427",
        "long": "Blackmans Bay to Hobart",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "427-243",
        "label": "427",
        "long": "Blackmans Bay to Hobart",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "428-224",
        "label": "428",
        "long": "Blackmans Bay to Hobart",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "428-243",
        "label": "428",
        "long": "Blackmans Bay to Hobart",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "429-224",
        "label": "429",
        "long": "Kingston to Hobart",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "429-243",
        "label": "429",
        "long": "Kingston to Hobart",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "446-224",
        "label": "446",
        "long": "Marlyn Road to Hobart",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "446-243",
        "label": "446",
        "long": "Marlyn Road to Hobart",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "447-224",
        "label": "447",
        "long": "Strickland Avenue to Hobart",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "447-243",
        "label": "447",
        "long": "Strickland Avenue to Hobart",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "448-224",
        "label": "448",
        "long": "Fern Tree to Hobart",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "448-243",
        "label": "448",
        "long": "Fern Tree to Hobart",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "449-224",
        "label": "449",
        "long": "Fern Tree to Hobart",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "449-243",
        "label": "449",
        "long": "Fern Tree to Hobart",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "457-224",
        "label": "457",
        "long": "Mount Nelson to Hobart",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "457-243",
        "label": "457",
        "long": "Mount Nelson to Hobart",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "458-224",
        "label": "458",
        "long": "Mount Nelson to Hobart",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "458-243",
        "label": "458",
        "long": "Mount Nelson to Hobart",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "500-224",
        "label": "500",
        "long": "Blackmans Bay to Glenorchy",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "500-243",
        "label": "500",
        "long": "Blackmans Bay to Glenorchy",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "501-224",
        "label": "501",
        "long": "University to Glenorchy",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "501-243",
        "label": "501",
        "long": "University to Glenorchy",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "502-224",
        "label": "502",
        "long": "Glenorchy to Hobart",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "502-243",
        "label": "502",
        "long": "Glenorchy to Hobart",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "503-224",
        "label": "503",
        "long": "Tolosa Park to Hobart",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "503-243",
        "label": "503",
        "long": "Tolosa Park to Hobart",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "504-224",
        "label": "504",
        "long": "Jackson Street to Glenorchy",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "504-243",
        "label": "504",
        "long": "Jackson Street to Glenorchy",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "510-224",
        "label": "510",
        "long": "Austins Ferry to Hobart",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "510-243",
        "label": "510",
        "long": "Austins Ferry to Hobart",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "511-224",
        "label": "511",
        "long": "Claremont to Hobart",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "511-243",
        "label": "511",
        "long": "Claremont to Hobart",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "512-224",
        "label": "512",
        "long": "Cadbury Estate to Hobart",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "512-243",
        "label": "512",
        "long": "Cadbury Estate to Hobart",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "513-224",
        "label": "513",
        "long": "Chigwell to Glenorchy",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "513-243",
        "label": "513",
        "long": "Chigwell to Glenorchy",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "520-224",
        "label": "520",
        "long": "Bridgewater to Hobart",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "520-243",
        "label": "520",
        "long": "Bridgewater to Hobart",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "521-224",
        "label": "521",
        "long": "Brighton to Bridgewater",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "521-243",
        "label": "521",
        "long": "Brighton to Bridgewater",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "522-224",
        "label": "522",
        "long": "Gagebrook to Hobart",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "522-243",
        "label": "522",
        "long": "Gagebrook to Hobart",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "530-224",
        "label": "530",
        "long": "Bridgewater to Glenorchy",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "530-243",
        "label": "530",
        "long": "Bridgewater to Glenorchy",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "540-224",
        "label": "540",
        "long": "Mount Stuart to Hobart",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "540-243",
        "label": "540",
        "long": "Mount Stuart to Hobart",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "541-224",
        "label": "541",
        "long": "Derwent Park to Hobart",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "541-243",
        "label": "541",
        "long": "Derwent Park to Hobart",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "542-224",
        "label": "542",
        "long": "Derwent Park to Glenorchy",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "542-243",
        "label": "542",
        "long": "Derwent Park to Glenorchy",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "550-224",
        "label": "550",
        "long": "Glenorchy to Hobart",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "550-243",
        "label": "550",
        "long": "Glenorchy to Hobart",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "551-224",
        "label": "551",
        "long": "Lenah Valley to Hobart",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "551-243",
        "label": "551",
        "long": "Lenah Valley to Hobart",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "552-224",
        "label": "552",
        "long": "Lenah Valley to Hobart",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "552-243",
        "label": "552",
        "long": "Lenah Valley to Hobart",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "553-224",
        "label": "553",
        "long": "Lenah Valley to Hobart",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "553-243",
        "label": "553",
        "long": "Lenah Valley to Hobart",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "560-224",
        "label": "560",
        "long": "Glenorchy to Hobart",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "560-243",
        "label": "560",
        "long": "Glenorchy to Hobart",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "561-224",
        "label": "561",
        "long": "Glenorchy to Hobart",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "561-243",
        "label": "561",
        "long": "Glenorchy to Hobart",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "562-224",
        "label": "562",
        "long": "Derwent Park to Hobart",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "562-243",
        "label": "562",
        "long": "Derwent Park to Hobart",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "601-224",
        "label": "601",
        "long": "University to Shoreline",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "601-243",
        "label": "601",
        "long": "University to Shoreline",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "605-224",
        "label": "605",
        "long": "Tranmere to Glenorchy (limited stops)",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "605-243",
        "label": "605",
        "long": "Tranmere to Glenorchy (limited stops)",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "606-224",
        "label": "606",
        "long": "Shoreline to Rosny Park",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "606-243",
        "label": "606",
        "long": "Shoreline to Rosny Park",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "614-224",
        "label": "614",
        "long": "Tranmere to Hobart",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "614-243",
        "label": "614",
        "long": "Tranmere to Hobart",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "615-224",
        "label": "615",
        "long": "Tranmere to Hobart",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "615-243",
        "label": "615",
        "long": "Tranmere to Hobart",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "616-224",
        "label": "616",
        "long": "Tranmere to Rosny Park",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "616-243",
        "label": "616",
        "long": "Tranmere to Rosny Park",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "624-224",
        "label": "624",
        "long": "Clarendon Vale to Hobart",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "624-243",
        "label": "624",
        "long": "Clarendon Vale to Hobart",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "625-224",
        "label": "625",
        "long": "Clarendon Vale to Hobart",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "625-243",
        "label": "625",
        "long": "Clarendon Vale to Hobart",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "634-224",
        "label": "634",
        "long": "Roches Beach to Hobart",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "634-243",
        "label": "634",
        "long": "Roches Beach to Hobart",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "635-224",
        "label": "635",
        "long": "Seven Mile Beach to Hobart",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "635-243",
        "label": "635",
        "long": "Seven Mile Beach to Hobart",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "646-224",
        "label": "646",
        "long": "Opossum Bay to Rosny Park",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "646-243",
        "label": "646",
        "long": "Opossum Bay to Rosny Park",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "654-224",
        "label": "654",
        "long": "Mornington to Rosny Park",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "654-243",
        "label": "654",
        "long": "Mornington to Rosny Park",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "655-224",
        "label": "655",
        "long": "Mornington to Hobart",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "655-243",
        "label": "655",
        "long": "Mornington to Hobart",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "664-224",
        "label": "664",
        "long": "Seven Mile Beach to Hobart",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "664-243",
        "label": "664",
        "long": "Seven Mile Beach to Hobart",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "665-224",
        "label": "665",
        "long": "Seven Mile Beach to Rosny Park",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "665-243",
        "label": "665",
        "long": "Seven Mile Beach to Rosny Park",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "676-224",
        "label": "676",
        "long": "Rosny Park to Hobart",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "676-243",
        "label": "676",
        "long": "Rosny Park to Hobart",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "684-224",
        "label": "684",
        "long": "Geilston Bay to Rosny Park",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "684-243",
        "label": "684",
        "long": "Geilston Bay to Rosny Park",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "685-224",
        "label": "685",
        "long": "Geilston Bay to Hobart",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "685-243",
        "label": "685",
        "long": "Geilston Bay to Hobart",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "694-224",
        "label": "694",
        "long": "Glenorchy to Rosny Park",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "694-243",
        "label": "694",
        "long": "Glenorchy to Rosny Park",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "695-224",
        "label": "695",
        "long": "Risdon Vale to Hobart",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "695-243",
        "label": "695",
        "long": "Risdon Vale to Hobart",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "696-224",
        "label": "696",
        "long": "Bridgewater to Rosny Park",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "696-243",
        "label": "696",
        "long": "Bridgewater to Rosny Park",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "700-186",
        "label": "700",
        "long": "Launceston to Hobart (limited stops)",
        "short": "700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "700-248",
        "label": "700",
        "long": "Launceston to Hobart (limited stops)",
        "short": "700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "702-186",
        "label": "702",
        "long": "Launceston to Hobart",
        "short": "702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "702-248",
        "label": "702",
        "long": "Launceston to Hobart",
        "short": "702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "705-186",
        "label": "705",
        "long": "Devonport to Launceston",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "705-248",
        "label": "705",
        "long": "Devonport to Launceston",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "708-204",
        "label": "708",
        "long": "NW Express Burnie to Devonport",
        "short": "708",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "709-213",
        "label": "709",
        "long": "Hobart College to Kingston",
        "short": "709",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "710-213",
        "label": "710",
        "long": "Hobart to Huonville",
        "short": "710",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "711-213",
        "label": "711",
        "long": "Kingston to Ranelagh",
        "short": "711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "712-213",
        "label": "712",
        "long": "Ranelagh to Hobart",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "714-213",
        "label": "714",
        "long": "Cygnet to Hobart",
        "short": "714",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "715-213",
        "label": "715",
        "long": "Cygnet to Kingston",
        "short": "715",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "716-213",
        "label": "716",
        "long": "Geeveston to Hobart",
        "short": "716",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "718-213",
        "label": "718",
        "long": "Dover to Hobart",
        "short": "718",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "719-213",
        "label": "719",
        "long": "Dover to Hobart",
        "short": "719",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "720-192",
        "label": "720",
        "long": "New Norfolk to Glenorchy",
        "short": "720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "720-244",
        "label": "720",
        "long": "New Norfolk to Glenorchy",
        "short": "720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "722-192",
        "label": "722",
        "long": "New Norfolk to Hobart",
        "short": "722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "722-244",
        "label": "722",
        "long": "New Norfolk to Hobart",
        "short": "722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "725-213",
        "label": "725",
        "long": "Richmond to Hobart",
        "short": "725",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "726-213",
        "label": "726",
        "long": "Campania to Hobart",
        "short": "726",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "731-192",
        "label": "731",
        "long": "Sorell to Hobart",
        "short": "731",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "731-244",
        "label": "731",
        "long": "Sorell to Hobart",
        "short": "731",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "732-192",
        "label": "732",
        "long": "Carlton to Hobart",
        "short": "732",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "732-244",
        "label": "732",
        "long": "Carlton to Hobart",
        "short": "732",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "734-213",
        "label": "734",
        "long": "Nubeena to Hobart",
        "short": "734",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "736-213",
        "label": "736",
        "long": "Swansea to Hobart",
        "short": "736",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "737-213",
        "label": "737",
        "long": "Bicheno to Hobart",
        "short": "737",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "740-199",
        "label": "740",
        "long": "St Helens to Launceston",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "742-199",
        "label": "742",
        "long": "St Marys to Bicheno",
        "short": "742",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "743-199",
        "label": "743",
        "long": "Coles Bay to Bicheno",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "744-199",
        "label": "744",
        "long": "Coles Bay to St Helens",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "745-199",
        "label": "745",
        "long": "Coles Bay to St Marys",
        "short": "745",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "746-199",
        "label": "746",
        "long": "Bicheno to St Helens",
        "short": "746",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "747-203",
        "label": "747",
        "long": "West Coast to Burnie",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "748-203",
        "label": "748",
        "long": "Strahan to Quenstown",
        "short": "748",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "762-186",
        "label": "762",
        "long": "Mole Creek to Launceston",
        "short": "762",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "762-248",
        "label": "762",
        "long": "Mole Creek to Launceston",
        "short": "762",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF40",
        "color_name": "green",
        "has_shape": true,
        "id": "768-204",
        "label": "768",
        "long": "Smithton to Burnie",
        "short": "768",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "770-186",
        "label": "770",
        "long": "George Town to Launceston",
        "short": "770",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FF80",
        "color_name": "gray",
        "has_shape": true,
        "id": "770-248",
        "label": "770",
        "long": "George Town to Launceston",
        "short": "770",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "771-186",
        "label": "771",
        "long": "Low Head to Launceston",
        "short": "771",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "771-248",
        "label": "771",
        "long": "Low Head to Launceston",
        "short": "771",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "772-186",
        "label": "772",
        "long": "Low Head to Launceston",
        "short": "772",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "772-248",
        "label": "772",
        "long": "Low Head to Launceston",
        "short": "772",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "775-186",
        "label": "775",
        "long": "Scottsdale to Launceston",
        "short": "775",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "775-248",
        "label": "775",
        "long": "Scottsdale to Launceston",
        "short": "775",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "776-186",
        "label": "776",
        "long": "Bridport to Launceston",
        "short": "776",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "776-248",
        "label": "776",
        "long": "Bridport to Launceston",
        "short": "776",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "777-186",
        "label": "777",
        "long": "Derby to Launceston",
        "short": "777",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "777-248",
        "label": "777",
        "long": "Derby to Launceston",
        "short": "777",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "780-223",
        "label": "780",
        "long": "Legana to Launceston",
        "short": "780",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "780-246",
        "label": "780",
        "long": "Legana to Launceston",
        "short": "780",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "781-223",
        "label": "781",
        "long": "North Riverside to Launceston",
        "short": "781",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "781-246",
        "label": "781",
        "long": "North Riverside to Launceston",
        "short": "781",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "782-223",
        "label": "782",
        "long": "Legana to Launceston",
        "short": "782",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "782-246",
        "label": "782",
        "long": "Legana to Launceston",
        "short": "782",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "784-223",
        "label": "784",
        "long": "Rowella to Launceston",
        "short": "784",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "784-246",
        "label": "784",
        "long": "Rowella to Launceston",
        "short": "784",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "785-223",
        "label": "785",
        "long": "Exeter to Launceston",
        "short": "785",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "785-246",
        "label": "785",
        "long": "Exeter to Launceston",
        "short": "785",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "787-223",
        "label": "787",
        "long": "Beaconsfield to Launceston",
        "short": "787",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "787-246",
        "label": "787",
        "long": "Beaconsfield to Launceston",
        "short": "787",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF80",
        "color_name": "teal",
        "has_shape": true,
        "id": "788-223",
        "label": "788",
        "long": "Beauty Point to Launceston",
        "short": "788",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF80",
        "color_name": "teal",
        "has_shape": true,
        "id": "788-246",
        "label": "788",
        "long": "Beauty Point to Launceston",
        "short": "788",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "792-205",
        "label": "792",
        "long": "Evandale to Launceston",
        "short": "792",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "794-205",
        "label": "794",
        "long": "Longford to Launceston",
        "short": "794",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "795-205",
        "label": "795",
        "long": "Cressy to Launceston",
        "short": "795",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "796-205",
        "label": "796",
        "long": "Cressy to Launceston",
        "short": "796",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "F2-201",
        "label": "F2",
        "long": "Derwent Ferry",
        "short": "F2",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X01-224",
        "label": "X01",
        "long": "Huntingfield to Hobart express",
        "short": "X01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X01-243",
        "label": "X01",
        "long": "Huntingfield to Hobart express",
        "short": "X01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X02-224",
        "label": "X02",
        "long": "Glenorchy to Hobart express",
        "short": "X02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X02-243",
        "label": "X02",
        "long": "Glenorchy to Hobart express",
        "short": "X02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X07-224",
        "label": "X07",
        "long": "Blackmans Bay to Hobart express",
        "short": "X07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X07-243",
        "label": "X07",
        "long": "Blackmans Bay to Hobart express",
        "short": "X07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X08-224",
        "label": "X08",
        "long": "Huntingfield to Hobart express",
        "short": "X08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X08-243",
        "label": "X08",
        "long": "Huntingfield to Hobart express",
        "short": "X08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X10-224",
        "label": "X10",
        "long": "Granton to Hobart express",
        "short": "X10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X10-243",
        "label": "X10",
        "long": "Granton to Hobart express",
        "short": "X10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X11-224",
        "label": "X11",
        "long": "Claremont to Hobart express",
        "short": "X11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X11-243",
        "label": "X11",
        "long": "Claremont to Hobart express",
        "short": "X11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X13-224",
        "label": "X13",
        "long": "Snug to Hobart express",
        "short": "X13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X13-243",
        "label": "X13",
        "long": "Snug to Hobart express",
        "short": "X13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X15-224",
        "label": "X15",
        "long": "Tranmere to Hobart express",
        "short": "X15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X15-243",
        "label": "X15",
        "long": "Tranmere to Hobart express",
        "short": "X15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X16-224",
        "label": "X16",
        "long": "Tranmere to Hobart express",
        "short": "X16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X16-243",
        "label": "X16",
        "long": "Tranmere to Hobart express",
        "short": "X16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X20-224",
        "label": "X20",
        "long": "Bridgewater to Hobart express",
        "short": "X20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X20-243",
        "label": "X20",
        "long": "Bridgewater to Hobart express",
        "short": "X20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X21-224",
        "label": "X21",
        "long": "Brighton to Hobart express",
        "short": "X21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X21-243",
        "label": "X21",
        "long": "Brighton to Hobart express",
        "short": "X21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X22-192",
        "label": "X22",
        "long": "New Norfolk to Hobart express",
        "short": "X22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X22-244",
        "label": "X22",
        "long": "New Norfolk to Hobart express",
        "short": "X22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X23-192",
        "label": "X23",
        "long": "New Norfolk to Hobart super express",
        "short": "X23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X23-244",
        "label": "X23",
        "long": "New Norfolk to Hobart super express",
        "short": "X23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X30-224",
        "label": "X30",
        "long": "Bridgewater to Hobart express",
        "short": "X30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X30-243",
        "label": "X30",
        "long": "Bridgewater to Hobart express",
        "short": "X30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X31-192",
        "label": "X31",
        "long": "Sorell to Hobart express",
        "short": "X31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X31-244",
        "label": "X31",
        "long": "Sorell to Hobart express",
        "short": "X31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X32-192",
        "label": "X32",
        "long": "Carlton to Hobart express",
        "short": "X32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X32-244",
        "label": "X32",
        "long": "Carlton to Hobart express",
        "short": "X32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X33-192",
        "label": "X33",
        "long": "Hobart to Sorell express",
        "short": "X33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "X33-244",
        "label": "X33",
        "long": "Hobart to Sorell express",
        "short": "X33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X34-224",
        "label": "X34",
        "long": "Roches Beach to Hobart express",
        "short": "X34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X34-243",
        "label": "X34",
        "long": "Roches Beach to Hobart express",
        "short": "X34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X42-224",
        "label": "X42",
        "long": "Glenorchy to Hobart express",
        "short": "X42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X42-243",
        "label": "X42",
        "long": "Glenorchy to Hobart express",
        "short": "X42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X44-224",
        "label": "X44",
        "long": "Opossum Bay to Hobart express",
        "short": "X44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X44-243",
        "label": "X44",
        "long": "Opossum Bay to Hobart express",
        "short": "X44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X50-224",
        "label": "X50",
        "long": "Glenorchy to Hobart express",
        "short": "X50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X50-243",
        "label": "X50",
        "long": "Glenorchy to Hobart express",
        "short": "X50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X58-224",
        "label": "X58",
        "long": "Mount Nelson to Hobart express",
        "short": "X58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X58-243",
        "label": "X58",
        "long": "Mount Nelson to Hobart express",
        "short": "X58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X64-224",
        "label": "X64",
        "long": "Seven Mile Beach to Hobart express",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X64-243",
        "label": "X64",
        "long": "Seven Mile Beach to Hobart express",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X65-224",
        "label": "X65",
        "long": "Seven Mile Beach to Hobart express",
        "short": "X65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "X65-243",
        "label": "X65",
        "long": "Seven Mile Beach to Hobart express",
        "short": "X65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "X710-213",
        "label": "X710",
        "long": "Huonville to Hobart express",
        "short": "X710",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 3436,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-06",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2765,
      "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": 20.1,
      "rank": 1,
      "severity": "WARNING",
      "what": "2765 of 3436 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": 15280,
      "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": "15280 of 15280 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle 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"
}
