{
  "agency": {
    "country": "FR",
    "id": "transvilles-valenciennes",
    "name": "Transvilles (Valenciennes)",
    "subdivision_code": "FR-HDF",
    "subdivision_name": "Hauts-de-France"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 12.0,
          "stops_marked_accessible_pct": 19.2,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 19.2,
          "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": 0.1,
          "wheelchair_stops": 4.8,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 0.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1890,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9373,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 19.2,
        "wheelchair_marked_accessible_pct": 19.2,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1528,
          "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": 20.2,
          "severity": "WARNING",
          "what": "1528 of 1890 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": 9373,
          "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": "9373 of 9373 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 1881,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 14.9,
          "severity": "INFO",
          "what": "About 1881 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 27.4,
      "status": "measured",
      "summary": "19% of stops state wheelchair accessibility (19% 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": 9,
        "instances_by_severity": {
          "ERROR": 2,
          "INFO": 364,
          "WARNING": 10424
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 10400,
          "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": "expired_calendar",
          "count": 18,
          "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": "duplicate_route_name",
          "count": 3,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "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_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unused_shape",
          "count": 1,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 312,
          "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": 52,
          "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": 56.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 10790 instances (2 error, 10424 warning, 364 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 43,
        "effective_expiry_date": "2026-08-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-31",
        "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": 56.7,
      "status": "measured",
      "summary": "Service data covers the next 43 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 43 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 19% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 19% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab) as recorded on the French national access point transport.data.gouv.fr; reuse including commercial reuse is permitted with attribution to SIMOUV (r\u00e9seau Transvilles, Valenciennes) and the update date.",
    "reachable": true,
    "sha256": "4033270687407b200b73cadb3ecabbc9af6c0494ce976b83b1dea29e9a6a997d",
    "size_bytes": 3509852,
    "static_url": "https://transport.data.gouv.fr/resources/82442/download"
  },
  "fetch": {
    "final_url": "https://static.data.gouv.fr/resources/horaires-du-reseau-transvilles-au-format-gtfs/20260123-101905/google-transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      3.25426,
      50.24471,
      3.68652,
      50.51361
    ],
    "lat": 50.36751,
    "lon": 3.48976,
    "stop_count": 1890
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 2,
        "trip_count": 1229,
        "trip_share_pct": 13.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 81,
        "trip_count": 8144,
        "trip_share_pct": 86.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 83,
    "trip_count": 9373
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.2,
    "margin_to_next_band": 12.8,
    "score": 47.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 7,
      "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": "7 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (L2, C2, C3, T1, AMD, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 79,
      "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": "79 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"ST AMAND PISCINE\", \"ST WAAST PLACE\", \"ST AMAND EGLISE\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1816,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 9373
  },
  "route_map": {
    "drawn_route_count": 81,
    "has_shapes": true,
    "path": "data/artifacts/transvilles-valenciennes/geometry.geojson",
    "route_count": 83,
    "routes": [
      {
        "color": "87189D",
        "color_name": "purple",
        "has_shape": true,
        "id": "1-28453",
        "label": "L1",
        "long": "Marly - Petite-For\u00eat",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "10-28453",
        "label": "10",
        "long": "BRUAY Place - Anzin H\u00f4tel de Ville",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100-28451",
        "label": "100",
        "long": "HERGNIES - CONDE",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100-28453",
        "label": "100",
        "long": "HERGNIES - CONDE",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "101-28452",
        "label": "101",
        "long": "HORDAIN Salle des Sports - DENAIN Espace Villars",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102-28453",
        "label": "102",
        "long": "Maing - THIANT Coll\u00e8ge - P F Ctre Ccial",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "103-28452",
        "label": "103",
        "long": "Famars Universit\u00e9 - VERCHAIN Mairie",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "106-28452",
        "label": "106",
        "long": "DENAIN Espace Villars - HELESMES Terminus",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "107-28452",
        "label": "107",
        "long": "DENAIN Espace Villars - SAINT AMAND Lyc\u00e9e Couteaux",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "108-28452",
        "label": "108",
        "long": "SAINT AMAND SNCF - FLINES  LES MORTAGNE Rouillon",
        "short": "108",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "109-28452",
        "label": "109",
        "long": "ODOMEZ La Hauteville - QUIEVRECHAIN Puits n\u00b02",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "11-28453",
        "label": "11",
        "long": "TRITH de Vinci - VALENCIENNES G",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "112-28452",
        "label": "112",
        "long": "MARQUETTE 8 Mai 45 - NEUVILLE Cimeti\u00e8re",
        "short": "112",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "113-28453",
        "label": "113",
        "long": "BEUVRAGES R d droit-Valenciennes Gare",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "115-28453",
        "label": "115",
        "long": "P F Ctre Ccial - Valenciennes Gare",
        "short": "115",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "116-28453",
        "label": "116",
        "long": "ONNAING - TOYOTA / Vicq",
        "short": "116",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "12-28453",
        "label": "12",
        "long": "Anzin H\u00f4tel de Ville - Saint Amand Elnon",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "13-28452",
        "label": "13",
        "long": "VALENCIENNES GARE - AULNOY",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "131-28452",
        "label": "131",
        "long": "VALENCIENNES - SEBOURG Triez",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "133-28452",
        "label": "133",
        "long": "CONDE Place - SAINT AMAND SNCF",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCCD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "134-28452",
        "label": "134",
        "long": "ST AMAND - LECELLES - ST AMAND",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "14-28451",
        "label": "14",
        "long": "Fresnes - Bonsecours - Peruwelz",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "14-28453",
        "label": "14",
        "long": "Fresnes - Bonsecours",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "444748",
        "color_name": "green",
        "has_shape": true,
        "id": "140-28452",
        "label": "IGO1",
        "long": "ILLIGO 1:DENAIN ESPACE VILLARS - FAMARS UNIVERSITE",
        "short": "IGO1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "15-28452",
        "label": "15",
        "long": "Espace Villars - ESCAUDAIN",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "16-28453",
        "label": "16",
        "long": "DENAIN E Villars-VALENCIENNES G",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "17-28452",
        "label": "17",
        "long": "DENAIN Espace Villars - FAMARS Universit\u00e9",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "444748",
        "color_name": "green",
        "has_shape": true,
        "id": "178-28452",
        "label": "IGO2",
        "long": "ILLIGO 2:HERGNIES -VALENCIENNES Gare",
        "short": "IGO2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "18-28452",
        "label": "18",
        "long": "EMERCHICOURT - ABSCON- DENAIN Espace Villars",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "14737D",
        "color_name": "teal",
        "has_shape": true,
        "id": "186-28453",
        "label": "H",
        "long": "LIGNE HOPITAL",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E22083",
        "color_name": "pink",
        "has_shape": true,
        "id": "187-28453",
        "label": "C2",
        "long": "Navette centre ville CORDON 2",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E22083",
        "color_name": "pink",
        "has_shape": true,
        "id": "188-28453",
        "label": "C3",
        "long": "Navette centre ville CORDON 3",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "19-28451",
        "label": "19",
        "long": "Centre Thermal - Hasnon",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "19-28453",
        "label": "19",
        "long": "Centre Thermal - Hasnon",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E7345F",
        "color_name": "red",
        "has_shape": true,
        "id": "190-28449",
        "label": "T1",
        "long": "DENAIN E Villars-FAMARS Univer",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "08608D",
        "color_name": "teal",
        "has_shape": true,
        "id": "191-28449",
        "label": "T2",
        "long": "VX CONDE Le Boulon-FAMARS Univer",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E22083",
        "color_name": "pink",
        "has_shape": true,
        "id": "194-28453",
        "label": "AMD",
        "long": "Navette AMANDITOUR",
        "short": "AMD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E22083",
        "color_name": "pink",
        "has_shape": true,
        "id": "197-28453",
        "label": "C1",
        "long": "Navette centre ville CORDON 1",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E22083",
        "color_name": "pink",
        "has_shape": true,
        "id": "198-28453",
        "label": "VLX",
        "long": "Navette DENAIN / VILLARS EXPRESS",
        "short": "VLX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F98E00",
        "color_name": "orange",
        "has_shape": true,
        "id": "2-28453",
        "label": "L2",
        "long": "St Waast - Crespin / Qui\u00e9vrechain",
        "short": "L2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1C863",
        "color_name": "gray",
        "has_shape": true,
        "id": "20-28453",
        "label": "20",
        "long": "WALLERS Hertain - VALENCIENNES Ste Catherine",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "200-28453",
        "label": "SCO",
        "long": "Scolaire Transvilles",
        "short": "SCO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "201-28452",
        "label": "201",
        "long": "SCOLAIRES VALENCIENNES + Marly",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "202-28452",
        "label": "202",
        "long": "SCOLAIRES ANZIN/ PETITE FORET",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "203-28452",
        "label": "203",
        "long": "SCOLAIRES ST SAULVE",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "212-28452",
        "label": "212",
        "long": "SCOLAIRES ST AMAND",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "213-28452",
        "label": "213",
        "long": "SCOLAIRES RAISMES",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "214-28452",
        "label": "214",
        "long": "SCOLAIRES CONDE_VIEUX CONDE",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "215-28452",
        "label": "215",
        "long": "SCOLAIRES CRESPIN_QUIEVRECHAIN",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "216-28452",
        "label": "216",
        "long": "SCOLAIRES COLLEGE ONNAING",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "217-28452",
        "label": "217",
        "long": "SCOLAIRES ex Ligne 211",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "218-28452",
        "label": "218",
        "long": "SCOLAIRES LOURCHES_ESCAUDAIN",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "219-28452",
        "label": "219",
        "long": "SCOLAIRES COLLEGE THIANT + LEP TRITH",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "221-28452",
        "label": "221",
        "long": "SCOLAIRES COLLEGE WALLERS",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "225-28452",
        "label": "225",
        "long": "SCOLAIRES SEBOURG",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "227-28452",
        "label": "227",
        "long": "COLLEGE DOUCHY",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "228-28452",
        "label": "228",
        "long": "SCOLAIRES ESCAUDAIN",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "230-28452",
        "label": "230",
        "long": "SCOLAIRES WALLERS",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "231-28452",
        "label": "231",
        "long": "SCOLAIRES MARLY",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "232-28452",
        "label": "232",
        "long": "SCOLAIRES SAINT AMAND HASNON",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "233-28452",
        "label": "233",
        "long": "SCOLAIRES PETITE FOR\u00caT",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "235-28452",
        "label": "235",
        "long": "SCOLAIRES BOUCHAIN",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "236-28452",
        "label": "236",
        "long": "SCOLAIRES THIANT_ TRITH",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "237-28452",
        "label": "237",
        "long": "SCOLAIRES autres",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "238-28452",
        "label": "238",
        "long": "SCOLAIRES MORTAGNE",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "239-28452",
        "label": "239",
        "long": "SCOLAIRES SAINT AMAND_LECELLES",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "240-28452",
        "label": "240",
        "long": "SCOLAIRES SAINT AMAND MORTAGNE",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "241-28452",
        "label": "241",
        "long": "SCOLAIRES LYCEES KASTLER ET POLYVALENT",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "242-28452",
        "label": "242",
        "long": "SCOLAIRES ETABLISSEMENTS DENAIN",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "243-28452",
        "label": "243",
        "long": "SCOLAIRES ETABLISSEMENTS VALENCIENNES",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "244-28452",
        "label": "244",
        "long": "SCOLAIRES AULNOY_VALENCIENNES",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "245-28452",
        "label": "245",
        "long": "SCOLAIRES DENAIN WALLERS",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "246-28452",
        "label": "246",
        "long": "SCOLAIRES DENAIN LIEU SAINT AMAND",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "247-28452",
        "label": "247",
        "long": "SCOLAIRES DENAIN ESCAUDAIN",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9032AB",
        "color_name": "purple",
        "has_shape": true,
        "id": "248-28452",
        "label": "248",
        "long": "SCOLAIRES DENAIN TRITH",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "14737D",
        "color_name": "teal",
        "has_shape": true,
        "id": "26-28452",
        "label": "A",
        "long": "Navette AERODROME",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "14737D",
        "color_name": "teal",
        "has_shape": true,
        "id": "27-28452",
        "label": "G",
        "long": "Navette GSK",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85C8D8",
        "color_name": "gray",
        "has_shape": true,
        "id": "3-28453",
        "label": "3",
        "long": "M Peruwelz - Cond\u00e9 hotel de ville",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85C8D8",
        "color_name": "gray",
        "has_shape": true,
        "id": "4-28453",
        "label": "4",
        "long": "DOUCHY E Littr\u00e9-ROEULX/ESCAUDAIN",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85C8D8",
        "color_name": "gray",
        "has_shape": true,
        "id": "5-28453",
        "label": "5",
        "long": "BRUAY Place-VALENCIENNES Gare",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85C8D8",
        "color_name": "gray",
        "has_shape": true,
        "id": "7-28453",
        "label": "CRL",
        "long": "Corol - P F Ctre Cc /Beuvrages-Anzin",
        "short": "CRL",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "NAV-28449",
        "label": "NAV",
        "long": "HORAIRES DES NAVETTES",
        "short": "NAV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "NAV-28453",
        "label": "NAV",
        "long": "HORAIRES DES NAVETTES",
        "short": "NAV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1890,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "foreign_key_violation",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1528,
      "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": 20.2,
      "rank": 2,
      "severity": "WARNING",
      "what": "1528 of 1890 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": 9373,
      "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": "9373 of 9373 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
