{
  "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.0,
          "stops_marked_not_accessible_pct": 0.1,
          "stops_stated_pct": 1.1,
          "trips_stated_pct": 91.8
        },
        "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.8
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 5894,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2173,
        "translations": {
          "feed_lang": "fi",
          "has_translations": true,
          "languages": [
            "fi"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 4
        },
        "trips": 5894,
        "wheelchair_accessible_pct": 91.8,
        "wheelchair_boarding_pct": 1.1,
        "wheelchair_marked_accessible_pct": 1.0,
        "wheelchair_marked_not_accessible_pct": 0.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2149,
          "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": "2149 of 2173 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": 484,
          "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.2,
          "severity": "WARNING",
          "what": "484 of 5894 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 one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "2 of 5894 trips lack rider-facing destination or direction text.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "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": 2,
          "INFO": 26,
          "WARNING": 109112
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "invalid_character",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'invalid_character' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Invalid character (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 108542,
          "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": 562,
          "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": 6,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 1,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "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": 11,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 56.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 109140 instances (2 error, 109112 warning, 26 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 308,
        "effective_expiry_date": "2027-06-06",
        "feed_end_date": "2027-06-06",
        "feed_start_date": "2026-06-01",
        "feed_version": "202607271153",
        "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 308 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 308 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. 1 validator error to resolve. 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": "4daa1e09c435889689b7eb1406e2cc58974c1842746028c4c4a01f29a734588c",
    "size_bytes": 4633566,
    "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-08-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      25.31759,
      61.87459,
      26.49447,
      62.87188
    ],
    "lat": 62.27107,
    "lon": 25.75743,
    "stop_count": 2173
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 82,
        "trip_count": 5894,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 82,
    "trip_count": 5894
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 5.8,
    "margin_to_next_band": 4.2,
    "score": 65.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 1,
      "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": "1 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (Kyl\u00e4bussi).",
      "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_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": 2171,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5894
  },
  "route_map": {
    "drawn_route_count": 82,
    "has_shapes": true,
    "path": "data/artifacts/waltti-jyvaskyla/geometry.geojson",
    "route_count": 82,
    "routes": [
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "118",
        "label": "Pohjolan Matka",
        "long": "Uurainen - Jyv\u00e4skyl\u00e4",
        "short": "Pohjolan Matka",
        "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": "FF8800",
        "color_name": "orange",
        "has_shape": true,
        "id": "413",
        "label": "Kyl\u00e4bussi",
        "long": "\u00c4\u00e4nekosken Kyl\u00e4bussi",
        "short": "Kyl\u00e4bussi",
        "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": "6701",
        "label": "Kouluvuoro",
        "long": "Suolahti-Ruotinkyl\u00e4",
        "short": "Kouluvuoro",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6711",
        "label": "Kouluvuoro",
        "long": "\u00c4\u00e4nekoski - Hirvaskangas - Koivisto - Suolahti",
        "short": "Kouluvuoro",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6712",
        "label": "Kouluvuoro",
        "long": "Suolahti - Koivisto - Hirvaskangas",
        "short": "Kouluvuoro",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6832",
        "label": "Kouluvuoro",
        "long": "Suolahti - Sumiainen",
        "short": "Kouluvuoro",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6861",
        "label": "SEUTU VEHNI\u00c4",
        "long": "LAUKAA-VEHNI\u00c4",
        "short": "SEUTU VEHNI\u00c4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6901",
        "label": "kouluv \u00c4ki",
        "long": "Konginkangas - \u00c4\u00e4nekoski",
        "short": "kouluv \u00c4ki",
        "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": "6908",
        "label": "M\u00e4mmensalmi",
        "long": "\u00c4ki tk - M\u00e4mmensalmi - \u00c4\u00e4nekoski",
        "short": "M\u00e4mmensalmi",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6912",
        "label": "Kouluvuoro",
        "long": "\u00c4\u00e4nekoski - Lantelantie",
        "short": "Kouluvuoro",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "6913",
        "label": "Kouluvuoro",
        "long": "Kalaniemi - Konginkangas - \u00c4\u00e4nekoski",
        "short": "Kouluvuoro",
        "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": "9017",
        "label": "1M",
        "long": "HAAPANIEMI-VIITANIEMI",
        "short": "1M",
        "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": "9027",
        "label": "2V",
        "long": "KAUNISHARJU-VIITANIEMI",
        "short": "2V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9028",
        "label": "S2M",
        "long": "KAUNISHARJU-KORTEM\u00c4KI",
        "short": "S2M",
        "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": "9033",
        "label": "3K",
        "long": "HALSSILA-HUHTAHARJUN KOULU",
        "short": "3K",
        "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": "9043",
        "label": "4K",
        "long": "VIHERLANDIA-VAAJAKOSKI",
        "short": "4K",
        "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": "9051",
        "label": "5",
        "long": "YLIST\u00d6NM\u00c4KI-VIITANIEMI",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9053",
        "label": "5K",
        "long": "YLIST\u00d6NM\u00c4KI-KORTEPOHJA-YLIST\u00d6NM\u00c4KI",
        "short": "5K",
        "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": "9153",
        "label": "15K",
        "long": "VIHERLANDIA-KSAIRAALA",
        "short": "15K",
        "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": "9163",
        "label": "16M",
        "long": "MUURATSALO-VIITANIEMI",
        "short": "16M",
        "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": "9223",
        "label": "22M",
        "long": "TIKKAKOSKI-4TIE-KESKUSSAIRAALA",
        "short": "22M",
        "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": "9261",
        "label": "26",
        "long": "JYLHA-YLIST\u00d6NM\u00c4KI",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9311",
        "label": "31",
        "long": "SAARENMAA-LINTUKANGAS-KESKUSTA",
        "short": "31",
        "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": "9383",
        "label": "38K",
        "long": "LEPP\u00c4LAHTI-KESKUSTA",
        "short": "38K",
        "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": "9391",
        "label": "39",
        "long": "RUOKE-KESKUSTA-RUOKE",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9401",
        "label": "40",
        "long": "KUOHU-KESKUSTA",
        "short": "40",
        "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": "9414",
        "label": "41",
        "long": "JYV\u00c4SKYL\u00c4-PEURUNKA",
        "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"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9471",
        "label": "47",
        "long": "VIHERLANDIA-SEPP\u00c4",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9601",
        "label": "TARVAALA",
        "long": "LAUKAA-VUONTEE-TARVAALA-LAUKAA",
        "short": "TARVAALA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9603",
        "label": "NOJOSNIEMI",
        "long": "NOJOSNIEMEN TH-LIEVESTUORE",
        "short": "NOJOSNIEMI",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9604",
        "label": "41",
        "long": "JYV\u00c4SKYL\u00c4-VATIA",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9801",
        "label": "100",
        "long": "Rutalahti - Korpilahti",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00662B",
        "color_name": "green",
        "has_shape": true,
        "id": "9802",
        "label": "100",
        "long": "Korpilahti - Rutalahti",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2173,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-08-02",
  "top_fixes": [
    {
      "code": "invalid_character",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'invalid_character' 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 character (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2149,
      "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": 2,
      "severity": "WARNING",
      "what": "2149 of 2173 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": 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"
}
