{
  "agency": {
    "country": "EE",
    "id": "tallinn-public-transport-tlt",
    "name": "Tallinn public transport (TLT)",
    "operating_note": "This is the reviewed Tallinn city feed. Alternate municipal exports are treated as variants, not separate coverage, unless identity is re-reviewed.",
    "subdivision_code": "EE-37",
    "subdivision_name": "Harjumaa"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.4,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 99.7
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 14.9
        },
        "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": 21800,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 18045,
        "translations": {
          "feed_lang": "et",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 21800,
        "wheelchair_accessible_pct": 99.7,
        "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": 18045,
          "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": "18045 of 18045 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": 74,
          "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": 0.1,
          "severity": "WARNING",
          "what": "74 of 21800 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle 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_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": 59.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": 25871,
          "WARNING": 17353
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_without_stop_time",
          "count": 16929,
          "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": 8.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": "non_ascii_or_non_printable_char",
          "count": 422,
          "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": 1,
          "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": 4.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": "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": "unsorted_stop_times",
          "count": 21795,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 4063,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 11,
          "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": "big_gap_in_service",
          "count": 1,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "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.5,
          "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": 72.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 43224 instances (0 error, 17353 warning, 25871 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 152,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-06-25",
        "feed_version": "Updated: Jul 31, 2026, 12:23 PM",
        "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 152 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 152 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": "Estonia's public-transport open-data terms permit reuse with the data origin cited; rider-facing data must be no more than seven days old.",
    "reachable": true,
    "sha256": "908874799bbe20110474ef772a06389c2513ba4df71b05defd500ee6e22be484",
    "size_bytes": 5889268,
    "static_url": "https://eu-gtfs.remix.com/tallinn.zip"
  },
  "fetch": {
    "final_url": "https://eu-gtfs.remix.com/tallinn.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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      21.86168,
      0.22061,
      60.55379,
      59.65391
    ],
    "lat": 58.69433,
    "lon": 25.62623,
    "stop_count": 18045
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 2083,
        "trip_share_pct": 9.6
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 80,
        "trip_count": 19717,
        "trip_share_pct": 90.4
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 85,
    "trip_count": 21800
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 5.3,
    "margin_to_next_band": 4.7,
    "score": 75.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (85, 72, 83, 84, 81).",
      "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_stop_name_needs_tts",
      "count": 2,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "2 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"M\u00e4nniku/Tagadi\", \"M\u00e4nniku/Tagadi\").",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "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": 18044,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 16929,
        "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": "16929 of 18044 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": 16929,
    "single_stop_trips": 0,
    "trips_total": 21800
  },
  "route_map": {
    "drawn_route_count": 85,
    "has_shapes": true,
    "path": "data/artifacts/tallinn-public-transport-tlt/geometry.geojson",
    "route_count": 85,
    "routes": [
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_1-1",
        "label": "1",
        "long": "Vana-P\u00e4\u00e4sk\u00fcla - Viru - Viimsi",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_10",
        "label": "10",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - Vana-P\u00e4\u00e4sk\u00fcla",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_11",
        "label": "11",
        "long": "Kadaka - Kaubamaja",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_12",
        "label": "12",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Seli",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_13-1",
        "label": "13",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Priisle",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_15-1",
        "label": "15",
        "long": "Estonia - Bussijaam - S\u00f5jam\u00e4e",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_16",
        "label": "16",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Tallinn-V\u00e4ike (al 9.08)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_16-1",
        "label": "16",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Tallinn-V\u00e4ike (27.07-08.08)",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_18-1",
        "label": "18",
        "long": "Viru keskus - Urda (al 01.08)",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_19",
        "label": "19",
        "long": "Reisadama D-terminal - Laagri alevik",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_2-1",
        "label": "2",
        "long": "Balti jaam - M\u00f5igu",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_20-1",
        "label": "20",
        "long": "Viru keskus - Teelise",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_21-1",
        "label": "21",
        "long": "Viru keskus - Landi",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_22",
        "label": "22",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Kakum\u00e4e",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_23",
        "label": "23",
        "long": "Kadaka - Bussijaam (al 9.08)",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_23-1",
        "label": "23",
        "long": "Kadaka - Bussijaam (27.07-08.08)",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_24-1",
        "label": "24",
        "long": "Kadaka - Estonia",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_24A",
        "label": "24A",
        "long": "Kadaka - Estonia",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_25",
        "label": "25",
        "long": "Tiskre - Reisisadama D-terminal",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_26",
        "label": "26",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Paljassaare",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_26A",
        "label": "26A",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Paljassaare p\u00f5ik",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_27",
        "label": "27",
        "long": "Harkuj\u00e4rve - Laagri alevik",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_28",
        "label": "28",
        "long": "Vana-L\u00f5una - V\u00e4ike-\u00d5ism\u00e4e",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_3",
        "label": "3",
        "long": "Vana-L\u00f5una - Pelguranna (al 9.08)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_3-1",
        "label": "3",
        "long": "Vana-L\u00f5una - Pelguranna (27.07-08.08)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_30",
        "label": "30",
        "long": "Seli - Iru - K\u00e4rmu",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_31",
        "label": "31",
        "long": "Priisle - Estonia",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_31A",
        "label": "31A",
        "long": "Priisle - Iru hooldekodu - Estonia",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_32",
        "label": "32",
        "long": "M\u00e4nniku - Kopli",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_33",
        "label": "33",
        "long": "M\u00e4nniku - Kopli",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_34",
        "label": "34",
        "long": "Viru keskus - Muuga aedlinn",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_35",
        "label": "35",
        "long": "Seli - Pelguranna",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_36",
        "label": "36",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - Viru",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_37-1",
        "label": "37",
        "long": "Mustam\u00e4e - Kakum\u00e4e sadam",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_38",
        "label": "38",
        "long": "Viru keskus - Muuga",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_39",
        "label": "39",
        "long": "Vana-L\u00f5una - Liikuri",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_4",
        "label": "4",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Tiskre",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_40",
        "label": "40",
        "long": "Priisle - Estonia - Pelguranna",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_41-1",
        "label": "41",
        "long": "Balti jaam - Kakum\u00e4e",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_42",
        "label": "42",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Priisle",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_44-1",
        "label": "44",
        "long": "Viru keskus - P. Pinna",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_45",
        "label": "45",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - N\u00f5mme - \u00dclemiste",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_46",
        "label": "46",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Estonia - Seli",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_47",
        "label": "47",
        "long": "Lennujaam - Peetri kool",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_48-1",
        "label": "48",
        "long": "Pirita keskus - Vesse",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_49-1",
        "label": "49",
        "long": "Viimsi keskus - Lennujaam",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_5",
        "label": "5",
        "long": "M\u00e4nniku - Viru - Metsakooli tee",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_50",
        "label": "50",
        "long": "Seli - Majaka p\u00f5ik",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_54",
        "label": "54",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Bussijaam - Priisle (al 9.08)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_54-1",
        "label": "54",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Bussijaam - Priisle (27.07-08.08)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_55-1",
        "label": "55",
        "long": "Hobujaama - P. Pinna",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_57-1",
        "label": "57",
        "long": "Raudalu - Kalev",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_58",
        "label": "58",
        "long": "Priisle - Majaka p\u00f5ik",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_59",
        "label": "59",
        "long": "Balti jaam - Pikakari",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_59-1",
        "label": "59",
        "long": "Balti jaam - Pikakari (03.08-14.08)",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_6",
        "label": "6",
        "long": "Meriv\u00e4lja pansion - Metsakooli tee",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_60",
        "label": "60",
        "long": "Seli - Manee\u017ei",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_61",
        "label": "61",
        "long": "Kotermaa - J\u00e4rve haigla",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_62",
        "label": "62",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - M\u00e4ek\u00fcla",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_63",
        "label": "63",
        "long": "Priisle - Manee\u017ei",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_65",
        "label": "65",
        "long": "Priisle - Lennujaam",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_66-1",
        "label": "66",
        "long": "Priisle - Balti jaam - Pelguranna",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_67",
        "label": "67",
        "long": "Seli - Bussijaam - S\u00fctiste (al 9.08)",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_67-1",
        "label": "67",
        "long": "Seli - Bussijaam - S\u00fctiste (27.07-08.08)",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_7",
        "label": "7",
        "long": "Seli - S\u00f5jam\u00e4e",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_73",
        "label": "73",
        "long": "Vana-L\u00f5una - Viru - Kopli liinid",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_8",
        "label": "8",
        "long": "V\u00e4ike-\u00d5ism\u00e4e - Balti jaam - \u00c4igrum\u00e4e",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_bus_81",
        "label": "81",
        "long": "Mustam\u00e4e - Kaubamaja (trollibuss)",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_bus_83",
        "label": "83",
        "long": "Mustam\u00e4e - Kaubamaja (trollibuss)",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_8A",
        "label": "8A",
        "long": "Viru keskus - \u00c4igrum\u00e4e",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_9",
        "label": "9",
        "long": "Kadaka - Estonia - Priisle",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_91",
        "label": "91",
        "long": "\u00d6\u00d6 Balti jaam - Mustam\u00e4e",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_92",
        "label": "92",
        "long": "\u00d6\u00d6 Balti jaam - V\u00e4ike-\u00d5ism\u00e4e",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_93",
        "label": "93",
        "long": "\u00d6\u00d6 Balti jaam - Pelguranna",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_94",
        "label": "94",
        "long": "\u00d6\u00d6 Balti jaam - Priisle",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_95",
        "label": "95",
        "long": "\u00d6\u00d6 Balti jaam - Viimsi keskus",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE2C42",
        "color_name": "red",
        "has_shape": true,
        "id": "tallinna-lin_bus_96",
        "label": "96",
        "long": "\u00d6\u00d6 Balti jaam - Vana-P\u00e4\u00e4sk\u00fcla",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_T1",
        "label": "T1",
        "long": "Kopli - Kadriorg",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_T2",
        "label": "T2",
        "long": "Kopli - Lennujaam",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_T3",
        "label": "T3",
        "long": "Tondi - Kadriorg",
        "short": "T3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_T4",
        "label": "T4",
        "long": "Tondi - Lennujaam",
        "short": "T4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "016E12",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_tram_T5",
        "label": "T5",
        "long": "Kopli - Vana-L\u00f5una",
        "short": "T5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_trol_72",
        "label": "72",
        "long": "Mustam\u00e4e - Kopli (trollibuss)",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_trol_84",
        "label": "84",
        "long": "Keskuse - Balti jaam (trollibuss)",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1CCC48",
        "color_name": "green",
        "has_shape": true,
        "id": "tallinna-lin_trol_85",
        "label": "85",
        "long": "Mustam\u00e4e - Balti jaam (trollibuss)",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 18045,
    "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-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 18045,
      "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": "18045 of 18045 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": "stop_without_stop_time",
      "count": 16929,
      "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": 8.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
