{
  "agency": {
    "country": "NO",
    "id": "svipper-troms",
    "name": "Svipper (Troms)",
    "operating_note": "One of Entur's per-operator GTFS exports, covering the Svipper county transport authority in the Troms part of the Troms og Finnmark region.",
    "subdivision_code": "NO-54",
    "subdivision_name": "Troms og Finnmark"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.2,
          "stops_marked_accessible_pct": 0.4,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.4,
          "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.1,
          "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": 12846,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 7545,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.4,
        "wheelchair_marked_accessible_pct": 0.4,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 12796,
          "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.9,
          "severity": "WARNING",
          "what": "12796 of 12846 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": 7545,
          "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": "7545 of 7545 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_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": 37.6,
      "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": 12,
        "instances_by_severity": {
          "ERROR": 20,
          "INFO": 67,
          "WARNING": 1927
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "transfer_with_invalid_trip_and_stop",
          "count": 12,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'transfer_with_invalid_trip_and_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Transfer with invalid trip and stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_key",
          "count": 7,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 1,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1751,
          "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": "unexpected_enum_value",
          "count": 171,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (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": "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": "big_gap_in_service",
          "count": 35,
          "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.8,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 20,
          "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 transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "transfer_distance_above_2_km",
          "count": 9,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'transfer_distance_above_2_km' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Transfer distance above 2 km (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": 21.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 2014 instances (20 error, 1927 warning, 67 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 170,
        "effective_expiry_date": "2027-01-05",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2027-01-05",
        "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 170 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": "3 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 170 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": "This feed is close to the conformance mark. 3 validator errors to resolve. States wheelchair access on 0% 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": "0e65ed17fa1fc3badb117fb741078ae0efcea14cb8b1d04568733aa0c8aea287",
    "size_bytes": 15169556,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_tro-aggregated-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 61
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 805
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 805
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 805
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 19,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 61,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 61,
      "parented_boarding_location_count": 61,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 59
    },
    "trip_count": 805
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_tro-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": [
      15.75298,
      68.40872,
      23.2732,
      70.24653
    ],
    "lat": 69.32376,
    "lon": 18.7413,
    "stop_count": 12846
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 152,
        "trip_count": 6740,
        "trip_share_pct": 89.3
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 19,
        "trip_count": 805,
        "trip_share_pct": 10.7
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 171,
    "trip_count": 7545
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 42.3,
    "margin_to_next_band": 17.7,
    "score": 42.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 11,
      "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": "11 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Harstad sykehus St. Olavs gate\", \"St. Hansbakken\", \"Harstad/Narvik lufthavn\", 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": 8362,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 7545
  },
  "route_map": {
    "drawn_route_count": 171,
    "has_shapes": true,
    "path": "data/artifacts/svipper-troms/geometry.geojson",
    "route_count": 171,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_10",
        "label": "10",
        "long": "Trondenes - Sentrum - Stangnes",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_100",
        "label": "100",
        "long": "Troms\u00f8-Buktamoen-Narvik",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_105",
        "label": "105",
        "long": "Troms\u00f8 - \u00d8verbygd",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_106",
        "label": "106",
        "long": "Heia - \u00d8verbygd - Buktamoen",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_11",
        "label": "11",
        "long": "Samamoa-Sentrum-Ruggevik",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_110",
        "label": "110",
        "long": "Finnsnes-Karlstad-Buktamoen",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_12",
        "label": "12",
        "long": "Kilbotn - Sentrum - Trastad",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_120",
        "label": "120",
        "long": "Finnsnes-Sj\u00f8vegan-Fossbakken",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_130",
        "label": "130",
        "long": "Buktamoen-Sj\u00f8vegan-Tennevoll",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_140",
        "label": "140",
        "long": "Tennevoll-Gratangen-Langmyra",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_15",
        "label": "15",
        "long": "Gans\u00e5s-Sentrum-UNN-Fagerlia",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_150",
        "label": "150",
        "long": "Troms\u00f8-Lyngs.-Storslett-Alta",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_155",
        "label": "155",
        "long": "Storslett - Skjerv\u00f8y",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_160",
        "label": "160",
        "long": "Troms\u00f8-Skibotn-Storslett",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_170",
        "label": "170",
        "long": "Refsnes - Flesnes",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_175",
        "label": "175",
        "long": "S\u00f8rrollnes - Stangnes",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_177",
        "label": "177",
        "long": "Stornes - Bj\u00f8rner\u00e5",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_18",
        "label": "18",
        "long": "Berg - Sentrum - Gr\u00f8nnebakkan",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_180",
        "label": "180",
        "long": "Andenes - Gryllefjord",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_181",
        "label": "181",
        "long": "Botnhamn - Brensholmen",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_182",
        "label": "182",
        "long": "Belvik - Vengs\u00f8y",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_185",
        "label": "185",
        "long": "Hansnes - Karls\u00f8y - Vann\u00f8y",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_186",
        "label": "186",
        "long": "Hansnes - Rein\u00f8y (Stakkvik)",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_188",
        "label": "188",
        "long": "Mikkelvik - Bromnes",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_19",
        "label": "19",
        "long": "Sentrum - Stangnes ferjekai",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_190",
        "label": "190",
        "long": "Lyngseidet - Olderdalen",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_191",
        "label": "191",
        "long": "Breivikeidet - Svensby",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_195",
        "label": "195",
        "long": "Storstein-Nikkeby-Lauksundsk",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_198",
        "label": "198",
        "long": "Rotsund-Havnnes-Ul\u00f8ybukt",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_2",
        "label": "2",
        "long": "Troms\u00f8 - Finnsnes - Harstad",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_20",
        "label": "20",
        "long": "Skatt\u00f8ra - sentrum - Kroken",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_200",
        "label": "200",
        "long": "Harstad - Tjeldsund kro - Bjerkvik",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_21",
        "label": "21",
        "long": "Sentrum - UNN",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_210",
        "label": "210",
        "long": "Harstad - Evenskjer - Breistrand",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_211",
        "label": "211",
        "long": "Tjeldnes - Ramsund",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_212",
        "label": "212",
        "long": "Sk\u00e5nland skole - Nipen - Tr\u00f8semark",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_213",
        "label": "213",
        "long": "Sk\u00e5nland skole - Breistrand - Tr\u00f8semark",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_214",
        "label": "214",
        "long": "Myklebostad - Ramsund",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_215",
        "label": "215",
        "long": "Harstad - S\u00f8rvika - Storvatnet - Borkenes",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_22",
        "label": "22",
        "long": "Kroken - Gi\u00e6verbukta",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_220",
        "label": "220",
        "long": "Harstad - Evenskjer - Grov",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_222",
        "label": "222",
        "long": "Grov - Sletta",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_23",
        "label": "X23",
        "long": "Direkterute Kroken",
        "short": "X23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_24",
        "label": "24",
        "long": "Skognesvegen -Gi\u00e6verbukta-sentrum-Kroken s\u00f8r",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_240",
        "label": "240",
        "long": "Harstad - Stornes - Gryt\u00f8y - Bjark\u00f8y",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_244",
        "label": "244",
        "long": "Sands\u00f8y - Bjark\u00f8y",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_245",
        "label": "245",
        "long": "Lundenes skole - Bj\u00f8rner\u00e5 - Gr\u00f8tav\u00e6r",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_25",
        "label": "26B",
        "long": "Torgsenteret - Pyramiden - Fjellheisen",
        "short": "26B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_250",
        "label": "250",
        "long": "Harstad - Kilbotn - Sandtorg - L\u00f8dingen",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_258",
        "label": "258",
        "long": "L\u00f8dingen skole - Gullholm",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_26",
        "label": "26",
        "long": "Troms\u00f8 lufthavn-sentrum-Pyramiden",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_263",
        "label": "263",
        "long": "Borkenes - Storjorda - Mel\u00e5a",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_264",
        "label": "264",
        "long": "Borkenes - Kve\u00f8y",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_27",
        "label": "X27",
        "long": "Direkterute  Tromsdalen",
        "short": "X27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_270",
        "label": "270",
        "long": "Harstad-Borkenes-Elda-Nupen",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_275",
        "label": "275",
        "long": "Harstad - Tennvasssen - S\u00f8rli",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_28",
        "label": "28",
        "long": "Hamna - Sentrum - Sollig\u00e5rden",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_280",
        "label": "280",
        "long": "Harstad - Kasfjord - Nupen",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_29",
        "label": "X29",
        "long": "Direkterute Sollig\u00e5rden",
        "short": "X29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_290",
        "label": "290",
        "long": "Harstad - Kasfjord - Aun",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_3",
        "label": "3",
        "long": "Troms\u00f8 - Skjerv\u00f8y",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_30",
        "label": "30",
        "long": "UNN - Sorgenfri - UNN",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_300",
        "label": "300",
        "long": "Finnsnes-S\u00f8rreisa-Bardufoss",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_301",
        "label": "301",
        "long": "Finnsnes-Buktamoen-Bardufoss",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_302",
        "label": "302",
        "long": "S\u00f8rreisa - Reinelv",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_303",
        "label": "303",
        "long": "S\u00f8rreisa - Rabb\u00e5sen",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_305",
        "label": "305",
        "long": "Finnsnes-Bjorelvnes-Tennskj\u00e6r",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_307",
        "label": "307",
        "long": "Finnsnes-Rossfjord-Tennskj\u00e6r",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_308",
        "label": "308",
        "long": "Rossfjord skole - Steinheim",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_31",
        "label": "X31",
        "long": "Direkterute Sydspissen",
        "short": "X31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_310",
        "label": "310",
        "long": "\u00d8verbygd - Bardufoss",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_311",
        "label": "311",
        "long": "Bakkehaug - Kirkesdalen",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_312",
        "label": "312",
        "long": "\u00d8verbygd - Dividalen",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_313",
        "label": "313",
        "long": "\u00d8verbygd - Rostadalen",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_315",
        "label": "315",
        "long": "Bardufoss - M\u00e5lsnes - Navaren",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_316",
        "label": "316",
        "long": "Bardufoss-Buktamoen-Perhansan",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_317",
        "label": "317",
        "long": "Heia - Fleskmoen",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_318",
        "label": "318",
        "long": "Bardufoss-Nedre Bardu-Fossmoen",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_319",
        "label": "319",
        "long": "\u00d8vre Moen - Bardufoss",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_32",
        "label": "X32",
        "long": "UiT - Hamna s\u00f8r",
        "short": "X32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_320",
        "label": "320",
        "long": "Br\u00f8stadbotn - Dyr\u00f8ya",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_322",
        "label": "322",
        "long": "Finnlandsmoan - S\u00f8rfjorden",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_325",
        "label": "325",
        "long": "S\u00f8rreisa - Sk\u00f8elvdalen",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_33",
        "label": "33",
        "long": "Ringrute UNN - Fagereng - UNN",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_330",
        "label": "330",
        "long": "Sj\u00f8vegan-Hamnvik-S\u00f8rrollnes",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_331",
        "label": "331",
        "long": "Nordrollnes-Hamnvik-\u00c5rbostad",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_333",
        "label": "333",
        "long": "Sj\u00f8vegan - Lavangsnes",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_34",
        "label": "34",
        "long": "UNN-Sydspissen-Sentrum-UNN",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_340",
        "label": "340",
        "long": "Setermoen - S\u00f8rdalen",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_341",
        "label": "341",
        "long": "Setermoen skole - Innset",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_342",
        "label": "342",
        "long": "Bardufoss - Fossbakken",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_343",
        "label": "343",
        "long": "Setermoen skole - Bones",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_344",
        "label": "344",
        "long": "Setermoen - Kistefoss",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_345",
        "label": "345",
        "long": "Setermoen-\u00d8sthagen-\u00d8.Bardu sk",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_35",
        "label": "X35",
        "long": "Direkterute Myreng",
        "short": "X35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_350",
        "label": "350",
        "long": "Finnsnes - Skrolsvik",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_351",
        "label": "351",
        "long": "Finnsnes - Russev\u00e5g",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_352",
        "label": "352",
        "long": "Finnsnes - Vangsvik",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_355",
        "label": "355",
        "long": "Finnsnes-Svanelvmoen-Vangsvik",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_356",
        "label": "356",
        "long": "Vangsvik - Tran\u00f8ybotn",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_357",
        "label": "357",
        "long": "Stonglandseid.-Hofs\u00f8y-Stangnes",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_359",
        "label": "359",
        "long": "Stonglandseidet - R\u00f8dsand",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_36",
        "label": "X36",
        "long": "Unn - Uit - \u00c5sg\u00e5rd - Myreng",
        "short": "X36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_360",
        "label": "360",
        "long": "Finnsnes - Torsken",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_362",
        "label": "362",
        "long": "Straumsbotn - Mefjordv\u00e6r",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_365",
        "label": "365",
        "long": "Svanelvm.-Grunnfarn-Flakstadv",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_370",
        "label": "370",
        "long": "Lysnes - Mefjordv\u00e6r",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_371",
        "label": "371",
        "long": "Finnsnes - Grasmyrskog",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_375",
        "label": "375",
        "long": "Gibostad skole - Grasmyrskogen",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_380",
        "label": "380",
        "long": "Finnsnes - Botnhamn - Hus\u00f8y",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_4",
        "label": "4",
        "long": "Troms\u00f8-Vikran-Tennskjer-Lysnes",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_40",
        "label": "40",
        "long": "Troms\u00f8 museum - Slettaelva",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_400",
        "label": "400",
        "long": "Larseng-Vikran-Malangseidet",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_401",
        "label": "401",
        "long": "Storsteinnes-Vikran-Straumsb.",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_402",
        "label": "402",
        "long": "Sletta-Malangse-Fjellb.-Sand",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_403",
        "label": "403",
        "long": "Storsteinnes-Tennes-Middagsbkt",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_404",
        "label": "404",
        "long": "Storsteinnes-Nordfjordbt-Kj.v",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_405",
        "label": "405",
        "long": "Storsteinnes-Furudalen-Hamnv\u00e5g",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_407",
        "label": "407",
        "long": "Storst.nes-Nordkjosbt-Laksvatn",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_408",
        "label": "408",
        "long": "Storsteinnes-Storb-\u00d8verli-Nymo",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_410",
        "label": "410",
        "long": "Laksvatn-J\u00f8vik-Fornes",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_411",
        "label": "411",
        "long": "Laksvatn-Seljelvn-Gover-Laksv.",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_412",
        "label": "412",
        "long": "Troms\u00f8-Olavsvern-Ramfj.-Laksv.",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_413",
        "label": "413",
        "long": "SKR.Tromstun-Reinen-O.V-Hundb-Lauksletta",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_415",
        "label": "415",
        "long": "Troms\u00f8-Hov-Sjursnes-Stordals",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_42",
        "label": "42",
        "long": "Stakkevollan-Sentrum-Eidkjosen",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_420",
        "label": "420",
        "long": "Troms\u00f8-Straumsbukta-Sommar\u00f8y",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_421",
        "label": "421",
        "long": "H\u00e5k\u00f8ya - Kval\u00f8ysletta terminal",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_422",
        "label": "422",
        "long": "Brensholmen-Kattfjord-Eide",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_425",
        "label": "425",
        "long": "Tromvik-Ersfjord-Troms\u00f8",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_426",
        "label": "426",
        "long": "Troms\u00f8-Skulsfjord-Vengs\u00f8y",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_428",
        "label": "428",
        "long": "Troms\u00f8 - Kval\u00f8yv\u00e5gen",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_429",
        "label": "429",
        "long": "Troms\u00f8-Trondjord-K\u00e5rvik",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_43",
        "label": "X43",
        "long": "Direkterute Eidkjosen",
        "short": "X43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_430",
        "label": "430",
        "long": "Troms\u00f8 - Skulgam - Hansnes",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_435",
        "label": "435",
        "long": "Hansnes-D\u00e5fjord-Skogsfjord",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_44",
        "label": "X44",
        "long": "Direkterute Slettaelva",
        "short": "X44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_440",
        "label": "440",
        "long": "Vann\u00f8y",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_445",
        "label": "445",
        "long": "Rein\u00f8y",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_450",
        "label": "450",
        "long": "Troms\u00f8 - Oldervik",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_460",
        "label": "460",
        "long": "Nordkjosbotn-Oteren-Lyngseidet",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_461",
        "label": "461",
        "long": "Hatteng-Oteren-Tverrd-Rasteby",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_462",
        "label": "462",
        "long": "Hatteng-Kitdalen-Signaldalen",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_463",
        "label": "463",
        "long": "Hatteng sk.-Skibotn",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_464",
        "label": "464",
        "long": "Skibotn sk-Apaja-Helligskogen",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_465",
        "label": "465",
        "long": "Lyngseidet-Lenangen-Russelv",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_466",
        "label": "466",
        "long": "Eidebakken skole-J\u00e6gervatn",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_467",
        "label": "467",
        "long": "Lyngseidet - Koppang",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_468",
        "label": "468",
        "long": "Eidebakken-Polleidet-Sandvika",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_470",
        "label": "470",
        "long": "Olderdalen-Manndalen-L\u00f8kvoll",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_471",
        "label": "471",
        "long": "Manndalen sk. -Birtavarre",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_475",
        "label": "475",
        "long": "Lauksundskaret-\u00c5rviksand",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_480",
        "label": "480",
        "long": "Storslett - Reisadalen",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_481",
        "label": "481",
        "long": "Rotsundelv skole-Hamneidet",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_482",
        "label": "482",
        "long": "Storslett-Kildal-Samueldalen",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_486",
        "label": "486",
        "long": "Storslett-Storn-Indre Storvik",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_488",
        "label": "488",
        "long": "Storslett-Burfjord",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_489",
        "label": "489",
        "long": "Oksfjord sk-Oks.v-Oksf.dalen",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_490",
        "label": "490",
        "long": "Burfjord-Kj\u00e6kan-Naviteidet",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_493",
        "label": "493",
        "long": "Burfjord-Kilenga-Utheim",
        "short": "493",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_495",
        "label": "495",
        "long": "Burfjord-Alteidet-J\u00f8kelfjord",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_5",
        "label": "5",
        "long": "Sommar\u00f8y-Tuss\u00f8y-Sandneshamn",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_542",
        "label": "542",
        "long": "Skolerute",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_550",
        "label": "550",
        "long": "Langnes skole",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_6",
        "label": "6",
        "long": "Harstad-Bjark\u00f8ystedene-Skrolsvik",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_70",
        "label": "70",
        "long": "Servicerute",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_71",
        "label": "71",
        "long": "Servicerute",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_72",
        "label": "72",
        "long": "Servicerute",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_73",
        "label": "73",
        "long": "Servicerute",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "TRO:Line:1_74",
        "label": "74",
        "long": "Durm\u00e5lsvegen - Kval\u00f8ysletta",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "TRO:Line:1_9",
        "label": "9",
        "long": "Skjerv\u00f8y-Kv\u00e6nangen-Vorter\u00f8y",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      }
    ],
    "stop_count": 12846,
    "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": "transfer_with_invalid_trip_and_stop",
      "count": 12,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'transfer_with_invalid_trip_and_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Transfer with invalid trip and stop (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "duplicate_key",
      "count": 7,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 1,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    }
  ],
  "validator_version": "8.0.1"
}
