{
  "agency": {
    "country": "FI",
    "id": "waltti-kouvola",
    "name": "Waltti (Kouvola)",
    "subdivision_code": "FI-09",
    "subdivision_name": "Kymenlaakso"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 39.9,
          "stops_marked_accessible_pct": 0.7,
          "stops_marked_not_accessible_pct": 3.1,
          "stops_stated_pct": 3.8,
          "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": 1.0,
          "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": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1152,
        "translations": {
          "feed_lang": "fi",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 978,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 3.8,
        "wheelchair_marked_accessible_pct": 0.7,
        "wheelchair_marked_not_accessible_pct": 3.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1108,
          "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": 24.0,
          "severity": "WARNING",
          "what": "1108 of 1152 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."
        }
      ],
      "name": "completeness",
      "score": 53.5,
      "status": "measured",
      "summary": "4% of stops state wheelchair accessibility (1% marked accessible, 3% 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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 25,
          "WARNING": 20919
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 20916,
          "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": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_short_name_too_long",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "unknown_column",
          "count": 15,
          "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.8,
          "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": 8,
          "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.8,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 78.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 20944 instances (0 error, 20919 warning, 25 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 323,
        "effective_expiry_date": "2027-06-06",
        "feed_end_date": "2027-06-06",
        "feed_start_date": "2026-04-25",
        "feed_version": "202607151047",
        "has_feed_info": true,
        "last_service_date": "2027-06-06",
        "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 323 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 323 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 4% 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. States wheelchair access on 4% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; credit Waltti, link the licence, and indicate any changes made to the source data.",
    "reachable": true,
    "sha256": "7e78667936b4c08a77686b10db08eff22057eba2894b2aaa3d1861f3090b45e4",
    "size_bytes": 1233841,
    "static_url": "https://tvv.fra1.digitaloceanspaces.com/219.zip"
  },
  "fetch": {
    "final_url": "https://tvv.fra1.digitaloceanspaces.com/219.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-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      26.34627,
      60.61366,
      27.19652,
      61.25354
    ],
    "lat": 60.86881,
    "lon": 26.72226,
    "stop_count": 1152
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 47,
        "trip_count": 978,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 47,
    "trip_count": 978
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 5.8,
    "margin_to_next_band": 4.2,
    "score": 75.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "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": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (2, 6, 6K, 6T, 6A).",
      "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."
    }
  ],
  "routability": {
    "boardable_stops": 1152,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 978
  },
  "route_map": {
    "drawn_route_count": 47,
    "has_shapes": true,
    "path": "data/artifacts/waltti-kouvola/geometry.geojson",
    "route_count": 47,
    "routes": [
      {
        "color": "28482B",
        "color_name": "green",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Lapinm\u00e4ki \u2013 Kuusankoski \u2013 Keskusta \u2013 Rekola (Kvl)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D95523",
        "color_name": "red",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Mielakka \u2013 Keskusta \u2013 Lehtom\u00e4ki \u2013 Ratamo \u2013 Keskusta \u2013 Mielakka",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1001",
        "label": "P1",
        "long": "Keskusta - Kaunisnurmi - Prisma - Veturi",
        "short": "P1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1002",
        "label": "P2",
        "long": "Keskusta - Ratamo - Kotiharju - Lehtom\u00e4ki - Pikku Palom\u00e4ki - Ratamo - Keskusta",
        "short": "P2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1003",
        "label": "P3",
        "long": "Keskusta - Vahtero - Eskolanm\u00e4ki - Rekola (Kvl) - Keskusta",
        "short": "P3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1004",
        "label": "P4",
        "long": "Voikkaa \u2013 Markank. \u2013 T\u00e4htee \u2013 Ksnk.",
        "short": "P4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1005",
        "label": "P5",
        "long": "Kuusankoski  \u2013Rekola (Ksnk) \u2013 M\u00e4kikyl\u00e4 \u2013 Kuusankoski",
        "short": "P5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1006",
        "label": "P6",
        "long": "Kuusankoski \u2013 Rantakulma \u2013 Kymintehdas \u2013  M\u00e4yr\u00e4m\u00e4ki \u2013 Veturi \u2013 Ratamo \u2013 Keskusta",
        "short": "P6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1007",
        "label": "P7",
        "long": "Anjala \u2013 Inkeroinen \u2013 Myllykoski \u2013 Ummeljoki",
        "short": "P7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "1008",
        "label": "P8",
        "long": "Anjala - Inkeroinen - Keltakangas - Myllykoski - Ummeljoki - Koria - Veturi - Prisma - Ratamo - Hansa",
        "short": "P8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3FD322",
        "color_name": "green",
        "has_shape": true,
        "id": "150",
        "label": "15",
        "long": "Matkakeskus - Verla - Repovesi - Orilampi",
        "short": "15",
        "text_color": "030511",
        "type_label": "Bus"
      },
      {
        "color": "4ABE41",
        "color_name": "green",
        "has_shape": true,
        "id": "152",
        "label": "15B",
        "long": "Hillosensalmi - Repovesi",
        "short": "15B",
        "text_color": "19193E",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": true,
        "id": "1703",
        "label": "Kvl - Taavetti",
        "long": "Kouvola - Taavetti",
        "short": "Kvl - Taavetti",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A75042",
        "color_name": "brown",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Koria - Keskusta - Valkeala",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7F7F7F",
        "color_name": "gray",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Lapinm\u00e4ki - Kuusankoski - Keskusta - Myllykoski - Inkeroinen - Anjala",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "3200",
        "label": "32",
        "long": "Anjala - Ummeljoki - Myllykoski",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "3400",
        "label": "34",
        "long": "Myllykoski - Inkeroinen",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "3500",
        "label": "35",
        "long": "Anjala - Sippola - Anjala",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4400",
        "label": "44",
        "long": "V\u00e4r\u00e4l\u00e4-Koria-Teuroinen-Elim\u00e4ki",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4410",
        "label": "44B",
        "long": "V\u00e4r\u00e4l\u00e4 - Nappa ABC",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4800",
        "label": "48",
        "long": "Ratula - Koskisto - Villikkala - Elim\u00e4ki",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "719100",
        "color_name": "brown",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "Matkakeskus \u2013 Valkeala \u2013 Vekaranj\u00e4rvi",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "719100",
        "color_name": "brown",
        "has_shape": true,
        "id": "51",
        "label": "5A",
        "long": "Matkakeskus \u2013 Valkeala \u2013 Vekaranj\u00e4rvi \u2013Tuohikotti",
        "short": "5A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "719100",
        "color_name": "brown",
        "has_shape": true,
        "id": "52",
        "label": "5B",
        "long": "Vekaranj\u00e4rvi - Tuohikotti - Valkeala - Matkakeskus",
        "short": "5B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5300",
        "label": "53",
        "long": "Vuohij\u00e4rvi - Valkeala",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5301",
        "label": "53A",
        "long": "Voikoski - Vuohij\u00e4rvi - Valkeala",
        "short": "53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5400",
        "label": "54",
        "long": "Voikkaa - Harju - Valkeala",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5500",
        "label": "55",
        "long": "Valkeala - Tirva - Utti - Valkeala",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5600",
        "label": "56",
        "long": "Valkeala\u2013 Tirva \u2013 Kaipiainen \u2013 Utti \u2013 Valkeala",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5900",
        "label": "59",
        "long": "Valkeala \u2013 Sel\u00e4np\u00e4\u00e4 \u2013 Jaala",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "355880",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Elim\u00e4ki \u2013 Koria \u2013 Keskusta \u2013 Utti",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6000",
        "label": "60",
        "long": "Utti - Sippola - Myllykoski - Tornionm\u00e4ki - Matkakeskus",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6100",
        "label": "61",
        "long": "Kaipiainen \u2013 Sippola - Myllykoski \u2013 Tornionm\u00e4ki \u2013 Ratamo",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "355880",
        "color_name": "teal",
        "has_shape": true,
        "id": "62",
        "label": "6K",
        "long": "Elim\u00e4ki \u2013 Koria \u2013 Keskusta \u2013 Utti",
        "short": "6K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6200",
        "label": "62",
        "long": "Kaipiainen \u2013 Tornionm\u00e4ki \u2013 Ratamo",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "355880",
        "color_name": "teal",
        "has_shape": true,
        "id": "63",
        "label": "6T",
        "long": "Elim\u00e4ki \u2013 Koria \u2013 Keskusta \u2013 Utti",
        "short": "6T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6300",
        "label": "63",
        "long": "Matkakeskus \u2013 Tornionm\u00e4ki \u2013 Utti \u2013 Sippola",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6310",
        "label": "63K",
        "long": "Sippola - Utti - Kopterikuja - Matkakeskus",
        "short": "63K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "355880",
        "color_name": "teal",
        "has_shape": true,
        "id": "64",
        "label": "6A",
        "long": "Elim\u00e4ki - Koria - Keskusta - Kaipiainen",
        "short": "6A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6400",
        "label": "64",
        "long": "Sippola - Utti",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "532821",
        "color_name": "black",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Lehtom\u00e4ki \u2013 Keskusta \u2013 Veturi \u2013 Kuusankoski \u2013 Pilkanmaa",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "532821",
        "color_name": "black",
        "has_shape": true,
        "id": "71",
        "label": "7B",
        "long": "Lehtom\u00e4ki \u2013 Keskusta \u2013 Veturi \u2013 Kuusankoski",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "532821",
        "color_name": "black",
        "has_shape": true,
        "id": "72",
        "label": "7V",
        "long": "Lehtom\u00e4ki \u2013 Keskusta \u2013 Veturi \u2013 Kuusankoski \u2013 Pilkanmaa",
        "short": "7V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "532821",
        "color_name": "black",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Lehtom\u00e4ki \u2013 Keskusta \u2013 Veturi",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990066",
        "color_name": "red",
        "has_shape": true,
        "id": "900",
        "label": "9",
        "long": "Jaala - Voikkaa - Kuusankoski - Keskusta - Tornionm\u00e4ki",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990066",
        "color_name": "red",
        "has_shape": true,
        "id": "901",
        "label": "9A",
        "long": "Huhdasj\u00e4rvi-Jaala-Voikkaa-Kuusankoski-Keskusta-Tornionm\u00e4ki",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990066",
        "color_name": "red",
        "has_shape": true,
        "id": "902",
        "label": "9K",
        "long": "Kimola-Jaala-Voikkaa-Kuusankoski-Keskusta-Tornionm\u00e4ki",
        "short": "9K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1152,
    "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-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1108,
      "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": 24.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1108 of 1152 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,
      "rank": 2,
      "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": "non_ascii_or_non_printable_char",
      "count": 20916,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
