{
  "agency": {
    "country": "FI",
    "id": "waltti-oulu",
    "name": "Waltti (Oulu)",
    "subdivision_code": "FI-14",
    "subdivision_name": "Pohjois-Pohjanmaa"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 6.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 16.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": 0.0,
          "wheelchair_trips": 2.4
        },
        "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": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1979,
        "translations": {
          "feed_lang": "fi",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 25866,
        "wheelchair_accessible_pct": 16.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1979,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1979 of 1979 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": 21740,
          "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": 12.6,
          "severity": "WARNING",
          "what": "21740 of 25866 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": 12,
          "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": "12 of 25866 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."
        }
      ],
      "name": "completeness",
      "score": 39.9,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 29,
          "WARNING": 59000
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 58983,
          "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": 9,
          "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": 6.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": "service_has_no_active_day_of_the_week",
          "count": 4,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "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": 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": "big_gap_in_service",
          "count": 4,
          "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": 68.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 59029 instances (0 error, 59000 warning, 29 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-07-16",
        "feed_version": "202607150943",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "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 166 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 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 16% 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 0% of stops and 16% 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": "4ff4ff69c974cb44cd5d2e67ef7174b916c6baec9c9524390d427ed07f1d3d31",
    "size_bytes": 10082912,
    "static_url": "https://tvv.fra1.digitaloceanspaces.com/229.zip"
  },
  "fetch": {
    "final_url": "https://tvv.fra1.digitaloceanspaces.com/229.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": [
      24.5629,
      64.76216,
      26.15316,
      65.3724
    ],
    "lat": 65.01301,
    "lon": 25.51335,
    "stop_count": 1979
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 97,
        "trip_count": 25866,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 97,
    "trip_count": 25866
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 7.2,
    "margin_to_next_band": 2.8,
    "score": 67.2
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1979,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 25866
  },
  "route_map": {
    "drawn_route_count": 97,
    "has_shapes": true,
    "path": "data/artifacts/waltti-oulu/geometry.geojson",
    "route_count": 97,
    "routes": [
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1003",
        "label": "10",
        "long": "Heikinharju - Koskela",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004",
        "label": "10P",
        "long": "Ruskonselk\u00e4 - Koskela",
        "short": "10P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "102",
        "label": "1",
        "long": "Jylkynkangas - Metelinkangas",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1102",
        "label": "11",
        "long": "Keskusta - Kivikkokangas",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1402",
        "label": "14",
        "long": "V\u00e4livainio - Lintula",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1501",
        "label": "15",
        "long": "Nallikari - M\u00e4ntyl\u00e4",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "151",
        "label": "15N",
        "long": "Keskusta - Nallikari",
        "short": "15N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1802",
        "label": "18",
        "long": "Kaijonharju - M\u00e4ntyl\u00e4",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "1902",
        "label": "19",
        "long": "Pateniemenranta - Vaskikangas",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Martinniemi - OSAO",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "201",
        "label": "20B",
        "long": "Martinniemi - OYS",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "202",
        "label": "20K",
        "long": "Martinniemi - OSAO",
        "short": "20K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "204",
        "label": "20N",
        "long": "Keskusta - Martinniemi",
        "short": "20N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "205",
        "label": "20+",
        "long": "Herukka - OSAO",
        "short": "20+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "207",
        "label": "2",
        "long": "Ritaharju - Metsokangas",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "208",
        "label": "2N",
        "long": "Ritaharju - Metsokangas",
        "short": "2N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "209",
        "label": "2X",
        "long": "V\u00e4h\u00e4oja - Metsokangas",
        "short": "2X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "2099",
        "label": "20BH",
        "long": "Martinniemi - OYS",
        "short": "20BH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "2196",
        "label": "21A",
        "long": "Kellon Kiviniemi - Kaukovainio",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "2197",
        "label": "21",
        "long": "Kellon Kiviniemi - Kaukovainio",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "2299",
        "label": "22",
        "long": "Asemakyl\u00e4 - OSAO",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "241",
        "label": "23",
        "long": "Ii - Oulu",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "242",
        "label": "23K",
        "long": "Ii - Putaankyl\u00e4 - Oulu",
        "short": "23K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Jokela - OSAO",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Oulu - AOL",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "262",
        "label": "26+",
        "long": "Oulu - AOL",
        "short": "26+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "263",
        "label": "26B",
        "long": "Kiviniemi - AOL",
        "short": "26B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "2701",
        "label": "27",
        "long": "Ii - Linnanmaa - Oulu",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Ii - Linnanmaa - Oulu",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Ii - Yli-Ii",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "292",
        "label": "29M",
        "long": "Ii - Yli-Ii",
        "short": "29M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "293",
        "label": "29T",
        "long": "Ii - Yli-Ii",
        "short": "29T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "302",
        "label": "3",
        "long": "Aaltokangas - Metsokangas",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Kiiminki - J\u00e4\u00e4li - Oulu",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Kiiminki - Oulu",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "353",
        "label": "35K",
        "long": "Kiiminki - J\u00e4\u00e4li - Oulu",
        "short": "35K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3597",
        "label": "35N",
        "long": "Oulu - J\u00e4\u00e4li -  Kiiminki",
        "short": "35N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3598",
        "label": "35BK",
        "long": "Kiiminki - J\u00e4\u00e4li - Oulu",
        "short": "35BK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3599",
        "label": "35B",
        "long": "Kiiminki - Oulu",
        "short": "35B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3602",
        "label": "36",
        "long": "Ylikiiminki - Oulu",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3810",
        "label": "38",
        "long": "Ylikiiminki - Haukipudas",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3813",
        "label": "38AM",
        "long": "Alakyl\u00e4 - Mannintie - Ylikiiminki",
        "short": "38AM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3816",
        "label": "38B",
        "long": "Ylikiiminki - Haukipudas",
        "short": "38B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3817",
        "label": "38B+",
        "long": "Onkamo th - Haukipudas",
        "short": "38B+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3818",
        "label": "38Y",
        "long": "Ylikiiminki - Kiiminki",
        "short": "38Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3820",
        "label": "38JL",
        "long": "Ylikiiminki - Haukipudas",
        "short": "38JL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3821",
        "label": "38JL+",
        "long": "Onkamo th - Haukipudas",
        "short": "38JL+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "3822",
        "label": "38BJL",
        "long": "Haukipudas - Kiiminki",
        "short": "38BJL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "400",
        "label": "40",
        "long": "Oulu - Muhos - Oulu",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "401",
        "label": "40K",
        "long": "Oulu - Muhos - Oulu",
        "short": "40K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "406",
        "label": "40K+",
        "long": "P\u00e4iv\u00e4rinne - Muhos",
        "short": "40K+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "407",
        "label": "40+",
        "long": "Muhos - Oulu",
        "short": "40+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "410",
        "label": "41",
        "long": "Oulu - Muhos - Oulu",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "412",
        "label": "41K",
        "long": "Oulu - Muhos - Oulu",
        "short": "41K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "414",
        "label": "41+",
        "long": "Oulun ja Muhoksen raja - Muhos",
        "short": "41+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "415",
        "label": "41K+",
        "long": "Muhos - P\u00e4iv\u00e4rinne",
        "short": "41K+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "442",
        "label": "4N",
        "long": "Keskusta - Heikkil\u00e4nkangas",
        "short": "4N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Teknologiakyl\u00e4 - Heikkil\u00e4nkangas",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "498",
        "label": "4A",
        "long": "Herukka - Heikkil\u00e4nkangas",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "499",
        "label": "4",
        "long": "Herukka - Iinatti",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5001",
        "label": "50",
        "long": "Haapamaa - Oulu",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "503",
        "label": "5",
        "long": "Kaijonharju - Kivikkokangas",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "504",
        "label": "5N",
        "long": "Kaijonharju - Saarela",
        "short": "5N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5101",
        "label": "51",
        "long": "Kempele - Oulu",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5105",
        "label": "51N",
        "long": "Kempele - Oulu",
        "short": "51N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5205",
        "label": "52",
        "long": "Teknologiakyl\u00e4 - Liminka",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5206",
        "label": "52A",
        "long": "Keskusta - Lumijoki",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5207",
        "label": "52K",
        "long": "Teknologiakyl\u00e4 - Liminka",
        "short": "52K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5209",
        "label": "52N",
        "long": "Kuvern\u00f6\u00f6ri - Liminka",
        "short": "52N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5305",
        "label": "53",
        "long": "Keskusta - Lumijoki",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5306",
        "label": "53A",
        "long": "Keskusta - Lumijoen koulu",
        "short": "53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5403",
        "label": "54",
        "long": "Keskusta - Liminka",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5404",
        "label": "54B",
        "long": "Keskusta - Tyrn\u00e4v\u00e4",
        "short": "54B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5605",
        "label": "56",
        "long": "Kempele - Tyrn\u00e4v\u00e4",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5606",
        "label": "56BK",
        "long": "Murto - Tyrn\u00e4v\u00e4",
        "short": "56BK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5607",
        "label": "56K",
        "long": "Kempele - Tyrn\u00e4v\u00e4",
        "short": "56K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5608",
        "label": "56M",
        "long": "Kempele - Tyrn\u00e4v\u00e4",
        "short": "56M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5609",
        "label": "56Z",
        "long": "Tyrn\u00e4v\u00e4 - Zeppelin",
        "short": "56Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5610",
        "label": "56B",
        "long": "Murto - Tyrn\u00e4v\u00e4",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5702",
        "label": "57",
        "long": "Keskusta - Murto",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5703",
        "label": "57T",
        "long": "Keskusta - Tyrn\u00e4v\u00e4",
        "short": "57T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5802",
        "label": "58",
        "long": "Teknologiakyl\u00e4 - Metsokangas",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5903",
        "label": "59",
        "long": "Hailuoto - Oulu",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "5904",
        "label": "59S",
        "long": "Hailuoto - Oulu",
        "short": "59S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "6399",
        "label": "63",
        "long": "Niemenranta - Oulu - OYS - Svaaninsuo",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Salonp\u00e4\u00e4 - Pajuniemi - Oulunsalo",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "641",
        "label": "64V",
        "long": "Salonp\u00e4\u00e4 - Pajuniemi - Oulunsalo",
        "short": "64V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "642",
        "label": "64B",
        "long": "Salonp\u00e4\u00e4 - Pajuniemi - Oulunsalo",
        "short": "64B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "702",
        "label": "7",
        "long": "Puoliv\u00e4linkangas - Saarela",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "8001",
        "label": "A",
        "long": "Keskusta - V\u00e4rtt\u00f6",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "8002",
        "label": "B",
        "long": "Keskusta - Medipolis",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "8003",
        "label": "C",
        "long": "Keskusta - Limingantulli",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "8004",
        "label": "D",
        "long": "Keskusta - Limingantulli",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "899",
        "label": "8",
        "long": "Lentoasema - Teknologiakyl\u00e4",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "993",
        "label": "9BK",
        "long": "Keskusta - Lentoasema",
        "short": "9BK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "994",
        "label": "9B",
        "long": "Keskusta - Lentoasema",
        "short": "9B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3300FC",
        "color_name": "blue",
        "has_shape": true,
        "id": "999",
        "label": "9",
        "long": "Lentoasema - Heikinharju",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1979,
    "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": 1979,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1979 of 1979 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": "scorecard_wheelchair_accessible_unknown",
      "count": 21740,
      "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": 12.6,
      "rank": 3,
      "severity": "WARNING",
      "what": "21740 of 25866 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."
    }
  ],
  "validator_version": "8.0.1"
}
