{
  "agency": {
    "country": "CA",
    "id": "rtc-quebec",
    "name": "R\u00e9seau de transport de la Capitale (RTC)",
    "subdivision_code": "CA-QC",
    "subdivision_name": "Quebec"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 41.0,
          "stops_marked_accessible_pct": 40.7,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 40.7,
          "trips_stated_pct": 41.6
        },
        "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": 10.2,
          "wheelchair_trips": 6.2
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4363,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 63810,
        "wheelchair_accessible_pct": 41.6,
        "wheelchair_boarding_pct": 40.7,
        "wheelchair_marked_accessible_pct": 40.7,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2587,
          "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": 14.8,
          "severity": "WARNING",
          "what": "2587 of 4363 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": 37267,
          "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": 8.8,
          "severity": "WARNING",
          "what": "37267 of 63810 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 53.9,
      "status": "measured",
      "summary": "41% of stops state wheelchair accessibility (41% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 1098
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "unused_shape",
          "count": 845,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "stop_without_stop_time",
          "count": 245,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (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": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        }
      ],
      "name": "correctness",
      "score": 68.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 1098 instances (0 error, 1098 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 33,
        "effective_expiry_date": "2026-08-21",
        "feed_end_date": "2026-08-21",
        "feed_start_date": "2026-07-18",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-08-21",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 55.0,
      "status": "measured",
      "summary": "Service data covers the next 33 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 33 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 41% of stops and 42% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 41% of stops and 42% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Creative Commons Attribution 4.0 (CC BY 4.0); published through Donn\u00e9es Qu\u00e9bec. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "81ec28e8015c8c2f32b3cc75771139de195a3d302d264349811bb77e55ff46c1",
    "size_bytes": 29179664,
    "static_url": "https://cdn.rtcquebec.ca/Site_Internet/DonneesOuvertes/googletransit.zip"
  },
  "fetch": {
    "final_url": "https://cdn.rtcquebec.ca/Site_Internet/DonneesOuvertes/googletransit.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-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -71.47212,
      46.73469,
      -71.14927,
      46.93848
    ],
    "lat": 46.83549,
    "lon": -71.29726,
    "stop_count": 4363
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 182,
        "trip_count": 63810,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 182,
    "trip_count": 63810
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 0.3,
    "margin_to_next_band": 9.7,
    "score": 60.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1510,
      "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": "1510 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Champlain/1005\", \"Champlain/1006\", \"Champlain/1007\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 4363,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 245,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "245 of 4363 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 245,
    "single_stop_trips": 0,
    "trips_total": 63810
  },
  "route_map": {
    "drawn_route_count": 121,
    "has_shapes": true,
    "path": "data/artifacts/rtc-quebec/geometry.geojson",
    "route_count": 182,
    "routes": [
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-1",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-107",
        "label": "107",
        "long": "",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-11",
        "label": "11",
        "long": "",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-11G",
        "label": "11G",
        "long": "",
        "short": "11G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-12",
        "label": "12",
        "long": "",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-13",
        "label": "13",
        "long": "",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-133",
        "label": "133",
        "long": "",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-136",
        "label": "136",
        "long": "",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-13A",
        "label": "13A",
        "long": "",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-13B",
        "label": "13B",
        "long": "",
        "short": "13B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-13D",
        "label": "13D",
        "long": "",
        "short": "13D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-14",
        "label": "14",
        "long": "",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-14A",
        "label": "14A",
        "long": "",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-14G",
        "label": "14G",
        "long": "",
        "short": "14G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-15",
        "label": "15",
        "long": "",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-15A",
        "label": "15A",
        "long": "",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-15B",
        "label": "15B",
        "long": "",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-16",
        "label": "16",
        "long": "",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-18",
        "label": "18",
        "long": "",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-185",
        "label": "185",
        "long": "",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-19",
        "label": "19",
        "long": "",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-214",
        "label": "214",
        "long": "",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-215",
        "label": "215",
        "long": "",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-22",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-230",
        "label": "230",
        "long": "",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-236",
        "label": "236",
        "long": "",
        "short": "236",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-238",
        "label": "238",
        "long": "",
        "short": "238",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-239",
        "label": "239",
        "long": "",
        "short": "239",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-25",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-250",
        "label": "250",
        "long": "",
        "short": "250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-251",
        "label": "251",
        "long": "",
        "short": "251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-253",
        "label": "253",
        "long": "",
        "short": "253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-254",
        "label": "254",
        "long": "",
        "short": "254",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-255",
        "label": "255",
        "long": "",
        "short": "255",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-257",
        "label": "257",
        "long": "",
        "short": "257",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-258",
        "label": "258",
        "long": "",
        "short": "258",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-25G",
        "label": "25G",
        "long": "",
        "short": "25G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-270",
        "label": "270",
        "long": "",
        "short": "270",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-272",
        "label": "272",
        "long": "",
        "short": "272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-273",
        "label": "273",
        "long": "",
        "short": "273",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-274",
        "label": "274",
        "long": "",
        "short": "274",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-277",
        "label": "277",
        "long": "",
        "short": "277",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-279",
        "label": "279",
        "long": "",
        "short": "279",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-28",
        "label": "28",
        "long": "",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-280",
        "label": "280",
        "long": "",
        "short": "280",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-281",
        "label": "281",
        "long": "",
        "short": "281",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-282",
        "label": "282",
        "long": "",
        "short": "282",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-283",
        "label": "283",
        "long": "",
        "short": "283",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-284",
        "label": "284",
        "long": "",
        "short": "284",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-289",
        "label": "289",
        "long": "",
        "short": "289",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-29",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-290",
        "label": "290",
        "long": "",
        "short": "290",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-291",
        "label": "291",
        "long": "",
        "short": "291",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-292",
        "label": "292",
        "long": "",
        "short": "292",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-294",
        "label": "294",
        "long": "",
        "short": "294",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-3",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-31",
        "label": "31",
        "long": "",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-315",
        "label": "315",
        "long": "",
        "short": "315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-32",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-33",
        "label": "33",
        "long": "",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-330",
        "label": "330",
        "long": "",
        "short": "330",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-331",
        "label": "331",
        "long": "",
        "short": "331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-332",
        "label": "332",
        "long": "",
        "short": "332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-336",
        "label": "336",
        "long": "",
        "short": "336",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-337",
        "label": "337",
        "long": "",
        "short": "337",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-338",
        "label": "338",
        "long": "",
        "short": "338",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-34",
        "label": "34",
        "long": "",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-344",
        "label": "344",
        "long": "",
        "short": "344",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-350",
        "label": "350",
        "long": "",
        "short": "350",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-354",
        "label": "354",
        "long": "",
        "short": "354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-355",
        "label": "355",
        "long": "",
        "short": "355",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-358",
        "label": "358",
        "long": "",
        "short": "358",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-36",
        "label": "36",
        "long": "",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-370",
        "label": "370",
        "long": "",
        "short": "370",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-372",
        "label": "372",
        "long": "",
        "short": "372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-374",
        "label": "374",
        "long": "",
        "short": "374",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-377",
        "label": "377",
        "long": "",
        "short": "377",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-380",
        "label": "380",
        "long": "",
        "short": "380",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-381",
        "label": "381",
        "long": "",
        "short": "381",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-382",
        "label": "382",
        "long": "",
        "short": "382",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-384",
        "label": "384",
        "long": "",
        "short": "384",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-39",
        "label": "39",
        "long": "",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-391",
        "label": "391",
        "long": "",
        "short": "391",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-3A",
        "label": "3A",
        "long": "",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-4",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-400",
        "label": "400",
        "long": "",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-402",
        "label": "402",
        "long": "",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-405",
        "label": "405",
        "long": "",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-410",
        "label": "410",
        "long": "",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-420",
        "label": "420",
        "long": "",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-430",
        "label": "430",
        "long": "",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-450",
        "label": "450",
        "long": "",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1-460",
        "label": "460",
        "long": "",
        "short": "460",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-51",
        "label": "51",
        "long": "",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-52",
        "label": "52",
        "long": "",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-53",
        "label": "53",
        "long": "",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-530",
        "label": "530",
        "long": "",
        "short": "530",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-536",
        "label": "536",
        "long": "",
        "short": "536",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-537",
        "label": "537",
        "long": "",
        "short": "537",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-538",
        "label": "538",
        "long": "",
        "short": "538",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-54",
        "label": "54",
        "long": "",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-54A",
        "label": "54A",
        "long": "",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-54G",
        "label": "54G",
        "long": "",
        "short": "54G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-55",
        "label": "55",
        "long": "",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-550",
        "label": "550",
        "long": "",
        "short": "550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-554",
        "label": "554",
        "long": "",
        "short": "554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-555",
        "label": "555",
        "long": "",
        "short": "555",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-558",
        "label": "558",
        "long": "",
        "short": "558",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-55A",
        "label": "55A",
        "long": "",
        "short": "55A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-55G",
        "label": "55G",
        "long": "",
        "short": "55G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-56",
        "label": "56",
        "long": "",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-57",
        "label": "57",
        "long": "",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-570",
        "label": "570",
        "long": "",
        "short": "570",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-572",
        "label": "572",
        "long": "",
        "short": "572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-574",
        "label": "574",
        "long": "",
        "short": "574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": false,
        "id": "1-577",
        "label": "577",
        "long": "",
        "short": "577",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-58",
        "label": "58",
        "long": "",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-580",
        "label": "580",
        "long": "",
        "short": "580",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-581",
        "label": "581",
        "long": "",
        "short": "581",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-582",
        "label": "582",
        "long": "",
        "short": "582",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-584",
        "label": "584",
        "long": "",
        "short": "584",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-59",
        "label": "59",
        "long": "",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-61",
        "label": "61",
        "long": "",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-630",
        "label": "630",
        "long": "",
        "short": "630",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-64",
        "label": "64",
        "long": "",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-65",
        "label": "65",
        "long": "",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-650",
        "label": "650",
        "long": "",
        "short": "650",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E04503",
        "color_name": "red",
        "has_shape": true,
        "id": "1-690",
        "label": "690",
        "long": "",
        "short": "690",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-70",
        "label": "70",
        "long": "",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-72",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-74",
        "label": "74",
        "long": "",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-75",
        "label": "75",
        "long": "",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-76",
        "label": "76",
        "long": "",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-77",
        "label": "77",
        "long": "",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-79",
        "label": "79",
        "long": "",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-79B",
        "label": "79B",
        "long": "",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-79G",
        "label": "79G",
        "long": "",
        "short": "79G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-80",
        "label": "80",
        "long": "",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-800",
        "label": "800",
        "long": "",
        "short": "800",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-801",
        "label": "801",
        "long": "",
        "short": "801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-802",
        "label": "802",
        "long": "",
        "short": "802",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-803",
        "label": "803",
        "long": "",
        "short": "803",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-804",
        "label": "804",
        "long": "",
        "short": "804",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-805",
        "label": "805",
        "long": "",
        "short": "805",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1-807",
        "label": "807",
        "long": "",
        "short": "807",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-80A",
        "label": "80A",
        "long": "",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-80G",
        "label": "80G",
        "long": "",
        "short": "80G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-81",
        "label": "81",
        "long": "",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-82",
        "label": "82",
        "long": "",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-82A",
        "label": "82A",
        "long": "",
        "short": "82A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-82D",
        "label": "82D",
        "long": "",
        "short": "82D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-82M",
        "label": "82M",
        "long": "",
        "short": "82M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-84",
        "label": "84",
        "long": "",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-84G",
        "label": "84G",
        "long": "",
        "short": "84G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-85",
        "label": "85",
        "long": "",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-86",
        "label": "86",
        "long": "",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-86G",
        "label": "86G",
        "long": "",
        "short": "86G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-88",
        "label": "88",
        "long": "",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-9",
        "label": "9",
        "long": "",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-90",
        "label": "90",
        "long": "",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-904",
        "label": "904",
        "long": "",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-907",
        "label": "907",
        "long": "",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-90G",
        "label": "90G",
        "long": "",
        "short": "90G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-91",
        "label": "91",
        "long": "",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": false,
        "id": "1-915",
        "label": "915",
        "long": "",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-92",
        "label": "92",
        "long": "",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-925",
        "label": "925",
        "long": "",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": false,
        "id": "1-92A",
        "label": "92A",
        "long": "",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-93",
        "label": "93",
        "long": "",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-931",
        "label": "931",
        "long": "",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-936",
        "label": "936",
        "long": "",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-94",
        "label": "94",
        "long": "",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-950",
        "label": "950",
        "long": "",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-954",
        "label": "954",
        "long": "",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "013888",
        "color_name": "teal",
        "has_shape": true,
        "id": "1-96",
        "label": "96",
        "long": "",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-972",
        "label": "972",
        "long": "",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-980",
        "label": "980",
        "long": "",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-982",
        "label": "982",
        "long": "",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-984",
        "label": "984",
        "long": "",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-991",
        "label": "991",
        "long": "",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A171B",
        "color_name": "black",
        "has_shape": true,
        "id": "1-992",
        "label": "992",
        "long": "",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1-999",
        "label": "999",
        "long": "",
        "short": "999",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4363,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "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": 1,
      "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_wheelchair_boarding_unknown",
      "count": 2587,
      "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": 14.8,
      "rank": 2,
      "severity": "WARNING",
      "what": "2587 of 4363 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": 37267,
      "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": 8.8,
      "rank": 3,
      "severity": "WARNING",
      "what": "37267 of 63810 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
