{
  "agency": {
    "country": "FR",
    "id": "stan-nancy",
    "name": "R\u00e9seau Stan (Nancy)",
    "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": 15.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": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1465,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 75487,
        "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": 1464,
          "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": "1464 of 1465 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": 75487,
          "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": "75487 of 75487 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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": 37.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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 16,
          "WARNING": 62384
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 60436,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_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": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1868,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 45,
          "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": 6.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": 23,
          "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": "mixed_case_recommended_field",
          "count": 7,
          "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": 6.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": "route_long_name_contains_short_name",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_long_name_contains_short_name' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route long name contains short name (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 1,
          "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 bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "big_gap_in_service",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 53.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 62400 instances (0 error, 62384 warning, 16 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-05-26",
        "feed_version": "26/05/2026-13:54",
        "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 166 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 166 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. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by Grand Nancy through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "25288a29c5babf94cfd7d88ae8f7b9743eb6386ee6998a38923e2cbf273f46b7",
    "size_bytes": 16689586,
    "static_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=STAN"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=STAN",
    "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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      6.10848,
      48.61039,
      6.27393,
      48.73166
    ],
    "lat": 48.68208,
    "lon": 6.18189,
    "stop_count": 1465
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 41,
        "trip_count": 75487,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 41,
    "trip_count": 75487
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 0.0,
    "margin_to_next_band": 10.0,
    "score": 60.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 7,
      "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": "7 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (14exp, 16, T3, 22, 55, 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_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": 963,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 75487
  },
  "route_map": {
    "drawn_route_count": 38,
    "has_shapes": true,
    "path": "data/artifacts/stan-nancy/geometry.geojson",
    "route_count": 41,
    "routes": [
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "T1",
        "long": "Tempo 1",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Artem <> Saulxures Lorraine",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99C225",
        "color_name": "yellow",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Heillecourt <> Malz\u00e9ville Savlons",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "33533C",
        "color_name": "green",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Max\u00e9ville EcoParc <> Dommartemont",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "189E6B",
        "color_name": "green",
        "has_shape": false,
        "id": "14",
        "label": "14exp",
        "long": "Express - Ludres <> Nancy Gare",
        "short": "14exp",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "73C7D2",
        "color_name": "gray",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Seichamps Ecoquartier<> Nancy Gare",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1F94CB",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Villers Clairlieu <> Malz\u00e9ville",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3A5C88",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Villers Campus <> Ludres",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0069B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "T2",
        "long": "Tempo 2 - Laxou Sapiniere <> Laneuveville Centre",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "593C90",
        "color_name": "purple",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Art-sur-Meurthe <> Nancy Gare",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953B8E",
        "color_name": "purple",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Ludres/Fl\u00e9ville <> Nancy Gare",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D2388D",
        "color_name": "pink",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Saint Max G\u00e9rard Barrois <> Porte Verte",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009639",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "T3",
        "long": "Tempo 3 - Villers Campus  <> Seichamps Haie Cerlin",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C66A6A",
        "color_name": "pink",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Laneuveville Gare <> Villers Campus",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7A63F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Nancy Jean Lamour <>G\u00e9rard Barrois",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6CE54",
        "color_name": "yellow",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Vandoeuvre Parc des Exposition <> Nancy Gare",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0099",
        "color_name": "pink",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "Navette Foire Exposition",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD04",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4",
        "label": "T4",
        "long": "Tempo 4 - Laxou CLB <> Houdemont Porte Sud",
        "short": "T4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4AB79B",
        "color_name": "teal",
        "has_shape": true,
        "id": "41",
        "label": "CITADINE 1",
        "long": "Citadine 1 - Citadine Nancy",
        "short": "CITADINE 1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "349DC0",
        "color_name": "teal",
        "has_shape": true,
        "id": "42",
        "label": "CITADINE 2",
        "long": "Citadine 2 - Citadine Vandoeuvre",
        "short": "CITADINE 2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "43",
        "label": "PLEINE LUNE",
        "long": "Ligne Pleine Lune",
        "short": "PLEINE LUNE",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4B2884",
        "color_name": "purple",
        "has_shape": false,
        "id": "5",
        "label": "T5",
        "long": "Maxeville Meurthe Canal - Vandoeuvre Roberval",
        "short": "T5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Jarville Sion <> Ludres",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CCCC",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Villers Clairlieu <> Villers Lyc\u00e9e Stanislas",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006666",
        "color_name": "green",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Villers G. Chepfer <> Villers Lyc\u00e9e Stanislas",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Malz\u00e9ville le Nid <> Malz\u00e9ville Paul Verlaine",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC0099",
        "color_name": "pink",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "Dommartemont Nickles <> Malz\u00e9ville Verlaine",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Jarville L\u00e9on Songeur <> Heillecourt Montaigu",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66FF66",
        "color_name": "gray",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Fl\u00e9ville <> Jarville Sion",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006666",
        "color_name": "green",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Vandoeuvre Simone de Beauvoir <> V\u00e9lodrome",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009999",
        "color_name": "teal",
        "has_shape": true,
        "id": "58",
        "label": "58",
        "long": "Dommartemont Nickles <> Tomblaine Grp ScolR",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Tomblaine Groupe Scolaire <> Saulxures Foret",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0066CC",
        "color_name": "teal",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Tomblaine Groupe Scolaire <> Art-sur-Meurthe",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9900FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "Nancy Gare <> Art-sur-Meurthe - Bosserville",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Nancy Gare <> Malz\u00e9ville Pixer\u00e9court",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Laxou Jet d'eau <> Laxou V. Prouv\u00e9",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6633",
        "color_name": "orange",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Nancy Tilleul Argent\u00e9 <> Georges de la Tour",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9900FF",
        "color_name": "purple",
        "has_shape": false,
        "id": "65",
        "label": "65",
        "long": "Malz\u00e9ville Margeville <>Nancy Division de Fer",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CC66",
        "color_name": "green",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Villers Lyc\u00e9e Stanislas <> Fl\u00e9ville",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6699",
        "color_name": "pink",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Ludres J. Monod <> Fl\u00e9ville l'Or\u00e9e du Bois",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83171A",
        "color_name": "brown",
        "has_shape": true,
        "id": "7",
        "label": "Corol",
        "long": "Corol - Lx Plateau de Haye<>Lx Plateau de haye",
        "short": "Corol",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1465,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1464,
      "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": "1464 of 1465 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": 75487,
      "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": "75487 of 75487 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,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
