{
  "agency": {
    "country": "FR",
    "id": "fr-pan-81026",
    "name": "R\u00e9seau interurbain liO Occitanie",
    "subdivision_code": "FR-OCC",
    "subdivision_name": "Occitanie"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 20.8,
          "stops_marked_accessible_pct": 11.8,
          "stops_marked_not_accessible_pct": 11.1,
          "stops_stated_pct": 22.9,
          "trips_stated_pct": 17.3
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 12.4,
          "wheelchair_stops": 5.7,
          "wheelchair_trips": 2.6
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": true,
          "has_products": true,
          "has_transfer_rules": true,
          "model": "v2",
          "product_count": 24
        },
        "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": 82.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 12386,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10811,
        "wheelchair_accessible_pct": 17.3,
        "wheelchair_boarding_pct": 22.9,
        "wheelchair_marked_accessible_pct": 11.8,
        "wheelchair_marked_not_accessible_pct": 11.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9555,
          "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": 19.3,
          "severity": "WARNING",
          "what": "9555 of 12386 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": 8942,
          "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": 12.4,
          "severity": "WARNING",
          "what": "8942 of 10811 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_stop_names_all_caps",
          "count": 2181,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 2.6,
          "severity": "INFO",
          "what": "About 2181 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 65.7,
      "status": "measured",
      "summary": "23% of stops state wheelchair accessibility (12% marked accessible, 11% 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": 13,
        "instances_by_severity": {
          "ERROR": 156,
          "INFO": 399,
          "WARNING": 6831
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 156,
          "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": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 2715,
          "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": 2655,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 1361,
          "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": "service_has_no_active_day_of_the_week",
          "count": 43,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "expired_calendar",
          "count": 29,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 21,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 7,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "big_gap_in_service",
          "count": 375,
          "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": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 19,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_file",
          "count": 3,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        },
        {
          "code": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 24.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 7386 instances (156 error, 6831 warning, 399 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 403,
        "effective_expiry_date": "2027-08-31",
        "feed_end_date": "2028-12-31",
        "feed_start_date": "2018-12-03",
        "feed_version": "24/07/2026-02:45",
        "has_feed_info": true,
        "last_service_date": "2027-08-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 403 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 403 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 23% of stops and 17% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 23% of stops and 17% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit R\u00e9gion Occitanie / Pyr\u00e9n\u00e9es M\u00e9diterran\u00e9e, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "8954648d63c48cc9e56342eb831358ef5562d72c3903f5a82502868cd75b286e",
    "size_bytes": 27135521,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/d747fe79-2915-4cdd-8cc5-51a810baaca5"
  },
  "fetch": {
    "final_url": "https://app.mecatran.com/utw/ws/gtfsfeed/static/lio?apiKey=2b160d626f783808095373766f18714901325e45&type=gtfs_lio",
    "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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.5059,
      42.36721,
      4.80963,
      45.77879
    ],
    "lat": 43.60433,
    "lon": 2.42612,
    "stop_count": 12386
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 322,
        "trip_count": 10811,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 322,
    "trip_count": 10811
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.3,
    "margin_to_next_band": 3.7,
    "score": 56.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 39,
      "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": "39 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (280, 351, 379, 404, 406, 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": 644,
      "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": "644 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"ABEILHAN - AV. F. MISTRAL\", \"ABEILHAN - AV. MOLIERE\", \"AGUESSAC - Av. des Causses\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 7653,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 10811
  },
  "route_map": {
    "drawn_route_count": 320,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-81026/geometry.geojson",
    "route_count": 322,
    "routes": [
      {
        "color": "74CFE2",
        "color_name": "gray",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "CAMPESTRE ET LUC - LE VIGAN",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F5AE81",
        "color_name": "pink",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "GANGES - SAINT-ROMAN DE CODIERES",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "718FAB",
        "color_name": "gray",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "POMPIGNAN - SAINT-HIPPOLYTE DU FORT",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "246F25",
        "color_name": "green",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "LE VIGAN - ARPHY",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F072AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "VISSEC - LE VIGAN",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F17051",
        "color_name": "orange",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "SAINT-ANDRE DE MAJENCOULE - LE VIGAN",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B5C9E",
        "color_name": "teal",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "LE VIGAN - TREVES",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B74426",
        "color_name": "red",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "SAINT-JEAN DU GARD - L'ESTRECHURE",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ECC714",
        "color_name": "yellow",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "BLANDAS - SAINT-MAURICE DE NAVACELLE",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77C581",
        "color_name": "gray",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "SAINT-JEAN DU GARD - NIMES",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F19FC1",
        "color_name": "pink",
        "has_shape": true,
        "id": "113",
        "label": "113",
        "long": "ALES - SAINT-AMBROIX",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "25BCAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "ALES - NIMES",
        "short": "114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BCD5EC",
        "color_name": "white",
        "has_shape": true,
        "id": "115",
        "label": "115",
        "long": "ALES - AVIGNON",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "PONT SAINT-ESPRIT - NIMES",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "122",
        "label": "122",
        "long": "PONT SAINT-ESPRIT - AVIGNON",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7F4A5F",
        "color_name": "brown",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "BAGNOLS SUR CEZE - AVIGNON",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7E8525",
        "color_name": "brown",
        "has_shape": true,
        "id": "125",
        "label": "125",
        "long": "ESTEZARGUES - NIMES",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D38449",
        "color_name": "orange",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "ARLES - NIMES",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D5C7A1",
        "color_name": "white",
        "has_shape": true,
        "id": "132",
        "label": "132",
        "long": "LE GRAU DU ROI - NIMES",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "133",
        "label": "133",
        "long": "LE CAILAR - NIMES",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0D89AF",
        "color_name": "teal",
        "has_shape": true,
        "id": "134",
        "label": "134",
        "long": "VAUVERT -  NIMES",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "135",
        "label": "135",
        "long": "LUNEL - NIMES",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B656A0",
        "color_name": "pink",
        "has_shape": true,
        "id": "136",
        "label": "136",
        "long": "LUNEL - SOMMIERES - NIMES",
        "short": "136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C3A658",
        "color_name": "gray",
        "has_shape": true,
        "id": "140",
        "label": "140",
        "long": "LE VIGAN - NIMES",
        "short": "140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A7CD50",
        "color_name": "gray",
        "has_shape": true,
        "id": "141",
        "label": "141",
        "long": "SOMMIERES - NIMES",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "142",
        "label": "142",
        "long": "LE VIGAN - ALES",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C89C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "150",
        "label": "150",
        "long": "TARASCON - AVIGNON",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC0975",
        "color_name": "pink",
        "has_shape": true,
        "id": "151",
        "label": "151",
        "long": "NIMES - AVIGNON",
        "short": "151",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7F76B7",
        "color_name": "purple",
        "has_shape": true,
        "id": "152",
        "label": "152",
        "long": "SAINT-AMBROIX - NIMES",
        "short": "152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0C638",
        "color_name": "yellow",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "LAGUIOLE - ESPALION - RODEZ",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0C638",
        "color_name": "yellow",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "ST SERNIN - ST AFFRIQUE - MILLAU",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "RODEZ - VILLEFRANCHE DE ROUERGUE",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F174AC",
        "color_name": "pink",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "DECAZEVILLE - RODEZ",
        "short": "204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "205",
        "label": "205",
        "long": "FIGEAC - VILLEFRANCHE",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F69B27",
        "color_name": "orange",
        "has_shape": true,
        "id": "212",
        "label": "212",
        "long": "MUR DE BARREZ - ENTRAYGUES - ESPALION",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE6C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "213",
        "label": "213",
        "long": "SAINT GENIEZ D'OLT - RODEZ",
        "short": "213",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ECC714",
        "color_name": "yellow",
        "has_shape": true,
        "id": "214",
        "label": "214",
        "long": "MILLAU - RODEZ",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "MEYRUEIS - MILLAU",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "216",
        "label": "216",
        "long": "SAINT AFFRIQUE - RODEZ",
        "short": "216",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99B1D",
        "color_name": "orange",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "LA CAVALERIE - MILLAU",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "219",
        "label": "219",
        "long": "REQUISTA -RODEZ",
        "short": "219",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "74CFE2",
        "color_name": "gray",
        "has_shape": true,
        "id": "220",
        "label": "220",
        "long": "NAUCELLE - RODEZ",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "221",
        "label": "221",
        "long": "VILLEFRANCHE DE ROUERGUE - RIEUPEYROUX - RODEZ",
        "short": "221",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8CCA87",
        "color_name": "gray",
        "has_shape": true,
        "id": "222",
        "label": "222",
        "long": "DECAZEVILLE - VILLEFRANCHE DE ROUERGUE",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9E1F62",
        "color_name": "red",
        "has_shape": true,
        "id": "223",
        "label": "223",
        "long": "CONQUES - MARCILLAC - RODEZ",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "246F25",
        "color_name": "green",
        "has_shape": true,
        "id": "234",
        "label": "234",
        "long": "SAINT AFFRIQUE - MONTPELLIER",
        "short": "234",
        "text_color": "FFFCFC",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "251",
        "label": "251",
        "long": "MENDE - FLORAC - ALES",
        "short": "251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE3611",
        "color_name": "red",
        "has_shape": true,
        "id": "253",
        "label": "253",
        "long": "MENDE - BAGNOLS - STATION MONT LOZERE",
        "short": "253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E95263",
        "color_name": "pink",
        "has_shape": true,
        "id": "254",
        "label": "254",
        "long": "MENDE - VILLEFORT - GARDE GUERIN",
        "short": "254",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "256",
        "label": "256",
        "long": "LANGOGNE - GRANDRIEU - BISONS - LANGOGNE",
        "short": "256",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B5C9E",
        "color_name": "teal",
        "has_shape": false,
        "id": "258",
        "label": "258",
        "long": "FLORAC - STE ENIMIE - LE ROZIER",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "259",
        "label": "259",
        "long": "MENDE - STE ENIMIE - MEYRUEIS",
        "short": "259",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FFBB",
        "color_name": "white",
        "has_shape": true,
        "id": "260",
        "label": "260",
        "long": "MENDE - MARVEJOLS -NASBINALS",
        "short": "260",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4F2BFF",
        "color_name": "blue",
        "has_shape": true,
        "id": "261",
        "label": "261",
        "long": "FLORAC - PONT DE MONTVERT - MONT LOZERE",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E95263",
        "color_name": "pink",
        "has_shape": true,
        "id": "280",
        "label": "280",
        "long": "MENDE - MILLAU - MONTPELLIER",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "282",
        "label": "282",
        "long": "MENDE - LA BASTIDE - LANGOGNE - LE PUY",
        "short": "282",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "283",
        "label": "283",
        "long": "MENDE - MARVEJOLS - CLERMONT-FERRAND",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0FB48E",
        "color_name": "teal",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "VILLEMUR SUR TARN - EUROCENTRE - TOULOUSE BORDEROUGE (M)",
        "short": "301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "LARRA - GRENADE - EUROCENTRE - TOULOUSE BORDEROUGE (M)",
        "short": "302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "NAILLOUX- RAMONVILLE - TOULOUSE UPS (M)",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "304",
        "label": "304",
        "long": "BESSIERES - MONTASTRUC - BALMA (M)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE6C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "305",
        "label": "305",
        "long": "RIEUMES - FONTENILLES - TOULOUSE ARENES (M)",
        "short": "305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "SAINT-LEON - VILLEFRANCHE-DE-LAURAGAIS",
        "short": "310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "313",
        "label": "313",
        "long": "DAUJAS - GAILLAC-TOULZA - AUTERIVE",
        "short": "313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F69B27",
        "color_name": "orange",
        "has_shape": true,
        "id": "314",
        "label": "314",
        "long": "CASTAGNEDE - SAINT-GAUDENS",
        "short": "314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "315",
        "label": "315",
        "long": "BETCHAT - SALIES-DU-SALAT",
        "short": "315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC0975",
        "color_name": "pink",
        "has_shape": true,
        "id": "316",
        "label": "316",
        "long": "BETCHAT - SAINT-GAUDENS",
        "short": "316",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "317",
        "label": "317",
        "long": "BACHAS - SAINT-GAUDENS",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A883",
        "color_name": "teal",
        "has_shape": true,
        "id": "318",
        "label": "318",
        "long": "MAZERES - AUTERIVE - TOULOUSE EMPALOT (M)",
        "short": "318",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC0975",
        "color_name": "pink",
        "has_shape": true,
        "id": "319",
        "label": "319",
        "long": "SAVERDUN - MIREMONT - TOULOUSE EMPALOT (M)",
        "short": "319",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "86C783",
        "color_name": "gray",
        "has_shape": true,
        "id": "320",
        "label": "320",
        "long": "AURIGNAC - SAINT-MARTORY - BOUSSENS SNCF",
        "short": "320",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "324",
        "label": "324",
        "long": "POUY-DE-TOUGES - BERAT - MURET SNCF",
        "short": "324",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "325",
        "label": "325",
        "long": "AUTERIVE - LAGARDELLE - MURET SNCF",
        "short": "325",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "326",
        "label": "326",
        "long": "LE BURGAUD - GRENADE - CASTELNAU D'ESTRETEFONDS SNCF",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CB944",
        "color_name": "green",
        "has_shape": true,
        "id": "327",
        "label": "327",
        "long": "MONTGEARD - NAILLOUX - VILLEFRANCHE SNCF",
        "short": "327",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "342",
        "label": "342",
        "long": "ISLE-EN-DODON - SAINT-GAUDENS",
        "short": "342",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "783896",
        "color_name": "purple",
        "has_shape": true,
        "id": "344",
        "label": "344",
        "long": "BOULOGNE-SUR-GESSE - SAINT-GAUDENS",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "350",
        "label": "350",
        "long": "CASTELNAUDARY - VILLEFRANCHE - TOULOUSE UPS (M)",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE1F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "351",
        "label": "351",
        "long": "VILLEMUR-SUR-TARN - FRONTON - TOULOUSE",
        "short": "351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "352",
        "label": "352",
        "long": "VILLEMATIER - CEPET - TOULOUSE BORDEROUGE (M)",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED6EA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "353",
        "label": "353",
        "long": "BESSIERES - GRAGNAGUE - BALMA (M)",
        "short": "353",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "354",
        "label": "354",
        "long": "BUZET - MONTJOIRE - TOULOUSE BORDEROUGE (M)",
        "short": "354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "355",
        "label": "355",
        "long": "VILLEMUR-SUR-TARN - MONTASTRUC - TOULOUSE",
        "short": "355",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1874E",
        "color_name": "orange",
        "has_shape": true,
        "id": "356",
        "label": "356",
        "long": "REVEL - CARAMAN - TOULOUSE",
        "short": "356",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "357",
        "label": "357",
        "long": "REVEL - FOURQUEVAUX - TOULOUSE",
        "short": "357",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "358",
        "label": "358",
        "long": "LE FOSSAT - SAINT-SULPICE - TOULOUSE",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B74425",
        "color_name": "red",
        "has_shape": true,
        "id": "359",
        "label": "359",
        "long": "MONTESQUIEU - CARBONNE - NOE - MURET SNCF",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF72AA",
        "color_name": "pink",
        "has_shape": true,
        "id": "360",
        "label": "360",
        "long": "LE FOUSSERET - BERAT - MURET SNCF",
        "short": "360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99B1D",
        "color_name": "orange",
        "has_shape": true,
        "id": "361",
        "label": "361",
        "long": "LE FOUSSERET - LONGAGES - NOE - MURET SNCF",
        "short": "361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "362",
        "label": "362",
        "long": "LAUNAC - LARRA - MERVILLE - TOULOUSE",
        "short": "362",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "363",
        "label": "363",
        "long": "RIEUMES - PLAISANCE - TOULOUSE",
        "short": "363",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "364",
        "label": "364",
        "long": "RIEUMES - LHERM - MURET SNCF",
        "short": "364",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "365",
        "label": "365",
        "long": "BOULOGNE-SUR-GESSE - SAMATAN - TOULOUSE",
        "short": "365",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "369",
        "label": "369",
        "long": "LASSERRE - MONTAIGUT-SUR-SAVE - TOULOUSE",
        "short": "369",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "25BCAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "373",
        "label": "373",
        "long": "CADOURS - MONDONVILLE - TOULOUSE",
        "short": "373",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "375",
        "label": "375",
        "long": "BUZET - VILLEMUR - FRONTON LYCEE",
        "short": "375",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F69B27",
        "color_name": "orange",
        "has_shape": true,
        "id": "376",
        "label": "376",
        "long": "LAVAUR - VERFEIL - BALMA (M)",
        "short": "376",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D38449",
        "color_name": "orange",
        "has_shape": true,
        "id": "377",
        "label": "377",
        "long": "VERDUN - GRISOLLES - SAINT-JORY - TOULOUSE",
        "short": "377",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89817F",
        "color_name": "gray",
        "has_shape": true,
        "id": "379",
        "label": "379",
        "long": "MAURAN - CAZERES - SAINT-GAUDENS",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "783896",
        "color_name": "purple",
        "has_shape": true,
        "id": "380",
        "label": "380",
        "long": "CAZERES - SAINT-JULIEN - CARBONNE SNCF",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EC0975",
        "color_name": "pink",
        "has_shape": true,
        "id": "381",
        "label": "381",
        "long": "LE FAGET - BALMA (M)",
        "short": "381",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "383",
        "label": "383",
        "long": "SALLES-SUR-L'HERS - AYGUESVIVES - TOULOUSE UPS (M)",
        "short": "383",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "388",
        "label": "388",
        "long": "VERDUN - GRENADE - MERVILLE - TOULOUSE ARENES (M)",
        "short": "388",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "391",
        "label": "391",
        "long": "ALAN - AURIGNAC - SAINT-GAUDENS",
        "short": "391",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "375FA4",
        "color_name": "teal",
        "has_shape": true,
        "id": "392",
        "label": "392",
        "long": "MONCAUP - ASPET - SAINT-GAUDENS",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CB848",
        "color_name": "green",
        "has_shape": true,
        "id": "393",
        "label": "393",
        "long": "MELLES - SAINT-BEAT - SAINT-GAUDENS",
        "short": "393",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "394",
        "label": "394",
        "long": "LUCHON - MONTREJEAU - SAINT-GAUDENS",
        "short": "394",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "395",
        "label": "395",
        "long": "LES (VAL D'ARAN) - BARBAZAN - SAINT-GAUDENS",
        "short": "395",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F13F23",
        "color_name": "red",
        "has_shape": true,
        "id": "397",
        "label": "397",
        "long": "MANE - SAINT-GAUDENS",
        "short": "397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2CA5DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "398",
        "label": "398",
        "long": "MONTREJEAU - BARBAZAN - SAINT-GAUDENS",
        "short": "398",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F69B27",
        "color_name": "orange",
        "has_shape": true,
        "id": "401",
        "label": "401",
        "long": "CARCASSONNE - LEZIGNAN",
        "short": "401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9E1F62",
        "color_name": "red",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "AXAT - QUILLAN - LIMOUX - CARCASSONNE",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "403",
        "label": "403",
        "long": "CARCASSONNE  - CASTELNAUDARY",
        "short": "403",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "404",
        "label": "404",
        "long": "CUXAC CABARDES - CARCASSONNE",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "38761D",
        "color_name": "green",
        "has_shape": false,
        "id": "405",
        "label": "405",
        "long": "MIREPOIX - CARCASSONNE",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "718FAB",
        "color_name": "gray",
        "has_shape": true,
        "id": "406",
        "label": "406",
        "long": "NARBONNE - LEZIGNAN-CORBIERES",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE1C25",
        "color_name": "red",
        "has_shape": true,
        "id": "407",
        "label": "407",
        "long": "LAGRASSE - NARBONNE",
        "short": "407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0C638",
        "color_name": "yellow",
        "has_shape": true,
        "id": "408",
        "label": "408",
        "long": "ESTAGEL - NARBONNE",
        "short": "408",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "409",
        "label": "409",
        "long": "TOUROUZELLE - CANET D'AUDE - NARBONNE",
        "short": "409",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B5C9E",
        "color_name": "teal",
        "has_shape": true,
        "id": "410",
        "label": "410",
        "long": "CHALABRE - LIMOUX",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "411",
        "label": "411",
        "long": "LIMOUX - MONTREAL - BRAM",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "412",
        "label": "412",
        "long": "PEPIEUX - LEZIGNAN CORBIERES",
        "short": "412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "414",
        "label": "414",
        "long": "REVEL - CASTELNAUDARY",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CCDB2E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "450",
        "label": "450",
        "long": "PAMIERS - LAVELANET - MONTSEGUR",
        "short": "450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8CCA87",
        "color_name": "gray",
        "has_shape": true,
        "id": "451",
        "label": "451",
        "long": "LAVELANET - FOIX",
        "short": "451",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "452",
        "label": "452",
        "long": "TOULOUSE - BOUSSENS - ST GIRONS",
        "short": "452",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "453",
        "label": "453",
        "long": "TARASCON - PAMIERS",
        "short": "453",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F2931F",
        "color_name": "orange",
        "has_shape": true,
        "id": "454",
        "label": "454",
        "long": "FOIX - SAINT GIRONS",
        "short": "454",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B8CAA8",
        "color_name": "white",
        "has_shape": true,
        "id": "455",
        "label": "455",
        "long": "SENTEIN - SAINT GIRONS",
        "short": "455",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8363",
        "color_name": "pink",
        "has_shape": true,
        "id": "456",
        "label": "456",
        "long": "SAINT LARY - SAINT GIRONS",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ECC714",
        "color_name": "yellow",
        "has_shape": true,
        "id": "457",
        "label": "457",
        "long": "AULUS - MASSAT - ST GIRONS - SAINT LIZIER",
        "short": "457",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "500",
        "label": "500",
        "long": "QUILLAN - PERPIGNAN",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DA8330",
        "color_name": "orange",
        "has_shape": true,
        "id": "503",
        "label": "503",
        "long": "SALSES - PERPIGNAN",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5DBE79",
        "color_name": "gray",
        "has_shape": true,
        "id": "505",
        "label": "505",
        "long": "LANSAC - ESTAGEL",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE1C25",
        "color_name": "red",
        "has_shape": true,
        "id": "506",
        "label": "506",
        "long": "ST PAUL DE FENOUILLET - CUBIERES SUR CINOBLES",
        "short": "506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E95263",
        "color_name": "pink",
        "has_shape": true,
        "id": "510",
        "label": "510",
        "long": "MILLAS - PERPIGNAN",
        "short": "510",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "246F25",
        "color_name": "green",
        "has_shape": true,
        "id": "511",
        "label": "511",
        "long": "THUIR - ILLE SUR TET - VIN\u00c7A",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA63A7",
        "color_name": "pink",
        "has_shape": true,
        "id": "512",
        "label": "512",
        "long": "CORBERE - PERPIGNAN",
        "short": "512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "520",
        "label": "520",
        "long": "PRADES - PERPIGNAN",
        "short": "520",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CBC373",
        "color_name": "gray",
        "has_shape": true,
        "id": "521",
        "label": "521",
        "long": "VERNET - PERPIGNAN",
        "short": "521",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8A76B5",
        "color_name": "purple",
        "has_shape": true,
        "id": "522",
        "label": "522",
        "long": "VERNET - PRADES",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DDB05D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "523",
        "label": "523",
        "long": "MOSSET - PRADES",
        "short": "523",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F10977",
        "color_name": "pink",
        "has_shape": true,
        "id": "524",
        "label": "524",
        "long": "FONTPEDROUSE - PRADES",
        "short": "524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DF5C3E",
        "color_name": "red",
        "has_shape": true,
        "id": "525",
        "label": "525",
        "long": "PY - PRADES",
        "short": "525",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "827B75",
        "color_name": "gray",
        "has_shape": true,
        "id": "530",
        "label": "530",
        "long": "ARLES SUR TECH - PERPIGNAN",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "89D2CB",
        "color_name": "gray",
        "has_shape": true,
        "id": "531",
        "label": "531",
        "long": "PRATS DE MOLLO - ARLES SUR TECH",
        "short": "531",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "532",
        "label": "532",
        "long": "COUSTOUGES - ARLES SUR TECH",
        "short": "532",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89D2CB",
        "color_name": "gray",
        "has_shape": true,
        "id": "536",
        "label": "536",
        "long": "LA PRESTE - PRATS DE MOLLO",
        "short": "536",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50B74E",
        "color_name": "green",
        "has_shape": true,
        "id": "540",
        "label": "540",
        "long": "CERBERE - PERPIGNAN",
        "short": "540",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FD7E22",
        "color_name": "orange",
        "has_shape": true,
        "id": "541",
        "label": "541",
        "long": "PORT-VENDRES-ST CYPRIEN PLAGE",
        "short": "541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "678FCA",
        "color_name": "gray",
        "has_shape": true,
        "id": "542",
        "label": "542",
        "long": "SAINT CYPRIEN - PERPIGNAN",
        "short": "542",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC0975",
        "color_name": "pink",
        "has_shape": true,
        "id": "543",
        "label": "543",
        "long": "CABESTANY - ARGELES",
        "short": "543",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "550",
        "label": "550",
        "long": "CERET - ARGELES",
        "short": "550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C8C7",
        "color_name": "gray",
        "has_shape": true,
        "id": "553",
        "label": "553",
        "long": "VILLELONGUE DELS MONTS - PERPIGNAN",
        "short": "553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8A76B5",
        "color_name": "purple",
        "has_shape": true,
        "id": "560",
        "label": "560",
        "long": "PORTE PUYMORENS - PERPIGNAN",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "783691",
        "color_name": "purple",
        "has_shape": true,
        "id": "561",
        "label": "561",
        "long": "FORMIGUERES - MONT LOUIS",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "94FFA3",
        "color_name": "white",
        "has_shape": true,
        "id": "564",
        "label": "564",
        "long": "PLA DE BARRES - LA CABANASSE",
        "short": "564",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FD7E22",
        "color_name": "orange",
        "has_shape": true,
        "id": "566",
        "label": "566",
        "long": "BOURG MADAME - MONT LOUIS",
        "short": "566",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F072AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "569",
        "label": "569",
        "long": "FORMIGUERES - ERR",
        "short": "569",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4661AE",
        "color_name": "blue",
        "has_shape": true,
        "id": "570",
        "label": "570",
        "long": "FOURQUES - PERPIGNAN",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "571",
        "label": "571",
        "long": "TRESSERRE - PERPIGNAN",
        "short": "571",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B74425",
        "color_name": "red",
        "has_shape": true,
        "id": "572",
        "label": "572",
        "long": "BANYULS DELS ASPRES - PERPIGNAN",
        "short": "572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "573",
        "label": "573",
        "long": "BROUILLA - PERPIGNAN",
        "short": "573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9070B1",
        "color_name": "purple",
        "has_shape": true,
        "id": "574",
        "label": "574",
        "long": "LATOUR BAS ELNE - PERPIGNAN",
        "short": "574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "Castelnau le Lez-Lunel-Marsillargues",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "602",
        "label": "602",
        "long": "Montpellier - Frontignan - S\u00e8te",
        "short": "602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "603",
        "label": "603",
        "long": "St Jean De V\u00e9das - P\u00e9zenas - B\u00e9ziers",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "604",
        "label": "604",
        "long": "Montpellier - A9 - P\u00e9zenas",
        "short": "604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "606",
        "label": "606",
        "long": "Montpellier-Grande Motte-Aigues Mortes",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "607",
        "label": "607",
        "long": "Lattes - Mauguio - Marsillargues",
        "short": "607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "608",
        "label": "608",
        "long": "Montpellier - Ganges - Le Vigan",
        "short": "608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "610",
        "label": "610",
        "long": "Montpellier - Assas - Ste Croix de Q.",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "611",
        "label": "611",
        "long": "Castelnau - Teyran - Campagne",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "612",
        "label": "612",
        "long": "Castelnau-Castries - Sommi\u00e8res",
        "short": "612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C77D",
        "color_name": "gray",
        "has_shape": true,
        "id": "614",
        "label": "614",
        "long": "Montpellier-St Cl\u00e9ment de R - St Vincent",
        "short": "614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "615",
        "label": "615",
        "long": "Montpellier - St Mathieu - Quissac",
        "short": "615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "616",
        "label": "616",
        "long": "Montpellier - Combaillaux - Murles",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D38449",
        "color_name": "orange",
        "has_shape": true,
        "id": "617",
        "label": "617",
        "long": "Montpellier- Montarnaud - Vailhauqu\u00e8s",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CE1F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "620",
        "label": "620",
        "long": "Navette A\u00e9roport Montpellier",
        "short": "620",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AEC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "621",
        "label": "621",
        "long": "Boirargues-ESMA",
        "short": "621",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "631",
        "label": "631",
        "long": "Montpellier - Palavas",
        "short": "631",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AEC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "632",
        "label": "632",
        "long": "Sommi\u00e8res-Lunel-Grande Motte",
        "short": "632",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "P\u00e9rols - Plage Grand Travers",
        "short": "633",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "641",
        "label": "641",
        "long": "B\u00e9ziers-Colombiers-Nissan",
        "short": "641",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "642",
        "label": "642",
        "long": "B\u00e9ziers-Montady-Capestang-Quarante-Monto",
        "short": "642",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "643",
        "label": "643",
        "long": "B\u00e9ziers-Marau-Cazouls-Cessenon-Roquebrun",
        "short": "643",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "644",
        "label": "644",
        "long": "B\u00e9ziers-Cornei-Murviel-Causse-St Nazaire",
        "short": "644",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "645",
        "label": "645",
        "long": "B\u00e9ziers-Lignan-Th\u00e9zan-Pailh\u00e8s",
        "short": "645",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "646",
        "label": "646",
        "long": "B\u00e9ziers-Lieuran-Espon-Puisa-Magalas-Fouz",
        "short": "646",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "647",
        "label": "647",
        "long": "B\u00e9ziers-Pouzolles-Margon-Roujan- Gabian",
        "short": "647",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B74425",
        "color_name": "red",
        "has_shape": true,
        "id": "648",
        "label": "648",
        "long": "B\u00e9ziers-Montblanc-St Thib\u00e9ry",
        "short": "648",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "649",
        "label": "649",
        "long": "B\u00e9ziers-Bessan-Florensac-Pomerol-Pinet",
        "short": "649",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4B708B",
        "color_name": "gray",
        "has_shape": true,
        "id": "650",
        "label": "650",
        "long": "B\u00e9ziers-Vias-Agde-Marseillan",
        "short": "650",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "651",
        "label": "651",
        "long": "B\u00e9ziers-Villeneuve-Cers-Portiragnes",
        "short": "651",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50B74E",
        "color_name": "green",
        "has_shape": true,
        "id": "652",
        "label": "652",
        "long": "B\u00e9ziers-Lespignan",
        "short": "652",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "653",
        "label": "653",
        "long": "B\u00e9ziers-Vendres",
        "short": "653",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "654",
        "label": "654",
        "long": "B\u00e9ziers-St Chinian-St Pons-La Salvetat",
        "short": "654",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "655",
        "label": "655",
        "long": "B\u00e9darieux-Magalas-Puissalicon-B\u00e9ziers",
        "short": "655",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "656",
        "label": "656",
        "long": "B\u00e9ziers-Valros-P\u00e9zenas-St Jean de V\u00e9das",
        "short": "656",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "659",
        "label": "659",
        "long": "Pinet Pomerols FLorensec Marseillan S\u00e8te",
        "short": "659",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CE1F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "660",
        "label": "660",
        "long": "Navette Aeroport B\u00e9ziers-Cap d'Agde",
        "short": "660",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCDB2E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "661",
        "label": "661",
        "long": "Montpellier - Gignac - Lod\u00e8ve",
        "short": "661",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "89D2CB",
        "color_name": "gray",
        "has_shape": true,
        "id": "662",
        "label": "662",
        "long": "Montpellier - Gignac - Clermont L'Hlt",
        "short": "662",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "663",
        "label": "663",
        "long": "Montpellier - Le Poujol  Sur Orb",
        "short": "663",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "664",
        "label": "664",
        "long": "Clermont L'H\u00e9rault - P\u00e9zenas",
        "short": "664",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "665",
        "label": "665",
        "long": "Montpellier - Canet - Aspiran",
        "short": "665",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "666",
        "label": "666",
        "long": "Clermont L'H\u00e9rault - Font\u00e8s",
        "short": "666",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8CCA87",
        "color_name": "gray",
        "has_shape": true,
        "id": "667",
        "label": "667",
        "long": "Clermont L'H\u00e9rault - Le Pouget - Tressan",
        "short": "667",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "668",
        "label": "668",
        "long": "Montpellier - St Guilhem le D\u00e9sert",
        "short": "668",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "669",
        "label": "669",
        "long": "P\u00e9zenas - Roujan - Gabian",
        "short": "669",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "670",
        "label": "670",
        "long": "P\u00e9zenas - Caux - N\u00e9ffies",
        "short": "670",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50B74E",
        "color_name": "green",
        "has_shape": true,
        "id": "671",
        "label": "671",
        "long": "P\u00e9zenas - Nizas - Font\u00e8s",
        "short": "671",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "672",
        "label": "672",
        "long": "St Jean De V\u00e9das - Adissan",
        "short": "672",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "673",
        "label": "673",
        "long": "B\u00e9larga - St Paul et Valmalle",
        "short": "673",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "73B749",
        "color_name": "gray",
        "has_shape": true,
        "id": "674",
        "label": "674",
        "long": "Navette St Guilhem Le Desert",
        "short": "674",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "73B749",
        "color_name": "gray",
        "has_shape": true,
        "id": "675",
        "label": "675",
        "long": "Navette Argileum - Villages Portes",
        "short": "675",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C819A8",
        "color_name": "pink",
        "has_shape": true,
        "id": "678",
        "label": "678",
        "long": "Nissan - Lespignan - Vendres - Les Plages",
        "short": "678",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5BCFD7",
        "color_name": "teal",
        "has_shape": true,
        "id": "679",
        "label": "679",
        "long": "Lod\u00e8ve - St Maurice Navacelles La Baume",
        "short": "679",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B74425",
        "color_name": "red",
        "has_shape": true,
        "id": "680",
        "label": "680",
        "long": "Lod\u00e8ve - Clermont L'H\u00e9rault - P\u00e9zenas",
        "short": "680",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7D2F92",
        "color_name": "purple",
        "has_shape": true,
        "id": "681",
        "label": "681",
        "long": "Montpellier - Millau",
        "short": "681",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3DC4DC",
        "color_name": "teal",
        "has_shape": true,
        "id": "682",
        "label": "682",
        "long": "B\u00e9darieux - Olargues - St Pons",
        "short": "682",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8CCA87",
        "color_name": "gray",
        "has_shape": true,
        "id": "683",
        "label": "683",
        "long": "Ets B\u00e9darieux - Le Bousquet - Joncels",
        "short": "683",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CE1F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "685",
        "label": "685",
        "long": "Montpellier - B\u00e9darieux - St Pons de Th.",
        "short": "685",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "686",
        "label": "686",
        "long": "B\u00e9darieux - St Gervais - Plaisance",
        "short": "686",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9E1F62",
        "color_name": "red",
        "has_shape": true,
        "id": "687",
        "label": "687",
        "long": "B\u00e9darieux - La Tour/Orb - Graissessac",
        "short": "687",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "688",
        "label": "688",
        "long": "Le Bousquet d'Orb - Ceilhes Rocozels",
        "short": "688",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "689",
        "label": "689",
        "long": "B\u00e9ziers-Cruzy-Olonzac",
        "short": "689",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "691",
        "label": "691",
        "long": "Corresp. Ets B\u00e9ziers / March\u00e9 St Chinian",
        "short": "691",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "692",
        "label": "692",
        "long": "March\u00e9 St Pons - Cassagnoles",
        "short": "692",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "693",
        "label": "693",
        "long": "Corresp. Ets B\u00e9ziers/ March\u00e9 St Chinian",
        "short": "693",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "694",
        "label": "694",
        "long": "March\u00e9 St Pons - Rieussec -La Caunette",
        "short": "694",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "695",
        "label": "695",
        "long": "March\u00e9 St Pons - Fra\u00efsse sur Agout",
        "short": "695",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E43417",
        "color_name": "red",
        "has_shape": true,
        "id": "698",
        "label": "698",
        "long": "Lignes R\u00e9seau Draille",
        "short": "698",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "701",
        "label": "701",
        "long": "ALBI - CARMAUX",
        "short": "701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D38449",
        "color_name": "orange",
        "has_shape": true,
        "id": "702",
        "label": "702",
        "long": "ALBI - GAILLAC - ST SULPICE",
        "short": "702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "703",
        "label": "703",
        "long": "ALBI - CASTRES",
        "short": "703",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "704",
        "label": "704",
        "long": "CASTRES - GRAULHET - GAILLAC",
        "short": "704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "705",
        "label": "705",
        "long": "ALBI - GRAULHET - LAVAUR",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "706",
        "label": "706",
        "long": "ALBI - REQUISTA",
        "short": "706",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9E1F62",
        "color_name": "red",
        "has_shape": true,
        "id": "707",
        "label": "707",
        "long": "ALBI - CORDES - VINDRAC",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "708",
        "label": "708",
        "long": "ALBI - ALBAN - LACAUNE",
        "short": "708",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "709",
        "label": "709",
        "long": "ALBI - ST SULPICE / LAVAUR",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "710",
        "label": "710",
        "long": "GAILLAC - LAVAUR",
        "short": "710",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "711",
        "label": "711",
        "long": "ALBI - CAGNAC - CARMAUX",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "712",
        "label": "712",
        "long": "ALBI - LAGRAVE - GAILLAC",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE1C25",
        "color_name": "red",
        "has_shape": true,
        "id": "716",
        "label": "716",
        "long": "ALBI - VALDERIES - VALENCE D'ALBI",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "837A75",
        "color_name": "gray",
        "has_shape": true,
        "id": "717",
        "label": "717",
        "long": "ST SULPICE - MONTAUBAN",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008DCF",
        "color_name": "teal",
        "has_shape": true,
        "id": "720",
        "label": "720",
        "long": "ALBI - ST AFFRIQUE - MILLAU",
        "short": "720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D499D",
        "color_name": "blue",
        "has_shape": true,
        "id": "721",
        "label": "721",
        "long": "ALBI - GAILLAC - MONTAUBAN",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "753",
        "label": "753",
        "long": "CASTRES - BEZIERS - VALRAS",
        "short": "753",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE6C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "756",
        "label": "756",
        "long": "GRAULHET - TOULOUSE",
        "short": "756",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0DB37",
        "color_name": "yellow",
        "has_shape": true,
        "id": "760",
        "label": "760",
        "long": "CASTRES - TOULOUSE",
        "short": "760",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F174AC",
        "color_name": "pink",
        "has_shape": true,
        "id": "761",
        "label": "761",
        "long": "CASTRES - DOURGNE - REVEL",
        "short": "761",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "762",
        "label": "762",
        "long": "CASTRES - ST PONS DE THOMIERES",
        "short": "762",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "3D0996",
        "color_name": "blue",
        "has_shape": true,
        "id": "763",
        "label": "763",
        "long": "CASTRES - BRASSAC - LACAUNE",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F04B45",
        "color_name": "red",
        "has_shape": true,
        "id": "764",
        "label": "764",
        "long": "CASTRES - MONTREDON LABESSONNIE",
        "short": "764",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8181E",
        "color_name": "red",
        "has_shape": true,
        "id": "765",
        "label": "765",
        "long": "CASTRES - LAVAUR - ST SULPICE",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0C637",
        "color_name": "yellow",
        "has_shape": true,
        "id": "766",
        "label": "766",
        "long": "CASTRES - ROQUECOURBE - LACAUNE",
        "short": "766",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4D4A9C",
        "color_name": "blue",
        "has_shape": true,
        "id": "767",
        "label": "767",
        "long": "CASTRES - SOUAL - REVEL",
        "short": "767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "768",
        "label": "768",
        "long": "MAZAMET - VIELMUR SUR AGOUT",
        "short": "768",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F174AC",
        "color_name": "pink",
        "has_shape": true,
        "id": "769",
        "label": "769",
        "long": "CASTRES - LACROUZETTE",
        "short": "769",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "25BCAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "801",
        "label": "801",
        "long": "LAMAGISTERE - MOISSAC - MONTAUBAN",
        "short": "801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B0C638",
        "color_name": "yellow",
        "has_shape": true,
        "id": "802",
        "label": "802",
        "long": "LAMAGISTERE-VALENCE-CASTEL",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D38449",
        "color_name": "orange",
        "has_shape": true,
        "id": "803",
        "label": "803",
        "long": "MONTAUBAN - CASTELSARRASIN - MOISSAC",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE1F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "807",
        "label": "807",
        "long": "LAUZERTE - MOISSAC - CASTELSARRASIN",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CB848",
        "color_name": "green",
        "has_shape": true,
        "id": "811",
        "label": "811",
        "long": "VERDUN SUR GARONNE - MONTAUBAN",
        "short": "811",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "812",
        "label": "812",
        "long": "MONTAUBAN - VILLEFRANCHE - RODEZ",
        "short": "812",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D8181E",
        "color_name": "red",
        "has_shape": true,
        "id": "814",
        "label": "814",
        "long": "POMPIGNAN - CASTELSARRASIN",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "246F25",
        "color_name": "green",
        "has_shape": true,
        "id": "830",
        "label": "830",
        "long": "BRUNIQUEL-NEGREPELISSE-MONTAUBAN",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B0C638",
        "color_name": "yellow",
        "has_shape": true,
        "id": "875",
        "label": "875",
        "long": "CAHORS - LAUZERTE",
        "short": "875",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ECC714",
        "color_name": "yellow",
        "has_shape": true,
        "id": "876",
        "label": "876",
        "long": "FIGEAC - ROCAMADOUR - PADIRAC",
        "short": "876",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C11F7E",
        "color_name": "pink",
        "has_shape": true,
        "id": "877",
        "label": "877",
        "long": "SOUILLAC - ROCAMADOUR - BIARS-SUR-CERE",
        "short": "877",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "878",
        "label": "878",
        "long": "CAHORS - SAINT-CIRQ-LAPOPIE - CAJARC",
        "short": "878",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "880",
        "label": "880",
        "long": "CASTELNAU-MONTRATIER - CAHORS",
        "short": "880",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B656A0",
        "color_name": "pink",
        "has_shape": true,
        "id": "881",
        "label": "881",
        "long": "LALBENQUE - CAHORS",
        "short": "881",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4661AE",
        "color_name": "blue",
        "has_shape": true,
        "id": "882",
        "label": "882",
        "long": "MONTCUQ-EN-QUERCY-BLANC - CAHORS",
        "short": "882",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC3300",
        "color_name": "red",
        "has_shape": true,
        "id": "883",
        "label": "883",
        "long": "LIMOGNE-EN-QUERCY - CAHORS",
        "short": "883",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "25BCAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "884",
        "label": "884",
        "long": "LACAPELLE-MARIVAL - FIGEAC",
        "short": "884",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DDB05D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "885",
        "label": "885",
        "long": "LATRONQUIERE - FIGEAC",
        "short": "885",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B656A0",
        "color_name": "pink",
        "has_shape": true,
        "id": "886",
        "label": "886",
        "long": "ASSIER - FIGEAC",
        "short": "886",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE6C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "887",
        "label": "887",
        "long": "SAINT-CERE - BIARS-SUR-CERE",
        "short": "887",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "783896",
        "color_name": "purple",
        "has_shape": true,
        "id": "888",
        "label": "888",
        "long": "SAINT-DENIS-LES-MARTEL - SOUILLAC",
        "short": "888",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F47F24",
        "color_name": "orange",
        "has_shape": true,
        "id": "889",
        "label": "889",
        "long": "FIGEAC - CAHORS",
        "short": "889",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4CB848",
        "color_name": "green",
        "has_shape": true,
        "id": "890",
        "label": "890",
        "long": "MONSEMPRON-LIBOS - CAHORS",
        "short": "890",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "891",
        "label": "891",
        "long": "VIRE-SUR-LOT - LUZECH - CAHORS",
        "short": "891",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F04B45",
        "color_name": "red",
        "has_shape": true,
        "id": "931",
        "label": "931",
        "long": "AUCH - TARBES",
        "short": "931",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F57F25",
        "color_name": "orange",
        "has_shape": true,
        "id": "932",
        "label": "932",
        "long": "AUCH - AGEN",
        "short": "932",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2CA7DB",
        "color_name": "teal",
        "has_shape": true,
        "id": "933",
        "label": "933",
        "long": "AUCH - MONTAUBAN",
        "short": "933",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAC616",
        "color_name": "yellow",
        "has_shape": true,
        "id": "934",
        "label": "934",
        "long": "AUCH - AIRE SUR ADOUR",
        "short": "934",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "916CAF",
        "color_name": "purple",
        "has_shape": true,
        "id": "935",
        "label": "935",
        "long": "AUCH - TOULOUSE",
        "short": "935",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8ACB87",
        "color_name": "gray",
        "has_shape": true,
        "id": "951",
        "label": "951",
        "long": "CONDOM - AUCH",
        "short": "951",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "952",
        "label": "952",
        "long": "NOGARO - CONDOM",
        "short": "952",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B5C9E",
        "color_name": "teal",
        "has_shape": true,
        "id": "953",
        "label": "953",
        "long": "CONDOM - AGEN",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F04B45",
        "color_name": "red",
        "has_shape": true,
        "id": "954",
        "label": "954",
        "long": "LOMBEZ - L'ISLE-JOURDAIN",
        "short": "954",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4CB848",
        "color_name": "green",
        "has_shape": true,
        "id": "960",
        "label": "960",
        "long": "TARBES - BAGNERES DE BIGORRE - LA MONGIE",
        "short": "960",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FD7E22",
        "color_name": "orange",
        "has_shape": true,
        "id": "961",
        "label": "961",
        "long": "TARBES - MARCIAC - MONT-DE-MARSAN",
        "short": "961",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA6DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "962",
        "label": "962",
        "long": "LOURDES - BAGNERES DE BIGORRE - LA MONGIE",
        "short": "962",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE6C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "963",
        "label": "963",
        "long": "LANNEMEZAN - SAINT LARY SOULAN",
        "short": "963",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F073AB",
        "color_name": "pink",
        "has_shape": true,
        "id": "965",
        "label": "965",
        "long": "LOURDES - VALLEES",
        "short": "965",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCE05",
        "color_name": "yellow",
        "has_shape": true,
        "id": "966",
        "label": "966",
        "long": "TARBES - PAU",
        "short": "966",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "25BACD",
        "color_name": "teal",
        "has_shape": true,
        "id": "967",
        "label": "967",
        "long": "TARBES - LANNEMEZAN",
        "short": "967",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "273890",
        "color_name": "blue",
        "has_shape": true,
        "id": "BALAD_O_BUS",
        "label": "BALAD",
        "long": "Navette Lacaune - La Salvetat",
        "short": "BALAD",
        "text_color": "F7F7F7",
        "type_label": "Bus"
      },
      {
        "color": "3282F6",
        "color_name": "blue",
        "has_shape": true,
        "id": "LIPY1",
        "label": "LIPY1",
        "long": "Granges d'Astau",
        "short": "LIPY1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F08650",
        "color_name": "orange",
        "has_shape": true,
        "id": "LIPY2",
        "label": "LIPY2",
        "long": "Luchon - Peyragudes",
        "short": "LIPY2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "39107B",
        "color_name": "blue",
        "has_shape": true,
        "id": "LIPY3",
        "label": "LIPY3",
        "long": "Luchon - Hospices de France",
        "short": "LIPY3",
        "text_color": "F7F7F7",
        "type_label": "Bus"
      },
      {
        "color": "367E7F",
        "color_name": "teal",
        "has_shape": true,
        "id": "LIPY4",
        "label": "LIPY4",
        "long": "Luchon - Le Mourtis",
        "short": "LIPY4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA3FF7",
        "color_name": "pink",
        "has_shape": true,
        "id": "LIPY5",
        "label": "LIPY5",
        "long": "Grottes de Gargas",
        "short": "LIPY5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "001070",
        "color_name": "black",
        "has_shape": true,
        "id": "LIPY6",
        "label": "LIPY6",
        "long": "Thermes Luchon",
        "short": "LIPY6",
        "text_color": "F7F7F7",
        "type_label": "Bus"
      },
      {
        "color": "AC286D",
        "color_name": "pink",
        "has_shape": true,
        "id": "MOVIGO_A",
        "label": "A",
        "long": "MOVIGO Ligne A",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6C193A",
        "color_name": "brown",
        "has_shape": true,
        "id": "MOVIGO_B",
        "label": "B",
        "long": "MOVIGO Ligne B",
        "short": "B",
        "text_color": "FCFCFC",
        "type_label": "Bus"
      },
      {
        "color": "F28121",
        "color_name": "orange",
        "has_shape": true,
        "id": "MOVIGO_C",
        "label": "C",
        "long": "MOVIGO Ligne C",
        "short": "C",
        "text_color": "0F0F0F",
        "type_label": "Bus"
      },
      {
        "color": "792B90",
        "color_name": "purple",
        "has_shape": true,
        "id": "MOVIGO_D",
        "label": "D",
        "long": "MOVIGO Ligne D",
        "short": "D",
        "text_color": "F5F5F5",
        "type_label": "Bus"
      },
      {
        "color": "FAB040",
        "color_name": "yellow",
        "has_shape": true,
        "id": "MOVIGO_E",
        "label": "E",
        "long": "MOVIGO Ligne E",
        "short": "E",
        "text_color": "0D0D0D",
        "type_label": "Bus"
      },
      {
        "color": "EF77AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "MOVIGO_F",
        "label": "F",
        "long": "MOVIGO Ligne F",
        "short": "F",
        "text_color": "050505",
        "type_label": "Bus"
      },
      {
        "color": "273890",
        "color_name": "blue",
        "has_shape": true,
        "id": "MOVIGO_MATIN",
        "label": "MATIN",
        "long": "MOVIGO ligne du matin",
        "short": "MATIN",
        "text_color": "F0F0F0",
        "type_label": "Bus"
      },
      {
        "color": "0F0301",
        "color_name": "black",
        "has_shape": true,
        "id": "MOVIGO_SOIR",
        "label": "SOIR",
        "long": "MOVIGO ligne du soir",
        "short": "SOIR",
        "text_color": "FAFAFA",
        "type_label": "Bus"
      },
      {
        "color": "3474B5",
        "color_name": "teal",
        "has_shape": true,
        "id": "NAV2_P2V",
        "label": "NAV2",
        "long": "Navette Arreau <> Loudenvielle",
        "short": "NAV2",
        "text_color": "B5D334",
        "type_label": "Bus"
      },
      {
        "color": "24C5FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "NAV_GRAU",
        "label": "NAV",
        "long": "La navette urbaine - Le Grau du Roi",
        "short": "NAV",
        "text_color": "0A0A0A",
        "type_label": "Bus"
      },
      {
        "color": "44733E",
        "color_name": "green",
        "has_shape": true,
        "id": "SAVIGN_AX",
        "label": "SAV-AX",
        "long": "Navette Savign'Ax",
        "short": "SAV-AX",
        "text_color": "EDF3F7",
        "type_label": "Bus"
      },
      {
        "color": "2A329B",
        "color_name": "blue",
        "has_shape": true,
        "id": "TILEO_1",
        "label": "TILEO1",
        "long": "TILEO Ligne 1",
        "short": "TILEO1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF5549",
        "color_name": "red",
        "has_shape": true,
        "id": "TILEO_2",
        "label": "TILEO2",
        "long": "TILEO Ligne 2",
        "short": "TILEO2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "36D8DE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TIL_du_46",
        "label": "TIL 46",
        "long": "Le transport utile",
        "short": "TIL 46",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 12386,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 156,
      "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": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9555,
      "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": 19.3,
      "rank": 2,
      "severity": "WARNING",
      "what": "9555 of 12386 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": 8942,
      "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": 12.4,
      "rank": 3,
      "severity": "WARNING",
      "what": "8942 of 10811 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"
}
