{
  "agency": {
    "country": "IS",
    "id": "straeto-iceland",
    "name": "Str\u00e6t\u00f3 bs",
    "operating_note": "One archive covering every network Str\u00e6t\u00f3 operates. Its agency.txt names the capital area service alongside the Reykjanesb\u00e6r and Akureyri town networks. Counted as one feed record, and carried at country level because it reaches more than one region."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "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": 6056,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.7,
        "headsign_scored_pct": 99.7,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1286,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 6056,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.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": 1286,
          "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": "1286 of 1286 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": 6056,
          "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": 15.0,
          "severity": "WARNING",
          "what": "6056 of 6056 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 20,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "20 of 6056 trips have no headsign, the text that tells riders where the bus is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 37.4,
      "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": 10,
        "instances_by_severity": {
          "ERROR": 107,
          "INFO": 1,
          "WARNING": 710
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 107,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 444,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 235,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "expired_calendar",
          "count": 22,
          "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": 6.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_too_far_from_shape",
          "count": 3,
          "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 bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "route_color_contrast",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "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": "platform_without_parent_station",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 33.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 818 instances (107 error, 710 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 86,
        "effective_expiry_date": "2026-11-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-11-30",
        "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 86 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 86 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Str\u00e6t\u00f3's open data terms allow reuse for profit as well as non-commercial reuse. Credit the data with the text \"Based on data from Str\u00e6t\u00f3 bs.\" and link the licence where possible.",
    "reachable": true,
    "sha256": "6d7cd725c917bebf591d41d43793bc9f8d53fd47124b46a13dc7cd2d08e0a8a4",
    "size_bytes": 11275197,
    "source_provenance": "official",
    "static_url": "https://opendata.straeto.is/data/gtfs/gtfs.zip"
  },
  "fetch": {
    "final_url": "https://opendata.straeto.is/data/gtfs/gtfs.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-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -23.97612,
      63.41764,
      -13.668,
      66.14934
    ],
    "lat": 64.128,
    "lon": -21.86131,
    "stop_count": 1286
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 71,
        "trip_count": 6056,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 71,
    "trip_count": 6056
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 47.6,
    "margin_to_next_band": 12.4,
    "score": 47.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 30,
      "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": "30 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (101, 104, 106, 13, 18, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 125,
      "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": "125 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St. J\u00f3sefssp\u00edtali\", \"St. J\u00f3sefssp\u00edtali\", \"Hringbraut / Nor\u00f0urt\u00fan\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1286,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 6056
  },
  "route_map": {
    "drawn_route_count": 71,
    "has_shapes": true,
    "path": "data/artifacts/straeto-iceland/geometry.geojson",
    "route_count": 71,
    "routes": [
      {
        "color": "D32600",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Sk\u00falagata <-> Hfj. Skar\u00f0shl\u00ed\u00f0",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D7160",
        "color_name": "gray",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "L\u00e6kjartorg B -> Hfj. Vellir",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDBC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "Laugavegur -> Brei\u00f0holt",
        "short": "103",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0098FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "L\u00e6kjartorg B -> \u00dalfars\u00e1rdalur",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB1A5A",
        "color_name": "red",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "L\u00e6kjartorg B -> Nor\u00f0lingaholt",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7900",
        "color_name": "orange",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "L\u00e6kjartorg B -> Grafarvogur",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C53089",
        "color_name": "pink",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Mj\u00f3dd <-> Seltjarnarnes",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A68B3",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Skerjafj\u00f6r\u00f0ur <-> \u00c1rt\u00fan",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A2B5",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Sl\u00e9ttuvegur <-> \u00d6ldugrandi",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7157A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "Grandi <-> Verzl\u00f3",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "215266",
        "color_name": "green",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Mosfellsb\u00e6r <-> Vesturb\u00e6r",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAA330",
        "color_name": "yellow",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Sk\u00falagata <-> H\u00e1degism\u00f3ar",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "564C27",
        "color_name": "brown",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Sk\u00falagata <-> Brei\u00f0holt",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB654F",
        "color_name": "pink",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Sp\u00f6ngin <-> Sk\u00falagata",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "589B55",
        "color_name": "gray",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Kaplarkriki <-> \u00c1svallalaug",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ACC337",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "H\u00e1sk\u00f3li \u00cdslands <-> Mj\u00f3dd",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E0B33C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "H\u00e1holt <-> Mj\u00f3dd",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "22A176",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "\u00c1sgar\u00f0ur -> Urri\u00f0aholt -> \u00c1sgar\u00f0ur",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "292565",
        "color_name": "black",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "\u00c1sgar\u00f0ur -> \u00c1lftanes -> \u00c1sgar\u00f0ur",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26566C",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Sp\u00f6ngin <-> Gar\u00f0ab\u00e6r",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD107D",
        "color_name": "pink",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "Hamraborg <-> Dala\u00feing",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E8B42E",
        "color_name": "yellow",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Grandi <-> Mj\u00f3dd",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "725761",
        "color_name": "gray",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Gufunesb\u00e6r <-> Egilsh\u00f6ll",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "206574",
        "color_name": "green",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Hamraborg -> Engihjalli -> Hamraborg",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F18B28",
        "color_name": "orange",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Hamraborg <-> K\u00e1rsnes",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "306E4A",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Sk\u00falagata <-> Mj\u00f3dd",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB1A5A",
        "color_name": "red",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "BS\u00cd <-> Nor\u00f0lingaholt",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A753",
        "color_name": "green",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Borgarnes <-> Reykjav\u00edk",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BD0F7D",
        "color_name": "pink",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Selfoss / V\u00edk / H\u00f6fn <-> Reykjav\u00edk",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4478AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Reykjav\u00edk <-> Landeyjah\u00f6fn",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE4934",
        "color_name": "red",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "Selfoss <-> Hvolsv\u00f6llur / Landeyjah\u00f6fn",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4478AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "KEF \u2013 Airport <-> Reykjav\u00edk",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF3BBD",
        "color_name": "pink",
        "has_shape": true,
        "id": "56",
        "label": "56",
        "long": "Egilssta\u00f0ir <-> Akureyri",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E43B2E",
        "color_name": "red",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Akureyri <-> Reykjav\u00edk",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68BB95",
        "color_name": "gray",
        "has_shape": true,
        "id": "58",
        "label": "58",
        "long": "Stykkish\u00f3lmur <-> Borgarnes",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "295368",
        "color_name": "green",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "Borgarnes <-> H\u00f3lmav\u00edk",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A754",
        "color_name": "green",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "H\u00e1sk\u00f3li \u00cdslands <-> Egilsh\u00f6ll",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F04163",
        "color_name": "pink",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "Patreksfj\u00f6r\u00f0ur <-> \u00cdsafj\u00f6r\u00f0ur",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFAB53",
        "color_name": "yellow",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "Varmalandssk\u00f3li <-> Borgarnes",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CD975",
        "color_name": "gray",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Kleppj\u00e1rnsreykir <-> Borgarnes",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4CD975",
        "color_name": "gray",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB4138",
        "color_name": "red",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Egilsh\u00f6ll <-> Leirvogstunga",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2C6D45",
        "color_name": "green",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "\u00deorl\u00e1ksh\u00f6fn <-> Hverager\u00f0i",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B3C338",
        "color_name": "yellow",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Selfoss -> Fl\u00fa\u00f0ir -> Selfoss",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA654B",
        "color_name": "orange",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Selfoss -> Gr\u00edmsnes -> Selfoss",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6969",
        "color_name": "pink",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Siglufj\u00f6r\u00f0ur <-> Akureyri",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF804A",
        "color_name": "orange",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "H\u00fasav\u00edk <-> Akureyri",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "11B09B",
        "color_name": "teal",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Nauth\u00f3ll <-> Gamla Hringbraut",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DE4C83",
        "color_name": "pink",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "Hellissandur <-> Stykkish\u00f3lmur",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F36F1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "Skagastr\u00f6nd <-> Bl\u00f6ndu\u00f3s",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FBBD2B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "87",
        "label": "87",
        "long": "Vogar <-> Vogaafleggari",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "199C48",
        "color_name": "green",
        "has_shape": true,
        "id": "89",
        "label": "89",
        "long": "Reykjanesb\u00e6r <-> Sandger\u00f0i",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6969",
        "color_name": "pink",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "Egilssta\u00f0ir <-> Nor\u00f0fj\u00f6r\u00f0ur",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "039B5C",
        "color_name": "green",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "Brei\u00f0dalsv\u00edk <-> F\u00e1skr\u00fa\u00f0sfj\u00f6r\u00f0ur",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFAB53",
        "color_name": "yellow",
        "has_shape": true,
        "id": "93",
        "label": "93",
        "long": "Sey\u00f0isfj\u00f6r\u00f0ur <-> Egilssta\u00f0ir",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA6BFF",
        "color_name": "purple",
        "has_shape": true,
        "id": "94",
        "label": "94",
        "long": "Brei\u00f0dalsv\u00edk <-> H\u00f6fn",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CF3BBD",
        "color_name": "pink",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "Nor\u00f0fj\u00f6r\u00f0ur <-> F\u00e1skr\u00fa\u00f0sfj\u00f6r\u00f0ur",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A68B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "A1",
        "label": "A1",
        "long": "Brekka <-> Naustahverfi",
        "short": "A1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE4934",
        "color_name": "red",
        "has_shape": true,
        "id": "A2",
        "label": "A2",
        "long": "Naustahverfi <-> Brekka",
        "short": "A2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A2B5",
        "color_name": "teal",
        "has_shape": true,
        "id": "A3",
        "label": "A3",
        "long": "Giljahverfi <-> S\u00ed\u00f0uhverfi",
        "short": "A3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F26C4D",
        "color_name": "orange",
        "has_shape": true,
        "id": "A4",
        "label": "A4",
        "long": "S\u00ed\u00f0uhverfi <-> Giljahverfi",
        "short": "A4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A753",
        "color_name": "green",
        "has_shape": true,
        "id": "A5",
        "label": "A5",
        "long": "Naustahverfi <-> S\u00ed\u00f0uhverfi",
        "short": "A5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AA6BFF",
        "color_name": "purple",
        "has_shape": true,
        "id": "A6",
        "label": "A6",
        "long": "S\u00ed\u00f0uhverfi <-> Naustahverfi",
        "short": "A6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2491D3",
        "color_name": "teal",
        "has_shape": true,
        "id": "P25",
        "label": "P25",
        "long": "",
        "short": "P25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A68B3",
        "color_name": "teal",
        "has_shape": true,
        "id": "P26",
        "label": "P26",
        "long": "",
        "short": "P26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69BA9B",
        "color_name": "gray",
        "has_shape": true,
        "id": "P27",
        "label": "P27",
        "long": "",
        "short": "P27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDBC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "P29",
        "label": "P29",
        "long": "H\u00e1holt <-> Kjalarnes",
        "short": "P29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "039B5C",
        "color_name": "green",
        "has_shape": true,
        "id": "P92",
        "label": "P92",
        "long": "",
        "short": "P92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A68B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "R1",
        "label": "R1",
        "long": "Mi\u00f0st\u00f6\u00f0 <-> Hei\u00f0arsel",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDBC13",
        "color_name": "yellow",
        "has_shape": true,
        "id": "R3",
        "label": "R3",
        "long": "Mi\u00f0st\u00f6\u00f0 <-> Keilir",
        "short": "R3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE4934",
        "color_name": "red",
        "has_shape": true,
        "id": "R4",
        "label": "R4",
        "long": "Mi\u00f0st\u00f6\u00f0 <-> Hafnir",
        "short": "R4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1286,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "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-09-05",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 107,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1286,
      "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": 2,
      "severity": "WARNING",
      "what": "1286 of 1286 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": 6056,
      "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": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "6056 of 6056 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
