{
  "agency": {
    "country": "FR",
    "id": "idelis-pau",
    "name": "Idelis (Pau)",
    "subdivision_code": "FR-NAQ",
    "subdivision_name": "Nouvelle-Aquitaine"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 75.7,
          "stops_marked_not_accessible_pct": 24.3,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.8,
          "wheelchair_stops": 25.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": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 98.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 822,
        "translations": {
          "feed_lang": "Fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5198,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 75.7,
        "wheelchair_marked_not_accessible_pct": 24.3
      },
      "findings": [],
      "name": "completeness",
      "score": 99.8,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (76% marked accessible, 24% 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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 22,
          "WARNING": 924
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 372,
          "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": 8.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": "mixed_case_recommended_field",
          "count": 302,
          "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": "unused_shape",
          "count": 123,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 86,
          "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": 34,
          "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": "equal_shape_distance_same_coordinates",
          "count": 7,
          "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": 6.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": "big_gap_in_service",
          "count": 22,
          "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": 55.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 946 instances (0 error, 924 warning, 22 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 350,
        "effective_expiry_date": "2027-07-04",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2027-07-04",
        "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 350 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 350 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."
  },
  "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 Pau B\u00e9arn Pyr\u00e9n\u00e9es Mobilit\u00e9s (r\u00e9seau Idelis) and the update date.",
    "reachable": true,
    "sha256": "cbb4f3d54294a954e1b6a647e775ec86606208c0e8b6a6a884f5239bccff3c90",
    "size_bytes": 2326864,
    "static_url": "https://transport.data.gouv.fr/resources/83632/download"
  },
  "fetch": {
    "final_url": "https://opendata.idelis.fr/?file=GTFS_MultiRoutes/Data.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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.47705,
      43.21791,
      -0.24024,
      43.40583
    ],
    "lat": 43.3104,
    "lon": -0.36907,
    "stop_count": 822
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 23,
        "trip_count": 5198,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 23,
    "trip_count": 5198
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.6,
    "margin_to_next_band": 3.4,
    "score": 76.6
  },
  "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 (6, 17, B, EMMA, F, 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": 28,
      "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": "28 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Lyc\u00e9e St Cricq\", \"Lyc\u00e9e St Cricq\", \"Lyc\u00e9e St John Perse\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 822,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5198
  },
  "route_map": {
    "drawn_route_count": 23,
    "has_shapes": true,
    "path": "data/artifacts/idelis-pau/geometry.geojson",
    "route_count": 23,
    "routes": [
      {
        "color": "8EC89A",
        "color_name": "gray",
        "has_shape": true,
        "id": "10-20487",
        "label": "10",
        "long": "SAUVAGNON Arzacq <> PAU Bosquet Quai F",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D9D9C",
        "color_name": "gray",
        "has_shape": true,
        "id": "11-20487",
        "label": "11",
        "long": "GAN Le Neez <> SENDETS Mairie",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "884B2C",
        "color_name": "brown",
        "has_shape": true,
        "id": "12-20487",
        "label": "12",
        "long": "LESCAR Quartier Libre <> PAU Porte des Pyr\u00e9n\u00e9es",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F9B000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "13-20487",
        "label": "13",
        "long": "LESCAR Soleil <> PAU EFS",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7A2182",
        "color_name": "purple",
        "has_shape": true,
        "id": "14-20487",
        "label": "14",
        "long": "JURANCON Corps F. Pommi\u00e8s<>PAU Porte des Pyr\u00e9n\u00e9es",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008288",
        "color_name": "teal",
        "has_shape": true,
        "id": "16-20487",
        "label": "16",
        "long": "MONTARDON Ecole <> PAU Bosquet Quai E",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED694B",
        "color_name": "orange",
        "has_shape": true,
        "id": "17-20487",
        "label": "17",
        "long": "UZEIN A\u00e9roport Pau-Pyr\u00e9n\u00e9es <> PAU Bosquet",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F193BD",
        "color_name": "pink",
        "has_shape": true,
        "id": "5-20487",
        "label": "5",
        "long": "MAZERES-LEZONS L'Arriou <> PAU Z\u00e9nith",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009BD9",
        "color_name": "teal",
        "has_shape": true,
        "id": "6-20487",
        "label": "6",
        "long": "BIZANOS Laurets <> SERRES-CASTET Liben",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF007F",
        "color_name": "pink",
        "has_shape": true,
        "id": "7-20487",
        "label": "7",
        "long": "ARTIGUELOUTAN Salle des F\u00eates <> LESCAR Soleil",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFCA0B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "8-20487",
        "label": "8",
        "long": "IDRON Mairie <> POEY-DE-LESCAR ZA D817",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "312783",
        "color_name": "blue",
        "has_shape": true,
        "id": "9-20487",
        "label": "9",
        "long": "MORLAAS Communaut\u00e9 de Com. <> PAU Rives du Gave",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "A-20487",
        "label": "A",
        "long": "JURAN\u00c7ON Corps Franc Pommi\u00e8s<>PAU Cit\u00e9 Multim\u00e9dia",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00943C",
        "color_name": "green",
        "has_shape": true,
        "id": "B-20487",
        "label": "B",
        "long": "LONS Perlic <> PAU Bosquet",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5DA8",
        "color_name": "blue",
        "has_shape": true,
        "id": "C-20487",
        "label": "C",
        "long": "PAU Bosquet <> LESCAR Soleil",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "COXI-20487",
        "label": "COXI",
        "long": "COXITIS",
        "short": "COXI",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "D-20487",
        "label": "D",
        "long": "BILLERE J. Gois <> PAU CST Jean Feger",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E44436",
        "color_name": "red",
        "has_shape": true,
        "id": "EMMA-20487",
        "label": "EMMA",
        "long": "PAU Bosquet Quai F<> LESCAR Village Emma\u00fcs",
        "short": "EMMA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F18700",
        "color_name": "orange",
        "has_shape": true,
        "id": "F-20487",
        "label": "F",
        "long": "PAU Gare de Pau <> PAU H\u00f4pital F. Mitterrand",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "T1-20487",
        "label": "T1",
        "long": "JURAN\u00c7ON LP A. Campa <> PAU Cit\u00e9 Multim\u00e9dia",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00943C",
        "color_name": "green",
        "has_shape": true,
        "id": "T2-20487",
        "label": "T2",
        "long": "LONS Perlic <> PAU Stades du Hameau",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5DA8",
        "color_name": "blue",
        "has_shape": true,
        "id": "T3-20487",
        "label": "T3",
        "long": "PAU CST Jean Feger <> LESCAR Soleil",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "T4-20487",
        "label": "T4",
        "long": "PAU CST Jean Feger <> LONS Hauts du Perlic",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 822,
    "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-19",
  "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": "stop_too_far_from_shape_using_user_distance",
      "count": 372,
      "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": 8.0,
      "rank": 2,
      "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": "mixed_case_recommended_field",
      "count": 302,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
