{
  "agency": {
    "country": "FR",
    "id": "fr-pan-84101",
    "name": "R\u00e9seau urbain Naolib",
    "operating_note": "One metropolitan network (tramway, bus, and ferry) whose stop_times.txt expands past the standard per-entry archive cap, so the record uses the bounded large-feed tier. Counted as one feed record.",
    "subdivision_code": "FR-PDL",
    "subdivision_name": "Pays-de-la-Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 96.2,
          "stops_marked_accessible_pct": 64.2,
          "stops_marked_not_accessible_pct": 29.7,
          "stops_stated_pct": 94.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 23.5,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 192907,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3642,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 192907,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 94.0,
        "wheelchair_marked_accessible_pct": 64.2,
        "wheelchair_marked_not_accessible_pct": 29.7
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 220,
          "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": 1.5,
          "severity": "WARNING",
          "what": "220 of 3642 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_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": 91.0,
      "status": "measured",
      "summary": "94% of stops state wheelchair accessibility (64% marked accessible, 30% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 194970,
          "WARNING": 9932
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_bike_allowance",
          "count": 9921,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 8,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_recommended_field",
          "count": 2,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 192907,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 2041,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 22,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 75.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 204902 instances (0 error, 9932 warning, 194970 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 90,
        "effective_expiry_date": "2026-11-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-11-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 90 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 90 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 94% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip.",
    "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 Nantes M\u00e9tropole and the update date.",
    "reachable": true,
    "sha256": "33d37528920321df5f4de940e06df7235205665d20f73ddf379b8bebb20809c7",
    "size_bytes": 25931286,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/65bdd7e4-a8e7-4a54-893a-808e71c34d68"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 5,
        "allowed_pct": 71.4,
        "not_allowed_count": 2,
        "not_allowed_pct": 28.6,
        "stated_count": 7,
        "stated_pct": 100.0,
        "total_count": 7
      },
      "trips": {
        "allowed_count": 6047,
        "allowed_pct": 61.0,
        "not_allowed_count": 3874,
        "not_allowed_pct": 39.0,
        "stated_count": 9921,
        "stated_pct": 100.0,
        "total_count": 9921
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 9921
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 9921
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "legacy",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 3,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 7,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 7,
      "parented_boarding_location_count": 7,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 6
    },
    "trip_count": 9921
  },
  "fetch": {
    "final_url": "https://data.nantesmetropole.fr/explore/dataset/244400404_transports_commun_naolib_nantes_metropole_gtfs/files/0cc0469a72de54ee045cb66d1a21de9e/download/",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.7783,
      47.12299,
      -1.34723,
      47.33947
    ],
    "lat": 47.22004,
    "lon": -1.55647,
    "stop_count": 3642
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 26594,
        "trip_share_pct": 13.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 90,
        "trip_count": 156392,
        "trip_share_pct": 81.1
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 3,
        "trip_count": 9921,
        "trip_share_pct": 5.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 96,
    "trip_count": 192907
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 2.6,
    "margin_to_next_band": 7.4,
    "score": 82.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 29,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "29 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (2, 3B, 5, C1, C2, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 3,
      "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": "3 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"No\u00eb St Jean\", \"No\u00eb St Jean\", \"No\u00eb St Jean\").",
      "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": 2538,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 192907
  },
  "route_map": {
    "drawn_route_count": 96,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-84101/geometry.geojson",
    "route_count": 96,
    "routes": [
      {
        "color": "007A45",
        "color_name": "green",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:1",
        "label": "1",
        "long": "Fran\u00e7ois Mitterrand / Jamet - Beaujoire / Babini\u00e8re",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:10",
        "label": "10",
        "long": "Gare de Chantenay - Bd de Doulon",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:101",
        "label": "101",
        "long": "Mairie de Cou\u00ebron - Sini\u00e8re",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:102",
        "label": "102",
        "long": "Chalonges - Ren\u00e9 Bernier",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:107",
        "label": "107",
        "long": "Bourni\u00e8re - Reineti\u00e8re",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:109",
        "label": "109",
        "long": "Ferri\u00e8re - Couchant",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E8B975",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:11",
        "label": "11",
        "long": "Tertre - Perray",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:111",
        "label": "111",
        "long": "ADAPEI \u00e0 Tillay - Lyc\u00e9e Appert",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:112",
        "label": "112",
        "long": "St Blaise - Savari\u00e8res",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:117",
        "label": "117",
        "long": "Le Halleray - Reineti\u00e8re",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:118",
        "label": "118",
        "long": "Pirmil - St-L\u00e9ger-les-Vignes",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:119",
        "label": "119",
        "long": "Mairie d'Orvault - Angevini\u00e8re",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1DAF8",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:12",
        "label": "12",
        "long": "Jules Verne - Beaus\u00e9jour",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:122",
        "label": "122",
        "long": "Savari\u00e8res - St Blaise",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:127",
        "label": "127",
        "long": "Colini\u00e8re - Monteverdi",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:129",
        "label": "129",
        "long": "Les Anges - Angevini\u00e8re",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:131",
        "label": "131",
        "long": "Bac de Cou\u00ebron - Mend\u00e8s France Bellevue",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:137",
        "label": "137",
        "long": "Chinon / Monteverdi - Toutes Aides",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:139",
        "label": "139",
        "long": "Sautron - Angevini\u00e8re",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:142",
        "label": "142",
        "long": "CAT Vertonne - Porte de Vertou",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:147",
        "label": "147",
        "long": "Bourni\u00e8re - Toutes Aides",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:149",
        "label": "149",
        "long": "Cheverny - Sautron",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:152",
        "label": "152",
        "long": "La Herdrie - Pirmil",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:157",
        "label": "157",
        "long": "Toutes Aides - Le Halleray",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:159",
        "label": "159",
        "long": "Sautron - Angevini\u00e8re",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:162",
        "label": "162",
        "long": "La Herdrie - Pirmil",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:169",
        "label": "169",
        "long": "Sautron - Th\u00e9baudi\u00e8res",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:172",
        "label": "172",
        "long": "Ren\u00e9 Bernier - Pirmil",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:179",
        "label": "179",
        "long": "Les Anges - Orvault-Morli\u00e8re",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:189",
        "label": "189",
        "long": "Pont Marchand - Angevini\u00e8re",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A9162E",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:192",
        "label": "192",
        "long": "Jean Monnet - Porte de Vertou",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E53138",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:2",
        "label": "2",
        "long": "Orvault Grand Val - Gare de Pont Rousseau",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:23",
        "label": "23",
        "long": "Haluch\u00e8re - Batignolles - Mend\u00e8s France - Bellevue",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:26",
        "label": "26",
        "long": "Joneli\u00e8re - H\u00f4tel de R\u00e9gion",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1DAF8",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:27",
        "label": "27",
        "long": "La Herdrie - Pirmil",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1DAF8",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:28",
        "label": "28",
        "long": "Vertou - Pirmil",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0079BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:3",
        "label": "3",
        "long": "Marcel Paul - Neustrie",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:30",
        "label": "30",
        "long": "Joliverie / Iles de Loire - Trentemoult",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:33",
        "label": "33",
        "long": "Robini\u00e8re / L'Aufr\u00e8re - Espace Diderot",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "65C2C4",
        "color_name": "gray",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:36",
        "label": "36",
        "long": "Greneraie - Croix Jeannette",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:38",
        "label": "38",
        "long": "Greneraie - A\u00e9roport",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:3B",
        "label": "3B",
        "long": "Marcel Paul - Neustrie",
        "short": "3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCD1C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:4",
        "label": "4",
        "long": "Foch - Cath\u00e9drale - Porte de Vertou",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:40",
        "label": "40",
        "long": "Mend\u00e8s France - Bellevue - Neustrie",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:42",
        "label": "42",
        "long": "Vertou - Pirmil",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BCA3CE",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:47",
        "label": "47",
        "long": "P\u00e9gers / Grande No\u00eblle - Vertou",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:5",
        "label": "5",
        "long": "Hangar \u00e0 Bananes - Gare Sud",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:50",
        "label": "50",
        "long": "Basse-Indre - Porte de La Chapelle",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:59",
        "label": "59",
        "long": "Mend\u00e8s France - Bellevue - Bout des Landes",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:60",
        "label": "60",
        "long": "Quintaine - Vertou",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:66",
        "label": "66",
        "long": "Babini\u00e8re - Ecole Centrale - Audencia",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:67",
        "label": "67",
        "long": "Le Cellier - Centre de Thouar\u00e9",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D39E46",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:69",
        "label": "69",
        "long": "Sautron - Orvault Morli\u00e8re",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:71",
        "label": "71",
        "long": "Bac de Cou\u00ebron - Hauts de Cou\u00ebron",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E8B975",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:75",
        "label": "75",
        "long": "Charbonneau - Facult\u00e9s",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1DAF8",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:77",
        "label": "77",
        "long": "Sables d'Or - Haluch\u00e8re - Batignolles",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7A600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:78",
        "label": "78",
        "long": "Bac du Pellerin - Neustrie",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:79",
        "label": "79",
        "long": "Orvault - Beaus\u00e9jour",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:80",
        "label": "80",
        "long": "Chassay / Bellevue - Fac de Droit",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "65C2C4",
        "color_name": "gray",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:81",
        "label": "81",
        "long": "Mend\u00e8s France - Bellevue - Gare Maritime",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:85",
        "label": "85",
        "long": "Souchais - Haluch\u00e8re - Batignolles",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:86",
        "label": "86",
        "long": "La Chapelle Aulnay - Bout des Pav\u00e9s",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:87",
        "label": "87",
        "long": "Le Halleray - Toutes Aides",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A877B2",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:88",
        "label": "88",
        "long": "Ch\u00e2teau d'Aux - Neustrie",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "76B82A",
        "color_name": "brown",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:89",
        "label": "89",
        "long": "Le Cardo - Beaus\u00e9jour",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009640",
        "color_name": "green",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:91",
        "label": "91",
        "long": "Cou\u00ebron Bougon - Mend\u00e8s France - Bellevue",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:95",
        "label": "95",
        "long": "Bois St-Lys - Haluch\u00e8re - Batignolles",
        "short": "95",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7A600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:96",
        "label": "96",
        "long": "Coutanci\u00e8re - Bout des Pav\u00e9s",
        "short": "96",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BCA3CE",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:97",
        "label": "97",
        "long": "Vertou - Trentemoult",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:98",
        "label": "98",
        "long": "St-L\u00e9ger-les-Vignes / Brains - Neustrie",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C1",
        "label": "C1",
        "long": "Haluch\u00e8re - Batignolles - Gare de Chantenay",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7402",
        "color_name": "orange",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C2",
        "label": "C2",
        "long": "Le Cardo - Gare Sud",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFED00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C20",
        "label": "C20",
        "long": "Ecole Centrale - Audencia - Gare Maritime",
        "short": "C20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7A600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C3",
        "label": "C3",
        "long": "Bio Ouest La\u00ebnnec - Bd de Doulon",
        "short": "C3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "76B82A",
        "color_name": "brown",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C4",
        "label": "C4",
        "long": "Les Sorini\u00e8res - Greneraie",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A877B2",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C6",
        "label": "C6",
        "long": "Chantrerie - Grandes Ecoles - Hermeland",
        "short": "C6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C7",
        "label": "C7",
        "long": "Trianon / Clairais - Souillarderie",
        "short": "C7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C8",
        "label": "C8",
        "long": "Marcel Paul - Saupin",
        "short": "C8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F5B5D3",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:C9",
        "label": "C9",
        "long": "Basse Goulaine / Chalonges - Pirmil",
        "short": "C9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:CNO",
        "label": "CNO",
        "long": "Ren\u00e9 Cassin - Pont Pilet",
        "short": "CNO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:E1",
        "label": "E1",
        "long": "Cou\u00ebron Oc\u00e9an - Gare Maritime",
        "short": "E1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:E4",
        "label": "E4",
        "long": "Porte de Vertou - Vertou",
        "short": "E4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:E5",
        "label": "E5",
        "long": "Carquefou - Fac de Droit",
        "short": "E5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:E8",
        "label": "E8",
        "long": "La Coch\u00e8re - Greneraie",
        "short": "E8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A754",
        "color_name": "green",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:LCE",
        "label": "LCE",
        "long": "Cotalard - L\u00e9o Lagrange",
        "short": "LCE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2AAAB6",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:N1",
        "label": "N1",
        "long": "Trentemoult Sabli\u00e8res - Gare Maritime",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "2AAAB6",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:N2",
        "label": "N2",
        "long": "Trentemoult Sabli\u00e8res - Hangar \u00e0 Bananes",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "2AAAB6",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:N3",
        "label": "N3",
        "long": "Port Boyer Navibus - Petit Port-Facult\u00e9s",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "A1DAF8",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:NA",
        "label": "NA",
        "long": "A\u00e9roport - H\u00f4tel Dieu",
        "short": "NA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:NC",
        "label": "NC",
        "long": "Chantrerie Grandes Ecoles - Ligne de nuit Chantrerie",
        "short": "NC",
        "text_color": "232C77",
        "type_label": "Bus"
      },
      {
        "color": "F91AFF",
        "color_name": "pink",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:NN",
        "label": "NN",
        "long": "Porte de la Chapelle - Hangar \u00e0 Bananes",
        "short": "NN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFA3E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:NO",
        "label": "NO",
        "long": "Beaus\u00e9jour - Hangar \u00e0 Bananes",
        "short": "NO",
        "text_color": "232C77",
        "type_label": "Bus"
      },
      {
        "color": "00FFC2",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:NS",
        "label": "NS",
        "long": "Bourdonni\u00e8res - Hangar \u00e0 Bananes",
        "short": "NS",
        "text_color": "232C77",
        "type_label": "Bus"
      },
      {
        "color": "502391",
        "color_name": "purple",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:TE1",
        "label": "TE1",
        "long": "Greneraie - Allende",
        "short": "TE1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:TE2",
        "label": "TE2",
        "long": "Bac d'Indret - Ch\u00e2teau d'Aux",
        "short": "TE2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2581C4",
        "color_name": "teal",
        "has_shape": true,
        "id": "FR_NAOLIB:Line:TE3",
        "label": "TE3",
        "long": "H\u00f4pital La\u00ebnnec - Bio Ouest",
        "short": "TE3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 3642,
    "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-01",
  "top_fixes": [
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "missing_bike_allowance",
      "count": 9921,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Missing bike allowance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "expired_calendar",
      "count": 8,
      "effort": "One setting in most export tools.",
      "fix": "Remove past service periods the next time you export the feed.",
      "owner": "Likely your export tool",
      "points": 6.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some service calendars in the feed have already ended.",
      "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
    }
  ],
  "validator_version": "8.0.1"
}
