{
  "agency": {
    "country": "FR",
    "id": "fr-pan-80423",
    "name": "R\u00e9seau interurbain Fluo Grand-Est - Meurthe-et-Moselle (54)",
    "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.6,
          "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": 983,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 97.2,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2706,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 983,
        "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": 2706,
          "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": "2706 of 2706 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": 983,
          "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": "983 of 983 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "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": 37.1,
      "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": 61,
          "INFO": 586,
          "WARNING": 7698
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 61,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 3938,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1906,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1503,
          "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": "unexpected_enum_value",
          "count": 223,
          "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": 94,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 26,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 7,
          "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": "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": 586,
          "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": 19.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 8345 instances (61 error, 7698 warning, 586 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 296,
        "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 296 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 296 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": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to Fluo Grand Est and the update date.",
    "reachable": true,
    "sha256": "1b1e9bc5f38b1d4cc472eae7d51764cdd8db6af59af8ecc0ee9f530bf1537744",
    "size_bytes": 5776747,
    "source_provenance": "official",
    "static_url": "https://transport.data.gouv.fr/resources/80423/download"
  },
  "fetch": {
    "final_url": "https://api.grandest2.cityway.fr/exs/GTFS?Key=OPENDATA&OperatorCode=TED",
    "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": [
      5.3586,
      48.33361,
      7.00101,
      49.54477
    ],
    "lat": 48.66118,
    "lon": 6.16892,
    "stop_count": 2706
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 223,
        "trip_count": 983,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 223,
    "trip_count": 983
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 44.9,
    "margin_to_next_band": 15.1,
    "score": 44.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 120,
      "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": "120 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"SAIZERAIS - Les Vignes X ZA/RD\", \"Place Duroc / Cin\u00e9ma\", \"NANCY - STAN St L\u00e9on\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-09-07",
    "feed_fetched_date": "2026-09-06",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1639,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 983
  },
  "route_map": {
    "drawn_route_count": 223,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-80423/geometry.geojson",
    "route_count": 223,
    "routes": [
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1003918",
        "label": "491",
        "long": "FAVIERES / COLOMBEY / TOUL",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004053",
        "label": "451",
        "long": "MARVILLE / LONGUYON",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004054",
        "label": "452",
        "long": "ALLONDRELLE-LA-MALMAISON / LONGUYON",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004055",
        "label": "453",
        "long": "MERCY-LE-HAUT / LONGUYON",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004056",
        "label": "450",
        "long": "FILLIERES / LONGWY",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004061",
        "label": "455",
        "long": "VILLERUPT / VAL DE BRIEY / METZ",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004062",
        "label": "460",
        "long": "PONT-A-MOUSSON / NANCY",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004063",
        "label": "465",
        "long": "CHATEAU-SALINS / NANCY",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004064",
        "label": "466",
        "long": "CHAMBREY - NANCY",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004066",
        "label": "469",
        "long": "ECUELLE / NANCY",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004067",
        "label": "490",
        "long": "TOUL / NANCY",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004068",
        "label": "495",
        "long": "FAVIERES / COLOMBEY / NANCY",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004069",
        "label": "496",
        "long": "GRIMONVILLER / VEZELISE / NANCY",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004071",
        "label": "470",
        "long": "LUNEVILLE / NANCY",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004072",
        "label": "480",
        "long": "CHARMES / NANCY",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004073",
        "label": "471",
        "long": "BADONVILLER / CIREY-VEZOUZE / LUNEVILLE",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004074",
        "label": "472",
        "long": "RAMBERVILLERS / LUNEVILLE",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004082",
        "label": "4070",
        "long": "LONGWY / LONGUYON / VAL DE BRIEY",
        "short": "4070",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004083",
        "label": "4026",
        "long": "OTTANGE / AUMETZ",
        "short": "4026",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004084",
        "label": "4027",
        "long": "OTTANGE / AUMETZ",
        "short": "4027",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004085",
        "label": "4028",
        "long": "ROCHONVILLERS / AUMETZ",
        "short": "4028",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004086",
        "label": "4029",
        "long": "REDANGE / AUDUN-LE-TICHE",
        "short": "4029",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004087",
        "label": "4000",
        "long": "ST-PANCRE / LEXY",
        "short": "4000",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004091",
        "label": "4001",
        "long": "BASLIEUX / LEXY",
        "short": "4001",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004092",
        "label": "4002",
        "long": "TELLANCOURT / LEXY",
        "short": "4002",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004093",
        "label": "4003",
        "long": "LONGUYON / LEXY",
        "short": "4003",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004094",
        "label": "4005",
        "long": "VILLERUPT / VERDUN",
        "short": "4005",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004095",
        "label": "4010",
        "long": "LONGWY / MONT-ST-MARTIN",
        "short": "4010",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004096",
        "label": "4011",
        "long": "LONGWY / LONGLAVILLE",
        "short": "4011",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004097",
        "label": "4012",
        "long": "LONGWY",
        "short": "4012",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004098",
        "label": "4013",
        "long": "LONGUYON / LONGWY",
        "short": "4013",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004099",
        "label": "4014",
        "long": "HAN-DVT-PIERREPONT / LONGWY",
        "short": "4014",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004100",
        "label": "4015",
        "long": "BRIEY / LONGWY",
        "short": "4015",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004101",
        "label": "4016",
        "long": "PIENNES / LONGWY",
        "short": "4016",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004103",
        "label": "4017",
        "long": "COLMEY / LONGWY",
        "short": "4017",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004104",
        "label": "4018",
        "long": "VIVIERS-SUR-CHIERS / LONGWY",
        "short": "4018",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004105",
        "label": "4019",
        "long": "CHARENCY-VEZIN / LONGWY",
        "short": "4019",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004106",
        "label": "4020",
        "long": "VILLE-HOUDLEMONT / LONGWY",
        "short": "4020",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004107",
        "label": "4040",
        "long": "LONGWY / ALGRANGE",
        "short": "4040",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004108",
        "label": "4042",
        "long": "AUDUN-LE-ROMAN / OTTANGE",
        "short": "4042",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004109",
        "label": "4030",
        "long": "ALLONDRELLE-LA-MALMAISON / LONGUYON",
        "short": "4030",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004110",
        "label": "4031",
        "long": "HAN-DVT-PIERREPONT / LONGUYON",
        "short": "4031",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004111",
        "label": "4032",
        "long": "VIVIERS-SUR-CHIERS / LONGUYON",
        "short": "4032",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004112",
        "label": "4033",
        "long": "ST-JEAN-LES-LONGUYON / LONGUYON",
        "short": "4033",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004113",
        "label": "4034",
        "long": "DONCOURT-LES-LONGUYON / LONGUYON",
        "short": "4034",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004114",
        "label": "4036",
        "long": "LONGUYON",
        "short": "4036",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004115",
        "label": "4025",
        "long": "MERCY-LE-BAS / REHON",
        "short": "4025",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004116",
        "label": "4046",
        "long": "LONGWY / THIONVILLE",
        "short": "4046",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004117",
        "label": "4050",
        "long": "AUDUN-LE-ROMAN / VILLERUPT",
        "short": "4050",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004121",
        "label": "4060",
        "long": "ST-JULIEN-LES-GORZE / JARNY",
        "short": "4060",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004122",
        "label": "4061",
        "long": "CHAMBLEY-BUSSIERES / TRONVILLE / JARNY",
        "short": "4061",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004123",
        "label": "4065",
        "long": "JARNY",
        "short": "4065",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004124",
        "label": "4063",
        "long": "HAN-DVT-PIERREPONT / JARNY",
        "short": "4063",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004125",
        "label": "4071",
        "long": "MONTOIS-LA-MONTAGNE / VAL DE BRIEY",
        "short": "4071",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004126",
        "label": "4072",
        "long": "MOYEUVRE-GRANDE / VAL DE BRIEY",
        "short": "4072",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004127",
        "label": "4120",
        "long": "MARBACHE / DIEULOUARD",
        "short": "4120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004128",
        "label": "4121",
        "long": "SAIZERAIS / DIEULOUARD",
        "short": "4121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004129",
        "label": "4122",
        "long": "MILLERY / DIEULOUARD",
        "short": "4122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004130",
        "label": "4080",
        "long": "WAVILLE / PAGNY-SUR-MOSELLE",
        "short": "4080",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004131",
        "label": "4081",
        "long": "ONVILLE / PAGNY-SUR-MOSELLE",
        "short": "4081",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004132",
        "label": "4082",
        "long": "VILCEY-SUR-TREY / PAGNY-SUR-MOSELLE",
        "short": "4082",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004133",
        "label": "4085",
        "long": "MANDRES-QUATRE-TOURS / THIAUCOURT-REGNIE",
        "short": "4085",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004134",
        "label": "4086",
        "long": "BEAUMONT / THIAUCOURT-REGNIEVILLE",
        "short": "4086",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004135",
        "label": "4087",
        "long": "JAULNY / THIAUCOURT-REGNIEVILLE",
        "short": "4087",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004136",
        "label": "4088",
        "long": "MONTSEC / THIAUCOURT-REGNIEVILLE",
        "short": "4088",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004137",
        "label": "4100",
        "long": "ROGEVILLE / PONT-A-MOUSSON",
        "short": "4100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004138",
        "label": "4101",
        "long": "HAMONVILLE / PONT-A-MOUSSON",
        "short": "4101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004139",
        "label": "4102",
        "long": "HAGEVILLE / PONT-A-MOUSSON",
        "short": "4102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004140",
        "label": "4103",
        "long": "BENEY-EN-WOEVRE / PONT-A-MOUSSON",
        "short": "4103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004141",
        "label": "4104",
        "long": "TOUL / PONT-A-MOUSSON",
        "short": "4104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004142",
        "label": "4105",
        "long": "REMBERCOURT-SUR-MAD / PONT-A-MOUSSON",
        "short": "4105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004143",
        "label": "4115",
        "long": "BLENOD-LES-PONT-A-MOUSSON",
        "short": "4115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004144",
        "label": "4130",
        "long": "BELLEAU / NOMENY",
        "short": "4130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004145",
        "label": "4131",
        "long": "BEY-SUR-SEILLE / NOMENY",
        "short": "4131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004146",
        "label": "4133",
        "long": "BRATTE / NOMENY",
        "short": "4133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004147",
        "label": "4134",
        "long": "ABAUCOURT / NOMENY",
        "short": "4134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004148",
        "label": "4135",
        "long": "EPLY / NOMENY",
        "short": "4135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004149",
        "label": "4136",
        "long": "PORT-SUR-SEILLE / NOMENY",
        "short": "4136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004150",
        "label": "4106",
        "long": "BEY-SUR-SEILLE / PONT-A-MOUSSON",
        "short": "4106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004151",
        "label": "4107",
        "long": "MILLERY / PONT-A-MOUSSON",
        "short": "4107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004152",
        "label": "4108",
        "long": "BRATTE / PONT-A-MOUSSON",
        "short": "4108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004153",
        "label": "4109",
        "long": "THEZEY-ST-MARTIN / PONT-A-MOUSSON",
        "short": "4109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004154",
        "label": "4150",
        "long": "BRIN-SUR-SEILLE / ESSEY-LES-NANCY",
        "short": "4150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004155",
        "label": "4151",
        "long": "MONCEL-SUR-SEILLE / ESSEY-LES-NANCY",
        "short": "4151",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004156",
        "label": "4152",
        "long": "CHAMPENOUX / ESSEY-LES-NANCY",
        "short": "4152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004157",
        "label": "4154",
        "long": "MONCEL-SUR-SEILLE / TOMBLAINE / PULNOY",
        "short": "4154",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004158",
        "label": "4155",
        "long": "BRIN-SUR-SEILLE / TOMBLAINE",
        "short": "4155",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004160",
        "label": "4160",
        "long": "AMANCE / EULMONT / MALZEVILLE",
        "short": "4160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004161",
        "label": "4165",
        "long": "AMANCE / NANCY",
        "short": "4165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004163",
        "label": "4445",
        "long": "TOUL",
        "short": "4445",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004164",
        "label": "4446",
        "long": "TOUL",
        "short": "4446",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004167",
        "label": "4490",
        "long": "VILLEY-ST-ETIENNE / SEXEY-BOIS / NANCY",
        "short": "4490",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004169",
        "label": "4450",
        "long": "VAUCOULEURS / BLENOD / GIBEAUMEIX / TOUL",
        "short": "4450",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004170",
        "label": "4460",
        "long": "VANDELEVILLE / COLOMBEY-BELLES / TOUL",
        "short": "4460",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004171",
        "label": "4461",
        "long": "VANDELEVILLE / COLOMBEY-LES-BELLES",
        "short": "4461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004172",
        "label": "4462",
        "long": "MOUTROT / COLOMBEY-LES-BELLES",
        "short": "4462",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004173",
        "label": "4463",
        "long": "THUILLEY-AUX-GROSEILLES / CREPEY",
        "short": "4463",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004174",
        "label": "4464",
        "long": "SAULXEROTTE / COLOMBEY-LES-BELLES",
        "short": "4464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004175",
        "label": "4465",
        "long": "GIBEAUMEIX / COLOMBEY-LES-BELLES",
        "short": "4465",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004176",
        "label": "4466",
        "long": "MONT-L-ETROIT / COLOMBEY-LES-BELLES",
        "short": "4466",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004177",
        "label": "4467",
        "long": "VANNES-LE-CHATEL / COLOMBEY-LES-BELLES",
        "short": "4467",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004178",
        "label": "4468",
        "long": "OCHEY / COLOMBEY-LES-BELLES",
        "short": "4468",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004179",
        "label": "4491",
        "long": "MESSEIN / VILLERS-LES-NANCY",
        "short": "4491",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004180",
        "label": "4492",
        "long": "SEXEY-AUX-FORGES / NANCY",
        "short": "4492",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004181",
        "label": "4470",
        "long": "PULNEY / VEZELISE",
        "short": "4470",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004182",
        "label": "4471",
        "long": "FRAISNES-EN-SAINTOIS / VEZELISE",
        "short": "4471",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004183",
        "label": "4472",
        "long": "ST-FIRMIN / VEZELISE",
        "short": "4472",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004184",
        "label": "4473",
        "long": "JEVONCOURT / VEZELISE",
        "short": "4473",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004185",
        "label": "4474",
        "long": "VAUDIGNY / VEZELISE",
        "short": "4474",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004186",
        "label": "4475",
        "long": "VOINEMONT / VEZELISE",
        "short": "4475",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004187",
        "label": "4476",
        "long": "CEINTREY / VEZELISE",
        "short": "4476",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004188",
        "label": "4477",
        "long": "PAREY-ST-CESAIRE / VEZELISE",
        "short": "4477",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004189",
        "label": "4478",
        "long": "LALOEUF / VEZELISE",
        "short": "4478",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004190",
        "label": "4495",
        "long": "GERMONVILLE / FROLOIS / NANCY",
        "short": "4495",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004191",
        "label": "4250",
        "long": "LUNEVILLE / ART-SUR-MEURTHE",
        "short": "4250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004192",
        "label": "4251",
        "long": "MANONCOURT-EN-VERMOIS / ART-SUR-MEURTHE",
        "short": "4251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004193",
        "label": "4260",
        "long": "ROSIERES-AUX-SALINES / DOMBASLE-MEURTHE",
        "short": "4260",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004194",
        "label": "4261",
        "long": "ROSIERES-AUX-SALINES / DOMBASLE-MEURTHE",
        "short": "4261",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004195",
        "label": "4262",
        "long": "GELLENONCOURT / DOMBASLE-SUR-MEURTHE",
        "short": "4262",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004196",
        "label": "4263",
        "long": "LUNEVILLE / DOMBASLE-SUR-MEURTHE",
        "short": "4263",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004197",
        "label": "4264",
        "long": "SOMMERVILLER / DOMBASLE-SUR-MEURTHE",
        "short": "4264",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004198",
        "label": "4265",
        "long": "VEZELISE / DOMBASLE-SUR-MEURTHE",
        "short": "4265",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004199",
        "label": "4266",
        "long": "VARANGEVILLE / DOMBASLE-SUR-MEURTHE",
        "short": "4266",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004200",
        "label": "4270",
        "long": "SOMMERVILLER / TOMBLAINE",
        "short": "4270",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004201",
        "label": "4271",
        "long": "FERRIERES / TOMBLAINE",
        "short": "4271",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004202",
        "label": "4272",
        "long": "SAFFAIS / TOMBLAINE",
        "short": "4272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004203",
        "label": "4273",
        "long": "DOMBASLE-SUR-MEURTHE / TOMBLAINE",
        "short": "4273",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004204",
        "label": "4280",
        "long": "VILLE-EN-VERMOIS / ST-NICOLAS-DE-PORT",
        "short": "4280",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004206",
        "label": "4281",
        "long": "VARANGEVILLE / ST-NICOLAS-DE-PORT",
        "short": "4281",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004207",
        "label": "4290",
        "long": "ST-NICOLAS-PORT / BLAINVILLE-SUR-L-EAU",
        "short": "4290",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004208",
        "label": "4291",
        "long": "VIRECOURT / BLAINVILLE-SUR-L-EAU",
        "short": "4291",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004209",
        "label": "4292",
        "long": "CHARMOIS / BLAINVILLE-SUR-L-EAU",
        "short": "4292",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004210",
        "label": "4293",
        "long": "DAMELEVIERES / BLAINVILLE-SUR-L-EAU",
        "short": "4293",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004211",
        "label": "4294",
        "long": "BLAINVILLE-SUR-L-EAU",
        "short": "4294",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004212",
        "label": "4295",
        "long": "ROSIERES-SALINES / BLAINVILLE-SUR-L-EAU",
        "short": "4295",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004213",
        "label": "4296",
        "long": "MONT-SUR-MEURTHE / BLAINVILLE-SUR-L-EAU",
        "short": "4296",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004214",
        "label": "4297",
        "long": "BLAINVILLE-SUR-L-EAU",
        "short": "4297",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004215",
        "label": "4300",
        "long": "REMEREVILLE / EINVILLE-AU-JARD",
        "short": "4300",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004216",
        "label": "4301",
        "long": "BATHELEMONT / EINVILLE-AU-JARD",
        "short": "4301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004217",
        "label": "4302",
        "long": "DEUXVILLE / EINVILLE-AU-JARD",
        "short": "4302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004218",
        "label": "4303",
        "long": "XURES / EINVILLE-AU-JARD",
        "short": "4303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004219",
        "label": "4304",
        "long": "JUVRECOURT / EINVILLE-AU-JARD",
        "short": "4304",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004221",
        "label": "4311",
        "long": "CREVIC / LUNEVILLE",
        "short": "4311",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004222",
        "label": "4312",
        "long": "SERRES / LUNEVILLE",
        "short": "4312",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004223",
        "label": "4313",
        "long": "BAUZEMONT / LUNEVILLE",
        "short": "4313",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004224",
        "label": "4314",
        "long": "BEZANGE-LA-GRANDE / LUNEVILLE",
        "short": "4314",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004225",
        "label": "4315",
        "long": "NANCY / LUNEVILLE",
        "short": "4315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004226",
        "label": "4330",
        "long": "EINVILLE-AU-JARD / NANCY",
        "short": "4330",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004227",
        "label": "4331",
        "long": "BURTHECOURT-AUX-CHENES / NANCY",
        "short": "4331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004228",
        "label": "4316",
        "long": "LUNEVILLE",
        "short": "4316",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004229",
        "label": "4370",
        "long": "AZERAILLES / BACCARAT",
        "short": "4370",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004230",
        "label": "4371",
        "long": "FLIN / BACCARAT",
        "short": "4371",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004231",
        "label": "4372",
        "long": "THIAVILLE-SUR-MEURTHE / BACCARAT",
        "short": "4372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004232",
        "label": "4373",
        "long": "BERTRICHAMPS / BACCARAT",
        "short": "4373",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004233",
        "label": "4374",
        "long": "VENEY / BACCARAT",
        "short": "4374",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004234",
        "label": "4340",
        "long": "DOMEVRE-SUR-VEZOUZE / BENAMENIL",
        "short": "4340",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004235",
        "label": "4341",
        "long": "REMONCOURT / BENAMENIL",
        "short": "4341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004236",
        "label": "4342",
        "long": "EMBERMENIL / BENAMENIL",
        "short": "4342",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004237",
        "label": "4343",
        "long": "LUNEVILLE / BENAMENIL",
        "short": "4343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004238",
        "label": "4344",
        "long": "MIGNEVILLE / BENAMENIL",
        "short": "4344",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004239",
        "label": "4350",
        "long": "TANCONVILLE / CIREY-SUR-VEZOUZE",
        "short": "4350",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004240",
        "label": "4351",
        "long": "ANGOMONT / CIREY-SUR-VEZOUZE",
        "short": "4351",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004241",
        "label": "4352",
        "long": "ST-MAURICE-AUX-FORGES / CIREY-VEZOUZE",
        "short": "4352",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004242",
        "label": "4353",
        "long": "MONTIGNY / CIREY-SUR-VEZOUZE",
        "short": "4353",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004243",
        "label": "4354",
        "long": "NEUFMAISONS / CIREY-SUR-VEZOUZE",
        "short": "4354",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004244",
        "label": "4355",
        "long": "AUTREPIERRE / CIREY-SUR-VEZOUZE",
        "short": "4355",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004245",
        "label": "4356",
        "long": "GONDREXON / CIREY-SUR-VEZOUZE",
        "short": "4356",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004246",
        "label": "4357",
        "long": "ANCERVILLER / CIREY-SUR-VEZOUZE",
        "short": "4357",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004247",
        "label": "4375",
        "long": "BADONVILLER / RAON-L-ETAPE",
        "short": "4375",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004248",
        "label": "4380",
        "long": "BACCARAT / LUNEVILLE",
        "short": "4380",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004249",
        "label": "4381",
        "long": "VATHIMENIL / MOYEN / LUNEVILLE",
        "short": "4381",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004250",
        "label": "4382",
        "long": "FRAIMBOIS / LUNEVILLE",
        "short": "4382",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004251",
        "label": "4360",
        "long": "VAL ET CHATILLON / LUNEVILLE",
        "short": "4360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004252",
        "label": "4361",
        "long": "GOGNEY / LUNEVILLE / EMBERMENIL",
        "short": "4361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004253",
        "label": "4383",
        "long": "PARUX / LUNEVILLE",
        "short": "4383",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004254",
        "label": "4362",
        "long": "HARBOUEY / LUNEVILLE",
        "short": "4362",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004255",
        "label": "4384",
        "long": "ST-SAUVEUR / LUNEVILLE",
        "short": "4384",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004256",
        "label": "4385",
        "long": "LACHAPELLE / LUNEVILLE",
        "short": "4385",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004257",
        "label": "4386",
        "long": "GELACOURT / LUNEVILLE",
        "short": "4386",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004258",
        "label": "4387",
        "long": "NEUFMAISONS / LUNEVILLE",
        "short": "4387",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004259",
        "label": "4363",
        "long": "ST-MARTIN / LUNEVILLE",
        "short": "4363",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004260",
        "label": "4388",
        "long": "BACCARAT / LUNEVILLE",
        "short": "4388",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004262",
        "label": "4390",
        "long": "LUNEVILLE",
        "short": "4390",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004263",
        "label": "4391",
        "long": "LUNEVILLE / MARAINVILLER / EMBERMENIL",
        "short": "4391",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004264",
        "label": "4365",
        "long": "LUNEVILLE / BLAMONT",
        "short": "4365",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004265",
        "label": "4392",
        "long": "LUNEVILLE",
        "short": "4392",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004267",
        "label": "4366",
        "long": "LUNEVILLE",
        "short": "4366",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004268",
        "label": "4400",
        "long": "ST-GERMAIN / BAYON",
        "short": "4400",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004269",
        "label": "4401",
        "long": "LANDECOURT / BAYON",
        "short": "4401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004270",
        "label": "4402",
        "long": "GRIPPORT / BAYON",
        "short": "4402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004271",
        "label": "4403",
        "long": "LEMAINVILLE / BAYON",
        "short": "4403",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004272",
        "label": "4404",
        "long": "BENNEY / BAYON",
        "short": "4404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004273",
        "label": "4405",
        "long": "TONNOY / BAYON",
        "short": "4405",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004274",
        "label": "4406",
        "long": "BENNEY / BAYON",
        "short": "4406",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004275",
        "label": "4407",
        "long": "HAIGNEVILLE / BAYON",
        "short": "4407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004276",
        "label": "4410",
        "long": "GRIPPORT / LUNEVILLE",
        "short": "4410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004277",
        "label": "4411",
        "long": "ST-BOINGT / LUNEVILLE",
        "short": "4411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004278",
        "label": "4412",
        "long": "SERANVILLE / LUNEVILLE",
        "short": "4412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004279",
        "label": "4317",
        "long": "VIGNEULLES / LUNEVILLE",
        "short": "4317",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004280",
        "label": "4318",
        "long": "CHARMOIS / HERIMENIL / LUNEVILLE",
        "short": "4318",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004281",
        "label": "4319",
        "long": "DAMELEVIERES / LUNEVILLE",
        "short": "4319",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004282",
        "label": "4320",
        "long": "HERIMENIL / LUNEVILLE",
        "short": "4320",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004283",
        "label": "4321",
        "long": "REHAINVILLER / LUNEVILLE",
        "short": "4321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004284",
        "label": "4322",
        "long": "LUNEVILLE",
        "short": "4322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004285",
        "label": "4420",
        "long": "CHENEVIERES / GERBEVILLER",
        "short": "4420",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004287",
        "label": "4422",
        "long": "CHENEVIERES / GERBEVILLER",
        "short": "4422",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004288",
        "label": "4423",
        "long": "SERANVILLE / GERBEVILLER",
        "short": "4423",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004289",
        "label": "4424",
        "long": "LAMATH / GERBEVILLER",
        "short": "4424",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004290",
        "label": "4430",
        "long": "FLAVIGNY-SUR-MOSELLE / LUDRES",
        "short": "4430",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004291",
        "label": "4431",
        "long": "LUDRES",
        "short": "4431",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004292",
        "label": "4393",
        "long": "LUNEVILLE",
        "short": "4393",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004448",
        "label": "4041",
        "long": "AUDUN-LE-ROMAN / ALGRANGE",
        "short": "4041",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004470",
        "label": "4035",
        "long": "VILLERS-LE-ROND / LONGUYON",
        "short": "4035",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004774",
        "label": "4364",
        "long": "BERTRAMBOIS / LUNEVILLE",
        "short": "4364",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004778",
        "label": "4125",
        "long": "AINGERAY / LIVERDUN",
        "short": "4125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004782",
        "label": "4132",
        "long": "VILLERS-LES-MOIVRONS / NOMENY",
        "short": "4132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1004783",
        "label": "4140",
        "long": "LEYR / CUSTINES",
        "short": "4140",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004788",
        "label": "461",
        "long": "ARRAYE-ET-HAN / NOMENY / PONT-A-MOUSSON",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "191998",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004789",
        "label": "468",
        "long": "NOMENY / NANCY",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1005870",
        "label": "4432",
        "long": "RICHARDMENIL",
        "short": "4432",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009746",
        "label": "4021",
        "long": "LONGWY",
        "short": "4021",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1009786",
        "label": "4045",
        "long": "BRIEY - THIONVILLE",
        "short": "4045",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "1010543",
        "label": "4158",
        "long": "CERVILLE - college PULNOY",
        "short": "4158",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2706,
    "stop_points_capped": true
  },
  "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-07",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 61,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2706,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "2706 of 2706 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": 983,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "983 of 983 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
