{
  "agency": {
    "country": "NO",
    "id": "norway-bussekspress",
    "name": "NOR-WAY Bussekspress",
    "operating_note": "One of Entur's per-operator GTFS exports, covering the NOR-WAY Bussekspress national express coach network."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 2.2,
          "stops_marked_accessible_pct": 1.5,
          "stops_marked_not_accessible_pct": 2.1,
          "stops_stated_pct": 3.6,
          "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.9,
          "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_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": 2472,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 732,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 3.6,
        "wheelchair_marked_accessible_pct": 1.5,
        "wheelchair_marked_not_accessible_pct": 2.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2384,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 24.1,
          "severity": "WARNING",
          "what": "2384 of 2472 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": 732,
          "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": "732 of 732 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 38.4,
      "status": "measured",
      "summary": "4% of stops state wheelchair accessibility (1% marked accessible, 2% 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": 53,
          "WARNING": 685
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 618,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 40,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "unexpected_enum_value",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 6,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 50,
          "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": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 3,
          "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."
        }
      ],
      "name": "correctness",
      "score": 60.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 738 instances (0 error, 685 warning, 53 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 94,
        "effective_expiry_date": "2026-10-21",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-10-21",
        "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",
          "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 94 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 94 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 4% of stops and 0% 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 4% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Norwegian Licence for Open Government Data (NLOD) 2.0; free reuse including commercial use and adaptation with attribution. Published through Entur's national public transport data platform.",
    "reachable": true,
    "sha256": "a6ea2257824c971252ffc042860850a246d5f28075998451f361e57dda3ac13f",
    "size_bytes": 27892080,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_nwy-aggregated-gtfs.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_nwy-aggregated-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-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      5.20577,
      58.03238,
      30.07251,
      69.72917
    ],
    "lat": 59.99673,
    "lon": 6.51128,
    "stop_count": 2472
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 16,
        "trip_count": 732,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 16,
    "trip_count": 732
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.8,
    "margin_to_next_band": 0.2,
    "score": 59.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 8,
      "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": "8 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"St. Svithuns plass\", \"Gullbakkvegen/Bygdinvegen\", \"Gullbakkvegen/Bygdinvegen\", and more).",
      "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": 1567,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 732
  },
  "route_map": {
    "drawn_route_count": 16,
    "has_shapes": true,
    "path": "data/artifacts/norway-bussekspress/geometry.geojson",
    "route_count": 16,
    "routes": [
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:07073a54-bce6-5e9d-bd2c-07fcbebf433c",
        "label": "NW400",
        "long": "Kystbussen",
        "short": "NW400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:13d720ae-a27d-5225-91bc-dd2c14dccb2a",
        "label": "NW431",
        "long": "Fjordekspressen",
        "short": "NW431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:162be4c3-a921-58b8-8b29-0e48acf04d74",
        "label": "FB55",
        "long": "Kaibussen",
        "short": "FB55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:19efbc56-0bb2-5915-9e4e-48af32a0ed7a",
        "label": "NW150",
        "long": "Beitost\u00f8len - Oslo",
        "short": "NW150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:271fc19e-8418-52b2-9894-84089af54c53",
        "label": "NW192",
        "long": "Konkurrenten",
        "short": "NW192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:487168df-f8a2-5c10-8177-6c29fecda3d6",
        "label": "FB50",
        "long": "Flybussen Bergen",
        "short": "FB50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:677f2beb-6261-50bf-bfec-418580078dd5",
        "label": "NW130",
        "long": "Trysilekspressen",
        "short": "NW130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:6edde48d-e23f-56c1-9414-d27177f35d86",
        "label": "FB94",
        "long": "Flybussen Kirkenes",
        "short": "FB94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:7b2da8c5-bdc2-5d5a-b226-3e6746cf0d89",
        "label": "60",
        "long": "Haukelandsbussen",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:7dc4bffd-25c5-5388-ae61-063e318d98c3",
        "label": "FB80",
        "long": "Flybussen Harstad",
        "short": "FB80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:93575edb-437e-556a-a91b-64da423bd0d3",
        "label": "FB51",
        "long": "Flybussen \u00c5sane",
        "short": "FB51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:a54659a0-4839-5c3c-909b-9d9da089554e",
        "label": "NW420",
        "long": "Sognefjordekspressen",
        "short": "NW420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:ac668a26-0855-5f63-b8a4-5d542de6f7f7",
        "label": "NW180",
        "long": "Haukeliekspressen",
        "short": "NW180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:e7fbecda-40e7-5da8-812f-db7334a99281",
        "label": "FB82",
        "long": "FB82 Flybussen Narvik - fra Narvik til flyplass",
        "short": "FB82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:f37158a6-53fa-5f01-b32a-65c5b49068b2",
        "label": "FB81",
        "long": "Flybussen Sortland",
        "short": "FB81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A347A",
        "color_name": "blue",
        "has_shape": true,
        "id": "NWY:Line:fe424ef5-4ce2-5b8c-b88b-02bdc314f078",
        "label": "FB40",
        "long": "Flybussen Stavanger",
        "short": "FB40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2472,
    "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-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2384,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 24.1,
      "rank": 1,
      "severity": "WARNING",
      "what": "2384 of 2472 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": 732,
      "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": 2,
      "severity": "WARNING",
      "what": "732 of 732 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_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": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
