{
  "agency": {
    "country": "FR",
    "id": "fil-bleu-tours",
    "name": "Fil Bleu (Tours)",
    "subdivision_code": "FR-CVL",
    "subdivision_name": "Centre-Val de Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 78.9,
          "stops_marked_accessible_pct": 30.8,
          "stops_marked_not_accessible_pct": 35.5,
          "stops_stated_pct": 66.3,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 16.6,
          "wheelchair_trips": 15.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": true,
          "booking_rule_count": 1,
          "has_booking_rules": true,
          "has_flex": true
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2300,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 23787,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 66.3,
        "wheelchair_marked_accessible_pct": 30.8,
        "wheelchair_marked_not_accessible_pct": 35.5
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 776,
          "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": 8.4,
          "severity": "WARNING",
          "what": "776 of 2300 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_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_flex_service",
          "count": 1,
          "effort": "None.",
          "fix": "No action needed.",
          "owner": "",
          "points": 0.0,
          "severity": "INFO",
          "what": "This feed includes flexible (demand-responsive) service, and riders are told how to book it.",
          "why": "Dial-a-ride and zone service are described for trip planners, not just fixed routes."
        },
        {
          "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": 69.0,
      "status": "measured",
      "summary": "66% of stops state wheelchair accessibility (31% marked accessible, 35% 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": 12,
        "instances_by_severity": {
          "ERROR": 1,
          "INFO": 1396,
          "WARNING": 708751
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "invalid_time",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'invalid_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Invalid time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 657296,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 39795,
          "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": "fast_travel_between_consecutive_stops",
          "count": 7162,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 4387,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 61,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "expired_calendar",
          "count": 27,
          "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": "stops_match_shape_out_of_order",
          "count": 22,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stops_match_shape_out_of_order' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stops match shape out of order (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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_headsign_matches_intermediate_stop",
          "count": 1394,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 30.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 710148 instances (1 error, 708751 warning, 1396 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 37,
        "effective_expiry_date": "2026-08-24",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-24",
        "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": 46.7,
      "status": "measured",
      "summary": "Service data covers the next 37 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 37 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 66% of stops and 100% 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 66% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0; published by the Syndicat des Mobilit\u00e9s de Touraine through France's National Access Point. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "c82bfcb22eb565f01e2b0c10dfed93c85413a756376f11403341d3377b889547",
    "size_bytes": 6749256,
    "static_url": "https://data.tours-metropole.fr/api/datasets/1.0/horaires-temps-reel-gtfsrt-reseau-filbleu-tmvl/alternative_exports/filbleu_gtfszip/"
  },
  "fetch": {
    "final_url": "https://data.tours-metropole.fr/api/datasets/1.0/horaires-temps-reel-gtfsrt-reseau-filbleu-tmvl/alternative_exports/filbleu_gtfszip/",
    "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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      0.48672,
      47.30741,
      0.85019,
      47.4933
    ],
    "lat": 47.38931,
    "lon": 0.68937,
    "stop_count": 2300
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 1,
        "trip_count": 3784,
        "trip_share_pct": 15.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 52,
        "trip_count": 20003,
        "trip_share_pct": 84.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 53,
    "trip_count": 23787
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 46.4,
    "margin_to_next_band": 13.6,
    "score": 46.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 27,
      "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": "27 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (12, 15, 16, 17, 30, 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": 87,
      "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": "87 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Clos St Pierre\", \"Clos St Victor\", \"St Cyr Equatop\", 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": 1524,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 23787
  },
  "route_map": {
    "drawn_route_count": 53,
    "has_shapes": true,
    "path": "data/artifacts/fil-bleu-tours/geometry.geojson",
    "route_count": 53,
    "routes": [
      {
        "color": "164292",
        "color_name": "blue",
        "has_shape": true,
        "id": "TTR:LINE:10",
        "label": "10",
        "long": "Gare de Tours - Mar\u00e9chal Leclerc",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A4251",
        "color_name": "brown",
        "has_shape": true,
        "id": "TTR:LINE:11",
        "label": "11",
        "long": "Mareuil - Justices",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F0861E",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:12",
        "label": "12",
        "long": "Petite Arche - Porte de Loire",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:13",
        "label": "13",
        "long": "Beffroi - Petite Arche",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77408E",
        "color_name": "purple",
        "has_shape": true,
        "id": "TTR:LINE:14",
        "label": "14",
        "long": "Sant\u00e9 NCT+ - Chambray 2 Sud",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C95581",
        "color_name": "pink",
        "has_shape": true,
        "id": "TTR:LINE:15",
        "label": "15",
        "long": "La Riche Soleil - Blotterie",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A07720",
        "color_name": "brown",
        "has_shape": true,
        "id": "TTR:LINE:16",
        "label": "16",
        "long": "Chaufferie - Jou\u00e9 Gare",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F7B73",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:17",
        "label": "17",
        "long": "St Cyr Equatop - St Cyr Mairie",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "92BD11",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:19",
        "label": "19",
        "long": "Alsace - Gare de Tours",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004488",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:2",
        "label": "2",
        "long": "Les Douets - CHU Trousseau",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:30",
        "label": "30",
        "long": "Ballan Gare - CHU Trousseau",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4FAF70",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:31",
        "label": "31",
        "long": "Paul Fort - ESAT Liodi\u00e8re",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:32",
        "label": "32",
        "long": "Villandry Centre - Lyc\u00e9e Grandmont",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:34",
        "label": "34",
        "long": "Les Bergeons - Gare de Tours",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "82B9E0",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:35",
        "label": "35",
        "long": "Onze Arpents - Parc Grandmont",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:36",
        "label": "36",
        "long": "Onze Arpents - Lyc\u00e9e Grandmont",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E65D20",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:3A",
        "label": "3a",
        "long": "La Riche Centre - Onze Arpents",
        "short": "3a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E65D20",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:3B",
        "label": "3b",
        "long": "La Riche Centre - Grand Sud",
        "short": "3b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:4",
        "label": "4",
        "long": "Atlantes - Rempart",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:4B",
        "label": "4b",
        "long": "Atlantes - Libert\u00e9",
        "short": "4b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009030",
        "color_name": "green",
        "has_shape": true,
        "id": "TTR:LINE:5",
        "label": "5",
        "long": "St Pierre Gare - Parc Grandmont",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "079CB2",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:50",
        "label": "50",
        "long": "Vaugareau - Bois de Plante",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4FAF70",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:51",
        "label": "51",
        "long": "Croix Julia - Tranch\u00e9e",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:52",
        "label": "52",
        "long": "Vieux Calvaire - Tranch\u00e9e",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:53",
        "label": "53",
        "long": "Vaucanson - Porte de Loire",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "92BD11",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:54",
        "label": "54",
        "long": "Clos de Vernou - Porte de Loire",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "92BD11",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:56",
        "label": "56",
        "long": "Les Charmes - Vaucanson",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "92BD11",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:57",
        "label": "57",
        "long": "Merluche - Ursulines",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009030",
        "color_name": "green",
        "has_shape": true,
        "id": "TTR:LINE:5A",
        "label": "5a",
        "long": "Jean Jaur\u00e8s - Parc Grandmont",
        "short": "5a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009030",
        "color_name": "green",
        "has_shape": true,
        "id": "TTR:LINE:5B",
        "label": "5b",
        "long": "St Pierre Gare - Jean Jaur\u00e8s",
        "short": "5b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AEDAD3",
        "color_name": "white",
        "has_shape": true,
        "id": "TTR:LINE:66",
        "label": "66",
        "long": "Val Choisille - Lyc\u00e9e Choiseul / Lyc\u00e9e Vaucanson",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AEDAD3",
        "color_name": "white",
        "has_shape": true,
        "id": "TTR:LINE:67",
        "label": "67",
        "long": "Clos de Vernou - Lyc\u00e9e Vaucanson",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AEDAD3",
        "color_name": "white",
        "has_shape": true,
        "id": "TTR:LINE:68",
        "label": "68",
        "long": "Vaugareau - Lyc\u00e9e Vaucanson",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "92BD11",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:69",
        "label": "69",
        "long": "Ballan Gare - Lyc\u00e9e Grandmont",
        "short": "69",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "007DBE",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:70",
        "label": "70",
        "long": "Gare de Tours - MFR Rougemont",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:72",
        "label": "72",
        "long": "Gare de Tours - Sant\u00e9 Vinci",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "164292",
        "color_name": "blue",
        "has_shape": true,
        "id": "TTR:LINE:73",
        "label": "73",
        "long": "Moulin Maillet - Gare de Tours",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E75A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:83",
        "label": "83",
        "long": "Gare de Tours - Parc Expo",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD074E",
        "color_name": "red",
        "has_shape": true,
        "id": "TTR:LINE:A",
        "label": "A",
        "long": "Vaucanson - Lyc\u00e9e J. Monnet",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "BD074E",
        "color_name": "red",
        "has_shape": true,
        "id": "TTR:LINE:B",
        "label": "B",
        "long": "Vaucanson - Lyc\u00e9e J. Monnet",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2CB1A6",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:C1",
        "label": "C1",
        "long": "Bretonneau - St Augustin",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "82B9E5",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:N1",
        "label": "N1",
        "long": "Gare de Tours - Gare de Tours",
        "short": "N1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C488BB",
        "color_name": "pink",
        "has_shape": true,
        "id": "TTR:LINE:N2",
        "label": "N2",
        "long": "Gare de Tours - Gare de Tours",
        "short": "N2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F18419",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:R10",
        "label": "R10",
        "long": "Zone St Cyr - Tours Nord",
        "short": "R10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A84191",
        "color_name": "purple",
        "has_shape": true,
        "id": "TTR:LINE:R11",
        "label": "R11",
        "long": "Zone - St Avertin",
        "short": "R11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4FAF70",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:R12",
        "label": "R12",
        "long": "Gare de Tours - N\u00e9cropole Esvres",
        "short": "R12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:R3",
        "label": "R3",
        "long": "Atlantes - ZI Yvaudi\u00e8res",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB5584",
        "color_name": "pink",
        "has_shape": true,
        "id": "TTR:LINE:R4",
        "label": "R4",
        "long": "Zone Berthenay / St Genouph - La Riche Centre / Soleil",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "TTR:LINE:R5",
        "label": "R5",
        "long": "Zone Villandry / Savonni\u00e8res - Heure Tranquille",
        "short": "R5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "007CC1",
        "color_name": "teal",
        "has_shape": true,
        "id": "TTR:LINE:R6",
        "label": "R6",
        "long": "Zone Jou\u00e9 / Ballan / Druye - Jou\u00e9 H. de Ville",
        "short": "R6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E85B1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "TTR:LINE:R7",
        "label": "R7",
        "long": "Petit Bournais - Beffroi",
        "short": "R7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A07626",
        "color_name": "brown",
        "has_shape": true,
        "id": "TTR:LINE:R8",
        "label": "R8",
        "long": "Merluche - Luynes Centre",
        "short": "R8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4FAF70",
        "color_name": "gray",
        "has_shape": true,
        "id": "TTR:LINE:R9",
        "label": "R9",
        "long": "Vaucanson - La Diablerie",
        "short": "R9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2300,
    "stop_points_capped": true
  },
  "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-18",
  "top_fixes": [
    {
      "code": "invalid_time",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'invalid_time' 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": "Invalid time (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "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": 2,
      "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": "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"
}
