{
  "agency": {
    "country": "FR",
    "id": "fluo-grand-est-ardennes",
    "name": "R\u00e9seau interurbain Fluo Grand Est - Ardennes",
    "subdivision_code": "FR-GES",
    "subdivision_name": "Grand-Est"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.2,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 95.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1411,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 830,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1411,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1411 of 1411 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": 830,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "830 of 830 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 71,
          "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": 0.8,
          "severity": "INFO",
          "what": "About 71 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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": 36.7,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 51,
          "WARNING": 4293
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1815,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1057,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 953,
          "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": "unexpected_enum_value",
          "count": 265,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 143,
          "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": "leading_or_trailing_whitespaces",
          "count": 49,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 5,
          "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": 4.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": "stops_match_shape_out_of_order",
          "count": 4,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "big_gap_in_service",
          "count": 51,
          "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."
        }
      ],
      "name": "correctness",
      "score": 37.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 4344 instances (0 error, 4293 warning, 51 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 161,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-07-22",
        "feed_version": "20260722",
        "has_feed_info": true,
        "last_service_date": "2026-12-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 161 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 161 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by Fluo Grand Est (R\u00e9gion Grand Est) through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "3ee43acf43dd4fd80443cc3201b95e38af75ea7c89990eaeaa75719b660a6c6d",
    "size_bytes": 5874310,
    "static_url": "https://transport.data.gouv.fr/resources/80413/download"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=ARDENNES",
    "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-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      4.03496,
      49.25156,
      5.35139,
      50.1385
    ],
    "lat": 49.6275,
    "lon": 4.63158,
    "stop_count": 1411
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 265,
        "trip_count": 830,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 265,
    "trip_count": 830
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 52.7,
    "margin_to_next_band": 7.3,
    "score": 52.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 32,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "32 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"BOGNY-SUR-MEUSE - Ch\u00e2teau-Regnault / Place Bayard\", \"BOGNY-SUR-MEUSE - Ch\u00e2teau-Regnault / Place Bayard\", \"BOGNY-SUR-MEUSE - Braux / Place Danton\", 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": 710,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 830
  },
  "route_map": {
    "drawn_route_count": 262,
    "has_shapes": true,
    "path": "data/artifacts/fluo-grand-est-ardennes/geometry.geojson",
    "route_count": 265,
    "routes": [
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003850",
        "label": "08S101",
        "long": "FOISCHES / GIVET",
        "short": "08S101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003875",
        "label": "08E102",
        "long": "LANDRICHAMPS / FROMELENNES",
        "short": "08E102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003876",
        "label": "08S103",
        "long": "CHOOZ / GIVET",
        "short": "08S103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004350",
        "label": "08S104",
        "long": "HIERGES / VIREUX-WALLERAND",
        "short": "08S104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004353",
        "label": "08S105",
        "long": "LANDRICHAMPS / GIVET",
        "short": "08S105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004356",
        "label": "08E106",
        "long": "HAM-SUR-MEUSE / AUBRIVES",
        "short": "08E106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004360",
        "label": "08S107",
        "long": "RANCENNES / GIVET",
        "short": "08S107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004362",
        "label": "08S109",
        "long": "RENWEZ / RIMOGNE",
        "short": "08S109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004369",
        "label": "08S110",
        "long": "MONTCORNET / RIMOGNE",
        "short": "08S110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004370",
        "label": "08E111",
        "long": "SORMONNE / HARCY",
        "short": "08E111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004375",
        "label": "08S112",
        "long": "REMILLY-LES-POTHEES / RIMOGNE",
        "short": "08S112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004379",
        "label": "08E113",
        "long": "MONTCORNET / CLIRON",
        "short": "08E113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004380",
        "label": "08S116",
        "long": "BLOMBAY / RIMOGNE",
        "short": "08S116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004397",
        "label": "08S117",
        "long": "CLIRON / RIMOGNE",
        "short": "08S117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004488",
        "label": "08S118",
        "long": "MURTIN-ET-BOGNY / RIMOGNE",
        "short": "08S118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004489",
        "label": "08E201",
        "long": "BOSSUS LES RUMIGNY / RUMIGNY",
        "short": "08E201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004490",
        "label": "08S202",
        "long": "MARBY / LIART",
        "short": "08S202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004491",
        "label": "08E203",
        "long": "VAUX-VILLAINE / ROUVROY-SUR-AUDRY",
        "short": "08E203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004492",
        "label": "08S204",
        "long": "BOSSUS-LES-RUMIGNY / LIART",
        "short": "08S204",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004493",
        "label": "08E205",
        "long": "CERNION / AUBIGNY-LES-POTHEES",
        "short": "08E205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004494",
        "label": "08E206",
        "long": "L ECHELLE / ROUVROY-SUR-AUDRY",
        "short": "08E206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004495",
        "label": "08S207",
        "long": "LA FEREE / LIART",
        "short": "08S207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004496",
        "label": "08S208",
        "long": "ROUVROY-SUR-AUDRY / LIART",
        "short": "08S208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004508",
        "label": "08S401",
        "long": "TAGNON / JUNIVILLE",
        "short": "08S401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004509",
        "label": "08E402",
        "long": "PERTHES / TAGNON",
        "short": "08E402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004510",
        "label": "08S403",
        "long": "NEUFLIZE / JUNIVILLE",
        "short": "08S403",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004511",
        "label": "08S404",
        "long": "ST-REMY-LE-PETIT / JUNIVILLE",
        "short": "08S404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004512",
        "label": "08E405",
        "long": "ALINCOURT / NEUFLIZE",
        "short": "08E405",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004513",
        "label": "08S406",
        "long": "MENIL-LEPINOIS / JUNIVILLE",
        "short": "08S406",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004514",
        "label": "08S407",
        "long": "MENIL-ANNELLES / JUNIVILLE",
        "short": "08S407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004515",
        "label": "08E408",
        "long": "MENIL-LEPINOIS / NEUFLIZE",
        "short": "08E408",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004516",
        "label": "08S601",
        "long": "CARIGNAN / SEDAN",
        "short": "08S601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004517",
        "label": "08E602",
        "long": "SACHY / CARIGNAN",
        "short": "08E602",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004518",
        "label": "08S603",
        "long": "AUFLANCE / SEDAN",
        "short": "08S603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004528",
        "label": "08E604",
        "long": "TREMBLOIS-LES-CARIGNAN / MATTON-PURE",
        "short": "08E604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004548",
        "label": "08S605",
        "long": "MARGNY / SEDAN",
        "short": "08S605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004549",
        "label": "08E606",
        "long": "VAUX-LES-MOUZON / CARIGNAN",
        "short": "08E606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004550",
        "label": "08S607",
        "long": "BEAUMONT-EN-ARGONNE / SEDAN",
        "short": "08S607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004551",
        "label": "08S608",
        "long": "BAZEILLES / HERBEUVAL",
        "short": "08S608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004552",
        "label": "08S609",
        "long": "MARGUT / SEDAN",
        "short": "08S609",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004553",
        "label": "08E610",
        "long": "MARGNY / MARGUT",
        "short": "08E610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004554",
        "label": "08S611",
        "long": "BEAUMONT-EN-ARGONNE / RAUCOURT-ET-FLABA",
        "short": "08S611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004555",
        "label": "08S612",
        "long": "VAUX-LES-MOUZON / SEDAN",
        "short": "08S612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004556",
        "label": "08E613",
        "long": "YONCQ / MOUZON",
        "short": "08E613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004557",
        "label": "08S614",
        "long": "CARIGNAN / STENAY",
        "short": "08S614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004558",
        "label": "08E615",
        "long": "AMBLIMONT / MOUZON",
        "short": "08E615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004559",
        "label": "08S616",
        "long": "SIGNY-MONTLIBERT / CARIGNAN",
        "short": "08S616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004560",
        "label": "08E617",
        "long": "SIGNY-MONTLIBERT / MARGUT",
        "short": "08E617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004561",
        "label": "08S618",
        "long": "BIEVRES / CARIGNAN",
        "short": "08S618",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004562",
        "label": "08S619",
        "long": "MARGNY / CARIGNAN",
        "short": "08S619",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004568",
        "label": "08E620",
        "long": "LINAY / MARGUT",
        "short": "08E620",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004569",
        "label": "08S621",
        "long": "SACHY / CARIGNAN",
        "short": "08S621",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004570",
        "label": "08E622",
        "long": "PUILLY-ET-CHARBEAUX / MARGUT",
        "short": "08E622",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004571",
        "label": "08S624",
        "long": "VAUX-LES-MOUZON / CARIGNAN",
        "short": "08S624",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004572",
        "label": "08S625",
        "long": "MOUZON / RAUCOURT-ET-FLABA",
        "short": "08S625",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004573",
        "label": "08S626",
        "long": "MATTON-ET-CLEMENCY / CARIGNAN",
        "short": "08S626",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004574",
        "label": "08S301",
        "long": "LE CHATELET-SUR-RETOURNE / RETHEL",
        "short": "08S301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004575",
        "label": "08E302",
        "long": "AUBONCOURT-VAUZELLES / COUCY-LUCQUY",
        "short": "08E302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004576",
        "label": "08S303",
        "long": "NOVY-CHEVRIERES / RETHEL",
        "short": "08S303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004577",
        "label": "08S304",
        "long": "RETHEL",
        "short": "08S304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004578",
        "label": "08E305",
        "long": "FAISSAULT / SAULCES-MONCLIN",
        "short": "08E305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004579",
        "label": "08S306",
        "long": "AMAGNE / SAULT-LES-RETHEL",
        "short": "08S306",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004580",
        "label": "08E307",
        "long": "DOUX / RETHEL",
        "short": "08E307",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004588",
        "label": "08S308",
        "long": "LUCQUY / RETHEL",
        "short": "08S308",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004589",
        "label": "08S309",
        "long": "MENIL-LEPINOIS / RETHEL",
        "short": "08S309",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004590",
        "label": "08E310",
        "long": "SEUIL / SAULT-LES-RETHEL",
        "short": "08E310",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004591",
        "label": "08S311",
        "long": "DOMMERY / RETHEL",
        "short": "08S311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004592",
        "label": "08E312",
        "long": "SERY / WASIGNY",
        "short": "08E312",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004593",
        "label": "08S313",
        "long": "GRANDCHAMP / RETHEL",
        "short": "08S313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004594",
        "label": "08E314",
        "long": "SORCY-BAUTHEMONT / AMAGNE",
        "short": "08E314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004595",
        "label": "08S315",
        "long": "MESMONT / RETHEL",
        "short": "08S315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004608",
        "label": "08S316",
        "long": "ALLAND-HUY-ET-SAUSSEUIL / RETHEL",
        "short": "08S316",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004609",
        "label": "08E317",
        "long": "WIGNICOURT / SAULCES-MONCLIN",
        "short": "08E317",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004610",
        "label": "08S318",
        "long": "NOVION-PORCIEN / RETHEL",
        "short": "08S318",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004611",
        "label": "08S319",
        "long": "FAUX / SAULT-LES-RETHEL",
        "short": "08S319",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004628",
        "label": "08S320",
        "long": "WIGNICOURT / RETHEL",
        "short": "08S320",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004629",
        "label": "08S321",
        "long": "WIGNICOURT / RETHEL",
        "short": "08S321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004630",
        "label": "08E322",
        "long": "GRANDCHAMP / WASIGNY",
        "short": "08E322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004631",
        "label": "08S323",
        "long": "L-ECHELLE / RETHEL",
        "short": "08S323",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004632",
        "label": "08S501",
        "long": "BELLEVILLE-ET-CHATILLON / VOUZIERS",
        "short": "08S501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004648",
        "label": "08E502",
        "long": "TERRON-SUR-AISNE / VOUZIERS",
        "short": "08E502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004668",
        "label": "08S503",
        "long": "HAUVINE / VOUZIERS",
        "short": "08S503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004669",
        "label": "08E504",
        "long": "CONTREUVE / VOUZIERS",
        "short": "08E504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004670",
        "label": "08S505",
        "long": "CAUROY / VOUZIERS",
        "short": "08S505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004671",
        "label": "08E506",
        "long": "GRIVY-LOISY / VOUZIERS",
        "short": "08E506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004672",
        "label": "08S507",
        "long": "LIRY / VOUZIERS",
        "short": "08S507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004674",
        "label": "08E508",
        "long": "OLIZY-PRIMAT / GRANDPRE",
        "short": "08E508",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004675",
        "label": "08S509",
        "long": "APREMONT / VOUZIERS",
        "short": "08S509",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004676",
        "label": "08E510",
        "long": "LONGWE / VOUZIERS",
        "short": "08E510",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004677",
        "label": "08S511",
        "long": "ECORDAL / VOUZIERS",
        "short": "08S511",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004678",
        "label": "08E512",
        "long": "SECHAULT / MONTHOIS",
        "short": "08E512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004679",
        "label": "08E513",
        "long": "CHALLERANGE / MONTHOIS",
        "short": "08E513",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004680",
        "label": "08E514",
        "long": "SUGNY / MONTHOIS",
        "short": "08E514",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004681",
        "label": "08S515",
        "long": "SEMIDE / ATTIGNY",
        "short": "08S515",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004682",
        "label": "08S516",
        "long": "AUTRY / VOUZIERS",
        "short": "08S516",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004683",
        "label": "08S517",
        "long": "DRICOURT / ATTIGNY",
        "short": "08S517",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004684",
        "label": "08S518",
        "long": "GRANDHAM / GRANDPRE",
        "short": "08S518",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004685",
        "label": "08S519",
        "long": "BOUCONVILLE / GRANDPRE",
        "short": "08S519",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004686",
        "label": "08S520",
        "long": "APREMONT / GRANDPRE",
        "short": "08S520",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004687",
        "label": "08S521",
        "long": "BOUCONVILLE / VOUZIERS",
        "short": "08S521",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004688",
        "label": "08E522",
        "long": "SAVIGNY-SUR-AISNE / VOUZIERS",
        "short": "08E522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004769",
        "label": "08S700",
        "long": "LE THOUR / ASFELD",
        "short": "08S700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004770",
        "label": "08S701",
        "long": "ST-GERMAINMONT / ASFELD",
        "short": "08S701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004771",
        "label": "08S702",
        "long": "SAULT-ST-REMY / ASFELD",
        "short": "08S702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004772",
        "label": "08S703",
        "long": "HOUDILCOURT / ASFELD",
        "short": "08S703",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004773",
        "label": "08E704",
        "long": "JUZANCOURT / ASFELD",
        "short": "08E704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004785",
        "label": "08E705",
        "long": "BRIENNE-SUR-AISNE / POILCOURT-SYDNEY",
        "short": "08E705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004787",
        "label": "08E707",
        "long": "VILLERS-DVT-LE-THOUR / ST-GERMAINMONT",
        "short": "08E707",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004790",
        "label": "08S720",
        "long": "CHAGNY / ATTIGNY",
        "short": "08S720",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004794",
        "label": "08S721",
        "long": "GIVRY / ATTIGNY",
        "short": "08S721",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004797",
        "label": "08S722",
        "long": "SAULCES-CHAMPENOISES / ATTIGNY",
        "short": "08S722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004798",
        "label": "08S723",
        "long": "COULOMMES-ET-MARQUENY / ATTIGNY",
        "short": "08S723",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004802",
        "label": "08S724",
        "long": "ALLAND-HUY-ET-SAUSSEUIL / ATTIGNY",
        "short": "08S724",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004817",
        "label": "08S725",
        "long": "ST-LOUP-TERRIER / ATTIGNY",
        "short": "08S725",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004821",
        "label": "08S727",
        "long": "VOUZIERS / CHARLEVILLE-MEZIERES",
        "short": "08S727",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004830",
        "label": "08E728",
        "long": "ECORDAL / TOURTERON",
        "short": "08E728",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004831",
        "label": "08E729",
        "long": "ST-LOUP-TERRIER / ECORDAL",
        "short": "08E729",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004848",
        "label": "08E740",
        "long": "ANTHENY / AUVILLERS-LES-FORGES",
        "short": "08E740",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004852",
        "label": "08S742",
        "long": "ETEIGNIERES / SIGNY-LE-PETIT",
        "short": "08S742",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004868",
        "label": "08S743",
        "long": "LA NEUVILLE-AUX-JOUTES / SIGNY-LE-PETIT",
        "short": "08S743",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004869",
        "label": "08S741",
        "long": "GIRONDELLE / SIGNY-LE-PETIT",
        "short": "08S741",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004870",
        "label": "08S744",
        "long": "ESTREBAY / SIGNY-LE-PETIT",
        "short": "08S744",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004871",
        "label": "08S745",
        "long": "ETEIGNIERES / HIRSON",
        "short": "08S745",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004872",
        "label": "08S746",
        "long": "SIGNY-LE-PETIT / CHARLEVILLE-MEZIERES",
        "short": "08S746",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004874",
        "label": "08E760",
        "long": "GIRONDELLE / MAUBERT-FONTAINE",
        "short": "08E760",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004888",
        "label": "08S770",
        "long": "GUE D HOSSUS / CHARLEVILLE-MEZIERES",
        "short": "08S770",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004889",
        "label": "08S771",
        "long": "REGNIOWEZ / REVIN",
        "short": "08S771",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004890",
        "label": "08S772",
        "long": "ROCROI / REVIN",
        "short": "08S772",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004891",
        "label": "08S773",
        "long": "REGNIOWEZ / ROCROI",
        "short": "08S773",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004892",
        "label": "08S774",
        "long": "BOURG-FIDELE / ROCROI",
        "short": "08S774",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004893",
        "label": "08S775",
        "long": "MAUBERT-FONTAINE / ROCROI",
        "short": "08S775",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004894",
        "label": "08E776",
        "long": "TAILLETTE / ROCROI",
        "short": "08E776",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004929",
        "label": "08E790",
        "long": "HAGNICOURT / POIX-TERRON",
        "short": "08E790",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004930",
        "label": "08E791",
        "long": "YVERNAUMONT / POIX-TERRON",
        "short": "08E791",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004931",
        "label": "08E792",
        "long": "JANDUN / LAUNOIS / VIEL-ST-REMY",
        "short": "08E792",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004948",
        "label": "08S793",
        "long": "VILLERS-LE-TILLEUL / VRIGNE AUX BOIS",
        "short": "08S793",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004949",
        "label": "08S796",
        "long": "LA HORGNE / GUIGNICOURT-SUR-VENCE",
        "short": "08S796",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004950",
        "label": "08S810",
        "long": "BOSSUS-RUMIGNY / CHARLEVILLE-MEZIERES",
        "short": "08S810",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004951",
        "label": "08E820",
        "long": "FAGNON / NEUVILLE-LES-THIS",
        "short": "08E820",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004952",
        "label": "08E821",
        "long": "BELVAL / TOURNES",
        "short": "08E821",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004953",
        "label": "08E822",
        "long": "EVIGNY / PRIX-LES-MEZIERES",
        "short": "08E822",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004954",
        "label": "08E823",
        "long": "ST-MARCEL / THIN-LE-MOUTIER",
        "short": "08E823",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004955",
        "label": "08E824",
        "long": "ST-MARCEAU / BOULZICOURT",
        "short": "08E824",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004957",
        "label": "08S825",
        "long": "CHAMPIGNEUL-VENCE / CHARLEVILLE-MEZIERES",
        "short": "08S825",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004958",
        "label": "08S826",
        "long": "SAULCES-MONCLIN / CHARLEVILLE-MEZIERES",
        "short": "08S826",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004968",
        "label": "08S827",
        "long": "LES MAZURES / CHARLEVILLE-MEZIERES",
        "short": "08S827",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004969",
        "label": "08S828",
        "long": "GRUYERES / CHARLEVILLE-MEZIERES",
        "short": "08S828",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004970",
        "label": "08S829",
        "long": "EVIGNY / CHARLEVILLE-MEZIERES",
        "short": "08S829",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004972",
        "label": "08S832",
        "long": "MAZERNY / VILLERS-SEMEUSE",
        "short": "08S832",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004973",
        "label": "08S833",
        "long": "CHAMPIGNEUL-SUR-VENCE / VILLERS-SEMEUSE",
        "short": "08S833",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004975",
        "label": "08E850",
        "long": "DRICOURT / MACHAULT",
        "short": "08E850",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004976",
        "label": "08E851",
        "long": "CHARDENY / MACHAULT",
        "short": "08E851",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004977",
        "label": "08E852",
        "long": "SEMIDE / MACHAULT",
        "short": "08E852",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004978",
        "label": "08E853",
        "long": "HAUVINE / MACHAULT",
        "short": "08E853",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004979",
        "label": "08S854",
        "long": "LES GRANDES-ARMOISES / VOUZIERS",
        "short": "08S854",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004980",
        "label": "08S855",
        "long": "JONVAL / VOUZIERS",
        "short": "08S855",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004981",
        "label": "08S856",
        "long": "LOUVERGNY / VOUZIERS",
        "short": "08S856",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004988",
        "label": "08S857",
        "long": "ST-PIERREMONT / VOUZIERS",
        "short": "08S857",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005008",
        "label": "08S858",
        "long": "VAUX-CHAMPAGNE / VOUZIERS",
        "short": "08S858",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005009",
        "label": "08E872",
        "long": "NOIRVAL / BRIEULLES-SUR-BAR",
        "short": "08E872",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005028",
        "label": "08E873",
        "long": "LES PETITES-ARMOISES / BRIEULLES-SUR-BAR",
        "short": "08E873",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005030",
        "label": "08S875",
        "long": "VOUZIERS / SEDAN",
        "short": "08S875",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005031",
        "label": "08E880",
        "long": "ANGECOURT / RAUCOURT-ET-FLABA",
        "short": "08E880",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005033",
        "label": "08E882",
        "long": "BREVILLY / POURU-ST-REMY",
        "short": "08E882",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005034",
        "label": "08E883",
        "long": "STONNE / CHEMERY-CHEHERY",
        "short": "08E883",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005035",
        "label": "08E884",
        "long": "LA NEUVILLE-A-MAIRE / CHEMERY-CHEHERY",
        "short": "08E884",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005037",
        "label": "08E898",
        "long": "ARTAISE-LE-VIVIER / CHEMERY-CHEHERY",
        "short": "08E898",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005038",
        "label": "08E885",
        "long": "SAILLY / BLAGNY",
        "short": "08E885",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005040",
        "label": "08S887",
        "long": "ESCOMBRES-ET-LE-CHESNOIS / DOUZY",
        "short": "08S887",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005041",
        "label": "08S888",
        "long": "VILLERS-CERNAY / DOUZY",
        "short": "08S888",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005048",
        "label": "08S889",
        "long": "BAZEILLES / DOUZY",
        "short": "08S889",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005049",
        "label": "08S890",
        "long": "LA NEUVILLE-A-MAIRE / SEDAN",
        "short": "08S890",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005050",
        "label": "08S891",
        "long": "MOUZON / SEDAN",
        "short": "08S891",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005051",
        "label": "08S892",
        "long": "RAUCOURT-ET-FLABA / SEDAN",
        "short": "08S892",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005052",
        "label": "08S893",
        "long": "MOUZON / RAUCOURT-ET-FLABA",
        "short": "08S893",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005088",
        "label": "08S894",
        "long": "VAUX-EN-DIEULET / RAUCOURT-ET-FLABA",
        "short": "08S894",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005089",
        "label": "08S895",
        "long": "OMONT / RAUCOURT-ET-FLABA",
        "short": "08S895",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005090",
        "label": "08S896",
        "long": "CHEMERY-CHEHERY / RAUCOURT-ET-FLABA",
        "short": "08S896",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005091",
        "label": "08E910",
        "long": "CORNY-MACHEROMENIL / NOVION-PORCIEN",
        "short": "08E910",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005092",
        "label": "08E911",
        "long": "BERTONCOURT / RETHEL",
        "short": "08E911",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005093",
        "label": "08E912",
        "long": "ECLY / CHATEAU-PORCIEN",
        "short": "08E912",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005094",
        "label": "08E913",
        "long": "TAIZY / CHATEAU-PORCIEN",
        "short": "08E913",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005097",
        "label": "08S914",
        "long": "ROCQUIGNY / RETHEL",
        "short": "08S914",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005099",
        "label": "08S915",
        "long": "HANNOGNE-ST-REMY / RETHEL",
        "short": "08S915",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005100",
        "label": "08S916",
        "long": "RETHEL",
        "short": "08S916",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005101",
        "label": "08S917",
        "long": "VILLERS-DVT-LE-THOUR / RETHEL",
        "short": "08S917",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005128",
        "label": "08S918",
        "long": "BRIENNE-SUR-AISNE / RETHEL",
        "short": "08S918",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005129",
        "label": "08S919",
        "long": "DOUMELY-BEGNY / RETHEL",
        "short": "08S919",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005130",
        "label": "08S920",
        "long": "CHAUMONT-PORCIEN / RETHEL",
        "short": "08S920",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005131",
        "label": "08S921",
        "long": "LE THOUR / RETHEL",
        "short": "08S921",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005132",
        "label": "08S922",
        "long": "ASFELD / RETHEL",
        "short": "08S922",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005133",
        "label": "08S923",
        "long": "AVANCON / RETHEL",
        "short": "08S923",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005134",
        "label": "08S924",
        "long": "VILLERS-LE-TOURNEUR / POIX-TERRON",
        "short": "08S924",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005135",
        "label": "08S925",
        "long": "SON / CHATEAU-PORCIEN",
        "short": "08S925",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005136",
        "label": "08S926",
        "long": "ST-GERMAINMONT / CHATEAU-PORCIEN",
        "short": "08S926",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005137",
        "label": "08S927",
        "long": "ST-LOUP-EN-CHAMPAGNE / CHATEAU-PORCIEN",
        "short": "08S927",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005138",
        "label": "08S928",
        "long": "SERAINCOURT / CHATEAU-PORCIEN",
        "short": "08S928",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005139",
        "label": "08S929",
        "long": "SAULT-LES-RETHEL / NANTEUIL-SUR-AISNE",
        "short": "08S929",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005149",
        "label": "08E941",
        "long": "ANCHAMPS / REVIN",
        "short": "08E941",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005150",
        "label": "08E942",
        "long": "FEPIN / FUMAY",
        "short": "08E942",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005151",
        "label": "08S943",
        "long": "GIVET / FUMAY",
        "short": "08S943",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005153",
        "label": "08S945",
        "long": "HARGNIES / FUMAY",
        "short": "08S945",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005155",
        "label": "08S947",
        "long": "RENWEZ / REVIN",
        "short": "08S947",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005156",
        "label": "08S948",
        "long": "REVIN",
        "short": "08S948",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005169",
        "label": "08S960",
        "long": "DRAIZE / SIGNY L ABBAYE",
        "short": "08S960",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005170",
        "label": "08S961",
        "long": "WAGNON / SIGNY L ABBAYE",
        "short": "08S961",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005171",
        "label": "08S962",
        "long": "VAUX-VILLAINE / SIGNY L ABBAYE",
        "short": "08S962",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005172",
        "label": "08S963",
        "long": "HAGNICOURT / SIGNY L ABBAYE",
        "short": "08S963",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005173",
        "label": "08S964",
        "long": "VIEL-ST-REMY",
        "short": "08S964",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005174",
        "label": "08S965",
        "long": "TOULIGNY / SIGNY L ABBAYE",
        "short": "08S965",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005176",
        "label": "08S967",
        "long": "FRAILLICOURT / SIGNY L ABBAYE",
        "short": "08S967",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005188",
        "label": "08S969",
        "long": "ROCQUIGNY / SIGNY L ABBAYE",
        "short": "08S969",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005189",
        "label": "08S970",
        "long": "ST-MARCEL / SIGNY L ABBAYE",
        "short": "08S970",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005190",
        "label": "08S971",
        "long": "SIGNY L ABBAYE / CHARLEVILLE-MEZIERES",
        "short": "08S971",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005191",
        "label": "08E980",
        "long": "RENNEVILLE / CHAUMONT-PORCIEN",
        "short": "08E980",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005193",
        "label": "08E982",
        "long": "REMAUCOURT / CHAUMONT-PORCIEN",
        "short": "08E982",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005194",
        "label": "08E983",
        "long": "BANOGNE-RECOUVRANCE / HANNOGNE-ST-REMY",
        "short": "08E983",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005195",
        "label": "08E984",
        "long": "SERAINCOURT / HANNOGNE-ST-REMY",
        "short": "08E984",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005196",
        "label": "08S987",
        "long": "ROCQUIGNY / ROZOY-SUR-SERRE",
        "short": "08S987",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005197",
        "label": "08E991",
        "long": "HAULME / THILAY",
        "short": "08E991",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005209",
        "label": "08E985",
        "long": "MAINBRESSON / ROCQUIGNY",
        "short": "08E985",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005210",
        "label": "08E992",
        "long": "LAIFOUR / DEVILLE",
        "short": "08E992",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005212",
        "label": "08S994",
        "long": "LES HAUTES-RIVIERES / MONTHERME",
        "short": "08S994",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005213",
        "label": "08S995",
        "long": "SORENDAL / MONTHERME",
        "short": "08S995",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005214",
        "label": "08S996",
        "long": "DEVILLE / MONTHERME",
        "short": "08S996",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005217",
        "label": "08S999",
        "long": "LES HAUTES-RIVIERES / MONTHERME",
        "short": "08S999",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005228",
        "label": "08S1000",
        "long": "BOGNY-SUR-MEUSE",
        "short": "08S1000",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005491",
        "label": "08E870",
        "long": "CHAGNY / LE CHESNE",
        "short": "08E870",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005492",
        "label": "08E871",
        "long": "MARQUIGNY / LE CHESNE",
        "short": "08E871",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007432",
        "label": "08S933",
        "long": "BIGNICOURT / RETHEL",
        "short": "08S933",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007571",
        "label": "08E937",
        "long": "AVANCON / TAGNON",
        "short": "08E937",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007572",
        "label": "08E934",
        "long": "ST-LOUP-EN-CHAMPAGNE / TAGNON",
        "short": "08E934",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007691",
        "label": "08S936",
        "long": "SAULCES-MONCLIN / SAULT-LES-RETHEL",
        "short": "08S936",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007951",
        "label": "08E1106",
        "long": "LEPRON-LES-VALLEES / ROUVROY-SUR-AUDRY",
        "short": "08E1106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008432",
        "label": "08S748",
        "long": "SIGNY-LE-PETIT / MAUBERT-FONTAINE",
        "short": "08S748",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008433",
        "label": "08S749",
        "long": "CHARLEVILLE-MEZIERES / MAUBERT-FONTAINE",
        "short": "08S749",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008804",
        "label": "08E709",
        "long": "BLANZY-LA-SALONNAISE / ASFELD",
        "short": "08E709",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008805",
        "label": "08E710",
        "long": "VIEUX-LES-ASFELD / POILCOURT-SYDNEY",
        "short": "08E710",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008806",
        "label": "08E711",
        "long": "L ECAILLE / POILCOURT-SYDNEY",
        "short": "08E711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008807",
        "label": "08E712",
        "long": "VILLERS-DVT-LE-THOUR / ST-GERMAINMONT",
        "short": "08E712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009164",
        "label": "08S860",
        "long": "ST-PIERREMONT / VOUZIERS",
        "short": "08S860",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009286",
        "label": "08S886",
        "long": "LA MONCELLE / DOUZY",
        "short": "08S886",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009287",
        "label": "08R001",
        "long": "VOUZIERS / REIMS",
        "short": "08R001",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009288",
        "label": "08R004",
        "long": "ROCROI / CHARLEVILLE-MEZIERES",
        "short": "08R004",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009297",
        "label": "08R007",
        "long": "RAUCOURT / SEDAN",
        "short": "08R007",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009308",
        "label": "08R008",
        "long": "SIGNY L ABBAYE / CHARLEVILLE-MEZIERES",
        "short": "08R008",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009311",
        "label": "08R023",
        "long": "SIGNY LE PETIT / CHARLEVILLE-MEZIERES",
        "short": "08R023",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009323",
        "label": "08R027",
        "long": "HANNAPPES / CHARLEVILLE-MEZIERES",
        "short": "08R027",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009806",
        "label": "08S750",
        "long": "TREMBLOIS-LES-ROCROI / CHARLEVILLE-MEZIERES",
        "short": "08S750",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009807",
        "label": "08E751",
        "long": "AUVILLERS-LES-FORGES / Mon Id\u00e9e ETEIGNIERES",
        "short": "08E751",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009808",
        "label": "08S899",
        "long": "DOUZY / SEDAN",
        "short": "08S899",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009969",
        "label": "08R002",
        "long": "REVIN / CHARLEVILLE-MEZIERES",
        "short": "08R002",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009989",
        "label": "08R013",
        "long": "CHARLEVILLE-MEZIERES / LES HAUTES RIVIERES",
        "short": "08R013",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009990",
        "label": "08R071",
        "long": "TAD / BUZANCY / RETHEL",
        "short": "08R071",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009991",
        "label": "08R072",
        "long": "TAD / ROCQUIGNY / RETHEL",
        "short": "08R072",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009992",
        "label": "08R073",
        "long": "TAD / SIGNY L-ABBAYE / RETHEL",
        "short": "08R073",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009993",
        "label": "08R075",
        "long": "TAD / ROCROI / REVIN",
        "short": "08R075",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009994",
        "label": "08R074",
        "long": "TAD / LAUNOIS SUR VENCE / CHARLEVILLE-MEZIERES",
        "short": "08R074",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010652",
        "label": "08E951",
        "long": "BAR LES BUZANCY / BUZANCY",
        "short": "08E951",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010653",
        "label": "08E952",
        "long": "BRIQUENAY / BUZANCY",
        "short": "08E952",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010654",
        "label": "08E953",
        "long": "LANDRES ET ST GEORGES / BUZANCY",
        "short": "08E953",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010732",
        "label": "08E954",
        "long": "BEFFU LE MORTHOMME / GRANDPRE",
        "short": "08E954",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010733",
        "label": "08S955",
        "long": "FOSSE / GRANDPRE",
        "short": "08S955",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010734",
        "label": "08S956",
        "long": "BOULT AUX BOIS / GRANDPRE",
        "short": "08S956",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010735",
        "label": "08S957",
        "long": "AUTHE / GRANDPRE",
        "short": "08S957",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1411,
    "stop_points_capped": false
  },
  "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-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1411,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1411 of 1411 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": 830,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "830 of 830 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
