{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83459",
    "name": "R\u00e9seau urbain TAG",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 79.1,
          "stops_marked_accessible_pct": 45.1,
          "stops_marked_not_accessible_pct": 21.4,
          "stops_stated_pct": 66.5,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 16.6,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": true,
          "booking_rule_count": 1,
          "has_booking_rules": true,
          "has_flex": true
        },
        "has_fares": true,
        "headsign_applicable_trips": 26867,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2554,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 26867,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 66.5,
        "wheelchair_marked_accessible_pct": 45.1,
        "wheelchair_marked_not_accessible_pct": 21.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 855,
          "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": 8.4,
          "severity": "WARNING",
          "what": "855 of 2554 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_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_flex_service",
          "count": 1,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed includes flexible (demand-responsive) service, and riders are told how to book it.",
          "why": "Dial-a-ride and zone service are described for trip planners, not just fixed routes."
        },
        {
          "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": 84.1,
      "status": "measured",
      "summary": "67% of stops state wheelchair accessibility (45% marked accessible, 21% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 741,
          "WARNING": 246
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "expired_calendar",
          "count": 116,
          "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": 8.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": "equal_shape_distance_same_coordinates",
          "count": 101,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 17,
          "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": 6.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": "stops_match_shape_out_of_order",
          "count": 7,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_recommended_field",
          "count": 4,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 614,
          "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": 1.0,
          "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 98,
          "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": "unsorted_stop_times",
          "count": 28,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 60.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 987 instances (0 error, 246 warning, 741 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 121,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "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": [
        {
          "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",
          "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 121 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 official feed URL on file."
    ],
    "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 121 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 66% 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 66% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit Syndicat Mixte des Mobilit\u00e9s de l'Aire Grenobloise, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "5da924edfaa356dcc5368c7eddf0c3eac7b10cdc216ef3f5bd09e68177df550e",
    "size_bytes": 6273629,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/b6ec7ba4-09bc-46df-b9a1-79a2c2668cf2"
  },
  "fetch": {
    "final_url": "https://data.mobilites-m.fr/api/gtfs/SEM",
    "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": [
      5.59479,
      44.97016,
      5.88748,
      45.32189
    ],
    "lat": 45.1801,
    "lon": 5.7223,
    "stop_count": 2554
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 9421,
        "trip_share_pct": 35.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 50,
        "trip_count": 17446,
        "trip_share_pct": 64.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 55,
    "trip_count": 26867
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.1,
    "margin_to_next_band": 5.9,
    "score": 74.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 36,
      "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": "36 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (C10, C14, 16, 17, 18, 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": 3,
      "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": "3 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Crolles, ST Microelectronics\", \"Crolles, ST Microelectronics\", \"Crolles, ST Microelectronics\").",
      "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": 1766,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 26867
  },
  "route_map": {
    "drawn_route_count": 50,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83459/geometry.geojson",
    "route_count": 55,
    "routes": [
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1",
        "label": "C1",
        "long": "Grenoble Cit\u00e9 Jean Mac\u00e9 / Montbonnot-Saint-Martin Pr\u00e9 de l'Eau",
        "short": "C1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "10",
        "label": "C10",
        "long": "Bernin Cloy\u00e8res / \u00c9chirolles Marie Curie",
        "short": "C10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "14",
        "label": "C14",
        "long": "Grenoble Gares / St-Georges-de-Commiers Gare",
        "short": "C14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Dom\u00e8ne Les Arnauds / Dom\u00e8ne Chenevi\u00e8res / Grenoble Verdun \u2013 Pr\u00e9fecture",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Le Pont-de-Claix Gendarmerie / Saint-Martin-d'H\u00e8res Les Alloves",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Grenoble Verdun \u2013 Pr\u00e9fecture / Meylan Lyc\u00e9e du Gr\u00e9sivaudan",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Meylan Lyc\u00e9e du Gr\u00e9sivaudan / Poisat Cimeti\u00e8re Intercommunal",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Sassenage L'Ovalie / Seyssins Garlettes",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2",
        "label": "C2",
        "long": "Grenoble Louise Michel / Claix Pont Rouge",
        "short": "C2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Veurey-Voroize La Rive / Seyssinet-Pariset H\u00f4tel de Ville",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Seyssins Le Prisme / Claix Pont Rouge",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Grenoble Oxford / Saint-\u00c9gr\u00e8ve Gare",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Saint-Martin-d'H\u00e8res Universit\u00e9 \u2013 Biblioth\u00e8ques / Vizille Le P\u00e9age",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Gi\u00e8res Gare \u2013 Chamandier / Grenoble Verdun \u2013 Pr\u00e9fecture",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Grenoble Colonel Dumont / Le Gua Les Saillants",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3376B8",
        "color_name": "teal",
        "has_shape": false,
        "id": "27",
        "label": "NAVA",
        "long": "Fontaine La Poya / Le Pont-de-Claix L'\u00c9toile",
        "short": "NAVA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C20078",
        "color_name": "pink",
        "has_shape": false,
        "id": "29",
        "label": "NAVC",
        "long": "Seyssins Le Prisme / Saint-Martin-d'H\u00e8res Universit\u00e9 \u2013 Condillac",
        "short": "NAVC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "3",
        "label": "C3",
        "long": "\u00c9chirolles Centre du graphisme / Grenoble Victor Hugo",
        "short": "C3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "533786",
        "color_name": "purple",
        "has_shape": false,
        "id": "31",
        "label": "NAVE",
        "long": "Fontanil-Cornillon Palluel / Grenoble Louise Michel",
        "short": "NAVE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "4",
        "label": "C4",
        "long": "Grenoble Victor Hugo / Eybens Le Verderet",
        "short": "C4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "La Tronche Grand Sablon / Corenc La Garenne",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Meylan Place de la Louisiane / Montbonnot-Saint-Martin Pr\u00e9 de l'Eau",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Miribel-Lanch\u00e2tre Le Vernay / Le Gua Pr\u00e9lenfrey Eglise / Col de l'Arzelier / Le Gua Les Saillants",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Vif La Valonne / Varces-Alli\u00e8res-et-Risset Rond Point de l'Europe",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "Varces-Alli\u00e8res-et-Risset Rond Point de l'Europe / Saint-Paul-de-Varces Place",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Varces-Alli\u00e8res-et-Risset Risset / Claix Val d'Alli\u00e8res",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Claix Pont Rouge / Claix Cossey",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "Seyssinet-Pariset Cimeti\u00e8re / Seyssins Clinique du Dauphin\u00e9",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "5",
        "label": "C5",
        "long": "Gi\u00e8res Universit\u00e9 \u2013 Biologie / Grenoble Palais de Justice \u2013 Gare",
        "short": "C5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Sassenage Les C\u00f4tes / Fontaine La Poya",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Veurey-Voroize Ch\u00e2telard / Saint-\u00c9gr\u00e8ve Gare / Voreppe Gare",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "Saint-\u00c9gr\u00e8ve Pont de Vence / Grenoble Oxford",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Saint-Martin-le-Vinoux H\u00f4tel de Ville / Saint-Martin-le-Vinoux Col de Cl\u00e9menci\u00e8res",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Quaix-en-Chartreuse La Cime de Mont-Quaix / Grenoble Casamaures \u2013 Village",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Gi\u00e8res Gare \u2013 Chamandier / Saint-Martin-d'Uriage La Ronzi\u00e8re / Hautes Vues",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": false,
        "id": "6",
        "label": "C6",
        "long": "Eybens Maisons Neuves / Grenoble Oxford",
        "short": "C6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Proveysieux Planfay Haut / Saint-\u00c9gr\u00e8ve Muret",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "Quaix-en-Chartreuse Village / Saint-\u00c9gr\u00e8ve Muret",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "81BA26",
        "color_name": "brown",
        "has_shape": true,
        "id": "62",
        "label": "N62",
        "long": "Grenoble Notre-Dame \u2013 Mus\u00e9e / Sarcenas Pont du Croz / Col de Porte",
        "short": "N62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Mont-Saint-Martin Chemin de Nami\u00e8re / Saint-\u00c9gr\u00e8ve Gare",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Le Pont-de-Claix ZI des \u00celes / Le Pont-de-Claix L'\u00c9toile",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Grenoble Grand'place / Vizille Le P\u00e9age",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": false,
        "id": "66",
        "label": "66",
        "long": "Jarrie Clos Jouvin / \u00c9chirolles La Rampe \u2013 Centre-Ville",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Grenoble Grand'place / Herbeys Le Bourg",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "68",
        "label": "68",
        "long": "Eybens Le Verderet / \u00c9chirolles La Rampe \u2013 Centre-Ville",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "7",
        "label": "C7",
        "long": "\u00c9chirolles Comboire / Saint-Martin-d'H\u00e8res Henri Wallon",
        "short": "C7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Champ-sur-Drac La Melle / Montchaboud Le Village",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Jarrie Gare / Champagnier Place du Laca",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Vif Mairie / Notre-Dame-de-Commiers Le Village",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5D24D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8",
        "label": "C8",
        "long": "Grenoble Victor Hugo \u2013 Belgrade / Gi\u00e8res Universit\u00e9 \u2013 IUT-STAPS",
        "short": "C8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3376B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "91",
        "label": "A",
        "long": "Fontaine La Poya / Le Pont-de-Claix L'\u00c9toile",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "479A45",
        "color_name": "green",
        "has_shape": true,
        "id": "92",
        "label": "B",
        "long": "Grenoble Oxford / Gi\u00e8res Plaine des Sports",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C20078",
        "color_name": "pink",
        "has_shape": true,
        "id": "93",
        "label": "C",
        "long": "Seyssins Le Prisme / Saint-Martin-d'H\u00e8res Universit\u00e9 \u2013 Condillac",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DE9917",
        "color_name": "orange",
        "has_shape": true,
        "id": "94",
        "label": "D",
        "long": "Grenoble Gares / Saint-Martin-d'H\u00e8res \u00c9tienne Grappe",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "533786",
        "color_name": "purple",
        "has_shape": true,
        "id": "95",
        "label": "E",
        "long": "Fontanil-Cornillon Palluel / Grenoble Louise Michel",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      }
    ],
    "stop_count": 2554,
    "stop_points_capped": true
  },
  "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_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": 1,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 855,
      "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": 8.4,
      "rank": 2,
      "severity": "WARNING",
      "what": "855 of 2554 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": "expired_calendar",
      "count": 116,
      "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": 8.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
