{
  "agency": {
    "country": "FI",
    "id": "waltti-jyvaskyla",
    "name": "Waltti (Jyv\u00e4skyl\u00e4)",
    "subdivision_code": "FI-08",
    "subdivision_name": "Keski-Suomi"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 35.1,
          "stops_marked_accessible_pct": 1.1,
          "stops_marked_not_accessible_pct": 0.1,
          "stops_stated_pct": 1.2,
          "trips_stated_pct": 91.6
        },
        "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": 0.3,
          "wheelchair_trips": 13.7
        },
        "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": 99.9,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1837,
        "translations": {
          "feed_lang": "fi",
          "has_translations": true,
          "languages": [
            "fi"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 4
        },
        "trips": 2654,
        "wheelchair_accessible_pct": 91.6,
        "wheelchair_boarding_pct": 1.2,
        "wheelchair_marked_accessible_pct": 1.1,
        "wheelchair_marked_not_accessible_pct": 0.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1815,
          "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.7,
          "severity": "WARNING",
          "what": "1815 of 1837 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": 222,
          "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": 1.3,
          "severity": "WARNING",
          "what": "222 of 2654 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus 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_missing_headsigns",
          "count": 2,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "2 of 2654 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 51.5,
      "status": "measured",
      "summary": "1% of stops state wheelchair accessibility (1% 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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 27,
          "WARNING": 109733
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 109460,
          "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": 264,
          "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": "route_short_name_too_long",
          "count": 5,
          "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": "duplicate_route_name",
          "count": 3,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "missing_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": "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": 10,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 2,
          "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": 0.5,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 70.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 109760 instances (0 error, 109733 warning, 27 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-06-01",
        "feed_version": "202607141232",
        "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 1% of stops and 92% 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 1% of stops and 92% 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": "68dbb3520c1967f8e0086290b246f8897c1e5d51f6360bf41573529887e596c3",
    "size_bytes": 2219738,
    "static_url": "https://tvv.fra1.digitaloceanspaces.com/209.zip"
  },
  "fetch": {
    "final_url": "https://tvv.fra1.digitaloceanspaces.com/209.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": [
      25.07257,
      61.95569,
      26.49447,
      62.78021
    ],
    "lat": 62.26883,
    "lon": 25.75297,
    "stop_count": 1837
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 53,
        "trip_count": 2654,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 53,
    "trip_count": 2654
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 1.7,
    "margin_to_next_band": 8.3,
    "score": 71.7
  },
  "recommendations": [
    {
      "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": 1835,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 2654
  },
  "route_map": {
    "drawn_route_count": 53,
    "has_shapes": true,
    "path": "data/artifacts/waltti-jyvaskyla/geometry.geojson",
    "route_count": 53,
    "routes": [
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "12",
        "label": "Matka M\u00e4kel\u00e4",
        "long": "KEURUU-JYV\u00c4SKYL\u00c4",
        "short": "Matka M\u00e4kel\u00e4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "13",
        "label": "Matka M\u00e4kel\u00e4",
        "long": "KEURUU-JYV\u00c4SKYL\u00c4",
        "short": "Matka M\u00e4kel\u00e4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "14",
        "label": "Matka M\u00e4kel\u00e4",
        "long": "KEURUU-JYV\u00c4SKYL\u00c4",
        "short": "Matka M\u00e4kel\u00e4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "216",
        "label": "Matka M\u00e4kel\u00e4",
        "long": "KEURUU-JYV\u00c4SKYL\u00c4",
        "short": "Matka M\u00e4kel\u00e4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "Uuraisten Liikenne",
        "long": "Saarij\u00e4rvi-Jyv\u00e4skyl\u00e4",
        "short": "Uuraisten Liikenne",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "411",
        "label": "Koivuranta",
        "long": "LAUKAA-JYV\u00c4SKYL\u00c4",
        "short": "Koivuranta",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "412",
        "label": "Koivuranta",
        "long": "Laukaa-Jyv\u00e4skyl\u00e4 Kos",
        "short": "Koivuranta",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6133",
        "label": "113",
        "long": "KORPILAHTI-JYV\u00c4SKYLA",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6134",
        "label": "113",
        "long": "JYV\u00c4SKYLA-KORPILAHTI",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06622B",
        "color_name": "green",
        "has_shape": true,
        "id": "6140",
        "label": "140",
        "long": "\u00c4\u00c4NEKOSKI-JYV\u00c4SKYL\u00c4",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "06622B",
        "color_name": "green",
        "has_shape": true,
        "id": "6141",
        "label": "141",
        "long": "\u00c4\u00c4NEKOSKI-LAUKAA-JYV\u00c4SKYL\u00c4",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6541",
        "label": "Koiviston Auto",
        "long": "JKL-J\u00c4MS\u00c4NKOSKI",
        "short": "Koiviston Auto",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6542",
        "label": "Koiviston Auto",
        "long": "J\u00c4MS\u00c4NKOSKI-JKL",
        "short": "Koiviston Auto",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6671",
        "label": "Koiviston Auto",
        "long": "SAARIJ\u00c4RVI-JYV\u00c4SKYL\u00c4",
        "short": "Koiviston Auto",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6672",
        "label": "Koiviston Auto",
        "long": "JYV\u00c4SKYL\u00c4-SAARIJ\u00c4RVI",
        "short": "Koiviston Auto",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6902",
        "label": "Kouluv \u00c4ki",
        "long": "\u00c4\u00e4nekoski - Konginkangas",
        "short": "Kouluv \u00c4ki",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "901",
        "label": "S1",
        "long": "HAAPANIEMI-KORTEM\u00c4KI",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "902",
        "label": "S2",
        "long": "KAUNISHARJU-KORTEM\u00c4KI",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "903",
        "label": "S3",
        "long": "RISTIKIVI-KORTEPOHJA",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9031",
        "label": "3",
        "long": "VAAJAKOSKI-KESKUSTA",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "904",
        "label": "S4",
        "long": "NEN\u00c4INNIEMI-KORTEPOHJA",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "905",
        "label": "S5",
        "long": "KAAKKOLAMPI-PALOKKA",
        "short": "S5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9054",
        "label": "5",
        "long": "KESKUSTA-YLIST\u00d6NM\u00c4KI",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9055",
        "label": "5",
        "long": "YLIST\u00d6NM\u00c4KI-KESKUSTA",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "906",
        "label": "S6",
        "long": "MUSTALAMPI-PALOKKA-HEIKKIL\u00c4",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9071",
        "label": "7",
        "long": "S\u00c4\u00c4KSVUORI-VIITANIEMI",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9081",
        "label": "8",
        "long": "KUOKKALA-VIITANIEMI",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9091",
        "label": "9",
        "long": "VAAJAKOSKI-SAVULAHTI",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9092",
        "label": "9K",
        "long": "VAAJAKOSKI-SAVULAHTI",
        "short": "9K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9121",
        "label": "12",
        "long": "KANGASLAMPI-KELTINM\u00c4KI",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9123",
        "label": "12K",
        "long": "YL\u00c4MYLLYJ\u00c4RVI-PALOKANGAS",
        "short": "12K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9131",
        "label": "13",
        "long": "TIKKALA-KAUPPATORI",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9141",
        "label": "14",
        "long": "MUURAME-KANGASLAMPI",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9143",
        "label": "14M",
        "long": "VERKKONIEMI-9TIE-VIITANIEMI",
        "short": "14M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9151",
        "label": "15",
        "long": "VIHERLANDIA-KESKUSTA",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9161",
        "label": "16",
        "long": "MUURATSALO-KESKUSSAIRAALA",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9201",
        "label": "20",
        "long": "PUPUHUHTA-KAURAM\u00c4KI",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9211",
        "label": "21",
        "long": "MUURAME-KAUPPATORI",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9221",
        "label": "22",
        "long": "TIKKAKOSKI-KESKUSTA-KESKUSSAIRAALA",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9227",
        "label": "KOULUKYYTI",
        "long": "Laajavuori-Mankola",
        "short": "KOULUKYYTI",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9231",
        "label": "23",
        "long": "KIRRI-KESKUSSAIRAALA",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9321",
        "label": "32",
        "long": "VERTAALA-PALOKKA-KESKUSTA",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9341",
        "label": "34",
        "long": "TIKKAKOSKI-JYLH\u00c4-PUUPPOLA",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9342",
        "label": "34",
        "long": "RANNILA-PUUPPOLA",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9361",
        "label": "36",
        "long": "TIKKAKOSKI-MATINM\u00c4KI-KESKUSTA",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9372",
        "label": "37",
        "long": "KESKUSTA-NUUTTI-RUOKE-KESKUSTA",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9381",
        "label": "38",
        "long": "TOIVAKKA-JYV\u00c4SKYL\u00c4",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9385",
        "label": "38R",
        "long": "TOIVAKKA-JYV\u00c4SKYL\u00c4",
        "short": "38R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9411",
        "label": "41",
        "long": "LAUKAA-JYV\u00c4SKYL\u00c4",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9423",
        "label": "42",
        "long": "LIEVESTUORE-KESKUSSAIRAALA",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9431",
        "label": "143",
        "long": "JYV\u00c4SKYL\u00c4-HANKASALMI",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9451",
        "label": "45",
        "long": "VAAJAKOSKI-PALOKKA",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9461",
        "label": "46",
        "long": "VIHERLANDIA-NOVA",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1837,
    "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": 1815,
      "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.7,
      "rank": 1,
      "severity": "WARNING",
      "what": "1815 of 1837 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": 109460,
      "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"
}
