{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83462",
    "name": "R\u00e9seau urbain Transports du Pays Voironnais",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 77.5,
          "stops_marked_accessible_pct": 57.7,
          "stops_marked_not_accessible_pct": 6.4,
          "stops_stated_pct": 64.0,
          "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.0,
          "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_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": 1193,
        "translations": {
          "feed_lang": "FR",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 828,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 64.0,
        "wheelchair_marked_accessible_pct": 57.7,
        "wheelchair_marked_not_accessible_pct": 6.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 429,
          "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": 9.0,
          "severity": "WARNING",
          "what": "429 of 1193 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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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 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": 83.5,
      "status": "measured",
      "summary": "64% of stops state wheelchair accessibility (58% marked accessible, 6% 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": 44,
          "WARNING": 305
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 196,
          "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": "mixed_case_recommended_field",
          "count": 87,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 10,
          "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 bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 7,
          "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 bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "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": "big_gap_in_service",
          "count": 38,
          "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": 0.8,
          "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": 4,
          "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.5,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "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.5,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "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": 61.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 349 instances (0 error, 305 warning, 44 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "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 160 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 64% of stops and 100% 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 64% of stops and 100% of trips; the mark needs 90% of each."
  },
  "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": "6ddf74d57f98ad964f8eb415b3acb5722320624df79e3d814781b2f5650ce365",
    "size_bytes": 917815,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/2ee1e02f-da22-4b86-8451-5ef67ae32cdd"
  },
  "fetch": {
    "final_url": "https://data.mobilites-m.fr/api/gtfs/TPV",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      5.45346,
      45.25469,
      5.71009,
      45.53061
    ],
    "lat": 45.36521,
    "lon": 5.58683,
    "stop_count": 1193
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 87,
        "trip_count": 828,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 87,
    "trip_count": 828
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.4,
    "margin_to_next_band": 5.6,
    "score": 74.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 16,
      "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": "16 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (52, 38, 39, 83, 77, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 32,
      "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": "32 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"La Sure en Chartreuse, ST JULIEN VILLAGE\", \"Miribel-les-\u00c9chelles, ST ROCH\", \"Coublevie, ROUTE DE ST JEAN\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 764,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 828
  },
  "route_map": {
    "drawn_route_count": 85,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83462/geometry.geojson",
    "route_count": 87,
    "routes": [
      {
        "color": "1E71B8",
        "color_name": "teal",
        "has_shape": true,
        "id": "10001",
        "label": "30",
        "long": "TULLINS - VOUREY - MOIRANS - VOIRON",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10002",
        "label": "535",
        "long": "REAUMONT LE GUICHARD - MOIRANS BEGHIN",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10003",
        "label": "536",
        "long": "APPRIEU LE RIVIER - MOIRANS BEGHIN",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10004",
        "label": "537",
        "long": "RIVES LES ABATTOIRS - MOIRANS BEGHIN",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10005",
        "label": "538",
        "long": "TULLINS CONDORCET - MOIRANS P. BEGHIN",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10006",
        "label": "539",
        "long": "TULLINS GARE SNCF - MOIRANS P. BEGHIN",
        "short": "539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10007",
        "label": "540",
        "long": "VOREPPE L'ARCADE - MOIRANS P. BEGHIN",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10008",
        "label": "541",
        "long": "VOREPPE VOLOUISE - MOIRANS P. BEGHIN",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10009",
        "label": "542",
        "long": "FONTANIL CROIX ROCHETTE - MOIRANS BEGHIN",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10010",
        "label": "543",
        "long": "MOIRANS ESPACE JAIL - ST JEAN - BEGHIN",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10012",
        "label": "546",
        "long": "MERLAS PICOUDIERE - CHIRENS COLLEGE",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10013",
        "label": "547",
        "long": "ST SULPICE RIVOIRES - CHIRENS COLLEGE",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10014",
        "label": "548",
        "long": "LE PIN  LES ALLEX - CHIRENS COLLEGE",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10015",
        "label": "549",
        "long": "PALADRU TROIS CHENES - CHIRENS COLLEGE",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10016",
        "label": "550",
        "long": "MONTFERRAT LE VERNEY - CHIRENS COLLEGE",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10017",
        "label": "551",
        "long": "CHARAVINES MONTFOLLET - CHIRENS COLLEGE",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10018",
        "label": "552",
        "long": "CHARAVINES PLACE MARCHE  CHIRENS COLLEGE",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10019",
        "label": "553",
        "long": "BILIEU PETIT BILIEU - CHIRENS COLLEGE",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10020",
        "label": "554",
        "long": "LE PIN ST CHRISTOPHE - CHIRENS COLLEGE",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10021",
        "label": "584",
        "long": "TULLINS GOUY - CAMILLE DESMOULINS",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10022",
        "label": "585",
        "long": "TULLINS ST J. CHEPY - COLLEGE CONDORCET",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10023",
        "label": "52",
        "long": "MIRIBEL EGLISE - VOIRON GARE SUD",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10024",
        "label": "571",
        "long": "ST BLAISE RAVIGNHOUSE - RIVES DESNOS",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10025",
        "label": "572",
        "long": "REAUMONT H. FERROVIAIRE - RIVES DESNOS",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10026",
        "label": "573",
        "long": "REAUMONT LE BESSEY - RIVES DESNOS",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10027",
        "label": "38",
        "long": "ST GEOIRE COTAGON - VOIRON GARE NORD",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10028",
        "label": "39",
        "long": "CHARANCIEU - VOIRON GARE NORD",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10029",
        "label": "565",
        "long": "LA MURETTE VILLAGE - VOIRON LA GARENNE",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10030",
        "label": "566",
        "long": "ST CASSIEN MALOZA - VOIRON LA GARENNE",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10031",
        "label": "567",
        "long": "MOIRANS PETIT CRIEL - LA GARENNE",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10032",
        "label": "568",
        "long": "VOIRON LAVOIR CRIEL - LA GARENNE",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10033",
        "label": "569",
        "long": "LA MURETTE COURATIERE - VOIRON GARENNE",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10034",
        "label": "570",
        "long": "VOIRON LES TUILIERES - VOIRON LA GARENNE",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10035",
        "label": "83",
        "long": "RIVES - VOIRON GARE SUD",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10037",
        "label": "587",
        "long": "VOIRON GARE SUD - VOIRON LA MARTELIERE",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10038",
        "label": "589",
        "long": "POMMIERS RD 520 VILLAGE - VOREPPE MAIRIE",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10039",
        "label": "77",
        "long": "LA BUISSE GIRATOIRE - MOIRANS VIA CENTRALP",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10040",
        "label": "555",
        "long": "LA BUISSE ECOLE - COUBLEVIE PLAN MENU",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10041",
        "label": "556",
        "long": "LA BUISSE AFIPH - COUBLEVIE PLAN MENU",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10042",
        "label": "557",
        "long": "POMMIERS BARNIERS - COUBLEVIE PLAN MENU",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10043",
        "label": "558",
        "long": "ST AUPRE GD VIVIER - COUBLEVIE PLAN MENU",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10044",
        "label": "559",
        "long": "MIRIBEL LE VERNEY - COUBLEVIE PLAN MENU",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10045",
        "label": "560",
        "long": "CROSSEY GATELIERE - COUBLEVIE PLAN MENU",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10046",
        "label": "561",
        "long": "CROSSEY POMPIERS - COUBLEVIE PLAN MENU",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10047",
        "label": "562",
        "long": "CROSSEY TOLVON - COUBLEVIE PLAN MENU",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10048",
        "label": "563",
        "long": "VOIRON GARE NORD - COUBLEVIE PLAN MENU",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": false,
        "id": "10049",
        "label": "591",
        "long": "REAUMONT BOURG -ST BLAISE MAIRIE",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10050",
        "label": "592",
        "long": "ST AUPRE GD VIVIER - ST AUPRE VILLAGE",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10051",
        "label": "593",
        "long": "MERLAS PICOUDIERE - ST GEOIRE PLAMPALAIS",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10052",
        "label": "594",
        "long": "ST GEOIRE CONSUOZ ABRIS - LAMBERTIERE",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10053",
        "label": "595",
        "long": "COUBLEVIE RTE DES GORGES - RUE DU 11 NOV",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10054",
        "label": "575",
        "long": "RIVES GARE SNCF - ST JEAN MOIRANS PLACE",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10055",
        "label": "576",
        "long": "TULLINS CONDORCET -  ST JEAN PLACE",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10056",
        "label": "577",
        "long": "FONTANIL PALLUEL - ST JEAN PLACE",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10057",
        "label": "501",
        "long": "SAINT JULIEN VILLAGE - VOIRON GARE SUD",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10058",
        "label": "504",
        "long": "MERLAS LA CHAPELLE - VOIRON GARE SUD",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10059",
        "label": "502",
        "long": "VELANNE LA SAUGE - VOIRON GARE NORD",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10063",
        "label": "503",
        "long": "POMMIER PALLACHERE - VOREPPE GARE SNCF",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": false,
        "id": "10064",
        "label": "500",
        "long": "EHPAD COUBLEVIE - TARDY",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10065",
        "label": "580",
        "long": "MOIRANS PETIT CRIEL - COLLEGE VERGERON",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10066",
        "label": "581",
        "long": "TULLINS CONDORCET - MOIRANS  VERGERON",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10067",
        "label": "582",
        "long": "ST JEAN LA MANCHE - MOIRANS LE VERGERON",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10068",
        "label": "511",
        "long": "RIVES MALADIERE - VOIRON GARE NORD",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10069",
        "label": "512",
        "long": "RIVES MALADIERE - VOIRON BRAMERET",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10071",
        "label": "514",
        "long": "RENAGE PL CARDINAL - VOIRON BRAMERET",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10072",
        "label": "515",
        "long": "TULLINS GARE SNCF - VOIRON",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10073",
        "label": "516",
        "long": "TULLINS CONDORCET - VOIRON",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10074",
        "label": "517",
        "long": "TULLINS CONDORCET - VOIRON BRAMERET",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10075",
        "label": "518",
        "long": "ST JEAN COLOMBINIERE - VOIRON BRAMERET",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10076",
        "label": "519",
        "long": "VOREPPE LOGIS NEUF - VOIRON GARE SUD",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10077",
        "label": "520",
        "long": "ST AUPRE TURE - VOIRON GARE SUD",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10078",
        "label": "521",
        "long": "CROSSEY GATELIERE - VOIRON GARE SUD",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10079",
        "label": "522",
        "long": "MERLAS PICOUDIERE - VOIRON GARE SUD",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10080",
        "label": "523",
        "long": "MASSIEU COTE D'AINAN - VOIRON GARE NORD",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10081",
        "label": "524",
        "long": "LE PIN LES ALLEX - VOIRON",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10082",
        "label": "525",
        "long": "CHARAVINES OFFICE DE TOURISME - VOIRON",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10083",
        "label": "526",
        "long": "BILIEU PETIT BILIEU - VOIRON",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10084",
        "label": "528",
        "long": "LA MURETTE VILLAGE - VOIRON",
        "short": "528",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10085",
        "label": "529",
        "long": "REAUMONT LE CARRET - VOIRON",
        "short": "529",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10086",
        "label": "530",
        "long": "ST BLAISE RTE MURETTE - VOIRON",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "10089",
        "label": "31",
        "long": "LEPRINCE RINGUET - PAVIOT",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "10091",
        "label": "32",
        "long": "PARVIS - COUBLEVIE",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "10093",
        "label": "33",
        "long": "FATON - CHAMPFEUILLET",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33A457",
        "color_name": "green",
        "has_shape": true,
        "id": "10094",
        "label": "34",
        "long": "MOIRANS GARE - HOPITAL VOIRON",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "78520D",
        "color_name": "brown",
        "has_shape": true,
        "id": "10101",
        "label": "527",
        "long": "MONTFERRAT VOIRON",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10121",
        "label": "81",
        "long": "PALADRU VOIRON",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D572A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "10141",
        "label": "53",
        "long": "ST NICOLAS DE M - VOIRON",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1193,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-24",
  "top_fixes": [
    {
      "code": "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": 429,
      "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": 9.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "429 of 1193 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": "equal_shape_distance_same_coordinates",
      "count": 196,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
