{
  "agency": {
    "country": "FR",
    "id": "fr-pan-80787",
    "name": "R\u00e9seau urbain Solea",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 62.2,
          "stops_marked_accessible_pct": 39.5,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 39.5,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 0.7,
          "wheelchair_stops": 9.9,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 24619,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 4.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1482,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 24619,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 39.5,
        "wheelchair_marked_accessible_pct": 39.5,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 897,
          "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": 15.1,
          "severity": "WARNING",
          "what": "897 of 1482 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_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": 1413,
          "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": 14.3,
          "severity": "INFO",
          "what": "About 1413 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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 48.1,
      "status": "measured",
      "summary": "39% of stops state wheelchair accessibility (39% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 51,
          "WARNING": 26288
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 14211,
          "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": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 8101,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 2911,
          "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 path or point riders to the wrong boarding location."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1051,
          "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": "expired_calendar",
          "count": 8,
          "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": "stop_too_far_from_shape",
          "count": 3,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "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": 51,
          "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": 49.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 26339 instances (0 error, 26288 warning, 51 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 297,
        "effective_expiry_date": "2027-06-25",
        "feed_end_date": "2027-06-25",
        "feed_start_date": "2026-08-27",
        "feed_version": "20260827",
        "has_feed_info": true,
        "last_service_date": "2027-06-25",
        "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 297 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 6,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 6,
          "with_header_text": 6,
          "with_informed_entity": 5
        },
        "configured_kinds": [
          "service_alerts"
        ],
        "coverage_pct": null,
        "kinds_configured": 1,
        "kinds_reachable": 1,
        "reachable_kinds": [
          "service_alerts"
        ],
        "rt_freshness": null,
        "samples": 3,
        "worst_lag_seconds": null
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 3 times: 1 of 1 configured feed healthy.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 3 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 297 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 40% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 40% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to CA Mulhouse Alsace Agglom\u00e9ration and the update date.",
    "reachable": true,
    "sha256": "45644d64f04be0f48f6c057e9d7c58972b69a9317c4ed2b8284ec6a95210db82",
    "size_bytes": 5756994,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/4527e0e2-0e5b-4a1b-b250-d5269e0d5819"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=SITRAM",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      7.09347,
      47.67473,
      7.5489,
      47.87227
    ],
    "lat": 47.75656,
    "lon": 7.33158,
    "stop_count": 1482
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 4,
        "trip_count": 7864,
        "trip_share_pct": 31.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 42,
        "trip_count": 16755,
        "trip_share_pct": 68.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 46,
    "trip_count": 24619
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 9.2,
    "margin_to_next_band": 0.8,
    "score": 69.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 17,
      "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": "17 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (10, 15, 3, 13, C5, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1,
      "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": "1 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"MULHOUSE - St Damien SOLEA\").",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 993,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 24619
  },
  "route_map": {
    "drawn_route_count": 46,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-80787/geometry.geojson",
    "route_count": 46,
    "routes": [
      {
        "color": "896EAA",
        "color_name": "purple",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Vignerons - Ste-Ursule",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "624528",
        "color_name": "brown",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Gare Centrale - Centre Nautique",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19FC1",
        "color_name": "pink",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Hohmatten - Lefebvre",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AAB300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "H\u00f4pital E.Muller - Campanule",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Lutterbach - CCI Campus",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Lefebvre - Sausheim Mairie/Ste Barbe",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2E4191",
        "color_name": "blue",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Mer Rouge - Osenbach",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B50AFF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Lutterbach Gare - All\u00e9e du Chene",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4AFF8A",
        "color_name": "gray",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Bel Air - Super U",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005F27",
        "color_name": "green",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "Sol\u00e9a Scolaire - College du Nonnenbruch",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0D3880",
        "color_name": "teal",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "Sol\u00e9a Scolaire - Colleges A. Franck et St-Exup\u00e9ry",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A6DAE",
        "color_name": "purple",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "Sol\u00e9a Scolaire - Lyc\u00e9e Am\u00e9lie Zurcher",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CD8354",
        "color_name": "orange",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "Sol\u00e9a Scolaire - College Ste-Ursule",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "Sol\u00e9a Scolaire - Ecole Lyautey",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "205",
        "label": "205",
        "long": "Sol\u00e9a Scolaire - Colleges Pagnol et Don Bosco",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2BB6AA",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "Sol\u00e9a Scolaire - College Pflimlin",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B80D7F",
        "color_name": "pink",
        "has_shape": true,
        "id": "207",
        "label": "207",
        "long": "Sol\u00e9a Scolaire - College Ulrich",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AAB503",
        "color_name": "yellow",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "Sol\u00e9a Scolaire - College et Lyc\u00e9e Jeanne d'Arc",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9B000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "209",
        "label": "209",
        "long": "Sol\u00e9a Scolaire - College Gambetta",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "21BBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "211",
        "label": "211",
        "long": "Sol\u00e9a Scolaire - Lyc\u00e9es Lambert et Lavoisier",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "212",
        "label": "212",
        "long": "Sol\u00e9a Scolaire - Episcopal",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "214",
        "label": "214",
        "long": "Sol\u00e9a Scolaire - College Zola",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "Sol\u00e9a Scolaire - College Monod",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F29FC5",
        "color_name": "white",
        "has_shape": true,
        "id": "216",
        "label": "216",
        "long": "Sol\u00e9a Scolaire - College P\u00e9guy",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "79AC2B",
        "color_name": "brown",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "Sol\u00e9a Scolaire - College Mermoz",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "93D5F6",
        "color_name": "white",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "ChronoPro - Parc des Collines - Bel Air",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "REININGUE Ch\u00e2teau d'Eau - MULHOUSE Rattachement",
        "short": "50",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "ZILLISHEIM Clair Horizon - MULHOUSE Gare Centrale",
        "short": "51",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "GALFINGUE Triv.-F. / MORSCH. Campan. - MULH. Univ.",
        "short": "52",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "WITTELSH. Graffenwald - BOLLWILLER Bollwiller Gare",
        "short": "53",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "BOLLWILLER Elsass - MULHOUSE Rattachement",
        "short": "54",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "RIXH.-HABSH. C. Nautique - MULHOUSE Gare Centrale",
        "short": "55",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "DIETWILLER St-Wendelin - MULHOUSE Gare Centrale",
        "short": "56",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "STEINB.-LE-BAS Stiermatt - MULHOUSE Gare Centrale",
        "short": "57",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "58",
        "label": "58",
        "long": "BANTZ. Bantzenheim Nord - MULHOUSE Gare Centrale",
        "short": "58",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "KEMBS Kembs Pr\u00e9s - MUHOUSE Gare Centrale",
        "short": "59",
        "text_color": "007F7F",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Chevreuils - Place de Thiers",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008836",
        "color_name": "green",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Kingersheim Usines - Rotonde/St-Jean",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE0013",
        "color_name": "red",
        "has_shape": true,
        "id": "91",
        "label": "1",
        "long": "Gare Centrale - Ch\u00e2taignier",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFD910",
        "color_name": "yellow",
        "has_shape": true,
        "id": "92",
        "label": "2",
        "long": "Coteaux - Nouveau Bassin",
        "short": "2",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "B2C602",
        "color_name": "yellow",
        "has_shape": true,
        "id": "93",
        "label": "TT",
        "long": "Thann St-Jacques - Gare Centrale",
        "short": "TT",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009234",
        "color_name": "green",
        "has_shape": true,
        "id": "94",
        "label": "3",
        "long": "Lutterbach Gare - Gare Centrale",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "BD112F",
        "color_name": "red",
        "has_shape": true,
        "id": "C4",
        "label": "C4",
        "long": "Ch\u00e2taignier - Ste-Barbe",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F29400",
        "color_name": "orange",
        "has_shape": true,
        "id": "C5",
        "label": "C5",
        "long": "Jonq. - Lefebvre - C. Adm - Dornach - Gare - Jonq.",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2007A",
        "color_name": "pink",
        "has_shape": true,
        "id": "C6",
        "label": "C6",
        "long": "Collines IKEA - Carrefour \u00cele Napol\u00e9on / Espale",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33AFE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "C7",
        "label": "C7",
        "long": "Lesage - H\u00f4pital E. Muller",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1482,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 897,
      "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": 15.1,
      "rank": 1,
      "severity": "WARNING",
      "what": "897 of 1482 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_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 2,
      "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": "mixed_case_recommended_field",
      "count": 14211,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
