{
  "agency": {
    "country": "FR",
    "id": "choletbus",
    "name": "Choletbus",
    "subdivision_code": "FR-PDL",
    "subdivision_name": "Pays-de-la-Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 35.7,
          "stops_marked_accessible_pct": 54.3,
          "stops_marked_not_accessible_pct": 2.8,
          "stops_stated_pct": 57.1,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 5.5,
          "stop_names": 15.0,
          "wheelchair_stops": 14.3,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 36.4,
        "mixed_case_stop_name_pct": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 667,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 2088,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 57.1,
        "wheelchair_marked_accessible_pct": 54.3,
        "wheelchair_marked_not_accessible_pct": 2.8
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 286,
          "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": 10.7,
          "severity": "WARNING",
          "what": "286 of 667 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 2088,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "2088 of 2088 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 1327,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 9.5,
          "severity": "WARNING",
          "what": "1327 of 2088 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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": 49.7,
      "status": "measured",
      "summary": "57% of stops state wheelchair accessibility (54% marked accessible, 3% 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": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 2145,
          "WARNING": 8
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 7,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 2088,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 52,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 5,
          "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": 87.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 2153 instances (0 error, 8 warning, 2145 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 349,
        "effective_expiry_date": "2027-07-02",
        "feed_end_date": "2027-07-02",
        "feed_start_date": "2026-07-16",
        "feed_version": "17/07/2026-13:30",
        "has_feed_info": true,
        "last_service_date": "2027-07-02",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 349 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 349 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 57% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 57% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the Agglom\u00e9ration du Choletais through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "5b8eb9c963a35b6d3d57f5af06f423e12d1d295e773b53f3630ddb46b7377158",
    "size_bytes": 1212034,
    "static_url": "https://www.data.gouv.fr/fr/datasets/r/71e8ee8e-0b55-40a1-a297-21ef89aba4dc"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/horaires-theoriques-reseau-choletbus/20260717-113054/gtfs.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-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.02529,
      46.99652,
      -0.36531,
      47.20031
    ],
    "lat": 47.05828,
    "lon": -0.87782,
    "stop_count": 667
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 19,
        "trip_count": 2088,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 19,
    "trip_count": 2088
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 8.8,
    "margin_to_next_band": 1.2,
    "score": 78.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "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": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 4, 6, 6a, 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 (\"Chevallerie - le Puy St Bonnet\", \"Chevallerie - St Cristophe du Bois\", \"Coll\u00e8ge St Jo le May sur Evre\", 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": 421,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2088
  },
  "route_map": {
    "drawn_route_count": 19,
    "has_shapes": true,
    "path": "data/artifacts/choletbus/geometry.geojson",
    "route_count": 19,
    "routes": [
      {
        "color": "57AA46",
        "color_name": "green",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "L'Autre Faubourg - Arcole",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "980076",
        "color_name": "purple",
        "has_shape": true,
        "id": "10",
        "label": "13",
        "long": "Lys Haut Layon - Coron - Chanteloup - Vezins - Nuaill\u00e9 - Cholet",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1218B",
        "color_name": "pink",
        "has_shape": true,
        "id": "11",
        "label": "14",
        "long": "Toutlemonde - Mazi\u00e8res - Cholet",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFA000",
        "color_name": "orange",
        "has_shape": true,
        "id": "12",
        "label": "15",
        "long": "La Tessoualle - Le Puy St Bonnet - Cholet",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F69CBE",
        "color_name": "pink",
        "has_shape": true,
        "id": "13",
        "label": "10",
        "long": "La Romagne - La S\u00e9guini\u00e8re - Cholet",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A376CD",
        "color_name": "purple",
        "has_shape": true,
        "id": "14",
        "label": "16",
        "long": "St Christophe du Bois - Cholet",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58220",
        "color_name": "orange",
        "has_shape": true,
        "id": "17",
        "label": "ZA2",
        "long": "La Dabardi\u00e8re",
        "short": "ZA2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B07761",
        "color_name": "gray",
        "has_shape": true,
        "id": "19",
        "label": "6a",
        "long": "H\u00f4tel de Ville - Bois Lavau",
        "short": "6a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B9F1",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "4",
        "long": "Mus\u00e9e Textile et Mode - Le Plessis",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B07761",
        "color_name": "gray",
        "has_shape": true,
        "id": "22",
        "label": "6",
        "long": "Langeais - Polyclinique",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F58220",
        "color_name": "orange",
        "has_shape": true,
        "id": "23",
        "label": "ZA1",
        "long": "Le Cormier",
        "short": "ZA1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0071BB",
        "color_name": "teal",
        "has_shape": true,
        "id": "26",
        "label": "3a",
        "long": "Verger - Bois d'Ouin",
        "short": "3a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D4C2FF",
        "color_name": "white",
        "has_shape": true,
        "id": "29",
        "label": "A",
        "long": "Eurespace - Le Plessis",
        "short": "A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F2594F",
        "color_name": "red",
        "has_shape": true,
        "id": "3",
        "label": "2",
        "long": "Croix Blanche - Verger",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0649A7",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "17",
        "long": "La Plaine - Somloire - Les Cerqueux - Yzernay - Maul\u00e9vrier - Cholet",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0071BB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "3",
        "long": "Arcole - Verger",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "7",
        "label": "5",
        "long": "Val de Moine - H\u00f4tel de Ville",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFD200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8",
        "label": "11",
        "long": "B\u00e9grolles - Le May - St L\u00e9ger - Cholet",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B3BD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9",
        "label": "12",
        "long": "Tr\u00e9mentines - Nuaill\u00e9 - Cholet",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 667,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 2088,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "2088 of 2088 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 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": "scorecard_wheelchair_boarding_unknown",
      "count": 286,
      "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": 10.7,
      "rank": 3,
      "severity": "WARNING",
      "what": "286 of 667 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."
    }
  ],
  "validator_version": "8.0.1"
}
