{
  "agency": {
    "country": "FR",
    "id": "cts-strasbourg",
    "name": "CTS (Strasbourg)",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 57
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 30836,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1348,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 30836,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1348,
          "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": "1348 of 1348 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": 30836,
          "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": "30836 of 30836 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_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."
        }
      ],
      "name": "completeness",
      "score": 52.4,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 83,
          "WARNING": 49
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 47,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "route_short_name_too_long",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 55,
          "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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 28,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 84.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 132 instances (0 error, 49 warning, 83 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 179,
        "effective_expiry_date": "2027-02-27",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-02-27",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 179 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 179 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the Compagnie des Transports Strasbourgeois through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "9031659fce3405672df256c7d4174e0b8160c8fa06b5b0ef9e2ce66e81771aea",
    "size_bytes": 5047605,
    "source_provenance": "unverified",
    "static_url": "https://opendata.cts-strasbourg.eu/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://opendata.cts-strasbourg.eu/google_transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-31T00:00:00+00:00",
  "geo": {
    "bbox": [
      7.58649,
      48.46563,
      7.83127,
      48.68511
    ],
    "lat": 48.57902,
    "lon": 7.73364,
    "stop_count": 1348
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 6,
        "trip_count": 6421,
        "trip_share_pct": 20.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 41,
        "trip_count": 24415,
        "trip_share_pct": 79.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 47,
    "trip_count": 30836
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.5,
    "margin_to_next_band": 5.5,
    "score": 74.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 18,
      "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": "18 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (42, 43, 44, 60, 64, 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": 13,
      "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": "13 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Ancienne Synagogue / Les Halles\", \"Ancienne Synagogue / Les Halles\", \"Hechner/Centre Fun\u00e9raire\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-09-01",
    "feed_fetched_date": "2026-08-31",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1348,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 30836
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/cts-strasbourg/geometry.geojson",
    "route_count": 47,
    "routes": [
      {
        "color": "E10D19",
        "color_name": "red",
        "has_shape": false,
        "id": "02",
        "label": "2",
        "long": "Lingolsheim Gare - Jardin des Deux Rives",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8B705",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10",
        "label": "10",
        "long": "Gare Centrale - Mus\u00e9e d'Art Moderne - Gallia",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89CDD1",
        "color_name": "gray",
        "has_shape": false,
        "id": "12",
        "label": "12",
        "long": "Lingolsheim Alouettes - Entzheim Ouest",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89CDD1",
        "color_name": "gray",
        "has_shape": false,
        "id": "15",
        "label": "15",
        "long": "R\u00e9publique -  Boecklin",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F3C6DB",
        "color_name": "white",
        "has_shape": false,
        "id": "17",
        "label": "17",
        "long": "Rotonde - Mittelhausbergen Mittelberg",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F8B705",
        "color_name": "yellow",
        "has_shape": false,
        "id": "18",
        "label": "18",
        "long": "Rotonde - via March\u00e9 Gare",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89CDD1",
        "color_name": "gray",
        "has_shape": false,
        "id": "22",
        "label": "22",
        "long": "Lingolsheim Alouettes - Holtzheim Ouest",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFDC08",
        "color_name": "yellow",
        "has_shape": false,
        "id": "30",
        "label": "30",
        "long": "Amp\u00e8re -Robertsau Sainte Anne/ Robertsau Chasseurs",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F3C6DB",
        "color_name": "white",
        "has_shape": false,
        "id": "31",
        "label": "31",
        "long": "Amp\u00e8re - Baggersee",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFDC08",
        "color_name": "yellow",
        "has_shape": false,
        "id": "40",
        "label": "40",
        "long": "Unterelsau - Neuhof Ganzau",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C273A8",
        "color_name": "pink",
        "has_shape": false,
        "id": "42",
        "label": "42",
        "long": "Entzheim Gare - Entzheim Ouest",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E75113",
        "color_name": "orange",
        "has_shape": false,
        "id": "43",
        "label": "43",
        "long": "Entzheim Gare - Holtzheim Ouest",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "729ECF",
        "color_name": "gray",
        "has_shape": false,
        "id": "44",
        "label": "44",
        "long": "Entzheim Gare - Kolbsheim Mairie",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A5527",
        "color_name": "brown",
        "has_shape": false,
        "id": "45",
        "label": "45",
        "long": "Lingolsheim Alouettes - Poteries",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC7007",
        "color_name": "orange",
        "has_shape": false,
        "id": "57",
        "label": "57",
        "long": "Baggersee  - Geispolsheim Ouest / Blaesheim Ouest",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC7007",
        "color_name": "orange",
        "has_shape": false,
        "id": "60",
        "label": "60",
        "long": "Wacken - Mundolsheim D\u00e9couvertes",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BDD753",
        "color_name": "yellow",
        "has_shape": false,
        "id": "62",
        "label": "62",
        "long": "Geispolsheim Gare - Graff. Digue / Lipsheim Centre",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7DBBDF",
        "color_name": "gray",
        "has_shape": false,
        "id": "63",
        "label": "63",
        "long": "Campus d'Illkirch - Lipsheim Gare",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA5297",
        "color_name": "pink",
        "has_shape": false,
        "id": "64",
        "label": "64",
        "long": "Campus d'Illkirch - Lingolsheim Alouettes",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6DB122",
        "color_name": "brown",
        "has_shape": false,
        "id": "67",
        "label": "67",
        "long": "Baggersee - Graffenstaden Digue / Plobsheim Est",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8B705",
        "color_name": "yellow",
        "has_shape": false,
        "id": "70",
        "label": "70",
        "long": "Rob. Renaissance / Poteries - Wolfisheim Stade",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "73B3DE",
        "color_name": "gray",
        "has_shape": false,
        "id": "71",
        "label": "71",
        "long": "Les Halles - Eckwersheim Hippodrome",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3C6DB",
        "color_name": "white",
        "has_shape": false,
        "id": "72",
        "label": "72",
        "long": "R\u00e9publique - La Wantzenau Le Golf",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B5833C",
        "color_name": "brown",
        "has_shape": false,
        "id": "73",
        "label": "73",
        "long": "Les Halles - Lampertheim Alisiers",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008231",
        "color_name": "green",
        "has_shape": false,
        "id": "74",
        "label": "74",
        "long": "Hoenheim Gare-Reichstett/Vendenheim/EcoParc Rh\u00e9nan",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9FC204",
        "color_name": "yellow",
        "has_shape": false,
        "id": "75",
        "label": "75",
        "long": "Les Halles -Mundolsheim / Vendenheim / Eckwersheim",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C273A8",
        "color_name": "pink",
        "has_shape": false,
        "id": "76",
        "label": "76",
        "long": "Les Halles - Reichstett Rue de Paris",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009933",
        "color_name": "green",
        "has_shape": false,
        "id": "87-1759",
        "label": "Remplacement-D",
        "long": "Jean Jaur\u00e8s - Hochschule/L\u00e4ger",
        "short": "Remplacement-D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E10D19",
        "color_name": "red",
        "has_shape": false,
        "id": "A",
        "label": "A",
        "long": "Parc des Sports - Illkirch Graffenstaden",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": false,
        "id": "B",
        "label": "B",
        "long": "Hoenheim Gare - Lingolsheim Tiergaertel",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F29400",
        "color_name": "orange",
        "has_shape": false,
        "id": "C",
        "label": "C",
        "long": "Gare Centrale - Neuhof Rodolphe Reuss",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "22AE84",
        "color_name": "teal",
        "has_shape": false,
        "id": "C1",
        "label": "C1",
        "long": "Lingolsheim Alouettes - Robertsau Lamproie",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9FC204",
        "color_name": "yellow",
        "has_shape": false,
        "id": "C3",
        "label": "C3",
        "long": "Les Halles - Hoenheim Gare",
        "short": "C3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F08118",
        "color_name": "orange",
        "has_shape": false,
        "id": "C4",
        "label": "C4",
        "long": "Illkirch Fort Uhrich - Schiltigheim Campus",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "25715C",
        "color_name": "green",
        "has_shape": false,
        "id": "C5",
        "label": "C5",
        "long": "Koenigshoffen Sud - Schiltigheim Le Marais",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7D5D9F",
        "color_name": "purple",
        "has_shape": false,
        "id": "C6",
        "label": "C6",
        "long": "Pont Phario - Les Halles",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008A27",
        "color_name": "green",
        "has_shape": false,
        "id": "C7",
        "label": "C7",
        "long": "Baggersee-L. Aubrac/La Rochelle/Port Autonome Sud",
        "short": "C7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "88CDD5",
        "color_name": "white",
        "has_shape": false,
        "id": "C8",
        "label": "C8",
        "long": "Pont Saint-Nicolas - Neuhof Stockfeld",
        "short": "C8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F26640",
        "color_name": "orange",
        "has_shape": false,
        "id": "C9",
        "label": "C9",
        "long": "Les Halles - Hoenheim Gare / Vendenheim Gare",
        "short": "C9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009933",
        "color_name": "green",
        "has_shape": false,
        "id": "D",
        "label": "D",
        "long": "Poteries - Port du Rhin / Kehl Rathaus",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "9085BA",
        "color_name": "gray",
        "has_shape": false,
        "id": "E",
        "label": "E",
        "long": "Robertsau L'Escale - Campus d'Illkirch",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "97BF0D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "F",
        "label": "F",
        "long": "Wolfisheim Henri Rendu - Place d'Islande",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F6C900",
        "color_name": "yellow",
        "has_shape": false,
        "id": "G",
        "label": "G",
        "long": "Rotterdam - Gare - Espace Europ\u00e9en de l'Entreprise",
        "short": "G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A62341",
        "color_name": "red",
        "has_shape": false,
        "id": "H",
        "label": "H",
        "long": "Gare Centrale - Parlement Europ\u00e9en",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B55C38",
        "color_name": "brown",
        "has_shape": false,
        "id": "N1",
        "label": "N1",
        "long": "Pont Saint-Nicolas - Pont Phario",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F0047",
        "color_name": "red",
        "has_shape": false,
        "id": "N2",
        "label": "N2",
        "long": "Hoenheim Gare - Campus d'Illkirch",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2D3E58",
        "color_name": "green",
        "has_shape": false,
        "id": "N3",
        "label": "N3",
        "long": "Kehl Bahnhof - Mathieu Zell",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1348,
    "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": 1348,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1348 of 1348 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": 30836,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "30836 of 30836 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
