{
  "agency": {
    "country": "FI",
    "id": "tampere-nysse",
    "name": "Tampere regional transport (Nysse)",
    "subdivision_code": "FI-11",
    "subdivision_name": "Pirkanmaa"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3406,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 66264,
        "wheelchair_accessible_pct": 100.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": 3406,
          "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": "3406 of 3406 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_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": 67.5,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 1885,
          "WARNING": 477
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 352,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 64,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 53,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_without_stop_time",
          "count": 5,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 2,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1883,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 62.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 2362 instances (0 error, 477 warning, 1885 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 85,
        "effective_expiry_date": "2026-10-11",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-11",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 85 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 85 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 via the City of Tampere open data portal; credit the source and indicate any changes made to the data.",
    "reachable": true,
    "sha256": "7d258bd4c2248db4d81ff54db52a7664f7b3a58980bbe82058b1373cabf8ef08",
    "size_bytes": 16391761,
    "static_url": "http://data.itsfactory.fi/journeys/files/gtfs/latest/gtfs_tampere.zip"
  },
  "fetch": {
    "final_url": "http://data.itsfactory.fi/journeys/files/gtfs/latest/gtfs_tampere.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": [
      23.21552,
      61.12905,
      25.18222,
      61.87946
    ],
    "lat": 61.48973,
    "lon": 23.79772,
    "stop_count": 3406
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 2,
        "trip_count": 9322,
        "trip_share_pct": 14.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 111,
        "trip_count": 56942,
        "trip_share_pct": 85.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 113,
    "trip_count": 66264
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 9.5,
    "margin_to_next_band": 0.5,
    "score": 69.5
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 3406,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 5,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "5 of 3406 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 5,
    "single_stop_trips": 0,
    "trips_total": 66264
  },
  "route_map": {
    "drawn_route_count": 113,
    "has_shapes": true,
    "path": "data/artifacts/tampere-nysse/geometry.geojson",
    "route_count": 113,
    "routes": [
      {
        "color": "DA2128",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Kaupin kampus - Keskustori - Lent\u00e4v\u00e4nniemi",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Kaukaj\u00e4rvi - Keskustori - Tahmela",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Keskustori - Messukeskus",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "Nalkala - Lentokentt\u00e4",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "Teivo-Hiedanranta",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Teivo - Keskustori",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "107",
        "label": "107",
        "long": "Raviparkki - Teivo",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "Kaukaj\u00e4rvi - Annala - Hervanta",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Killo - Pere - Ratina - Petsamo",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Vaitti - Sorin aukio",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Lintyhytti - Ratina - Tays",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Tays Arvo - Turtola - Ratina - S\u00e4rk\u00e4nniemi",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Sorila - Linnainmaa - Kaupin kampus",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Takahuhti - Kaupin kampus",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Hervanta - Vehmainen - Linnainmaa - Kaupin kampus",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Atala - Linnainmaa - Kaupin kampus",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Rauhaniemi - S\u00e4rk\u00e4nniemi",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Keskustori - Lent\u00e4v\u00e4nniemi",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Hiedanranta - Ryydynpohja",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Hiedanranta - Siivikkala",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "Lielahti - Reuharinniemi",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Lielahti - Lent\u00e4v\u00e4nniemi",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Rahola - Ranta-Kaarila - Ratina - H\u00f6yt\u00e4m\u00f6",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "J\u00e4rvensivu - Ratinanranta - Pispalanharju",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Multisilta - Ratinanranta - Myllypuro",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "Ojala - Kytt\u00e4l\u00e4 - Lamminp\u00e4\u00e4",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "29A",
        "label": "29A",
        "long": "Ojala - Kytt\u00e4l\u00e4 - Lamminp\u00e4\u00e4",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "29B",
        "label": "29B",
        "long": "Ojala - Kytt\u00e4l\u00e4 - Pyynikintori",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA2128",
        "color_name": "red",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Hervanta - Hakamets\u00e4 - Sorin aukio",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Ky\u00f6sti - Pyynikintori",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "Lintuhytti - Hervantaj\u00e4rvi",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Partola - Sarankulma - Keskustori",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Partola - Keskustori",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "M\u00e4yr\u00e4nm\u00e4ki - TAKK - Keskustori",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "Lielahti - Tesoma - Pirkkala",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "M\u00e4yr\u00e4nm\u00e4ki - Keskustori",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "36A",
        "label": "36A",
        "long": "Hervanta - Lahdesj\u00e4rvi - H\u00e4rm\u00e4l\u00e4 - Nuoliala - Pirkkala",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "36B",
        "label": "36B",
        "long": "Hervanta - Lahdesj\u00e4rvi - H\u00e4rm\u00e4l\u00e4 - Linnakallio - Pirkkala",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "39",
        "label": "39",
        "long": "H\u00f6\u00f6kinm\u00e4ki - Pirkkala - Sankila",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "L\u00e4nsi-Hervanta - Keskustori - Tesoma - Lielahti - Hiedanranta",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Kangasala - Tampere",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "40A",
        "label": "40A",
        "long": "Pikonlinna - Kangasala - Keskustori",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "40B",
        "label": "40B",
        "long": "Huutij\u00e4rvi - Kangasala - Keskustori",
        "short": "40B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "40C",
        "label": "40C",
        "long": "Kangasalan asema - Kangasala - Keskustori",
        "short": "40C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "Huutij\u00e4rvi - Kangasala - Kaupin kampus",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Kuhmoinen - Kuhmalahti - Sahalahti - Mobilia - Kangasala - Tampere Linja-autoasema",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "43U",
        "label": "43U",
        "long": "P\u00e4lk\u00e4ne - Kangasala - Tampere",
        "short": "43U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Kangasala - Valkeakoski",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "44A",
        "label": "44A",
        "long": "Kangasala - Alanko - Valkeakoski",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "44B",
        "label": "44B",
        "long": "Kangasala - Koulukampus - Valkeakoski",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Pikkola - Kangasala - Ruutana - Linnainmaa",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "Pikkola - Kangasala - Suinula",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Kangasala - Orivesi",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Saarioinen - Sahalahti - Kangasala",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "48A",
        "label": "48A",
        "long": "Pohja - Pakkala - Sahalahti - Kangasala - Pikkola",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "48B",
        "label": "48B",
        "long": "Pohja - Kivisalmi - Pakkala - Sahalahti - Kangasala - Pikkola",
        "short": "48B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "48C",
        "label": "48C",
        "long": "Pohja - Kuhmalahti - Pakkala - Sahalahti - Tiihala - Kangasala - Pikkola",
        "short": "48C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "48D",
        "label": "48D",
        "long": "Pohja - Kuhmalahti - Kivisalmi - Pakkala - Sahalahti - Tiihala - Kangasala - Pikkola",
        "short": "48D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "Orivesi - Er\u00e4j\u00e4rvi - Pohja",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "L\u00e4nsi-Hervanta - Vuores - Keskustori",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Lemp\u00e4\u00e4l\u00e4 - Ideapark - Tampere",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "52A",
        "label": "52A",
        "long": "Haurala - Lemp\u00e4\u00e4l\u00e4 - Vanattara - Keskustori",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "52B",
        "label": "52B",
        "long": "Laasonportti - Lemp\u00e4\u00e4l\u00e4 - Ruskea-ahde - Keskustori",
        "short": "52B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Vesilahti - Lemp\u00e4\u00e4l\u00e4 - Tampere",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Lemp\u00e4\u00e4l\u00e4 - S\u00e4ij\u00e4",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Lemp\u00e4\u00e4l\u00e4 - Mattila - Lemp\u00e4\u00e4l\u00e4",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Lemp\u00e4\u00e4l\u00e4 - Ideapark - Lastunen - Lemp\u00e4\u00e4l\u00e4",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Vatiala - Linnainmaa - Sorin aukio",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "Valkeakoski - Ideapark - Tampere",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "60U",
        "label": "60U",
        "long": "Valkeakoski - Tampere",
        "short": "60U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Valkeakoski - Lemp\u00e4\u00e4l\u00e4",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Valkeakoski Tori - Sointula",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Valkeakosken kauppatori - Roukko - Eerola",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "65A",
        "label": "65A",
        "long": "Valkeakosken kauppatori - V\u00e4\u00e4r\u00e4koivu - Eerola",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Valkeakoski, Linja-autoasema - Mets\u00e4kansa - Rantoo",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "67",
        "label": "67",
        "long": "Valkeakoski tori - Ritvala",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "69U",
        "label": "69U",
        "long": "Akaa - Mets\u00e4kansa - Valkeakoski",
        "short": "69U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Linnainmaa - Keskustori - Tesoma",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Harjuniitty - Nokia - Tampere",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Tesoma - Kalkku - Kankaantaka - Nokia",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Keskustori - Nokia - Vihola - Sammalisto",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "73A",
        "label": "73A",
        "long": "Keho - Vihola - Nokia - Ilkan alue",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "73B",
        "label": "73B",
        "long": "Keho - Koskenm\u00e4ki - Nokia - Kankaantaka",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "Sammalisto - Ketolanm\u00e4ki - Nokia",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Tottij\u00e4rvi - Nokia",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "77X",
        "label": "77X",
        "long": "Tottij\u00e4rvi - Nokia",
        "short": "77X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Sarkola - Nokia",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "Ruskeep\u00e4\u00e4 - Koskenm\u00e4ki - Nokia - Linnavuori - Siuro",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "79A",
        "label": "79A",
        "long": "Siuro - Nokia",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "79B",
        "label": "79B",
        "long": "Linnavuori - Nokia",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "Moisio - Yl\u00f6j\u00e4rvi - Vuorentausta - Tampere",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "80Y",
        "label": "80Y",
        "long": "Kauraslampi - Yl\u00f6j\u00e4rvi - Vuorentausta - Tampere",
        "short": "80Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "81",
        "label": "81",
        "long": "Asuntila - Yl\u00f6j\u00e4rvi - Hiedanranta",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "Mets\u00e4kyl\u00e4 - Yl\u00f6j\u00e4rvi - Tampere",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "82X",
        "label": "82X",
        "long": "Mets\u00e4kyl\u00e4 - Pyynikintori",
        "short": "82X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "Yl\u00f6j\u00e4rvi - Takamaa - Lakiala",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "85",
        "label": "85",
        "long": "Yl\u00f6j\u00e4rvi - Mutala - Kyr\u00f6nlahti - Kuru",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "Siivikkala - Yl\u00f6j\u00e4rvi",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "86X",
        "label": "86X",
        "long": "Siivikkala - Yl\u00f6j\u00e4rvi",
        "short": "86X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "87U",
        "label": "87U",
        "long": "Yl\u00f6j\u00e4rvi - Viljakkala - Kyr\u00f6nlahti",
        "short": "87U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "8A",
        "label": "8A",
        "long": "Levonm\u00e4ki - Keskustori - Tesoma - Haukiluoma",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "8B",
        "label": "8B",
        "long": "Hervanta - Kaipanen - Keskustori - Tesoma - Haukiluoma",
        "short": "8B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Ter\u00e4lahti - Maisansalo - K\u00e4mmenniemi - Sorila - Linja-autoasema",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "90A",
        "label": "90A",
        "long": "Ter\u00e4lahti - K\u00e4mmenniemi - Sorila - Linnainmaa - Linja-autoasema",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "M\u00e4ntyl\u00e4 - Ter\u00e4lahti - K\u00e4mmenniemi - Aitoniemi",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "K\u00e4mmenniemi - Viitapohja",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Ter\u00e4lahti - Teiskon kirkkotie - K\u00e4mmenniemi",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "95",
        "label": "95",
        "long": "Orivesi - Ruutana - Tampere linja-autoasema",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "Oriveden terveysasema - Oriveden asema - Oriveden keskusta - Oripohja",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "97A",
        "label": "97A",
        "long": "Virrat - Hirsil\u00e4 - Orivesi",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "97B",
        "label": "97B",
        "long": "M\u00e4ntt\u00e4 - Hirsil\u00e4 - Orivesi",
        "short": "97B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "97C",
        "label": "97C",
        "long": "M\u00e4ntt\u00e4 - Orivesi",
        "short": "97C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A4A8F",
        "color_name": "teal",
        "has_shape": true,
        "id": "97D",
        "label": "97D",
        "long": "M\u00e4ntt\u00e4 - Savo - Orivesi",
        "short": "97D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 3406,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 3406,
      "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": "3406 of 3406 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "fast_travel_between_consecutive_stops",
      "count": 352,
      "effort": "A few minutes per flagged trip.",
      "fix": "Check the flagged stop times for transposed minutes.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
      "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
    }
  ],
  "validator_version": "8.0.1"
}
