{
  "agency": {
    "country": "FR",
    "id": "tlp-tarbes-lourdes",
    "name": "TLP (Tarbes-Lourdes)",
    "subdivision_code": "FR-OCC",
    "subdivision_name": "Occitanie"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 2.1,
          "stops_marked_not_accessible_pct": 97.9,
          "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_pct": 100.0,
        "mixed_case_stop_name_pct": 99.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 605,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1364,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 2.1,
        "wheelchair_marked_not_accessible_pct": 97.9
      },
      "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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 77.4,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (2% marked accessible, 98% 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": 10,
        "instances_by_severity": {
          "ERROR": 12,
          "INFO": 1,
          "WARNING": 2456
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 12,
          "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": 18.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": 1593,
          "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": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 632,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 124,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 81,
          "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": 22,
          "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": "mixed_case_recommended_field",
          "count": 2,
          "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": 4.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": "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": "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": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 31.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 2469 instances (12 error, 2456 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 21,
        "effective_expiry_date": "2026-08-09",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-09",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 59.0,
          "severity": "WARNING",
          "what": "Service data runs out in 21 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        },
        {
          "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": 20.0,
      "status": "measured",
      "summary": "Service data runs out in 21 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 21 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. Service data runs out in 21 days; renew to qualify."
  },
  "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 Tarbes-Lourdes-Pyr\u00e9n\u00e9es (r\u00e9seau TLP) and the update date.",
    "reachable": true,
    "sha256": "f6ffb5d56a30284cde2c21ecfb58685680ef56371c504a42b6a992364ac7dd46",
    "size_bytes": 3969441,
    "static_url": "https://transport.data.gouv.fr/resources/83134/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/horaires-theoriques-du-reseau-tarbes-lourdes-tlp-mobilites-gtfs/20260709-103323/ktlp-gtfs-gvs-030826-090826.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.07816,
      43.08381,
      0.1195,
      43.29074
    ],
    "lat": 43.22829,
    "lon": 0.06236,
    "stop_count": 605
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 22,
        "trip_count": 1364,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 22,
    "trip_count": 1364
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 43.0,
    "margin_to_next_band": 17.0,
    "score": 43.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 3,
      "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": "3 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (T2, T4, T6).",
      "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": 2,
      "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": "2 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Saint Joseph / Grotte\", \"Saint Joseph / Grotte\").",
      "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": 605,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1364
  },
  "route_map": {
    "drawn_route_count": 22,
    "has_shapes": true,
    "path": "data/artifacts/tlp-tarbes-lourdes/geometry.geojson",
    "route_count": 22,
    "routes": [
      {
        "color": "BF8F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "AERO",
        "label": "AERO",
        "long": "Navette a\u00e9roport",
        "short": "AERO",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E5292A",
        "color_name": "red",
        "has_shape": true,
        "id": "L1",
        "label": "L1",
        "long": "Route de Julos <> Ophite",
        "short": "L1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC6620",
        "color_name": "orange",
        "has_shape": true,
        "id": "L2",
        "label": "L2",
        "long": "Gare Routi\u00e8re <> Poueyferr\u00e9/Lac",
        "short": "L2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7A819",
        "color_name": "yellow",
        "has_shape": true,
        "id": "L3",
        "label": "L3",
        "long": "Cabicoun<>Lourdes-Gare Routi\u00e8re",
        "short": "L3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DE6CA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "L4",
        "label": "L4",
        "long": "Saint Joseph / Grotte",
        "short": "L4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A5559C",
        "color_name": "purple",
        "has_shape": true,
        "id": "L5",
        "label": "L5",
        "long": "C\u0153ur de Lourdes",
        "short": "L5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "NCV",
        "label": "NCV",
        "long": "Navettes Centre-ville",
        "short": "NCV",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "SPEM",
        "label": "SPEM",
        "long": "Sp\u00e9cial March\u00e9",
        "short": "SPEM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E32126",
        "color_name": "red",
        "has_shape": true,
        "id": "T1",
        "label": "T1",
        "long": "H\u00f4pital <> Ibos",
        "short": "T1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "86BD34",
        "color_name": "gray",
        "has_shape": true,
        "id": "T10",
        "label": "T10",
        "long": "Odos <> Verdun",
        "short": "T10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9FC162",
        "color_name": "gray",
        "has_shape": true,
        "id": "T11",
        "label": "T11",
        "long": "Orleix / Bours <> Verdun",
        "short": "T11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0EA650",
        "color_name": "green",
        "has_shape": true,
        "id": "T12",
        "label": "T12",
        "long": "Barbazan-Debat <> Verdun",
        "short": "T12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4C913B",
        "color_name": "green",
        "has_shape": true,
        "id": "T13",
        "label": "T13",
        "long": "Laloub\u00e8re - Mairie <> Verdun",
        "short": "T13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E72887",
        "color_name": "pink",
        "has_shape": true,
        "id": "T2",
        "label": "T2",
        "long": "Universit\u00e9 <> Laubad\u00e8re",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC6620",
        "color_name": "orange",
        "has_shape": true,
        "id": "T3",
        "label": "T3",
        "long": "Bazet - Mairie <> Bastillac",
        "short": "T3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "27519E",
        "color_name": "teal",
        "has_shape": true,
        "id": "T4",
        "label": "T4",
        "long": "Parc des Expos <> Ch\u00e2teau d'Urac",
        "short": "T4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2FA9E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "T5",
        "label": "T5",
        "long": "Bord\u00e8res - Pyr\u00e9n\u00e9es <> Verdun",
        "short": "T5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4C85AF",
        "color_name": "teal",
        "has_shape": true,
        "id": "T6",
        "label": "T6",
        "long": "Lauriers <> Verdun",
        "short": "T6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "82CFF3",
        "color_name": "white",
        "has_shape": true,
        "id": "T7",
        "label": "T7",
        "long": "A\u00e9roport <> Tarbes - Gare SNCF",
        "short": "T7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "93BEC9",
        "color_name": "gray",
        "has_shape": true,
        "id": "T8",
        "label": "T8",
        "long": "S\u00e9m\u00e9ac - Piscine <> Verdun",
        "short": "T8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7A89C4",
        "color_name": "gray",
        "has_shape": true,
        "id": "T9",
        "label": "T9",
        "long": "Aureilhan - Aub\u00e9pine <> Verdun",
        "short": "T9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCDD0B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TL",
        "label": "TL",
        "long": "Lourdes <>Tarbes",
        "short": "TL",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 605,
    "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_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 59.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 21 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 12,
      "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": 18.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"
}
