{
  "agency": {
    "country": "FR",
    "id": "fr-pan-84169",
    "name": "Horizon (Ch\u00e2teauroux M\u00e9tropole)",
    "operating_note": "The dataset also holds two older exports. The 2026-09-01 export is the one recorded here.",
    "subdivision_code": "FR-CVL",
    "subdivision_name": "Centre-Val de Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 72.9,
          "stops_marked_not_accessible_pct": 27.1,
          "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": 0.5,
          "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": 1408,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 3.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 509,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1408,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 72.9,
        "wheelchair_marked_not_accessible_pct": 27.1
      },
      "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_stop_names_all_caps",
          "count": 493,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.5,
          "severity": "INFO",
          "what": "About 493 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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": 63.0,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (73% marked accessible, 27% 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": 13,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 45,
          "WARNING": 2997
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1988,
          "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": 646,
          "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": 175,
          "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": 117,
          "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": 18,
          "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": "unusable_trip",
          "count": 16,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "unused_trip",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 14,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "route_color_contrast",
          "count": 3,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 3,
          "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": 4.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": "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": 29,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 16,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 30.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 3042 instances (0 error, 2997 warning, 45 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 360,
        "effective_expiry_date": "2027-08-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-08-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 360 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 360 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Ch\u00e2teauroux M\u00e9tropole and the update date.",
    "reachable": true,
    "sha256": "2e821ce0fa8933735e27f86f1934b0f4c2acebe60af92132a71242dd924393f2",
    "size_bytes": 883046,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/7edd0b40-0936-4adf-88ed-5e9fe9c3977f"
  },
  "fetch": {
    "final_url": "https://data.chateauroux-metropole.fr/api/v2/catalog/datasets/reseau-de-bus-urbain_horizon/alternative_exports/gtfs_20260901_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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      1.55936,
      46.67323,
      1.89364,
      46.89481
    ],
    "lat": 46.80501,
    "lon": 1.70349,
    "stop_count": 509
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 18,
        "trip_count": 1408,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 18,
    "trip_count": 1408
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 54.3,
    "margin_to_next_band": 5.7,
    "score": 54.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 6,
      "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": "6 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 1D, 7, 8, 10, 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."
    }
  ],
  "routability": {
    "boardable_stops": 509,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 16,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "16 of 1408 trips list fewer than two stops.",
        "why": "A trip with one stop has no ride in it. Trip planners can't put a rider on that trip at all."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 16,
    "trips_total": 1408
  },
  "route_map": {
    "drawn_route_count": 18,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-84169/geometry.geojson",
    "route_count": 18,
    "routes": [
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "1-20",
        "label": "1",
        "long": "1 - Forum / Cap-Sud",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BA1751",
        "color_name": "red",
        "has_shape": true,
        "id": "10-20",
        "label": "10",
        "long": "10 - Ligne 10 - Giraudoux / Arthon",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F29A79",
        "color_name": "pink",
        "has_shape": true,
        "id": "11-20",
        "label": "11",
        "long": "11 - Ligne 11 - Voltaire / Luant",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1E6D1",
        "color_name": "white",
        "has_shape": true,
        "id": "12-20",
        "label": "12",
        "long": "12 - Ligne 12  - Voltaire / Villers-Les-Ormes",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "1D-20",
        "label": "1D",
        "long": "1D - Ligne 1D - Forum / Cap-Sud",
        "short": "1D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2-20",
        "label": "2",
        "long": "2 - Ligne 2 - Grands Ch\u00eanes  / Brassioux",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2D-20",
        "label": "2D",
        "long": "2D - Ligne 2D - Touvent / Vaugirard",
        "short": "2D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "41A62A",
        "color_name": "green",
        "has_shape": true,
        "id": "3-20",
        "label": "3",
        "long": "3 - Ligne 3 - Craquelin / Vaugirard",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "4-20",
        "label": "4",
        "long": "4 - Ligne 4 - Brande / C\u00e9cile Sorel",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80D0F0",
        "color_name": "white",
        "has_shape": true,
        "id": "5-20",
        "label": "5",
        "long": "5 - Ligne 5 - Voltaire / Sassierges-St-Germain",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC7404",
        "color_name": "orange",
        "has_shape": true,
        "id": "6-20",
        "label": "6",
        "long": "6 - Ligne 6  - Sablons / C\u00e9r\u00e9",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "172983",
        "color_name": "blue",
        "has_shape": true,
        "id": "7-20",
        "label": "7",
        "long": "7 - Ligne 7 - Silos / Lyc\u00e9e Agricole",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "93107E",
        "color_name": "purple",
        "has_shape": true,
        "id": "8-20",
        "label": "8",
        "long": "8 - Ligne 8 - Voltaire / Montierchaume",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97A01B",
        "color_name": "brown",
        "has_shape": true,
        "id": "9-20",
        "label": "9",
        "long": "9 - Ligne 9  - Voltaire / Ardentes",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "F A-20",
        "label": "F A",
        "long": "FLEXO A",
        "short": "F A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "F B-20",
        "label": "F B",
        "long": "FLEXO B",
        "short": "F B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "41A62A",
        "color_name": "green",
        "has_shape": true,
        "id": "F C-20",
        "label": "F C",
        "long": "FLEXO C",
        "short": "F C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "F D-20",
        "label": "F D",
        "long": "FLEXO D",
        "short": "F D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 509,
    "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-05",
  "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 (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 2,
      "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": "equal_shape_distance_same_coordinates",
      "count": 1988,
      "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"
}
