{
  "agency": {
    "country": "FR",
    "id": "fr-pan-80419",
    "name": "R\u00e9seau interurbain Fluo Grand-Est - Haut-Rhin (68)",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.1,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.1,
          "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": 14.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 93.2,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2817,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2349,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.1,
        "wheelchair_marked_accessible_pct": 0.1,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2815,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "2815 of 2817 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": 2349,
          "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": "2349 of 2349 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_stop_names_all_caps",
          "count": 191,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "About 191 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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."
        },
        {
          "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 connecting entrances, platforms, and any elevators, with a level for each.",
          "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": 36.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 1,
          "INFO": 286,
          "WARNING": 11135
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 1,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 6575,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 2493,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1257,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "unexpected_enum_value",
          "count": 365,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 264,
          "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": 8.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": "leading_or_trailing_whitespaces",
          "count": 150,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "expired_calendar",
          "count": 28,
          "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": "route_color_contrast",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "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": "big_gap_in_service",
          "count": 286,
          "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": 1.0,
          "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": 25.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 11422 instances (1 error, 11135 warning, 286 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-06-04",
        "feed_version": "20260604",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "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 160 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Fluo Grand Est and the update date.",
    "reachable": true,
    "sha256": "da61482125ce9079115cb2babd87e2409f836b902c5f58e9abc6cce0af430703",
    "size_bytes": 8954271,
    "static_url": "https://transport.data.gouv.fr/resources/80419/download"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=CG68",
    "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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      6.73587,
      47.44052,
      7.87663,
      48.28302
    ],
    "lat": 47.85532,
    "lon": 7.28089,
    "stop_count": 2817
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 365,
        "trip_count": 2349,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 365,
    "trip_count": 2349
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.3,
    "margin_to_next_band": 12.7,
    "score": 47.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 129,
      "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": "129 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (R054, R034, R033, R010, R023, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 88,
      "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": "88 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"WINTZENHEIM - Logelbach / Hirn\", \"OLTINGUE - Poste / CMDP\", \"OLTINGUE - Poste / CMDP\", 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."
    },
    {
      "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 whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1446,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2349
  },
  "route_map": {
    "drawn_route_count": 365,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-80419/geometry.geojson",
    "route_count": 365,
    "routes": [
      {
        "color": "33AC1E",
        "color_name": "green",
        "has_shape": true,
        "id": "1001323",
        "label": "S620",
        "long": "MAGNY / MONTREUX-CHATEAU",
        "short": "S620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8B522",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1002505",
        "label": "S100",
        "long": "ROMBACH / LIEPVRE / STE-MARIE-AUX-MINES",
        "short": "S100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F4C2C2",
        "color_name": "white",
        "has_shape": true,
        "id": "1002526",
        "label": "E551",
        "long": "HATTSTATT / GUEBERSCHWIHR",
        "short": "E551",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDD9B9",
        "color_name": "white",
        "has_shape": true,
        "id": "1002527",
        "label": "E552",
        "long": "OBERENTZEN / OBERHERGHEIM",
        "short": "E552",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E7E6F4",
        "color_name": "white",
        "has_shape": true,
        "id": "1002529",
        "label": "E561",
        "long": "MUNCHHOUSE / ROGGENHOUSE",
        "short": "E561",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C0DEBF",
        "color_name": "white",
        "has_shape": true,
        "id": "1002565",
        "label": "E571",
        "long": "MURBACH / BUHL",
        "short": "E571",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C3E6F7",
        "color_name": "white",
        "has_shape": true,
        "id": "1002566",
        "label": "E572",
        "long": "WUENHEIM / JUNGHOLTZ",
        "short": "E572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FEF9CE",
        "color_name": "white",
        "has_shape": true,
        "id": "1002569",
        "label": "E562",
        "long": "MEYENHEIM / MUNWILLER",
        "short": "E562",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8BFD8",
        "color_name": "white",
        "has_shape": true,
        "id": "1002570",
        "label": "E581",
        "long": "WILDENSTEIN / KRUTH",
        "short": "E581",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFF6E2",
        "color_name": "white",
        "has_shape": true,
        "id": "1002571",
        "label": "E582",
        "long": "GOLDBACH-ALTENBACH / WILLER-SUR-THUR",
        "short": "E582",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FAF7D4",
        "color_name": "white",
        "has_shape": true,
        "id": "1002585",
        "label": "E573",
        "long": "RIMBACH-PRES-GUEBWILLER / JUNGHOLTZ",
        "short": "E573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E9D4C6",
        "color_name": "white",
        "has_shape": true,
        "id": "1002586",
        "label": "E583",
        "long": "URBES / FELLERING",
        "short": "E583",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DFECD1",
        "color_name": "white",
        "has_shape": true,
        "id": "1002587",
        "label": "E593",
        "long": "SOPPE-LE-BAS / LE HAUT SOULTZBACH",
        "short": "E593",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F8C5D1",
        "color_name": "white",
        "has_shape": true,
        "id": "1002588",
        "label": "E594",
        "long": "RODEREN / BOURBACH-LE-BAS",
        "short": "E594",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ADD8E5",
        "color_name": "white",
        "has_shape": true,
        "id": "1002589",
        "label": "E595",
        "long": "LEIMBACH / RAMMERSMATT",
        "short": "E595",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DD0A7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002590",
        "label": "R040",
        "long": "GUEBWILLER / ROUFFACH",
        "short": "R040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5EAC3C",
        "color_name": "green",
        "has_shape": true,
        "id": "1002591",
        "label": "R031",
        "long": "OSENBACH / SOULTZMATT / ROUFFACH",
        "short": "R031",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "985F9F",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002592",
        "label": "R030",
        "long": "ROUFFACH / EGUISHEIM / COLMAR",
        "short": "R030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B843F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002593",
        "label": "R041",
        "long": "FESSENHEIM / GUEBWILLER",
        "short": "R041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56412",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002594",
        "label": "R042",
        "long": "LINTHAL / GUEBWILLER",
        "short": "R042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "54BABC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002595",
        "label": "R043",
        "long": "STEINBACH / CERNAY / GUEBWILLER",
        "short": "R043",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E25395",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002596",
        "label": "R054",
        "long": "GUEBWILLER / BOLLWILLER / MULHOUSE",
        "short": "R054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4E",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002598",
        "label": "R032",
        "long": "ENSISHEIM / MUNWILLER / COLMAR",
        "short": "R032",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA7A11",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002599",
        "label": "R056",
        "long": "ENSISHEIM / MULHOUSE",
        "short": "R056",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2FA8E5",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002600",
        "label": "R034",
        "long": "THANN / MASEVAUX-NIEDERBRUCK",
        "short": "R034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0013",
        "color_name": "red",
        "has_shape": true,
        "id": "1002606",
        "label": "R058",
        "long": "SEWEN / MASEVAUX-NIEDERBRUCK / MULHOUSE",
        "short": "R058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F207D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002607",
        "label": "R059",
        "long": "THANN / WITTELSHEIM / MULHOUSE",
        "short": "R059",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B3DEE3",
        "color_name": "white",
        "has_shape": true,
        "id": "1002645",
        "label": "E592",
        "long": "PETITE DOLLER",
        "short": "E592",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1002665",
        "label": "S301",
        "long": "HIRTZFELDEN / FESSENHEIM",
        "short": "S301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1002668",
        "label": "S304",
        "long": "DESSENHEIM / FESSENHEIM",
        "short": "S304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1002669",
        "label": "S305",
        "long": "NAMBSHEIM / FESSENHEIM",
        "short": "S305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3A31A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1002670",
        "label": "S501",
        "long": "WATTWILLER / CERNAY",
        "short": "S501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3A31A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1002671",
        "label": "S502",
        "long": "THANN / STEINBACH / CERNAY",
        "short": "S502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC064B",
        "color_name": "red",
        "has_shape": true,
        "id": "1002672",
        "label": "S402",
        "long": "MURBACH / BUHL",
        "short": "S402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC064B",
        "color_name": "red",
        "has_shape": true,
        "id": "1002673",
        "label": "S401",
        "long": "LINTHAL / LAUTENBACH / BUHL",
        "short": "S401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002674",
        "label": "S410",
        "long": "BOLLWILLER / GUEBWILLER",
        "short": "S410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002685",
        "label": "S444",
        "long": "ORSCHWIHR / GUEBWILLER",
        "short": "S444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002686",
        "label": "S470",
        "long": "LINTHAL / ISSENHEIM",
        "short": "S470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002687",
        "label": "S471",
        "long": "GUEBWILLER / ISSENHEIM",
        "short": "S471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002688",
        "label": "S472",
        "long": "WINTZFELDEN / ISSENHEIM",
        "short": "S472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002689",
        "label": "S473",
        "long": "UFFHOLTZ / ISSENHEIM",
        "short": "S473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002690",
        "label": "S474",
        "long": "JUNGHOLTZ / ISSENHEIM",
        "short": "S474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002691",
        "label": "S475",
        "long": "CERNAY / ISSENHEIM",
        "short": "S475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002692",
        "label": "S476",
        "long": "VIEUX-THANN / ISSENHEIM",
        "short": "S476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002693",
        "label": "S477",
        "long": "CERNAY / STAFFELFELDEN / ISSENHEIM",
        "short": "S477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002694",
        "label": "S478",
        "long": "WITTELSHEIM / STAFFELFELDEN / ISSENHEIM",
        "short": "S478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002695",
        "label": "S479",
        "long": "RICHWILLER / WITTELSHEIM / ISSENHEIM",
        "short": "S479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002696",
        "label": "S480",
        "long": "WITTELSHEIM / ISSENHEIM",
        "short": "S480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002697",
        "label": "S481",
        "long": "SAUSHEIM / ISSENHEIM",
        "short": "S481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002698",
        "label": "S482",
        "long": "WITTENHEIM / ISSENHEIM",
        "short": "S482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002699",
        "label": "S483",
        "long": "ILLZACH KINGERSHEIM / ISSENHEIM",
        "short": "S483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002700",
        "label": "S484",
        "long": "WITTENHEIM / RUELISHEIM / ISSENHEIM",
        "short": "S484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002701",
        "label": "S485",
        "long": "BALDERSHEIM / ISSENHEIM",
        "short": "S485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002702",
        "label": "S486",
        "long": "ENSISHEIM / ISSENHEIM",
        "short": "S486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002703",
        "label": "S487",
        "long": "REGUISHEIM / ISSENHEIM",
        "short": "S487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002704",
        "label": "S488",
        "long": "ENSISHEIM / UNGERSHEIM / ISSENHEIM",
        "short": "S488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002705",
        "label": "S489",
        "long": "ENSISHEIM / ISSENHEIM",
        "short": "S489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002706",
        "label": "S490",
        "long": "BOLLWILLER / FELDKICH / ISSENHEIM",
        "short": "S490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1002707",
        "label": "S491",
        "long": "BOLLWILLER / SOULTZ / ISSENHEIM",
        "short": "S491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002709",
        "label": "S310",
        "long": "PULVERSHEIM / ENSISHEIM",
        "short": "S310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002710",
        "label": "S313",
        "long": "NIEDERENTZEN / ENSISHEIM",
        "short": "S313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0044AA",
        "color_name": "blue",
        "has_shape": true,
        "id": "1002726",
        "label": "S505",
        "long": "WATTWILLER / CERNAY / WITTELSHEIM",
        "short": "S505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002745",
        "label": "S330",
        "long": "NIEDERENTZEN / OBERENTZEN / ROUFFACH",
        "short": "S330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002746",
        "label": "S331",
        "long": "ROGGENHOUSE / ROUFFACH",
        "short": "S331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002747",
        "label": "S332",
        "long": "RICHWILLER / ROUFFACH",
        "short": "S332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002748",
        "label": "S333",
        "long": "PFASTATT / ROUFFACH",
        "short": "S333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002749",
        "label": "S334",
        "long": "THANN / ROUFFACH",
        "short": "S334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002765",
        "label": "S335",
        "long": "GEISWASSER / ROUFFACH",
        "short": "S335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002766",
        "label": "S336",
        "long": "CHALAMPE / ROUFFACH",
        "short": "S336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002767",
        "label": "S337",
        "long": "BALDERSHEIM / ROUFFACH",
        "short": "S337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002768",
        "label": "S338",
        "long": "PULVERSHEIM / ROUFFACH",
        "short": "S338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002785",
        "label": "S311",
        "long": "UNGERSHEIM / ENSISHEIM",
        "short": "S311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002786",
        "label": "S312",
        "long": "MEYENHEIM / REGUISHEIM / ENSISHEIM",
        "short": "S312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002787",
        "label": "S314",
        "long": "NIEDERHERGHEIM / ENSISHEIM",
        "short": "S314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002788",
        "label": "S350",
        "long": "VIEUX-FERRETTE / ROUFFACH",
        "short": "S350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002789",
        "label": "S351",
        "long": "BURNHAUPT-LE-BAS / ROUFFACH",
        "short": "S351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002790",
        "label": "S353",
        "long": "WITTENHEIM / ROUFFACH",
        "short": "S353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002791",
        "label": "S352",
        "long": "ST-HIPPOLYTE / ROUFFACH",
        "short": "S352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002792",
        "label": "S323",
        "long": "ROUFFACH",
        "short": "S323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002793",
        "label": "S322",
        "long": "SOULTZMATT / WESTHALTEN / ROUFFACH",
        "short": "S322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002794",
        "label": "S320",
        "long": "MERXHEIM / GUNDOLSHEIM / ROUFFACH",
        "short": "S320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002795",
        "label": "S321",
        "long": "HATTSTATT / ROUFFACH",
        "short": "S321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "309446",
        "color_name": "green",
        "has_shape": true,
        "id": "1002808",
        "label": "R033",
        "long": "WILDENSTEIN / KRUTH / THANN / CERNAY",
        "short": "R033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002809",
        "label": "R057",
        "long": "THANN / REININGUE / MULHOUSE",
        "short": "R057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002829",
        "label": "S850",
        "long": "KIFFIS / ALTKIRCH",
        "short": "S850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002830",
        "label": "S851",
        "long": "BENDORF / DURLINSDORF / ALTKIRCH",
        "short": "S851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002832",
        "label": "S853",
        "long": "BIEDERTHAL / ALTKIRCH",
        "short": "S853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002833",
        "label": "S854",
        "long": "SEPPOIS-LE-HAUT / ALTKIRCH",
        "short": "S854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002834",
        "label": "S855",
        "long": "MOOSLARGUE / PFETTERHOUSE / ALTKIRCH",
        "short": "S855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002848",
        "label": "S856",
        "long": "FRIESEN / UEBERSTRASS / ALTKIRCH",
        "short": "S856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002849",
        "label": "S857",
        "long": "ALTKIRCH / BISEL",
        "short": "S857",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3A31A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1002850",
        "label": "S807",
        "long": "ALTKIRCH / CERNAY",
        "short": "S807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002851",
        "label": "S720",
        "long": "LUEMSCHWILLER / ILLFURTH",
        "short": "S720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002852",
        "label": "S721",
        "long": "HOCHSTATT / ILLFURTH",
        "short": "S721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002853",
        "label": "S722",
        "long": "WALHEIM / ILLFURTH",
        "short": "S722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002854",
        "label": "S723",
        "long": "FLAXLANDEN / ILLFURTH",
        "short": "S723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002855",
        "label": "S724",
        "long": "SPECHBACH-LE-HAUT / ILLFURTH",
        "short": "S724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "53BABB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002856",
        "label": "S725",
        "long": "SPECHBACH-LE-BAS / ILLFURTH",
        "short": "S725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002857",
        "label": "S362",
        "long": "EGUISHEIM / COLMAR",
        "short": "S362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002858",
        "label": "S801",
        "long": "CARSPACH / ALTKIRCH",
        "short": "S801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A36029",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002859",
        "label": "S730",
        "long": "FULLEREN / SEPPOIS-LE-BAS",
        "short": "S730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A36029",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002860",
        "label": "S731",
        "long": "STRUETH / SEPPOIS-LE-BAS",
        "short": "S731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A36029",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002861",
        "label": "S732",
        "long": "ST-ULRICH / SEPPOIS-LE-BAS",
        "short": "S732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A36029",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002862",
        "label": "S733",
        "long": "BISEL / SEPPOIS-LE-BAS",
        "short": "S733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A36029",
        "color_name": "brown",
        "has_shape": true,
        "id": "1002863",
        "label": "S734",
        "long": "PFETTERHOUSE / SEPPOIS-LE-BAS",
        "short": "S734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C1282E",
        "color_name": "red",
        "has_shape": true,
        "id": "1002864",
        "label": "S670",
        "long": "MULHOUSE / FREIBURG IM BREISGAU",
        "short": "S670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002865",
        "label": "S361",
        "long": "GUNDOLSHEIM / COLMAR",
        "short": "S361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002866",
        "label": "S360",
        "long": "GUEBWILLER / COLMAR",
        "short": "S360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002888",
        "label": "S442",
        "long": "OBERHERGHEIM / GUEBWILLER",
        "short": "S442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002908",
        "label": "S740",
        "long": "RIESPACH / HIRSINGUE",
        "short": "S740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002909",
        "label": "S741",
        "long": "MUESPACH-LE-HAUT / HIRSINGUE",
        "short": "S741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002910",
        "label": "S742",
        "long": "MUESPACH / HIRSINGUE",
        "short": "S742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002911",
        "label": "S743",
        "long": "STEINSOULTZ / HIRSINGUE",
        "short": "S743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002913",
        "label": "S443",
        "long": "MUNWILLER / REGUISHEIM / GUEBWILLER",
        "short": "S443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1002914",
        "label": "S621",
        "long": "BRECHAUMONT / DANNEMARIE",
        "short": "S621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1002915",
        "label": "S622",
        "long": "BALLERSDORF / DANNEMARIE",
        "short": "S622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1002916",
        "label": "S623",
        "long": "BALSCHWILLER / DANNEMARIE",
        "short": "S623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002917",
        "label": "S441",
        "long": "OSENBACH / GUEBWILLER",
        "short": "S441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002918",
        "label": "S440",
        "long": "COLMAR / ROUFFACH / GUEBWILLER",
        "short": "S440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002948",
        "label": "S363",
        "long": "MUNCHHOUSE / COLMAR",
        "short": "S363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002950",
        "label": "S453",
        "long": "RUMERSHEIM-LE-HAUT / GUEBWILLER",
        "short": "S453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002951",
        "label": "S452",
        "long": "ENSISHEIM / UNGERSHEIM / GUEBWILLER",
        "short": "S452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1002952",
        "label": "S451",
        "long": "NAMBSHEIM / FESSENHEIM / GUEBWILLER",
        "short": "S451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F4C2C2",
        "color_name": "white",
        "has_shape": true,
        "id": "1002968",
        "label": "E900",
        "long": "EMLINGEN / TAGSDORF / WITTERSDORF",
        "short": "E900",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A25B9B",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002969",
        "label": "R055",
        "long": "NAMBSHEIM / BANTZENHEIM / MULHOUSE",
        "short": "R055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2CA0E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002970",
        "label": "R064",
        "long": "HELFRANTZKIRCH / MULHOUSE",
        "short": "R064",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99AE58",
        "color_name": "gray",
        "has_shape": true,
        "id": "1002972",
        "label": "R065",
        "long": "SIERENTZ / MULHOUSE",
        "short": "R065",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDD9B9",
        "color_name": "white",
        "has_shape": true,
        "id": "1002973",
        "label": "E901",
        "long": "FRANKEN / HAUSGAUEN",
        "short": "E901",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1F77BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002974",
        "label": "S403",
        "long": "RIMBACH / SOULTZ-HAUT-RHIN",
        "short": "S403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FADADD",
        "color_name": "white",
        "has_shape": true,
        "id": "1002975",
        "label": "E902",
        "long": "ST-BERNARD / SPECHBACH",
        "short": "E902",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E7E6F4",
        "color_name": "white",
        "has_shape": true,
        "id": "1002976",
        "label": "E903",
        "long": "TAGOLSHEIM / WALHEIM",
        "short": "E903",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1F77BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002977",
        "label": "S404",
        "long": "BERRWILLER / SOULTZ-HAUT-RHIN",
        "short": "S404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC004B",
        "color_name": "red",
        "has_shape": true,
        "id": "1002978",
        "label": "R070",
        "long": "FERRETTE / ST-LOUIS",
        "short": "R070",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1F77BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002979",
        "label": "S405",
        "long": "PULVERSHEIM / SOULTZ-HAUT-RHIN",
        "short": "S405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE0B7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "1002980",
        "label": "S101",
        "long": "METZERAL / WINTZENHEIM",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "11539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002981",
        "label": "R071",
        "long": "BIEDERTHAL / ST-LOUIS",
        "short": "R071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "985F9E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002982",
        "label": "S102",
        "long": "WASSERBOURG / MUNSTER",
        "short": "S102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7DB437",
        "color_name": "gray",
        "has_shape": true,
        "id": "1002983",
        "label": "R061",
        "long": "LE-HAUT-SOULTZBACH / MULHOUSE",
        "short": "R061",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6B2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002984",
        "label": "R060",
        "long": "DANNEMARIE / MULHOUSE",
        "short": "R060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3A31A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1002985",
        "label": "S504",
        "long": "LYCEE CERNAY",
        "short": "S504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "985F9E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002988",
        "label": "S103",
        "long": "HOHROD / MUNSTER",
        "short": "S103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "985F9E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002989",
        "label": "S104",
        "long": "SOULTZEREN / STOSSWIHR / MUNSTER",
        "short": "S104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2CA0E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "1002990",
        "label": "R010",
        "long": "SOULTZEREN / COLMAR",
        "short": "R010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C2B80",
        "color_name": "purple",
        "has_shape": true,
        "id": "1002991",
        "label": "S315",
        "long": "BLODELSHEIM / ENSISHEIM",
        "short": "S315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25395",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003014",
        "label": "R029",
        "long": "HERRLISHEIM-PRES-COLMAR / COLMAR",
        "short": "R029",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F4C2C2",
        "color_name": "white",
        "has_shape": true,
        "id": "1003017",
        "label": "E250",
        "long": "STE-CROIX-AUX-MINES",
        "short": "E250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDD9B9",
        "color_name": "white",
        "has_shape": true,
        "id": "1003018",
        "label": "E251",
        "long": "ROMBACH-LE-FRANC / LIEPVRE",
        "short": "E251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F207D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003019",
        "label": "R012",
        "long": "SONDERNACH / METZERAL / MUNSTER",
        "short": "R012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FADADD",
        "color_name": "white",
        "has_shape": true,
        "id": "1003028",
        "label": "E252",
        "long": "GRUSSENHEIM / ELSENHEIM",
        "short": "E252",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E7E6F4",
        "color_name": "white",
        "has_shape": true,
        "id": "1003029",
        "label": "E253",
        "long": "BALTZENHEIM / ARTZENHEIM",
        "short": "E253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE0B7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003030",
        "label": "S105",
        "long": "VOEGTLINSHOFFEN / INGERSHEIM",
        "short": "S105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FEF9CE",
        "color_name": "white",
        "has_shape": true,
        "id": "1003031",
        "label": "E254",
        "long": "METZERAL",
        "short": "E254",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C0DEBF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003038",
        "label": "E255",
        "long": "BEBLENHEIM / HUNAWIHR",
        "short": "E255",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C3E6F7",
        "color_name": "white",
        "has_shape": true,
        "id": "1003040",
        "label": "E256",
        "long": "RORSCHWIHR / SAINT-HYPPOLITE",
        "short": "E256",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FAF7D4",
        "color_name": "white",
        "has_shape": true,
        "id": "1003042",
        "label": "E257",
        "long": "BENNWIHR / MITTELWIHR / ZELLENBERG",
        "short": "E257",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F3A31A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1003050",
        "label": "S503",
        "long": "SEWEN / CERNAY",
        "short": "S503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003068",
        "label": "S526",
        "long": "RIMBACH-PRES-MASEVAUX / THANN",
        "short": "S526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003069",
        "label": "S527",
        "long": "LE HAUT SOULTZBACH / LAUW / THANN",
        "short": "S527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003070",
        "label": "S525",
        "long": "MASEVAUX-NIEDERBRUCK / LEIMBACH / THANN",
        "short": "S525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003071",
        "label": "S541",
        "long": "SEWEN / MASEVAUX-NIEDERBRUCK",
        "short": "S541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003073",
        "label": "S542",
        "long": "BOURBACH-LE-HAUT / MASEVAUX-NIEDERBRUCK",
        "short": "S542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003074",
        "label": "S543",
        "long": "SENTHEIM / MASEVAUX-NIEDERBRUCK / LAUW",
        "short": "S543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003075",
        "label": "S544",
        "long": "SOPPE-LE-BAS / MASEVAUX-NIEDERBRUCK",
        "short": "S544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003076",
        "label": "S445",
        "long": "WESTHALTEN / ORSCHWIHR / GUEBWILLER",
        "short": "S445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E77BB",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003088",
        "label": "R013",
        "long": "LE BONHOMME / COLMAR",
        "short": "R013",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CEE9EF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003094",
        "label": "E258",
        "long": "LUTTENBACH-PRES-MUNSTER / BREITENBACH",
        "short": "E258",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8BFD8",
        "color_name": "white",
        "has_shape": true,
        "id": "1003096",
        "label": "E259",
        "long": "GUNSBACH / ESCHBACH-AU-VAL",
        "short": "E259",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFF6E2",
        "color_name": "white",
        "has_shape": true,
        "id": "1003099",
        "label": "E260",
        "long": "SOULTZBACH-LES-BAINS / WASSERBOURG",
        "short": "E260",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E9D4C6",
        "color_name": "white",
        "has_shape": true,
        "id": "1003100",
        "label": "E261",
        "long": "KATZENTHAL / AMMERSCHWIHR",
        "short": "E261",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003101",
        "label": "S520",
        "long": "ASPACH-MICHELBACH / THANN",
        "short": "S520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003102",
        "label": "S521",
        "long": "BURNHAUPT-LE-BAS / THANN",
        "short": "S521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B3DEE3",
        "color_name": "white",
        "has_shape": true,
        "id": "1003103",
        "label": "E262",
        "long": "WIDENSOLEN",
        "short": "E262",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003113",
        "label": "S600",
        "long": "GUEWENHEIM / BURNHAUPT-LE-HAUT",
        "short": "S600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003114",
        "label": "S601",
        "long": "SCHWEIGHOUSE-THANN / BURNHAUPT-LE-HAUT",
        "short": "S601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD0A7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003138",
        "label": "D033",
        "long": "WILDENSTEIN / ST-AMARIN",
        "short": "D033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003142",
        "label": "S602",
        "long": "BURNHAUPT-LE-BAS / BURNHAUPT-LE-HAUT",
        "short": "S602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003143",
        "label": "S603",
        "long": "BRECHAUMONT / BURNHAUPT-LE-HAUT",
        "short": "S603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003146",
        "label": "S604",
        "long": "BERNWILLER / BURNHAUPT-LE-HAUT",
        "short": "S604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003150",
        "label": "S605",
        "long": "AMMERTZWILLER / BURNHAUPT-LE-HAUT",
        "short": "S605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003151",
        "label": "S606",
        "long": "HECKEN / BURNHAUPT-LE-HAUT",
        "short": "S606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98AE57",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003152",
        "label": "S607",
        "long": "GUEVENATTEN / BURNHAUPT-LE-HAUT",
        "short": "S607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DFECD1",
        "color_name": "white",
        "has_shape": true,
        "id": "1003171",
        "label": "E263",
        "long": "OBERMORSCHWIHR / HUSSEREN-LES-CHATEAUX",
        "short": "E263",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003178",
        "label": "S625",
        "long": "MERTZEN / DANNEMARIE",
        "short": "S625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003179",
        "label": "S626",
        "long": "ELBACH / DANNEMARIE",
        "short": "S626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003180",
        "label": "S430",
        "long": "LAUTENBACH / BUHL / GUEBWILLER",
        "short": "S430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003189",
        "label": "S627",
        "long": "MONTREUX-VIEUX / DANNEMARIE",
        "short": "S627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A35F2A",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003192",
        "label": "R015",
        "long": "LABAROCHE / COLMAR",
        "short": "R015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1F77BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003193",
        "label": "S406",
        "long": "GUEBWILLER / SOULTZ-HAUT-RHIN",
        "short": "S406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7CB438",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003194",
        "label": "S628",
        "long": "MONTREUX-JEUNE / DANNEMARIE",
        "short": "S628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003209",
        "label": "S106",
        "long": "SIGOLSHEIM / KAYSERSBERG VIGNOBLE",
        "short": "S106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003211",
        "label": "S107",
        "long": "ALSPACH / KAYSERSBERG VIGNOBLE",
        "short": "S107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003212",
        "label": "S108",
        "long": "AMMERSCHWIHR / KAYSERSBERG VIGNOBLE",
        "short": "S108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CEE9EF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003213",
        "label": "E574",
        "long": "HARTMANNSWILLER / BERRWILLER",
        "short": "E574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003214",
        "label": "S109",
        "long": "KATZENTHAL / KAYSERSBERG VIGNOBLE",
        "short": "S109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003216",
        "label": "S110",
        "long": "LAC NOIR / ORBEY",
        "short": "S110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003219",
        "label": "S111",
        "long": "LABAROCHE / ORBEY",
        "short": "S111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003221",
        "label": "S112",
        "long": "FRELAND / ORBEY",
        "short": "S112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003222",
        "label": "S113",
        "long": "CREUX-D-ARGENT / ORBEY",
        "short": "S113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003223",
        "label": "S114",
        "long": "LE BONHOMME / ORBEY / LAPOUTROIE",
        "short": "S114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "38A7DF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003224",
        "label": "S115",
        "long": "LE BONHOMME / HACHIMETTE",
        "short": "S115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003225",
        "label": "S116",
        "long": "HTS HUTTES / BS HUTTES / ORBEY",
        "short": "S116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7B520",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1003228",
        "label": "R016",
        "long": "RIBEAUVILLE / ROUTE DU VIN",
        "short": "R016",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DA0013",
        "color_name": "red",
        "has_shape": true,
        "id": "1003230",
        "label": "R017",
        "long": "ST-HIPPOLYTE / RIBEAUVILLE / COLMAR",
        "short": "R017",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003231",
        "label": "S462",
        "long": "BOLLWILLER / SOULTZ / GUEBWILLER",
        "short": "S462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003232",
        "label": "S460",
        "long": "MULHOUSE / FELDKIRCH / GUEBWILLER",
        "short": "S460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003233",
        "label": "S461",
        "long": "WITTELSHEIM / GUEBWILLER",
        "short": "S461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003234",
        "label": "S510",
        "long": "WATTWILLER / THANN",
        "short": "S510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003235",
        "label": "S511",
        "long": "WILLER-SUR-THUR / THANN",
        "short": "S511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003236",
        "label": "S513",
        "long": "MOOSCH / THANN",
        "short": "S513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003237",
        "label": "S512",
        "long": "RANSPACH / ST-AMARIN / THANN",
        "short": "S512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1003238",
        "label": "S530",
        "long": "WILDENSTEIN / ODEREN / ST-AMARIN",
        "short": "S530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1003239",
        "label": "S531",
        "long": "URBES / FELLERING / ST-AMARIN",
        "short": "S531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1003240",
        "label": "S533",
        "long": "GOLDBACH-ALTENBACH / ST-AMARIN",
        "short": "S533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1003241",
        "label": "S534",
        "long": "GEISHOUSE / MOOSCH",
        "short": "S534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1003242",
        "label": "S532",
        "long": "MITZACH RANSPACH / ST-AMARIN",
        "short": "S532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F90CD",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003243",
        "label": "S515",
        "long": "THANN / RAMONCHAMP",
        "short": "S515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE0B7B",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003244",
        "label": "S516",
        "long": "VIEUX-THANN / FELLERING / LA BRESSE",
        "short": "S516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A35B9C",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003248",
        "label": "S770",
        "long": "STETTEN / HABSHEIM / RIXHEIM",
        "short": "S770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003249",
        "label": "S771",
        "long": "BLODELSHEIM / HABSHEIM / RIXHEIM",
        "short": "S771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003250",
        "label": "S772",
        "long": "KEMBS / VILLAGE-NEUF",
        "short": "S772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003251",
        "label": "S773",
        "long": "KEMBS / RIXHEIM",
        "short": "S773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC8009",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003252",
        "label": "S774",
        "long": "MUNCHHOUSE / OTTMARSHEIM",
        "short": "S774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8E257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003253",
        "label": "R020",
        "long": "ARTZENHEIM / COLMAR",
        "short": "R020",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FEF9CE",
        "color_name": "white",
        "has_shape": true,
        "id": "1003254",
        "label": "E904",
        "long": "STEINBRUNN-LE-BAS / STEINBRUNN-LE-HAUT",
        "short": "E904",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003256",
        "label": "S700",
        "long": "KIFFIS / FERRETTE",
        "short": "S700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003257",
        "label": "S702",
        "long": "BIEDERTHAL / FERRETTE",
        "short": "S702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003258",
        "label": "S703",
        "long": "DURMENACH / FERRETTE",
        "short": "S703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0DEBF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003259",
        "label": "E905",
        "long": "BERNWILLER / AMMERTZWILLER",
        "short": "E905",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003260",
        "label": "S704",
        "long": "ILLTAL / FERRETTE",
        "short": "S704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C3E6F7",
        "color_name": "white",
        "has_shape": true,
        "id": "1003261",
        "label": "E906",
        "long": "GILDWILLER / DIEFMATTEN",
        "short": "E906",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2E9AA3",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003262",
        "label": "R021",
        "long": "MARCKOLSHEIM / OHNENHEIM / COLMAR",
        "short": "R021",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003263",
        "label": "S705",
        "long": "OLTINGUE / FERRETTE",
        "short": "S705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003264",
        "label": "S706",
        "long": "BETTLACH / FERRETTE",
        "short": "S706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003265",
        "label": "S707",
        "long": "MOERNACH / FERRETTE",
        "short": "S707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003266",
        "label": "S708",
        "long": "LIEBSDORF / FERRETTE",
        "short": "S708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003267",
        "label": "S709",
        "long": "COURTAVON / FERRETTE",
        "short": "S709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAF7D4",
        "color_name": "white",
        "has_shape": true,
        "id": "1003268",
        "label": "E907",
        "long": "BALSCHWILLER / EGLINGEN",
        "short": "E907",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CEE9EF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003269",
        "label": "E908",
        "long": "BRECHAUMONT / ETEIMBES",
        "short": "E908",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8BFD8",
        "color_name": "white",
        "has_shape": true,
        "id": "1003270",
        "label": "E909",
        "long": "GOMMERSDORF / HAGENBACH",
        "short": "E909",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFF6E2",
        "color_name": "white",
        "has_shape": true,
        "id": "1003271",
        "label": "E910",
        "long": "VALDIEU-LUTRAN / MONTREUX-JEUNE",
        "short": "E910",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E9D4C6",
        "color_name": "white",
        "has_shape": true,
        "id": "1003272",
        "label": "E911",
        "long": "STERNENBERG / WOLFERSDORF / ELBACH",
        "short": "E911",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B3DEE3",
        "color_name": "white",
        "has_shape": true,
        "id": "1003273",
        "label": "E912",
        "long": "MONTREUX-VIEUX / CHAVANNES-SUR-L-ETANG",
        "short": "E912",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DFECD1",
        "color_name": "white",
        "has_shape": true,
        "id": "1003274",
        "label": "E913",
        "long": "SEPPOIS-LE-HAUT / MOOSLARGUE",
        "short": "E913",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003275",
        "label": "S650",
        "long": "WOLFERSDORF / ZILLISHEIM",
        "short": "S650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ADD8E5",
        "color_name": "white",
        "has_shape": true,
        "id": "1003276",
        "label": "E915",
        "long": "MANSPACH / STRUETH / FULLEREN / ALTENACH",
        "short": "E915",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003277",
        "label": "S120",
        "long": "ARTZENHEIM / MARCKOLSHEIM",
        "short": "S120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003278",
        "label": "S651",
        "long": "ALTENACH / ZILLISHEIM",
        "short": "S651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCB0D5",
        "color_name": "white",
        "has_shape": true,
        "id": "1003279",
        "label": "E916",
        "long": "MERTZEN / SEPPOIS-LE-BAS",
        "short": "E916",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003280",
        "label": "S121",
        "long": "HORBOURG-WIHR / FORTSCHWIHR",
        "short": "S121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C9E2C8",
        "color_name": "white",
        "has_shape": true,
        "id": "1003281",
        "label": "E917",
        "long": "BETTENDORF / ILLTAL / RUEDERBACH",
        "short": "E917",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003282",
        "label": "S652",
        "long": "WERENTZHOUSE / ZILLISHEIM",
        "short": "S652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003283",
        "label": "S122",
        "long": "ARTZENHEIM / FORTSCHWIHR",
        "short": "S122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6E6E6",
        "color_name": "white",
        "has_shape": true,
        "id": "1003284",
        "label": "E918",
        "long": "FELDBACH / RIESPACH / BISEL",
        "short": "E918",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003285",
        "label": "S653",
        "long": "SENTHEIM / ZILLISHEIM",
        "short": "S653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003286",
        "label": "S123",
        "long": "MUNTZENHEIM / FORTSCHWIHR",
        "short": "S123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDD9B3",
        "color_name": "white",
        "has_shape": true,
        "id": "1003287",
        "label": "E919",
        "long": "MUESPACH / MUESPACH-LE-HAUT",
        "short": "E919",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F9445",
        "color_name": "green",
        "has_shape": true,
        "id": "1003288",
        "label": "S654",
        "long": "ALTKIRCH / ZILLISHEIM",
        "short": "S654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003289",
        "label": "S124",
        "long": "ANDOLSHEIM / FORTSCHWIHR",
        "short": "S124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003290",
        "label": "S125",
        "long": "GRUSSENHEIM / JEBSHEIM / FORTSCHWIHR",
        "short": "S125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003291",
        "label": "S744",
        "long": "WALDIGHOFEN / HIRSINGUE",
        "short": "S744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8C5D1",
        "color_name": "white",
        "has_shape": true,
        "id": "1003292",
        "label": "E914",
        "long": "UEBERSTRASS / FRIESEN / LARGITZEN",
        "short": "E914",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E25296",
        "color_name": "pink",
        "has_shape": true,
        "id": "1003293",
        "label": "S745",
        "long": "ALTKIRCH / HIRTZBACH / HIRSINGUE",
        "short": "S745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003294",
        "label": "S126",
        "long": "PORTE RIED / DURRENENTZEN / FORTSCHWIHR",
        "short": "S126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "996939",
        "color_name": "brown",
        "has_shape": true,
        "id": "1003295",
        "label": "S127",
        "long": "PORTE RIED / WICKERSCHWIHR / FORTSCHWIHR",
        "short": "S127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003296",
        "label": "S660",
        "long": "RIEDISHEIM / LANDSER",
        "short": "S660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003297",
        "label": "S661",
        "long": "RIXHEIM / LANDSER",
        "short": "S661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003298",
        "label": "S662",
        "long": "BATTENHEIM / LANDSER",
        "short": "S662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003299",
        "label": "S663",
        "long": "HABSHEIM / LANDSER",
        "short": "S663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003300",
        "label": "S664",
        "long": "STEINSOULTZ / LANDSER",
        "short": "S664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003301",
        "label": "S665",
        "long": "HEIWILLER / LANDSER",
        "short": "S665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003302",
        "label": "S666",
        "long": "KOETZINGUE / LANDSER",
        "short": "S666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1003303",
        "label": "S667",
        "long": "BERENTZWILLER / LANDSER",
        "short": "S667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F6B4B4",
        "color_name": "white",
        "has_shape": true,
        "id": "1003304",
        "label": "E920",
        "long": "MOERNACH / KOESTLACH / VIEUX-FERRETTE",
        "short": "E920",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0D0D3",
        "color_name": "white",
        "has_shape": true,
        "id": "1003305",
        "label": "E921",
        "long": "ROPPENTZWILLER / BOUXWILLER",
        "short": "E921",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BDC4E2",
        "color_name": "white",
        "has_shape": true,
        "id": "1003306",
        "label": "E922",
        "long": "BETTLACH / FISLIS / LINSDORF",
        "short": "E922",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AED5AD",
        "color_name": "white",
        "has_shape": true,
        "id": "1003307",
        "label": "E923",
        "long": "BIEDERTHAL / OLTINGUE / FISLIS",
        "short": "E923",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9F9F1",
        "color_name": "white",
        "has_shape": true,
        "id": "1003308",
        "label": "E924",
        "long": "RAEDERSDORF / LUTTER",
        "short": "E924",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F8C9D4",
        "color_name": "white",
        "has_shape": true,
        "id": "1003309",
        "label": "E925",
        "long": "FERRETTE / WINKEL / BENDORF",
        "short": "E925",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B8775",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003328",
        "label": "R023",
        "long": "COLMAR / BIESHEIM",
        "short": "R023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003329",
        "label": "S117",
        "long": "ST-HIPPOLYTE / RODERN / RIBEAUVILLE",
        "short": "S117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8C5D1",
        "color_name": "white",
        "has_shape": true,
        "id": "1003330",
        "label": "E264",
        "long": "LABAROCHE",
        "short": "E264",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003331",
        "label": "S118",
        "long": "THANNENKIRCH / BERGHEIM / RIBEAUVILLE",
        "short": "S118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003332",
        "label": "S802",
        "long": "BURNHAUPT-LE-HAUT / ALTKIRCH",
        "short": "S802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003333",
        "label": "S119",
        "long": "ILLHAEUSERN / GUEMAR / RIBEAUVILLE",
        "short": "S119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003335",
        "label": "S128",
        "long": "AUBURE / RIBEAUVILLE",
        "short": "S128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003336",
        "label": "S150",
        "long": "NAMBSHEIM / OBERSAASHEIM / COLMAR",
        "short": "S150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003337",
        "label": "S129",
        "long": "BENNWIHR / BEBLENHEIM / RIBEAUVILLE",
        "short": "S129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003338",
        "label": "S151",
        "long": "BALGAU / COLMAR",
        "short": "S151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003339",
        "label": "S152",
        "long": "GEISWASSER / ALGOLSHEIM / COLMAR",
        "short": "S152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003340",
        "label": "S130",
        "long": "FRELAND / KAYSERSBERG / RIBEAUVILLE",
        "short": "S130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003341",
        "label": "S131",
        "long": "MITTELWIHR / ZELLENBERG / RIBEAUVILLE",
        "short": "S131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003342",
        "label": "S153",
        "long": "VOGELGRUN / VOLGELSHEIM / COLMAR",
        "short": "S153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003343",
        "label": "S154",
        "long": "NEUF-BRISACH / COLMAR",
        "short": "S154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003344",
        "label": "S155",
        "long": "WOLFGANTZEN / COLMAR",
        "short": "S155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ADD8E5",
        "color_name": "white",
        "has_shape": true,
        "id": "1003345",
        "label": "E265",
        "long": "OBERSAASHEIM / GEISWASSER",
        "short": "E265",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCB0D5",
        "color_name": "white",
        "has_shape": true,
        "id": "1003346",
        "label": "E266",
        "long": "HETTENSCHLAG / LOGELHEIM",
        "short": "E266",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003347",
        "label": "S132",
        "long": "OSTHEIM / RIBEAUVILLE",
        "short": "S132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003348",
        "label": "S858",
        "long": "WERENTZHOUSE / MUESPACH-LE-HT / ALTKIRCH",
        "short": "S858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003349",
        "label": "S156",
        "long": "WECKOLSHEIM / HETTENSCHLAG / COLMAR",
        "short": "S156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C9E2C8",
        "color_name": "white",
        "has_shape": true,
        "id": "1003350",
        "label": "E267",
        "long": "WECKOLSHEIM / WOLFGANTZEN",
        "short": "E267",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003351",
        "label": "S133",
        "long": "HUNAWIHR / RIBEAUVILLE",
        "short": "S133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003352",
        "label": "S134",
        "long": "LE BONHOMME / LAPOUTROIE / RIBEAUVILLE",
        "short": "S134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003353",
        "label": "S135",
        "long": "KATZENTHAL / RIBEAUVILLE",
        "short": "S135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F2A21C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1003354",
        "label": "R063",
        "long": "FERRETTE / MULHOUSE",
        "short": "R063",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1003355",
        "label": "S136",
        "long": "ORBEY / RIBEAUVILLE",
        "short": "S136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCB27",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1003356",
        "label": "R093",
        "long": "MULHOUSE / GUEBWILLER / MARKSTEIN",
        "short": "R093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "34ACB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003357",
        "label": "R062",
        "long": "VIEUX-FERRETTE / MULHOUSE",
        "short": "R062",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003358",
        "label": "S158",
        "long": "NIEDERHERGHEIM / LOGELHEIM / COLMAR",
        "short": "S158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003359",
        "label": "S803",
        "long": "HUNINGUE / BARTENHEIM / CARSPACH",
        "short": "S803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003360",
        "label": "S804",
        "long": "BERENTZWILLER / ALTKIRCH",
        "short": "S804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003361",
        "label": "S805",
        "long": "DANNEMARIE / ALTKIRCH",
        "short": "S805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003362",
        "label": "S806",
        "long": "KOETZINGUE / LANDSER / ALTKIRCH",
        "short": "S806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003363",
        "label": "S809",
        "long": "DANNEMARIE / ALTKIRCH",
        "short": "S809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003364",
        "label": "S808",
        "long": "HOCHSTATT / LUEMSCHWILLER / ALTKIRCH",
        "short": "S808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "48A4FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003365",
        "label": "S810",
        "long": "ALTKIRCH / CARSPACH",
        "short": "S810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003368",
        "label": "S157",
        "long": "DESSENHEIM / APPENWIHR / COLMAR",
        "short": "S157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003370",
        "label": "S170",
        "long": "NEUF-BRISACH / VOLGELSHEIM",
        "short": "S170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003371",
        "label": "S161",
        "long": "GEISWASSER / OBERSAASHEIM / VOLGELSHEIM",
        "short": "S161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003372",
        "label": "S162",
        "long": "NAMBSHEIM / BALGAU / VOLGELSHEIM",
        "short": "S162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003373",
        "label": "S163",
        "long": "ALGOLSHEIM / VOGLEGRUN / VOLGELSHEIM",
        "short": "S163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003374",
        "label": "S164",
        "long": "KUNHEIM / VOLGELSHEIM",
        "short": "S164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003375",
        "label": "S165",
        "long": "KUNHEIM / BIESHEIM / VOLGELSHEIM",
        "short": "S165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003376",
        "label": "S166",
        "long": "ANDOLSHEIM / APPENWIHR / VOLGELSHEIM",
        "short": "S166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003377",
        "label": "S167",
        "long": "WOLFGANTZEN / WECKOLSHEIM / VOLGELSHEIM",
        "short": "S167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003378",
        "label": "S168",
        "long": "WIDENSOLEN / VOLGELSHEIM",
        "short": "S168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C885C",
        "color_name": "green",
        "has_shape": true,
        "id": "1003379",
        "label": "S169",
        "long": "PORTE DU RIED / JEBSHEIM / VOLGELSHEIM",
        "short": "S169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003380",
        "label": "S171",
        "long": "BIESHEIM / WIDENSOLEN / COLMAR",
        "short": "S171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCB0D5",
        "color_name": "white",
        "has_shape": true,
        "id": "1003381",
        "label": "E596",
        "long": "SICKERT / KIRCHBERG / WEGSCHEID",
        "short": "E596",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C9E2C8",
        "color_name": "white",
        "has_shape": true,
        "id": "1003382",
        "label": "E597",
        "long": "HAUTE DOLLER",
        "short": "E597",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003388",
        "label": "S172",
        "long": "STE-CROIX-EN-PLAINE/ COLMAR",
        "short": "S172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1C829",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1003390",
        "label": "R025",
        "long": "HIRTZFELDEN / DESSENHEIM / COLMAR",
        "short": "R025",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2F90CD",
        "color_name": "teal",
        "has_shape": true,
        "id": "1003391",
        "label": "R024",
        "long": "COLMAR / HEITEREN / FESSENHEIM",
        "short": "R024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A11",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003392",
        "label": "R026",
        "long": "COLMAR / BREISACH-AM-RHEIN",
        "short": "R026",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C5D0E6",
        "color_name": "white",
        "has_shape": true,
        "id": "1003409",
        "label": "E926",
        "long": "DURLINSDORF / OBERLARG",
        "short": "E926",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E5630F",
        "color_name": "orange",
        "has_shape": true,
        "id": "1003410",
        "label": "S199",
        "long": "WETTOLSHEIM / HERRLISHEIM / WINTZENHEIM",
        "short": "S199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC064B",
        "color_name": "red",
        "has_shape": true,
        "id": "1005269",
        "label": "S400",
        "long": "GUEBWILLER / BUHL",
        "short": "S400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1005271",
        "label": "S545",
        "long": "MORSCHWILLER-LE-BAS / MASEVAUX",
        "short": "S545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F217D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1005348",
        "label": "S528",
        "long": "MASEVAUX-NIEDERBRUCK / RODEREN / THANN",
        "short": "S528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C1282E",
        "color_name": "red",
        "has_shape": true,
        "id": "1005513",
        "label": "S181",
        "long": "COLMAR / FREIBURG IM BREISGAU",
        "short": "S181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F05A66",
        "color_name": "pink",
        "has_shape": true,
        "id": "1005654",
        "label": "R091",
        "long": "MULHOUSE / MARKSTEIN",
        "short": "R091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1005790",
        "label": "S190",
        "long": "STE-MARIE-MINES / SELESTAT / RIBEAUVILLE",
        "short": "S190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8B8674",
        "color_name": "gray",
        "has_shape": true,
        "id": "1005791",
        "label": "S191",
        "long": "MULHOUSE / RIBEAUVILLE",
        "short": "S191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A35B9C",
        "color_name": "purple",
        "has_shape": true,
        "id": "1005830",
        "label": "S775",
        "long": "RANTZWILLER / RIXHEIM",
        "short": "S775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B853F",
        "color_name": "green",
        "has_shape": true,
        "id": "1005952",
        "label": "S492",
        "long": "KINGERSHEIM / PULVERSHEIM / ISSENHEIM",
        "short": "S492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1005990",
        "label": "S303",
        "long": "BLODELSHEIM / FESSENHEIM",
        "short": "S303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA0E17",
        "color_name": "red",
        "has_shape": true,
        "id": "1005991",
        "label": "S302",
        "long": "ROGGENHOUSE / FESSENHEIM",
        "short": "S302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "12539C",
        "color_name": "teal",
        "has_shape": true,
        "id": "1006050",
        "label": "S811",
        "long": "ALTKIRCH",
        "short": "S811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB6491",
        "color_name": "pink",
        "has_shape": true,
        "id": "1006251",
        "label": "R095",
        "long": "GRAND BALLON / LAC BLANC",
        "short": "R095",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "71BE44",
        "color_name": "gray",
        "has_shape": true,
        "id": "1007351",
        "label": "R092",
        "long": "THANN / GRAND BALLON",
        "short": "R092",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A48EC3",
        "color_name": "gray",
        "has_shape": true,
        "id": "1007391",
        "label": "R090",
        "long": "COLMAR / LE BONHOMME",
        "short": "R090",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDD9B3",
        "color_name": "white",
        "has_shape": true,
        "id": "1007431",
        "label": "E270",
        "long": "NAMBSHEIM / BALGAU",
        "short": "E270",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6E6E6",
        "color_name": "white",
        "has_shape": true,
        "id": "1007451",
        "label": "E268",
        "long": "KAYSERSBERG VIGNOBLE",
        "short": "E268",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA7A11",
        "color_name": "orange",
        "has_shape": true,
        "id": "1007831",
        "label": "D026",
        "long": "GEISWASSER / NEUF-BRISACH",
        "short": "D026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1C829",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1007851",
        "label": "D025",
        "long": "LOGELHEIM / APPENWIHR",
        "short": "D025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA7A12",
        "color_name": "orange",
        "has_shape": true,
        "id": "1007911",
        "label": "S463",
        "long": "MULHOUSE / GUEBWILLER",
        "short": "S463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1008072",
        "label": "S340",
        "long": "ROUFFACH / GUEBWILLER / MUNCHHOUSE",
        "short": "S340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B4DEE3",
        "color_name": "white",
        "has_shape": true,
        "id": "1008091",
        "label": "E927",
        "long": "BERENTZWILLER / JETTINGEN",
        "short": "E927",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C27C4D",
        "color_name": "brown",
        "has_shape": true,
        "id": "1008598",
        "label": "S546",
        "long": "WILDENSTEIN / THANN / MASEVAUX",
        "short": "S546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FADADD",
        "color_name": "white",
        "has_shape": true,
        "id": "1008658",
        "label": "E553",
        "long": "SOULTZMATT / WINTZFELDEN",
        "short": "E553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DDD8D2",
        "color_name": "white",
        "has_shape": true,
        "id": "1008659",
        "label": "E272",
        "long": "HOHROD / SOULTZEREN",
        "short": "E272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "90257E",
        "color_name": "purple",
        "has_shape": true,
        "id": "1008783",
        "label": "S354",
        "long": "COLMAR / ROUFFACH",
        "short": "S354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1009909",
        "label": "S188",
        "long": "HEITEREN COLMAR",
        "short": "S188",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33AEB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1009910",
        "label": "S189",
        "long": "SUNDHOFFEN COLMAR",
        "short": "S189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D8CFC4",
        "color_name": "white",
        "has_shape": true,
        "id": "1010009",
        "label": "E929",
        "long": "DANNEMARIE / RETZWILLER",
        "short": "E929",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6B2B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "1010029",
        "label": "S668",
        "long": "HOMBOURG-LANDSER",
        "short": "S668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2817,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 1,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2815,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "2815 of 2817 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": 2349,
      "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": 3,
      "severity": "WARNING",
      "what": "2349 of 2349 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"
}
