{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83734",
    "name": "R\u00e9seau urbain et scolaire Sank\u00e9o",
    "subdivision_code": "FR-OCC",
    "subdivision_name": "Occitanie"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "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_applicable_trips": 492,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 652,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 492,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 652,
          "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": 25.0,
          "severity": "WARNING",
          "what": "652 of 652 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": 492,
          "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": "492 of 492 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_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": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% 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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 6,
          "WARNING": 139
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_field",
          "count": 137,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.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": "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": "mixed_case_recommended_field",
          "count": 1,
          "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": "big_gap_in_service",
          "count": 6,
          "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": 83.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 145 instances (0 error, 139 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 108,
        "effective_expiry_date": "2026-12-18",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-18",
        "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 108 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates"
        ],
        "coverage_pct": 0.0,
        "covered_trips": 0,
        "drift": {
          "median_seconds": 35,
          "observations": 1968,
          "on_time_share_pct": 76.2,
          "p90_abs_seconds": 243
        },
        "kinds_configured": 1,
        "kinds_reachable": 1,
        "reachable_kinds": [
          "trip_updates"
        ],
        "rt_freshness": "fresh",
        "samples": 3,
        "scheduled_trips_in_window": 2,
        "worst_lag_seconds": 57
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 2,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 41.2,
          "severity": "WARNING",
          "what": "2 of 2 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 58.8,
      "status": "measured",
      "summary": "Sampled 3 times: 1 of 1 configured feed healthy; 0.0% of scheduled trips had live predictions; predictions ran a median of 35s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 3 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 108 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "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 CU Perpignan M\u00e9diterran\u00e9e M\u00e9tropole and the update date.",
    "reachable": true,
    "sha256": "8d6dd33f211f7a76eaec1867af24870253084b3b526ba1ec0bc90e14e984267b",
    "size_bytes": 69905,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/6e9de060-61f6-49aa-a7ae-f0e5f509415a"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/gtfs-sankeo/20260724-112213/gtfssankeo.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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      2.61144,
      42.6168,
      3.03991,
      42.86975
    ],
    "lat": 42.69923,
    "lon": 2.90523,
    "stop_count": 652
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 137,
        "trip_count": 492,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 137,
    "trip_count": 492
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 7.3,
    "margin_to_next_band": 2.7,
    "score": 67.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 9,
      "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": "9 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Annibal - St-Laurent / Slque\", \"Annibal - St-Laurent / Slque\", \"Coll\u00e8ge SAINT-EXUPERY / Lyc\u00e9e LEON BLUM\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 652,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 492
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/fr-pan-83734/geometry.geojson",
    "route_count": 137,
    "routes": [
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "100",
        "label": "100",
        "long": "Baho - Lyc\u00e9e BON SECOURS / MARILLAC",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "101",
        "label": "101",
        "long": "Baho - Coll\u00e8ge LE RIBERAL",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "103",
        "label": "103",
        "long": "Baixas - Coll\u00e8ge JOFFRE",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "104",
        "label": "104",
        "long": "Baixas - Coll\u00e8ge LE RIBERAL",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "105",
        "label": "105",
        "long": "Baixas - Coll\u00e8ge LE RIBERAL",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "107",
        "label": "107",
        "long": "Bompas - Lyc\u00e9e LURCAT/Coll CAMUS",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "108",
        "label": "108",
        "long": "Bompas - ST-LOUIS-DE-GONZAGUE",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "109",
        "label": "109",
        "long": "Bompas - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "10P2",
        "label": "10P2",
        "long": "Ecole JEAN MOULIN - LE BARCARES",
        "short": "10P2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "10P4",
        "label": "10P4",
        "long": "Ecole JEAN MOULIN - LE BARCARES",
        "short": "10P4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "110",
        "label": "110",
        "long": "Bompas - Coll\u00e8ge MERMOZ",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "112",
        "label": "112",
        "long": "Saleilles - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "114",
        "label": "114",
        "long": "Canet - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "115",
        "label": "115",
        "long": "Canet - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "116",
        "label": "116",
        "long": "Canet - Coll\u00e8ge CASALS",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "117",
        "label": "117",
        "long": "Canoh\u00e8s - Gare Routi\u00e8re",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "118",
        "label": "118",
        "long": "Pollestres - Coll\u00e8ge MAINTENON",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "119",
        "label": "119",
        "long": "Nyls - Coll\u00e8ge FRANCOIS MITTERRAND",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "120",
        "label": "120",
        "long": "Espira-de-l'Agly - Coll\u00e8ge JOLIOT-CURIE",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "122",
        "label": "122",
        "long": "Espira-de-l'Agly - Coll\u00e8ge JOFFRE",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "123",
        "label": "123",
        "long": "Estagel - Gare Routi\u00e8re",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "125",
        "label": "125",
        "long": "Estagel - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "126",
        "label": "126",
        "long": "Le Barcar\u00e8s - Gare Routi\u00e8re",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "127",
        "label": "127",
        "long": "Le Barcar\u00e8s - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "128",
        "label": "128",
        "long": "Le Barcar\u00e8s - Loge de Mer",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "129",
        "label": "129",
        "long": "Le Barcar\u00e8s - LEPA CFA SIMON (Lyc\u00e9e Agricole)",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "12P1",
        "label": "12P1",
        "long": "Ecole CHARLES PERRAULT et JULES VERNE - TORREILLES",
        "short": "12P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "130",
        "label": "130",
        "long": "Le Barcar\u00e8s - Coll\u00e8ge MERMOZ",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "131",
        "label": "131",
        "long": "Le Barcar\u00e8s - Coll\u00e8ge MERMOZ",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "133",
        "label": "133",
        "long": "Le Soler - Gare Routi\u00e8re",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "134",
        "label": "134",
        "long": "Le Soler - Lyc\u00e9e BON SECOURS / MARILLAC",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "135",
        "label": "135",
        "long": "St-F\u00e9liu-d'Avall - Lyc\u00e9e BON SECOURS",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "136",
        "label": "136",
        "long": "Corneilla-la-Rivi\u00e8re - Lyc\u00e9e BON SECOURS / ARAGO",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "137",
        "label": "137",
        "long": "Le Soler  - Coll\u00e8ge VERNE",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "138",
        "label": "138",
        "long": "Le Soler - Coll\u00e8ge LE RIBERAL",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "139",
        "label": "139",
        "long": "Llupia - Lyc\u00e9e FRANCOIS ARAGO",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "141",
        "label": "141",
        "long": "P\u00e9zilla-la-Rivi\u00e8re - Lyc\u00e9e MAILLOL",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "142",
        "label": "142",
        "long": "P\u00e9zilla-la-Rivi\u00e8re - Lyc\u00e9e MAILLOL",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "143",
        "label": "143",
        "long": "P\u00e9zilla-la-Rivi\u00e8re - Coll\u00e8ge VERNE",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "144",
        "label": "144",
        "long": "P\u00e9zilla-la-Rivi\u00e8re - Coll\u00e8ge VERNE",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "145",
        "label": "145",
        "long": "Villeneuve-la-Rivi\u00e8re - Coll\u00e8ge VERNE",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "146",
        "label": "146",
        "long": "P\u00e9zilla-la-Rivi\u00e8re - Coll\u00e8ge VERNE",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "148",
        "label": "148",
        "long": "Pollestres - Lyc\u00e9e FRANCOIS ARAGO",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149",
        "label": "149",
        "long": "Canoh\u00e8s - Coll\u00e8ge MAINTENON",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150",
        "label": "150",
        "long": "Llupia - Lyc\u00e9e PABLO PICASSO",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "152",
        "label": "152",
        "long": "Pollestres - Coll\u00e8ge FRANCOIS MITTERRAND",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "154",
        "label": "154",
        "long": "Le Soler - Gare Routi\u00e8re",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "155",
        "label": "155",
        "long": "Canoh\u00e8s - Coll\u00e8ge FRANCOIS MITTERRAND",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "156",
        "label": "156",
        "long": "Canoh\u00e8s - Coll\u00e8ge FRANCOIS MITTERRAND",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "157",
        "label": "157",
        "long": "Ponteilla - Lyc\u00e9e FRANCOIS ARAGO",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "158",
        "label": "158",
        "long": "Ponteilla - Coll\u00e8ge Pompeu Fabra",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "159",
        "label": "159",
        "long": "Loge de Mer - St-Laurent-de-la-Salanque",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "161",
        "label": "161",
        "long": "Rivesaltes - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "162",
        "label": "162",
        "long": "Rivesaltes - Lyc\u00e9e MAILLOL",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "163",
        "label": "163",
        "long": "Rivesaltes - Lyc\u00e9e MAILLOL",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "164",
        "label": "164",
        "long": "Saleilles - Gare Routi\u00e8re",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "165",
        "label": "165",
        "long": "Saleilles - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "167",
        "label": "167",
        "long": "Saleilles - Coll\u00e8ge CASALS",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "168",
        "label": "168",
        "long": "Saleilles - Coll\u00e8ge CASALS",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "169",
        "label": "169",
        "long": "Saleilles - Coll\u00e8ge CASALS",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "170",
        "label": "170",
        "long": "Loge de Mer - St-Laurent-de-la-Salanque",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "171",
        "label": "171",
        "long": "Perpignan Catalunya - Coll\u00e8ge SEVIGNE",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "172",
        "label": "172",
        "long": "Perpignan Pascot - Coll\u00e8ge SEVIGNE",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "173",
        "label": "173",
        "long": "Pollestres - Coll\u00e8ge SEVIGNE",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "174",
        "label": "174",
        "long": "St-Est\u00e8ve - Lyc\u00e9e MAILLOL",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "175",
        "label": "175",
        "long": "St-Est\u00e8ve - Coll\u00e8ge N-D DES ANGES",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "176",
        "label": "176",
        "long": "St-Est\u00e8ve - Lyc\u00e9e BON SECOURS / MARILLAC",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "177",
        "label": "177",
        "long": "Baho - Lyc\u00e9e MAILLOL",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "178",
        "label": "178",
        "long": "St-Est\u00e8ve - Lyc\u00e9e MAILLOL",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "179",
        "label": "179",
        "long": "La Bressola del Monestir - Coll\u00e8ge Pompeu Fabra",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "17P1",
        "label": "17P1",
        "long": "Ecole de LATOUR DE FRANCE",
        "short": "17P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "17P2",
        "label": "17P2",
        "long": "Ecole de LATOUR DE FRANCE et ESTAGEL",
        "short": "17P2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "180",
        "label": "180",
        "long": "St-F\u00e9liu-d'Avall - Gare Routi\u00e8re",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "181",
        "label": "181",
        "long": "Saint-Hippolyte - Lyc\u00e9e LURCAT / Coll CAMUS",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "182",
        "label": "182",
        "long": "Saint-Hippolyte - Loge de Mer",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "183",
        "label": "183",
        "long": "Saint-Hippolyte - Coll\u00e8ge MERMOZ",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "184",
        "label": "184",
        "long": "Saint-Hippolyte - Coll\u00e8ge MERMOZ",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "185",
        "label": "185",
        "long": "Saint-Laurent-de-la-Salanque - Gare Routi\u00e8re",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "186",
        "label": "186",
        "long": "Saint-Laurent-de-la-Salanque - Sacr\u00e9 Coeur",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "187",
        "label": "187",
        "long": "Saint-Laurent-de-la-Salanque - Sacr\u00e9 Coeur",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "188",
        "label": "188",
        "long": "Saint-Laurent-de-la-Salanque - Loge de Mer",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "189",
        "label": "189",
        "long": "Saint-Laurent-de-la-Salanque - Loge de Mer",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "190",
        "label": "190",
        "long": "St-Nazaire - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "191",
        "label": "191",
        "long": "St-Nazaire - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "192",
        "label": "192",
        "long": "St-Nazaire - Coll\u00e8ge JOFFRE",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "193",
        "label": "193",
        "long": "Sainte-Marie - Lyc\u00e9e LURCAT/Coll CAMUS",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "194",
        "label": "194",
        "long": "Sainte-Marie - ST-LOUIS-DE-GONZAGUE",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "195",
        "label": "195",
        "long": "Saint-Laurent-de-la-Salanque - Loge de Mer",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "196",
        "label": "196",
        "long": "Villelongue-de-la-Salanque - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "197",
        "label": "197",
        "long": "Sainte-Marie - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "198",
        "label": "198",
        "long": "Sainte-Marie - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "200",
        "label": "200",
        "long": "Torreilles - Loge de Mer",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "201",
        "label": "201",
        "long": "Torreilles - Coll\u00e8ge MERMOZ",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "202",
        "label": "202",
        "long": "Torreilles - Coll\u00e8ge MERMOZ",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "203",
        "label": "203",
        "long": "Villelongue-de-la-Salanque - Loge de Mer",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "204",
        "label": "204",
        "long": "Villelongue-de-la-Salanque - Coll\u00e8ge C\u00d4TE RADIEUSE",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "206",
        "label": "206",
        "long": "Villeneuve de la Raho - Lyc\u00e9e PABLO PICASSO",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "207",
        "label": "207",
        "long": "Villeneuve de la Raho - Coll\u00e8ge MAINTENON",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "208",
        "label": "208",
        "long": "Loge de Mer - Torreilles",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "209",
        "label": "209",
        "long": "Villeneuve de la Raho - Jean Moulin",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "20P1",
        "label": "20P1",
        "long": "Ecoles NYLS ET PONTEILLA",
        "short": "20P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "20P2",
        "label": "20P2",
        "long": "Ecoles NYLS ET PONTEILLA",
        "short": "20P2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "210",
        "label": "210",
        "long": "Pollestres - Coll\u00e8ge MAINTENON",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "211",
        "label": "211",
        "long": "Le Soler - Pyr\u00e9n\u00e9es",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "212",
        "label": "212",
        "long": "LEPA CFA SIMON (Lyc\u00e9e Agricole) - Vingrau",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "213",
        "label": "213",
        "long": "Vingrau - Coll\u00e8ge JOFFRE",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "214",
        "label": "214",
        "long": "Coll\u00e8ge N-D DES ANGES - Vingrau",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "215",
        "label": "215",
        "long": "Vingrau - Coll\u00e8ge JOLIOT-CURIE",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "216",
        "label": "216",
        "long": "Opoul - Coll\u00e8ge N-D DES ANGES",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "217",
        "label": "217",
        "long": "Cabestany - Coll\u00e8ge MAINTENON",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "218",
        "label": "218",
        "long": "La Bressola Haut Vernet - Canet La Bressola",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "219",
        "label": "219",
        "long": "Bois des Pins - Coll\u00e8ge SEVIGNE",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "220",
        "label": "220",
        "long": "Cabestany-Saleilles-St Nazaire <> Rosa Luxemburg",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "23P1",
        "label": "23P1",
        "long": "Ecole BLAISE PASCAL - PERPIGNAN",
        "short": "23P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "2P1",
        "label": "2P1",
        "long": "Ecole LEON BLUM - PERPIGNAN",
        "short": "2P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "301",
        "label": "301",
        "long": "Mercader <> Parc des Sports",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "309",
        "label": "309",
        "long": "Villeneuve de la Raho - Jean Moulin",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "3P11",
        "label": "3P11",
        "long": "Ecole LES MYOSOTIS et JEAN MERMOZ - CANET",
        "short": "3P11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "3P22",
        "label": "3P22",
        "long": "Ecole LES MYOSOTIS et JEAN MERMOZ - CANET",
        "short": "3P22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "3P33",
        "label": "3P33",
        "long": "Ecole PIERRE et MARIE CURIE ET PAQUERETTE - CANET",
        "short": "3P33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "505",
        "label": "505",
        "long": "Gare Routi\u00e8re - CFA TECNOSUD",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "506",
        "label": "506",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e LURCAT / Coll CAMUS / PICASS",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "507",
        "label": "507",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e PABLO PICASSO",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "509",
        "label": "509",
        "long": "Gare Routi\u00e8re - Loge de Mer",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "510",
        "label": "510",
        "long": "Gare Routi\u00e8re - Coll\u00e8ge CASALS",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "514",
        "label": "514",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e BON SECOURS / MARILLAC",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "515",
        "label": "515",
        "long": "Gare Routi\u00e8re - Coll\u00e8ge MAINTENON",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "517",
        "label": "517",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e SAINT-LOUIS DE GONZAGUE",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "518",
        "label": "518",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e MAILLOL",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "519",
        "label": "519",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e MAILLOL",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "520",
        "label": "520",
        "long": "Gare Routi\u00e8re - Coll\u00e8ge N-D DES ANGES",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "521",
        "label": "521",
        "long": "Gare Routi\u00e8re - LEPA CFA SIMON (Lyc\u00e9e Agricole)",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "522",
        "label": "522",
        "long": "Gare Routi\u00e8re - Lyc\u00e9e BON SECOURS / MARILLAC",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "5P11",
        "label": "5P11",
        "long": "Ecole JULES FERRY - SAINTE MARIE",
        "short": "5P11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "5P22",
        "label": "5P22",
        "long": "Ecole CHARLES PERRAULT - SAINTE MARIE",
        "short": "5P22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "8P1",
        "label": "8P1",
        "long": "Ecole LUDOVIC MASSE - PERPIGNAN",
        "short": "8P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7D4",
        "color_name": "teal",
        "has_shape": false,
        "id": "9P1",
        "label": "9P1",
        "long": "Ecole VINGRAU - TAUTAVEL   RPI",
        "short": "9P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 652,
    "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-01",
  "top_fixes": [
    {
      "code": "scorecard_rt_trip_coverage",
      "count": 2,
      "effort": "A vendor data-mapping question.",
      "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
      "owner": "",
      "points": 41.2,
      "rank": 1,
      "severity": "WARNING",
      "what": "2 of 2 trips scheduled during the sampling window had no live predictions.",
      "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 652,
      "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": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "652 of 652 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": 492,
      "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": 3,
      "severity": "WARNING",
      "what": "492 of 492 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."
    }
  ],
  "validator_version": "8.0.1"
}
