{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83807",
    "name": "R\u00e9seau urbain SITAC",
    "subdivision_code": "FR-HDF",
    "subdivision_name": "Hauts-de-France"
  },
  "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": 0.3,
          "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": 6729,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 2.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 806,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 6729,
        "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": 806,
          "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": "806 of 806 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": 6729,
          "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": "6729 of 6729 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": 789,
          "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.7,
          "severity": "INFO",
          "what": "About 789 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 22.8,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 50,
          "WARNING": 204001
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 198071,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 5805,
          "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": "same_name_and_description_for_route",
          "count": 44,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_route' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Same name and description for route (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_bike_allowance",
          "count": 30,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 23,
          "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": 6.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": "service_has_no_active_day_of_the_week",
          "count": 20,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "expired_calendar",
          "count": 7,
          "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_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": 46,
          "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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 2,
          "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": 0.5,
          "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": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 48.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 204051 instances (0 error, 204001 warning, 50 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 299,
        "effective_expiry_date": "2027-06-27",
        "feed_end_date": "2027-06-27",
        "feed_start_date": "2026-08-12",
        "feed_version": "1786441166216",
        "has_feed_info": true,
        "last_service_date": "2027-06-27",
        "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 299 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 1,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 0,
          "with_description": 1,
          "with_header_text": 1,
          "with_informed_entity": 1
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 90.6,
        "covered_trips": 29,
        "drift": {
          "median_seconds": -22,
          "observations": 724,
          "on_time_share_pct": 58.7,
          "p90_abs_seconds": 343
        },
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 32,
        "vehicles_checked": 102,
        "vehicles_on_route_pct": 100.0,
        "worst_lag_seconds": 0
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 3,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 3.3,
          "severity": "WARNING",
          "what": "3 of 32 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 96.7,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 configured feeds healthy; 90.6% of scheduled trips had live predictions; 100.0% of vehicles on their route; predictions ran a median of 22s ahead of schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 299 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to SI des transports urbains de l'agglom\u00e9ration du Calaisis (SITAC) and the update date.",
    "reachable": true,
    "sha256": "d7416130fdf0d89a80852712e229d3f210cf868a43887c983d13b33bee289355",
    "size_bytes": 2250368,
    "source_provenance": "official",
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/5dcdb39b-aee3-4a0f-a9a9-be225f5a8b78"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "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": 5
      },
      "trips": {
        "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": 30
      }
    },
    "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": 30
    },
    "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": 30
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [
        "trip_updates",
        "vehicle_positions",
        "service_alerts"
      ],
      "kinds_configured": 3,
      "scope": "whole_feed"
    },
    "route_count": 1,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 5,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 30
  },
  "fetch": {
    "final_url": "https://zenbus.net/gtfs/static/download.zip?dataset=sitac-calais-rt",
    "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.71306,
      50.86235,
      1.97903,
      50.98568
    ],
    "lat": 50.94655,
    "lon": 1.86273,
    "stop_count": 806
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 59,
        "trip_count": 6699,
        "trip_share_pct": 99.6
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 1,
        "trip_count": 30,
        "trip_share_pct": 0.4
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 60,
    "trip_count": 6729
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 1.9,
    "margin_to_next_band": 8.1,
    "score": 61.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 16,
      "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": "16 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (4, 8, 5, 2, B, 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_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": 566,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 6729
  },
  "route_map": {
    "drawn_route_count": 60,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83807/geometry.geojson",
    "route_count": 60,
    "routes": [
      {
        "color": "F29200",
        "color_name": "orange",
        "has_shape": true,
        "id": "zenbus:Line:4810787299262464:LOC",
        "label": "TS29",
        "long": "Ligne TS29",
        "short": "TS29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "20B5A3",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:4815637323972608:LOC",
        "label": "TS3",
        "long": "Ligne TS3",
        "short": "TS3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B90E80",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:4832014604697600:LOC",
        "label": "TS27",
        "long": "Ligne TS27",
        "short": "TS27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "757574",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:4860024502353920:LOC",
        "label": "TS6",
        "long": "Ligne TS6",
        "short": "TS6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A3A3A1",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:4862956455067648:LOC",
        "label": "TS5",
        "long": "Ligne TS5",
        "short": "TS5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "910050",
        "color_name": "red",
        "has_shape": true,
        "id": "zenbus:Line:4904135695532032:LOC",
        "label": "TS30",
        "long": "Ligne TS30",
        "short": "TS30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "zenbus:Line:534710001:LOC",
        "label": "2",
        "long": "Ligne 2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:537730001:LOC",
        "label": "6",
        "long": "Ligne 6",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:540230001:LOC",
        "label": "8",
        "long": "Ligne 8",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "zenbus:Line:546560001:LOC",
        "label": "3",
        "long": "Ligne 3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF66B3",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:549900001:LOC",
        "label": "10",
        "long": "Ligne 10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5BC5F2",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:549910001:LOC",
        "label": "13",
        "long": "Ligne 13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "999999",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:553860001:LOC",
        "label": "11",
        "long": "Ligne 11",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "zenbus:Line:561180001:LOC",
        "label": "4",
        "long": "Ligne 4",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8080",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:561190001:LOC",
        "label": "B",
        "long": "Ligne Balad'in",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CCCC",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:566940001:LOC",
        "label": "5",
        "long": "Ligne 5",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993300",
        "color_name": "brown",
        "has_shape": true,
        "id": "zenbus:Line:566950001:LOC",
        "label": "7",
        "long": "Ligne 7",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993366",
        "color_name": "brown",
        "has_shape": true,
        "id": "zenbus:Line:570820023:LOC",
        "label": "M",
        "long": "Ligne Calais Majest'in",
        "short": "M",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "zenbus:Line:577450010:LOC",
        "label": "1",
        "long": "Ligne 1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "zenbus:Line:590820015:LOC",
        "label": "ATC",
        "long": "Line ATC",
        "short": "ATC",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A61F5E",
        "color_name": "red",
        "has_shape": true,
        "id": "zenbus:Line:6395804213313536:LOC",
        "label": "TAD ZI DUNES",
        "long": "TAD Z.I DES DUNES",
        "short": "TAD ZI DUNES",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "575755",
        "color_name": "brown",
        "has_shape": true,
        "id": "zenbus:Line:676280002:LOC",
        "label": "TS8",
        "long": "Ligne TS8",
        "short": "TS8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:678580001:LOC",
        "label": "TS44",
        "long": "Ligne TS44",
        "short": "TS44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F2ADCB",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:680180001:LOC",
        "label": "TS25",
        "long": "Ligne TS25",
        "short": "TS25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFD200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:684460002:LOC",
        "label": "TS36",
        "long": "Ligne TS36",
        "short": "TS36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85D0F6",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:684470001:LOC",
        "label": "TS17",
        "long": "Ligne TS17",
        "short": "TS17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "85D0F7",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:684480001:LOC",
        "label": "TS11",
        "long": "Ligne TS11",
        "short": "TS11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9689BF",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:684490001:LOC",
        "label": "TS26",
        "long": "Ligne TS26",
        "short": "TS26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "85D0F6",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:686640002:LOC",
        "label": "TS28",
        "long": "Ligne TS28",
        "short": "TS28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "487371",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:692350003:LOC",
        "label": "TS14",
        "long": "Ligne TS14",
        "short": "TS14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A4DCF8",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:698210001:LOC",
        "label": "TS4",
        "long": "Ligne TS4",
        "short": "TS4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "96C221",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:698220001:LOC",
        "label": "TS1",
        "long": "Ligne TS1",
        "short": "TS1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B58ABD",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:698230001:LOC",
        "label": "TS35",
        "long": "Ligne TS35",
        "short": "TS35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFE696",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:700690001:LOC",
        "label": "TS9",
        "long": "Ligne TS9",
        "short": "TS9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B1EC",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:700700001:LOC",
        "label": "TS38",
        "long": "Ligne TS38",
        "short": "TS38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC7638",
        "color_name": "orange",
        "has_shape": true,
        "id": "zenbus:Line:702180001:LOC",
        "label": "TS12",
        "long": "Ligne TS12",
        "short": "TS12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F293BD",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:703770003:LOC",
        "label": "TS20",
        "long": "Ligne TS20",
        "short": "TS20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "322985",
        "color_name": "blue",
        "has_shape": true,
        "id": "zenbus:Line:706040001:LOC",
        "label": "TS31",
        "long": "Ligne TS31",
        "short": "TS31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5398",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:706050001:LOC",
        "label": "TS18",
        "long": "Ligne TS18",
        "short": "TS18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C4AC02",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:709480008:LOC",
        "label": "TS21",
        "long": "Ligne TS21",
        "short": "TS21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC01",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:711080002:LOC",
        "label": "TS7",
        "long": "Ligne TS7",
        "short": "TS7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "zenbus:Line:713110001:LOC",
        "label": "TS10",
        "long": "Ligne TS10",
        "short": "TS10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "018640",
        "color_name": "green",
        "has_shape": true,
        "id": "zenbus:Line:715040002:LOC",
        "label": "TS2",
        "long": "Ligne TS2",
        "short": "TS2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0180BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:715070001:LOC",
        "label": "TS23",
        "long": "Ligne TS23",
        "short": "TS23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F29D1D",
        "color_name": "orange",
        "has_shape": true,
        "id": "zenbus:Line:716850003:LOC",
        "label": "TS16",
        "long": "Ligne TS16",
        "short": "TS16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7CBB2F",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:716910001:LOC",
        "label": "TS40",
        "long": "Ligne TS40",
        "short": "TS40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EBC586",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:716920001:LOC",
        "label": "TS22",
        "long": "Ligne TS22",
        "short": "TS22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005081",
        "color_name": "teal",
        "has_shape": true,
        "id": "zenbus:Line:716930001:LOC",
        "label": "TS19",
        "long": "Ligne TS19",
        "short": "TS19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "660000",
        "color_name": "black",
        "has_shape": true,
        "id": "zenbus:Line:718820001:LOC",
        "label": "TS43",
        "long": "Ligne TS43",
        "short": "TS43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACD085",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:718830001:LOC",
        "label": "TS32",
        "long": "Ligne TS32",
        "short": "TS32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E20516",
        "color_name": "red",
        "has_shape": true,
        "id": "zenbus:Line:720820003:LOC",
        "label": "TS37",
        "long": "Ligne TS37",
        "short": "TS37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "954B96",
        "color_name": "purple",
        "has_shape": true,
        "id": "zenbus:Line:720860001:LOC",
        "label": "TS42",
        "long": "Ligne TS42",
        "short": "TS42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "019642",
        "color_name": "green",
        "has_shape": true,
        "id": "zenbus:Line:720870001:LOC",
        "label": "TS33",
        "long": "Ligne TS33",
        "short": "TS33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BCE7F9",
        "color_name": "white",
        "has_shape": true,
        "id": "zenbus:Line:722820001:LOC",
        "label": "TS13",
        "long": "Ligne TS13",
        "short": "TS13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "018540",
        "color_name": "green",
        "has_shape": true,
        "id": "zenbus:Line:722830001:LOC",
        "label": "TS24",
        "long": "Ligne TS24",
        "short": "TS24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "79A9A9",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:722840001:LOC",
        "label": "TS15",
        "long": "Ligne TS15",
        "short": "TS15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6FBC84",
        "color_name": "gray",
        "has_shape": true,
        "id": "zenbus:Line:722850001:LOC",
        "label": "TS41",
        "long": "Ligne TS41",
        "short": "TS41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1D1D1B",
        "color_name": "black",
        "has_shape": true,
        "id": "zenbus:Line:722860001:LOC",
        "label": "TS34",
        "long": "Ligne TS34",
        "short": "TS34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FECB01",
        "color_name": "yellow",
        "has_shape": true,
        "id": "zenbus:Line:722870001:LOC",
        "label": "TS39",
        "long": "Ligne TS39",
        "short": "TS39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "zenbus:Line:727330001:LOC",
        "label": "12",
        "long": "Ligne 12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 806,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 806,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "806 of 806 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": 6729,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "6729 of 6729 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,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
