{
  "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_applicable_trips": 829,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 94.8,
        "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": 829,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 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": 829,
          "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": "829 of 829 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": 73,
          "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 73 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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "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 to link entrances, platforms, and elevators. Give each one a level.",
          "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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 167,
          "WARNING": 4275
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1801,
          "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": 1055,
          "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": 142,
          "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": "big_gap_in_service",
          "count": 167,
          "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": 41.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 4442 instances (0 error, 4275 warning, 167 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 297,
        "effective_expiry_date": "2027-06-30",
        "feed_end_date": "2027-06-30",
        "feed_start_date": "2026-09-01",
        "feed_version": "20260901",
        "has_feed_info": true,
        "last_service_date": "2027-06-30",
        "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 297 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 official feed URL on file."
    ],
    "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 297 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by Fluo Grand Est (R\u00e9gion Grand Est) through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "4944c5fdd85430f8a6c145715f74cc3e7137e83f694e14bb38a594c91efa4d90",
    "size_bytes": 5853322,
    "source_provenance": "official",
    "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-09-06T00: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": 829,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 265,
    "trip_count": 829
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 54.4,
    "margin_to_next_band": 5.6,
    "score": 54.4
  },
  "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": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose 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 if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 710,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 829
  },
  "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": "1001",
        "long": "FOISCHES / GIVET",
        "short": "1001",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003875",
        "label": "1501",
        "long": "LANDRICHAMPS / FROMELENNES",
        "short": "1501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1003876",
        "label": "1011",
        "long": "CHOOZ / GIVET",
        "short": "1011",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004350",
        "label": "1041",
        "long": "HIERGES / VIREUX-WALLERAND",
        "short": "1041",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004353",
        "label": "1021",
        "long": "LANDRICHAMPS / GIVET",
        "short": "1021",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004356",
        "label": "1511",
        "long": "HAM-SUR-MEUSE / AUBRIVES",
        "short": "1511",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004360",
        "label": "1031",
        "long": "RANCENNES / GIVET",
        "short": "1031",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004362",
        "label": "1051",
        "long": "RENWEZ / RIMOGNE",
        "short": "1051",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004369",
        "label": "1061",
        "long": "MONTCORNET / RIMOGNE",
        "short": "1061",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004370",
        "label": "1521",
        "long": "SORMONNE / HARCY",
        "short": "1521",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004375",
        "label": "1071",
        "long": "REMILLY-LES-POTHEES / RIMOGNE",
        "short": "1071",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004379",
        "label": "1531",
        "long": "MONTCORNET / CLIRON",
        "short": "1531",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004380",
        "label": "1081",
        "long": "BLOMBAY / RIMOGNE",
        "short": "1081",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004397",
        "label": "1091",
        "long": "CLIRON / RIMOGNE",
        "short": "1091",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004488",
        "label": "1101",
        "long": "MURTIN-ET-BOGNY / RIMOGNE",
        "short": "1101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004489",
        "label": "1541",
        "long": "BOSSUS LES RUMIGNY / RUMIGNY",
        "short": "1541",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004490",
        "label": "1111",
        "long": "MARBY / LIART",
        "short": "1111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004491",
        "label": "1551",
        "long": "VAUX-VILLAINE / ROUVROY-SUR-AUDRY",
        "short": "1551",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004492",
        "label": "1121",
        "long": "BOSSUS-LES-RUMIGNY / LIART",
        "short": "1121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004493",
        "label": "1581",
        "long": "CERNION / AUBIGNY-LES-POTHEES",
        "short": "1581",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004494",
        "label": "1571",
        "long": "L ECHELLE / ROUVROY-SUR-AUDRY",
        "short": "1571",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004495",
        "label": "1131",
        "long": "LA FEREE / LIART",
        "short": "1131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004496",
        "label": "1141",
        "long": "ROUVROY-SUR-AUDRY / LIART",
        "short": "1141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004508",
        "label": "1247",
        "long": "TAGNON / JUNIVILLE",
        "short": "1247",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004509",
        "label": "1637",
        "long": "PERTHES / TAGNON",
        "short": "1637",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004510",
        "label": "1257",
        "long": "NEUFLIZE / JUNIVILLE",
        "short": "1257",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004511",
        "label": "1267",
        "long": "ST-REMY-LE-PETIT / JUNIVILLE",
        "short": "1267",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004512",
        "label": "1647",
        "long": "ALINCOURT / NEUFLIZE",
        "short": "1647",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004513",
        "label": "1277",
        "long": "MENIL-LEPINOIS / JUNIVILLE",
        "short": "1277",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004514",
        "label": "1287",
        "long": "MENIL-ANNELLES / JUNIVILLE",
        "short": "1287",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004515",
        "label": "1657",
        "long": "MENIL-LEPINOIS / NEUFLIZE",
        "short": "1657",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004516",
        "label": "1002",
        "long": "CARIGNAN / SEDAN",
        "short": "1002",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004517",
        "label": "1502",
        "long": "SACHY / CARIGNAN",
        "short": "1502",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004518",
        "label": "1012",
        "long": "AUFLANCE / SEDAN",
        "short": "1012",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004528",
        "label": "1522",
        "long": "TREMBLOIS-LES-CARIGNAN / MATTON-PURE",
        "short": "1522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004548",
        "label": "1022",
        "long": "MARGNY / SEDAN",
        "short": "1022",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004549",
        "label": "1512",
        "long": "VAUX-LES-MOUZON / CARIGNAN",
        "short": "1512",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004550",
        "label": "1032",
        "long": "BEAUMONT-EN-ARGONNE / SEDAN",
        "short": "1032",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004551",
        "label": "1152",
        "long": "BAZEILLES / HERBEUVAL",
        "short": "1152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004552",
        "label": "1042",
        "long": "MARGUT / SEDAN",
        "short": "1042",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004553",
        "label": "1532",
        "long": "MARGNY / MARGUT",
        "short": "1532",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004554",
        "label": "1062",
        "long": "BEAUMONT-EN-ARGONNE / RAUCOURT-ET-FLABA",
        "short": "1062",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004555",
        "label": "1052",
        "long": "VAUX-LES-MOUZON / SEDAN",
        "short": "1052",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004556",
        "label": "1572",
        "long": "YONCQ / MOUZON",
        "short": "1572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004557",
        "label": "1142",
        "long": "CARIGNAN / STENAY",
        "short": "1142",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004558",
        "label": "1582",
        "long": "AMBLIMONT / MOUZON",
        "short": "1582",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004559",
        "label": "1082",
        "long": "SIGNY-MONTLIBERT / CARIGNAN",
        "short": "1082",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004560",
        "label": "1542",
        "long": "SIGNY-MONTLIBERT / MARGUT",
        "short": "1542",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004561",
        "label": "1092",
        "long": "BIEVRES / CARIGNAN",
        "short": "1092",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004562",
        "label": "1102",
        "long": "MARGNY / CARIGNAN",
        "short": "1102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004568",
        "label": "1552",
        "long": "LINAY / MARGUT",
        "short": "1552",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004569",
        "label": "1112",
        "long": "SACHY / CARIGNAN",
        "short": "1112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004570",
        "label": "1562",
        "long": "PUILLY-ET-CHARBEAUX / MARGUT",
        "short": "1562",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004571",
        "label": "1122",
        "long": "VAUX-LES-MOUZON / CARIGNAN",
        "short": "1122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004572",
        "label": "1072",
        "long": "MOUZON / RAUCOURT-ET-FLABA",
        "short": "1072",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004573",
        "label": "1132",
        "long": "MATTON-ET-CLEMENCY / CARIGNAN",
        "short": "1132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004574",
        "label": "1053",
        "long": "LE CHATELET-SUR-RETOURNE / RETHEL",
        "short": "1053",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004575",
        "label": "1523",
        "long": "AUBONCOURT-VAUZELLES / COUCY-LUCQUY",
        "short": "1523",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004576",
        "label": "1063",
        "long": "NOVY-CHEVRIERES / RETHEL",
        "short": "1063",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004577",
        "label": "1143",
        "long": "RETHEL",
        "short": "1143",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004578",
        "label": "1533",
        "long": "FAISSAULT / SAULCES-MONCLIN",
        "short": "1533",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004579",
        "label": "1013",
        "long": "AMAGNE / SAULT-LES-RETHEL",
        "short": "1013",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004580",
        "label": "1503",
        "long": "DOUX / RETHEL",
        "short": "1503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004588",
        "label": "1073",
        "long": "LUCQUY / RETHEL",
        "short": "1073",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004589",
        "label": "1083",
        "long": "MENIL-LEPINOIS / RETHEL",
        "short": "1083",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004590",
        "label": "1513",
        "long": "SEUIL / SAULT-LES-RETHEL",
        "short": "1513",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004591",
        "label": "1093",
        "long": "DOMMERY / RETHEL",
        "short": "1093",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004592",
        "label": "1553",
        "long": "SERY / WASIGNY",
        "short": "1553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004593",
        "label": "1103",
        "long": "GRANDCHAMP / RETHEL",
        "short": "1103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004594",
        "label": "1573",
        "long": "SORCY-BAUTHEMONT / AMAGNE",
        "short": "1573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004595",
        "label": "1113",
        "long": "MESMONT / RETHEL",
        "short": "1113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004608",
        "label": "1123",
        "long": "ALLAND-HUY-ET-SAUSSEUIL / RETHEL",
        "short": "1123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004609",
        "label": "1543",
        "long": "WIGNICOURT / SAULCES-MONCLIN",
        "short": "1543",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004610",
        "label": "1133",
        "long": "NOVION-PORCIEN / RETHEL",
        "short": "1133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "1004611",
        "label": "1003",
        "long": "FAUX / SAULT-LES-RETHEL",
        "short": "1003",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004628",
        "label": "1023",
        "long": "WIGNICOURT / RETHEL",
        "short": "1023",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004629",
        "label": "1033",
        "long": "WIGNICOURT / RETHEL",
        "short": "1033",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004630",
        "label": "1563",
        "long": "GRANDCHAMP / WASIGNY",
        "short": "1563",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004631",
        "label": "1043",
        "long": "L-ECHELLE / RETHEL",
        "short": "1043",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004632",
        "label": "1004",
        "long": "BELLEVILLE-ET-CHATILLON / VOUZIERS",
        "short": "1004",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004648",
        "label": "1504",
        "long": "TERRON-SUR-AISNE / VOUZIERS",
        "short": "1504",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004668",
        "label": "1014",
        "long": "HAUVINE / VOUZIERS",
        "short": "1014",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004669",
        "label": "1514",
        "long": "CONTREUVE / VOUZIERS",
        "short": "1514",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004670",
        "label": "1024",
        "long": "CAUROY / VOUZIERS",
        "short": "1024",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004671",
        "label": "1524",
        "long": "GRIVY-LOISY / VOUZIERS",
        "short": "1524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004672",
        "label": "1034",
        "long": "LIRY / VOUZIERS",
        "short": "1034",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004674",
        "label": "1584",
        "long": "OLIZY-PRIMAT / GRANDPRE",
        "short": "1584",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004675",
        "label": "1044",
        "long": "APREMONT / VOUZIERS",
        "short": "1044",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004676",
        "label": "1534",
        "long": "LONGWE / VOUZIERS",
        "short": "1534",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004677",
        "label": "1054",
        "long": "ECORDAL / VOUZIERS",
        "short": "1054",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004678",
        "label": "1554",
        "long": "SECHAULT / MONTHOIS",
        "short": "1554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004679",
        "label": "1564",
        "long": "CHALLERANGE / MONTHOIS",
        "short": "1564",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004680",
        "label": "1574",
        "long": "SUGNY / MONTHOIS",
        "short": "1574",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004681",
        "label": "1084",
        "long": "SEMIDE / ATTIGNY",
        "short": "1084",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004682",
        "label": "1074",
        "long": "AUTRY / VOUZIERS",
        "short": "1074",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004683",
        "label": "1094",
        "long": "DRICOURT / ATTIGNY",
        "short": "1094",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004684",
        "label": "1104",
        "long": "GRANDHAM / GRANDPRE",
        "short": "1104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004685",
        "label": "1114",
        "long": "BOUCONVILLE / GRANDPRE",
        "short": "1114",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004686",
        "label": "1124",
        "long": "APREMONT / GRANDPRE",
        "short": "1124",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004687",
        "label": "1064",
        "long": "BOUCONVILLE / VOUZIERS",
        "short": "1064",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004688",
        "label": "1544",
        "long": "SAVIGNY-SUR-AISNE / VOUZIERS",
        "short": "1544",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004769",
        "label": "1007",
        "long": "LE THOUR / ASFELD",
        "short": "1007",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004770",
        "label": "1017",
        "long": "ST-GERMAINMONT / ASFELD",
        "short": "1017",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004771",
        "label": "1027",
        "long": "SAULT-ST-REMY / ASFELD",
        "short": "1027",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004772",
        "label": "1037",
        "long": "HOUDILCOURT / ASFELD",
        "short": "1037",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004773",
        "label": "1547",
        "long": "JUZANCOURT / ASFELD",
        "short": "1547",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004785",
        "label": "1507",
        "long": "BRIENNE-SUR-AISNE / POILCOURT-SYDNEY",
        "short": "1507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004787",
        "label": "1557",
        "long": "VILLERS-DVT-LE-THOUR / ST-GERMAINMONT",
        "short": "1557",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004790",
        "label": "1006",
        "long": "CHAGNY / ATTIGNY",
        "short": "1006",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004794",
        "label": "1016",
        "long": "GIVRY / ATTIGNY",
        "short": "1016",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004797",
        "label": "1026",
        "long": "SAULCES-CHAMPENOISES / ATTIGNY",
        "short": "1026",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004798",
        "label": "1036",
        "long": "COULOMMES-ET-MARQUENY / ATTIGNY",
        "short": "1036",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004802",
        "label": "1046",
        "long": "ALLAND-HUY-ET-SAUSSEUIL / ATTIGNY",
        "short": "1046",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004817",
        "label": "1056",
        "long": "ST-LOUP-TERRIER / ATTIGNY",
        "short": "1056",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004821",
        "label": "1119",
        "long": "VOUZIERS / CHARLEVILLE-MEZIERES",
        "short": "1119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004830",
        "label": "1546",
        "long": "ECORDAL / TOURTERON",
        "short": "1546",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004831",
        "label": "1556",
        "long": "ST-LOUP-TERRIER / ECORDAL",
        "short": "1556",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004848",
        "label": "1505",
        "long": "ANTHENY / AUVILLERS-LES-FORGES",
        "short": "1505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004852",
        "label": "1245",
        "long": "ETEIGNIERES / SIGNY-LE-PETIT",
        "short": "1245",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004868",
        "label": "1255",
        "long": "LA NEUVILLE-AUX-JOUTES / SIGNY-LE-PETIT",
        "short": "1255",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004869",
        "label": "1235",
        "long": "GIRONDELLE / SIGNY-LE-PETIT",
        "short": "1235",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004870",
        "label": "1265",
        "long": "ESTREBAY / SIGNY-LE-PETIT",
        "short": "1265",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004871",
        "label": "1275",
        "long": "ETEIGNIERES / HIRSON",
        "short": "1275",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004872",
        "label": "1099",
        "long": "SIGNY-LE-PETIT / CHARLEVILLE-MEZIERES",
        "short": "1099",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004874",
        "label": "1585",
        "long": "GIRONDELLE / MAUBERT-FONTAINE",
        "short": "1585",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004888",
        "label": "1019",
        "long": "GUE D HOSSUS / CHARLEVILLE-MEZIERES",
        "short": "1019",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004889",
        "label": "1005",
        "long": "REGNIOWEZ / REVIN",
        "short": "1005",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004890",
        "label": "1015",
        "long": "ROCROI / REVIN",
        "short": "1015",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004891",
        "label": "1045",
        "long": "REGNIOWEZ / ROCROI",
        "short": "1045",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004892",
        "label": "1055",
        "long": "BOURG-FIDELE / ROCROI",
        "short": "1055",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004893",
        "label": "1065",
        "long": "MAUBERT-FONTAINE / ROCROI",
        "short": "1065",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004894",
        "label": "1565",
        "long": "TAILLETTE / ROCROI",
        "short": "1565",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004929",
        "label": "1509",
        "long": "HAGNICOURT / POIX-TERRON",
        "short": "1509",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004930",
        "label": "1519",
        "long": "YVERNAUMONT / POIX-TERRON",
        "short": "1519",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004931",
        "label": "1579",
        "long": "JANDUN / LAUNOIS / VIEL-ST-REMY",
        "short": "1579",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004948",
        "label": "1139",
        "long": "VILLERS-LE-TILLEUL / VRIGNE AUX BOIS",
        "short": "1139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004949",
        "label": "1009",
        "long": "LA HORGNE / GUIGNICOURT-SUR-VENCE",
        "short": "1009",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004950",
        "label": "1029",
        "long": "BOSSUS-RUMIGNY / CHARLEVILLE-MEZIERES",
        "short": "1029",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004951",
        "label": "1529",
        "long": "FAGNON / NEUVILLE-LES-THIS",
        "short": "1529",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004952",
        "label": "1539",
        "long": "BELVAL / TOURNES",
        "short": "1539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004953",
        "label": "1549",
        "long": "EVIGNY / PRIX-LES-MEZIERES",
        "short": "1549",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004954",
        "label": "1559",
        "long": "ST-MARCEL / THIN-LE-MOUTIER",
        "short": "1559",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004955",
        "label": "1569",
        "long": "ST-MARCEAU / BOULZICOURT",
        "short": "1569",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004957",
        "label": "1039",
        "long": "CHAMPIGNEUL-VENCE / CHARLEVILLE-MEZIERES",
        "short": "1039",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004958",
        "label": "1049",
        "long": "SAULCES-MONCLIN / CHARLEVILLE-MEZIERES",
        "short": "1049",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004968",
        "label": "1059",
        "long": "LES MAZURES / CHARLEVILLE-MEZIERES",
        "short": "1059",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004969",
        "label": "1069",
        "long": "GRUYERES / CHARLEVILLE-MEZIERES",
        "short": "1069",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004970",
        "label": "1079",
        "long": "EVIGNY / CHARLEVILLE-MEZIERES",
        "short": "1079",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004972",
        "label": "1149",
        "long": "MAZERNY / VILLERS-SEMEUSE",
        "short": "1149",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004973",
        "label": "1159",
        "long": "CHAMPIGNEUL-SUR-VENCE / VILLERS-SEMEUSE",
        "short": "1159",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004975",
        "label": "1506",
        "long": "DRICOURT / MACHAULT",
        "short": "1506",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004976",
        "label": "1516",
        "long": "CHARDENY / MACHAULT",
        "short": "1516",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004977",
        "label": "1526",
        "long": "SEMIDE / MACHAULT",
        "short": "1526",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004978",
        "label": "1536",
        "long": "HAUVINE / MACHAULT",
        "short": "1536",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004979",
        "label": "1076",
        "long": "LES GRANDES-ARMOISES / VOUZIERS",
        "short": "1076",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004980",
        "label": "1086",
        "long": "JONVAL / VOUZIERS",
        "short": "1086",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004981",
        "label": "1096",
        "long": "LOUVERGNY / VOUZIERS",
        "short": "1096",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004988",
        "label": "1106",
        "long": "ST-PIERREMONT / VOUZIERS",
        "short": "1106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005008",
        "label": "1116",
        "long": "VAUX-CHAMPAGNE / VOUZIERS",
        "short": "1116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005009",
        "label": "1586",
        "long": "NOIRVAL / BRIEULLES-SUR-BAR",
        "short": "1586",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005028",
        "label": "1596",
        "long": "LES PETITES-ARMOISES / BRIEULLES-SUR-BAR",
        "short": "1596",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005030",
        "label": "1136",
        "long": "VOUZIERS / SEDAN",
        "short": "1136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005031",
        "label": "1508",
        "long": "ANGECOURT / RAUCOURT-ET-FLABA",
        "short": "1508",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005033",
        "label": "1528",
        "long": "BREVILLY / POURU-ST-REMY",
        "short": "1528",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005034",
        "label": "1538",
        "long": "STONNE / CHEMERY-CHEHERY",
        "short": "1538",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005035",
        "label": "1548",
        "long": "LA NEUVILLE-A-MAIRE / CHEMERY-CHEHERY",
        "short": "1548",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005037",
        "label": "1568",
        "long": "ARTAISE-LE-VIVIER / CHEMERY-CHEHERY",
        "short": "1568",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005038",
        "label": "1592",
        "long": "SAILLY / BLAGNY",
        "short": "1592",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005040",
        "label": "1018",
        "long": "ESCOMBRES-ET-LE-CHESNOIS / DOUZY",
        "short": "1018",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005041",
        "label": "1028",
        "long": "VILLERS-CERNAY / DOUZY",
        "short": "1028",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005048",
        "label": "1038",
        "long": "BAZEILLES / DOUZY",
        "short": "1038",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005049",
        "label": "1048",
        "long": "LA NEUVILLE-A-MAIRE / SEDAN",
        "short": "1048",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005050",
        "label": "1058",
        "long": "MOUZON / SEDAN",
        "short": "1058",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005051",
        "label": "1078",
        "long": "RAUCOURT-ET-FLABA / SEDAN",
        "short": "1078",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005052",
        "label": "1088",
        "long": "MOUZON / RAUCOURT-ET-FLABA",
        "short": "1088",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005088",
        "label": "1098",
        "long": "VAUX-EN-DIEULET / RAUCOURT-ET-FLABA",
        "short": "1098",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005089",
        "label": "1108",
        "long": "OMONT / RAUCOURT-ET-FLABA",
        "short": "1108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005090",
        "label": "1118",
        "long": "CHEMERY-CHEHERY / RAUCOURT-ET-FLABA",
        "short": "1118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005091",
        "label": "1577",
        "long": "CORNY-MACHEROMENIL / NOVION-PORCIEN",
        "short": "1577",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005092",
        "label": "1587",
        "long": "BERTONCOURT / RETHEL",
        "short": "1587",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005093",
        "label": "1607",
        "long": "ECLY / CHATEAU-PORCIEN",
        "short": "1607",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005094",
        "label": "1617",
        "long": "TAIZY / CHATEAU-PORCIEN",
        "short": "1617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005097",
        "label": "1047",
        "long": "ROCQUIGNY / RETHEL",
        "short": "1047",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005099",
        "label": "1057",
        "long": "HANNOGNE-ST-REMY / RETHEL",
        "short": "1057",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005100",
        "label": "1147",
        "long": "RETHEL",
        "short": "1147",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005101",
        "label": "1067",
        "long": "VILLERS-DVT-LE-THOUR / RETHEL",
        "short": "1067",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005128",
        "label": "1077",
        "long": "BRIENNE-SUR-AISNE / RETHEL",
        "short": "1077",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005129",
        "label": "1087",
        "long": "DOUMELY-BEGNY / RETHEL",
        "short": "1087",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005130",
        "label": "1097",
        "long": "CHAUMONT-PORCIEN / RETHEL",
        "short": "1097",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005131",
        "label": "1107",
        "long": "LE THOUR / RETHEL",
        "short": "1107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005132",
        "label": "1117",
        "long": "ASFELD / RETHEL",
        "short": "1117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005133",
        "label": "1127",
        "long": "AVANCON / RETHEL",
        "short": "1127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005134",
        "label": "1217",
        "long": "VILLERS-LE-TOURNEUR / POIX-TERRON",
        "short": "1217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005135",
        "label": "1167",
        "long": "SON / CHATEAU-PORCIEN",
        "short": "1167",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005136",
        "label": "1177",
        "long": "ST-GERMAINMONT / CHATEAU-PORCIEN",
        "short": "1177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005137",
        "label": "1187",
        "long": "ST-LOUP-EN-CHAMPAGNE / CHATEAU-PORCIEN",
        "short": "1187",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005138",
        "label": "1197",
        "long": "SERAINCOURT / CHATEAU-PORCIEN",
        "short": "1197",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005139",
        "label": "1227",
        "long": "SAULT-LES-RETHEL / NANTEUIL-SUR-AISNE",
        "short": "1227",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005149",
        "label": "1605",
        "long": "ANCHAMPS / REVIN",
        "short": "1605",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005150",
        "label": "1615",
        "long": "FEPIN / FUMAY",
        "short": "1615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005151",
        "label": "1135",
        "long": "GIVET / FUMAY",
        "short": "1135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005153",
        "label": "1125",
        "long": "HARGNIES / FUMAY",
        "short": "1125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005155",
        "label": "1035",
        "long": "RENWEZ / REVIN",
        "short": "1035",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005156",
        "label": "1305",
        "long": "REVIN",
        "short": "1305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005169",
        "label": "1145",
        "long": "DRAIZE / SIGNY L ABBAYE",
        "short": "1145",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005170",
        "label": "1155",
        "long": "WAGNON / SIGNY L ABBAYE",
        "short": "1155",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005171",
        "label": "1165",
        "long": "VAUX-VILLAINE / SIGNY L ABBAYE",
        "short": "1165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005172",
        "label": "1175",
        "long": "HAGNICOURT / SIGNY L ABBAYE",
        "short": "1175",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005173",
        "label": "1225",
        "long": "VIEL-ST-REMY",
        "short": "1225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005174",
        "label": "1185",
        "long": "TOULIGNY / SIGNY L ABBAYE",
        "short": "1185",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005176",
        "label": "1195",
        "long": "FRAILLICOURT / SIGNY L ABBAYE",
        "short": "1195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005188",
        "label": "1205",
        "long": "ROCQUIGNY / SIGNY L ABBAYE",
        "short": "1205",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005189",
        "label": "1215",
        "long": "ST-MARCEL / SIGNY L ABBAYE",
        "short": "1215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005190",
        "label": "1089",
        "long": "SIGNY L ABBAYE / CHARLEVILLE-MEZIERES",
        "short": "1089",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005191",
        "label": "1525",
        "long": "RENNEVILLE / CHAUMONT-PORCIEN",
        "short": "1525",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005193",
        "label": "1535",
        "long": "REMAUCOURT / CHAUMONT-PORCIEN",
        "short": "1535",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005194",
        "label": "1545",
        "long": "BANOGNE-RECOUVRANCE / HANNOGNE-ST-REMY",
        "short": "1545",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005195",
        "label": "1555",
        "long": "SERAINCOURT / HANNOGNE-ST-REMY",
        "short": "1555",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005196",
        "label": "1295",
        "long": "ROCQUIGNY / ROZOY-SUR-SERRE",
        "short": "1295",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005197",
        "label": "1625",
        "long": "HAULME / THILAY",
        "short": "1625",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005209",
        "label": "1595",
        "long": "MAINBRESSON / ROCQUIGNY",
        "short": "1595",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005210",
        "label": "1635",
        "long": "LAIFOUR / DEVILLE",
        "short": "1635",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005212",
        "label": "1075",
        "long": "LES HAUTES-RIVIERES / MONTHERME",
        "short": "1075",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005213",
        "label": "1105",
        "long": "SORENDAL / MONTHERME",
        "short": "1105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005214",
        "label": "1095",
        "long": "DEVILLE / MONTHERME",
        "short": "1095",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005217",
        "label": "1085",
        "long": "LES HAUTES-RIVIERES / MONTHERME",
        "short": "1085",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005228",
        "label": "1115",
        "long": "BOGNY-SUR-MEUSE",
        "short": "1115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005491",
        "label": "1566",
        "long": "CHAGNY / LE CHESNE",
        "short": "1566",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005492",
        "label": "1576",
        "long": "MARQUIGNY / LE CHESNE",
        "short": "1576",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007432",
        "label": "1137",
        "long": "BIGNICOURT / RETHEL",
        "short": "1137",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007571",
        "label": "1597",
        "long": "AVANCON / TAGNON",
        "short": "1597",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007572",
        "label": "1627",
        "long": "ST-LOUP-EN-CHAMPAGNE / TAGNON",
        "short": "1627",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007691",
        "label": "1157",
        "long": "SAULCES-MONCLIN / SAULT-LES-RETHEL",
        "short": "1157",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1007951",
        "label": "1561",
        "long": "LEPRON-LES-VALLEES / ROUVROY-SUR-AUDRY",
        "short": "1561",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008432",
        "label": "1285",
        "long": "SIGNY-LE-PETIT / MAUBERT-FONTAINE",
        "short": "1285",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008433",
        "label": "1129",
        "long": "CHARLEVILLE-MEZIERES / MAUBERT-FONTAINE",
        "short": "1129",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008804",
        "label": "1537",
        "long": "BLANZY-LA-SALONNAISE / ASFELD",
        "short": "1537",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008805",
        "label": "1517",
        "long": "VIEUX-LES-ASFELD / POILCOURT-SYDNEY",
        "short": "1517",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008806",
        "label": "1527",
        "long": "L ECAILLE / POILCOURT-SYDNEY",
        "short": "1527",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1008807",
        "label": "1567",
        "long": "VILLERS-DVT-LE-THOUR / ST-GERMAINMONT",
        "short": "1567",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009164",
        "label": "1126",
        "long": "ST-PIERREMONT / VOUZIERS",
        "short": "1126",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009286",
        "label": "1008",
        "long": "LA MONCELLE / DOUZY",
        "short": "1008",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009287",
        "label": "101",
        "long": "VOUZIERS / REIMS",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009288",
        "label": "104",
        "long": "ROCROI / CHARLEVILLE-MEZIERES",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009297",
        "label": "107",
        "long": "RAUCOURT / SEDAN",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009308",
        "label": "108",
        "long": "SIGNY L ABBAYE / CHARLEVILLE-MEZIERES",
        "short": "108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009311",
        "label": "123",
        "long": "SIGNY LE PETIT / CHARLEVILLE-MEZIERES",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009323",
        "label": "127",
        "long": "HANNAPPES / CHARLEVILLE-MEZIERES",
        "short": "127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009806",
        "label": "1109",
        "long": "TREMBLOIS-LES-ROCROI / CHARLEVILLE-MEZIERES",
        "short": "1109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009807",
        "label": "1515",
        "long": "AUVILLERS-LES-FORGES / Mon Id\u00e9e ETEIGNIERES",
        "short": "1515",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009808",
        "label": "1068",
        "long": "DOUZY / SEDAN",
        "short": "1068",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009969",
        "label": "102",
        "long": "REVIN / CHARLEVILLE-MEZIERES",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009989",
        "label": "113",
        "long": "CHARLEVILLE-MEZIERES / LES HAUTES RIVIERES",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009990",
        "label": "141",
        "long": "TAD / BUZANCY / RETHEL",
        "short": "141",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009991",
        "label": "142",
        "long": "TAD / ROCQUIGNY / RETHEL",
        "short": "142",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009992",
        "label": "143",
        "long": "TAD / SIGNY L-ABBAYE / RETHEL",
        "short": "143",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009993",
        "label": "145",
        "long": "TAD / ROCROI / REVIN",
        "short": "145",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009994",
        "label": "144",
        "long": "TAD / LAUNOIS SUR VENCE / CHARLEVILLE-MEZIERES",
        "short": "144",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010652",
        "label": "1616",
        "long": "BAR LES BUZANCY / BUZANCY",
        "short": "1616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010653",
        "label": "1626",
        "long": "BRIQUENAY / BUZANCY",
        "short": "1626",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010654",
        "label": "1636",
        "long": "LANDRES ET ST GEORGES / BUZANCY",
        "short": "1636",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010732",
        "label": "1646",
        "long": "BEFFU LE MORTHOMME / GRANDPRE",
        "short": "1646",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010733",
        "label": "1156",
        "long": "FOSSE / GRANDPRE",
        "short": "1156",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010734",
        "label": "1166",
        "long": "BOULT AUX BOIS / GRANDPRE",
        "short": "1166",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010735",
        "label": "1176",
        "long": "AUTHE / GRANDPRE",
        "short": "1176",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1411,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-06",
  "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": 829,
      "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": "829 of 829 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"
}
