{
  "agency": {
    "country": "FR",
    "id": "taneo-nevers",
    "name": "Tan\u00e9o (Nevers)",
    "subdivision_code": "FR-BFC",
    "subdivision_name": "Bourgogne-Franche-Comt\u00e9"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 14.2,
          "stops_marked_not_accessible_pct": 85.8,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 25.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 1594,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 544,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1594,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 14.2,
        "wheelchair_marked_not_accessible_pct": 85.8
      },
      "findings": [
        {
          "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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 77.4,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (14% marked accessible, 86% 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": 11,
        "instances_by_severity": {
          "ERROR": 45,
          "INFO": 10,
          "WARNING": 3298
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 42,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1688,
          "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": 914,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 344,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 297,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 40,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 12,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "route_color_contrast",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "big_gap_in_service",
          "count": 10,
          "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."
        }
      ],
      "name": "correctness",
      "score": 17.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 3353 instances (45 error, 3298 warning, 10 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 120,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "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 (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 120 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 120 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. 2 validator errors to resolve.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to Communaut\u00e9 d'agglom\u00e9ration de Nevers (r\u00e9seau Tan\u00e9o) and the update date.",
    "reachable": true,
    "sha256": "4735c7cb976d789295f7a44ad72bfc5336b987a2e409b6df06c64fa366d48170",
    "size_bytes": 925887,
    "source_provenance": "official",
    "static_url": "https://transport.data.gouv.fr/resources/81227/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/versions-des-horaires-theoriques-des-lignes-du-reseau-de-bus-au-format-gtfs/20260824-112911/gtfs-2026-09-sans-tad.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      3.03776,
      46.90341,
      3.2274,
      47.10623
    ],
    "lat": 46.99926,
    "lon": 3.14058,
    "stop_count": 544
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 40,
        "trip_count": 1594,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 40,
    "trip_count": 1594
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 53.0,
    "margin_to_next_band": 7.0,
    "score": 53.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 13,
      "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": "13 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (3, 10, 12, 14, 16, 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": 17,
      "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": "17 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"LPA / LEGTA\", \"LPA / LEGTA\", \"St Antoine\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 544,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1594
  },
  "route_map": {
    "drawn_route_count": 40,
    "has_shapes": true,
    "path": "data/artifacts/taneo-nevers/geometry.geojson",
    "route_count": 40,
    "routes": [
      {
        "color": "F39800",
        "color_name": "orange",
        "has_shape": true,
        "id": "10-22",
        "label": "10",
        "long": "Les 4 Chemin\u00e9es - Adam Billaut",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9FD6F6",
        "color_name": "white",
        "has_shape": true,
        "id": "12-22",
        "label": "12",
        "long": "Casino - Banlay",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00792C",
        "color_name": "green",
        "has_shape": true,
        "id": "13-22",
        "label": "13",
        "long": "Nevers Gare - Front de Loire",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA84B0",
        "color_name": "pink",
        "has_shape": true,
        "id": "14-22",
        "label": "14",
        "long": "Banlay - ESAT",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "15-22",
        "label": "15",
        "long": "V-Vauzelles Mairie - Pignelin",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "72797F",
        "color_name": "gray",
        "has_shape": true,
        "id": "16-22",
        "label": "16",
        "long": "Croisement - Pougues Gare",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "17-22",
        "label": "17",
        "long": "Croix de Trangy - J.Duclos",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "18-22",
        "label": "18",
        "long": "Maupertuis Haut - Pougues Gare",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ADCB57",
        "color_name": "gray",
        "has_shape": true,
        "id": "3-22",
        "label": "3",
        "long": "V-Vauzelles - Nevers Gare",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A02383",
        "color_name": "purple",
        "has_shape": true,
        "id": "4-22",
        "label": "4",
        "long": "Adam Billaut - H\u00f4pital B\u00e9r\u00e9govoy",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "495DA3",
        "color_name": "blue",
        "has_shape": true,
        "id": "5-22",
        "label": "5",
        "long": "Les Rev\u00e9riens - Nevers Gare",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E3004A",
        "color_name": "red",
        "has_shape": true,
        "id": "COUR-22",
        "label": "COUR",
        "long": "Coursinelle",
        "short": "COUR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "94BFE1",
        "color_name": "white",
        "has_shape": true,
        "id": "NOCE-22",
        "label": "NOCE",
        "long": "NOCTE - Nocte",
        "short": "NOCE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B3183",
        "color_name": "blue",
        "has_shape": true,
        "id": "NOCO-22",
        "label": "NOCO",
        "long": "NOCTO - Nocto",
        "short": "NOCO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E42618",
        "color_name": "red",
        "has_shape": true,
        "id": "P1-16",
        "label": "P1",
        "long": "Colbert - Notre Dame",
        "short": "P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39800",
        "color_name": "orange",
        "has_shape": true,
        "id": "P10-23",
        "label": "P10",
        "long": "Aglan - Adam Billaut",
        "short": "P10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39800",
        "color_name": "orange",
        "has_shape": true,
        "id": "P10B-4",
        "label": "P10B",
        "long": "Nevers Gares - LPA/LEGTA",
        "short": "P10B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B36408",
        "color_name": "brown",
        "has_shape": true,
        "id": "P11-16",
        "label": "P11",
        "long": "H\u00f4pital B\u00e9r\u00e9govoy - Banlay",
        "short": "P11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B6004B",
        "color_name": "red",
        "has_shape": true,
        "id": "P12-16",
        "label": "P12",
        "long": "Les Tuilleries - Banlay",
        "short": "P12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00792C",
        "color_name": "green",
        "has_shape": true,
        "id": "P13-4",
        "label": "P13",
        "long": "Banlay - Front de Loire",
        "short": "P13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "P14-4",
        "label": "P14",
        "long": "ESAT - Alain Colas",
        "short": "P14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "P17-16",
        "label": "P17",
        "long": "Croix de Trangy - Neubrandenburg",
        "short": "P17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFE947",
        "color_name": "yellow",
        "has_shape": true,
        "id": "P2-16",
        "label": "P2",
        "long": "C\u00f4te Blanche - Coll\u00e8ge Langevin",
        "short": "P2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0C2C80",
        "color_name": "blue",
        "has_shape": true,
        "id": "P3-16",
        "label": "P3",
        "long": "Les R\u00e9v\u00e9riens - CFA Marzy",
        "short": "P3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4680B",
        "color_name": "orange",
        "has_shape": true,
        "id": "P4-4",
        "label": "P4",
        "long": "Croisement - Coll\u00e8ge Langevin",
        "short": "P4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A02383",
        "color_name": "purple",
        "has_shape": true,
        "id": "P5-4",
        "label": "P5",
        "long": "C\u00f4te Blanche - Banlay",
        "short": "P5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F2B1CD",
        "color_name": "white",
        "has_shape": true,
        "id": "P6-4",
        "label": "P6",
        "long": "Fourchambault Gare - Notre-Dame",
        "short": "P6",
        "text_color": "464646",
        "type_label": "Bus"
      },
      {
        "color": "00792C",
        "color_name": "green",
        "has_shape": true,
        "id": "P7-16",
        "label": "P7",
        "long": "Le Magny - Coll\u00e8ge Langevin",
        "short": "P7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "P8-16",
        "label": "P8",
        "long": "Croisement - Notre-Dame",
        "short": "P8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8AC1E6",
        "color_name": "white",
        "has_shape": true,
        "id": "P9-16",
        "label": "P9",
        "long": "Pougues Casino - Henri Wallon",
        "short": "P9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "SP1-16",
        "label": "SP1",
        "long": "Ecoles de Challuy & Sermoise",
        "short": "SP1",
        "text_color": "000040",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "SP2-16",
        "label": "SP2",
        "long": "Ecoles de Challuy & Sermoise",
        "short": "SP2",
        "text_color": "FFFF00",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "SP3-16",
        "label": "SP3",
        "long": "Ecoles de Grimouille & Saincaize",
        "short": "SP3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "SP4-16",
        "label": "SP4",
        "long": "\u00c9coles de G. Moquet et P. Eluard (Garchizy)",
        "short": "SP4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SP6-16",
        "label": "SP6",
        "long": "Coll\u00e8ge Henri Wallon - Banlay",
        "short": "SP6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "SP7-16",
        "label": "SP7",
        "long": "Ecole de Saint-Eloi",
        "short": "SP7",
        "text_color": "004080",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "SP8-16",
        "label": "SP8",
        "long": "Ecole de Marzy",
        "short": "SP8",
        "text_color": "FF80C0",
        "type_label": "Bus"
      },
      {
        "color": "800040",
        "color_name": "red",
        "has_shape": true,
        "id": "SP9-16",
        "label": "SP9",
        "long": "Ecole de Parigny-les-Vaux",
        "short": "SP9",
        "text_color": "FF8040",
        "type_label": "Bus"
      },
      {
        "color": "E42618",
        "color_name": "red",
        "has_shape": true,
        "id": "T1-22",
        "label": "T1",
        "long": "Alain Colas - V-Vauzelles Eglise",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFE947",
        "color_name": "yellow",
        "has_shape": true,
        "id": "T2-22",
        "label": "T2",
        "long": "Banlay - Jacques Duclos",
        "short": "T2",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 544,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-02",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 42,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 3,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
