{
  "agency": {
    "country": "HU",
    "id": "blaguss-szombathely",
    "name": "Blaguss Agora Hungary (Szombathely)",
    "subdivision_code": "HU-SH",
    "subdivision_name": "Szombathely"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.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": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 301,
        "translations": {
          "feed_lang": "hu",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 3813,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 301,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "301 of 301 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "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."
        }
      ],
      "name": "completeness",
      "score": 52.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 16,
        "instances_by_severity": {
          "ERROR": 31,
          "INFO": 598,
          "WARNING": 13978
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 31,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_timepoint_value",
          "count": 13205,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 642,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "unused_shape",
          "count": 99,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 11,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_without_stop_time",
          "count": 7,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "expired_calendar",
          "count": 6,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 4,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 3,
          "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": 4.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": "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_headsign_matches_intermediate_stop",
          "count": 581,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "platform_without_parent_station",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 6,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "big_gap_in_service",
          "count": 1,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 24.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 16 kinds of issue across 14607 instances (31 error, 13978 warning, 598 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 329,
        "effective_expiry_date": "2027-06-18",
        "feed_end_date": "2027-06-18",
        "feed_start_date": "2026-07-23",
        "feed_version": "1338.1-aiii-20260722-124532.d27w",
        "has_feed_info": true,
        "last_service_date": "2027-06-18",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 329 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 329 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Commercialization and redistribution are permitted by the Hungarian National Access Point's published terms; credit the data provider and Hungarian Public Roads NAP.",
    "reachable": true,
    "sha256": "18bbd3813068725292225becb7b8f6fb4bef123123c402041ab2feeb4fe1d7cc",
    "size_bytes": 2247645,
    "static_url": "https://szombathely.utas.hu/api/static/v1/gtfs-google/gtfs-google.zip"
  },
  "fetch": {
    "final_url": "https://szombathely.utas.hu/api/static/v1/gtfs-google/gtfs-google.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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      16.56503,
      47.18638,
      16.68135,
      47.26663
    ],
    "lat": 47.23118,
    "lon": 16.61921,
    "stop_count": 301
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 28,
        "trip_count": 3813,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 28,
    "trip_count": 3813
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 51.9,
    "margin_to_next_band": 8.1,
    "score": 51.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 12,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "12 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (5, 8, 20, 22, 24, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 2,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "2 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Dr. Istv\u00e1n Lajos k\u00f6r\u00fat\", \"Dr. Istv\u00e1n Lajos k\u00f6r\u00fat\").",
      "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."
    }
  ],
  "routability": {
    "boardable_stops": 301,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 7,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "7 of 301 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 7,
    "single_stop_trips": 0,
    "trips_total": 3813
  },
  "route_map": {
    "drawn_route_count": 28,
    "has_shapes": true,
    "path": "data/artifacts/blaguss-szombathely/geometry.geojson",
    "route_count": 28,
    "routes": [
      {
        "color": "FF33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "SZ005",
        "label": "5",
        "long": "Minerva lak\u00f3park - Vas\u00fat\u00e1llom\u00e1s - Oladi v\u00e1rosr\u00e9sz",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D91A2D",
        "color_name": "red",
        "has_shape": true,
        "id": "SZ006",
        "label": "6",
        "long": "Minerva lak\u00f3park - Vas\u00fat\u00e1llom\u00e1s - \u00dajperint",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D91A2D",
        "color_name": "red",
        "has_shape": true,
        "id": "SZ007",
        "label": "7",
        "long": "Minerva lak\u00f3park - Vas\u00fat\u00e1llom\u00e1s - \u00dajperint",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "26A19F",
        "color_name": "teal",
        "has_shape": true,
        "id": "SZ008",
        "label": "8",
        "long": "Zanat - \u00c9hen Gyula lak\u00f3telep - Vas\u00fat\u00e1llom\u00e1s - Aut\u00f3busz-\u00e1llom\u00e1s",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "993C69",
        "color_name": "purple",
        "has_shape": true,
        "id": "SZ009",
        "label": "9",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Joskar-Ola v\u00e1rosr\u00e9sz - Oladi v\u00e1rosr\u00e9sz",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F8E71C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "SZ00O",
        "label": "O",
        "long": "OLADI J\u00c1RAT: Aut\u00f3busz-\u00e1llom\u00e1s - Olad",
        "short": "O",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "663333",
        "color_name": "brown",
        "has_shape": true,
        "id": "SZ012",
        "label": "12",
        "long": "Her\u00e9ny - Vas\u00fat\u00e1llom\u00e1s - Bog\u00e1t - Gy\u00f6ngy\u00f6sherm\u00e1n - Vas\u00fat\u00e1llom\u00e1s - Her\u00e9ny",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "265275",
        "color_name": "green",
        "has_shape": true,
        "id": "SZ01U",
        "label": "1U",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Bog\u00e1t - Gy\u00f6ngy\u00f6sherm\u00e1n - Vas\u00fat\u00e1llom\u00e1s",
        "short": "1U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "SZ020",
        "label": "20",
        "long": "Vas\u00fat\u00e1llom\u00e1s - V\u00e1rosh\u00e1za - N\u00e1rai K\u00fcls\u0151 \u00fat - Sz\u0171rcsap\u00f3 utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "663333",
        "color_name": "brown",
        "has_shape": true,
        "id": "SZ021",
        "label": "21",
        "long": "Her\u00e9ny - Vas\u00fat\u00e1llom\u00e1s - Gy\u00f6ngy\u00f6sherm\u00e1n - Bog\u00e1t - Vas\u00fat\u00e1llom\u00e1s - Her\u00e9ny",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B0F0",
        "color_name": "teal",
        "has_shape": true,
        "id": "SZ022",
        "label": "22",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Olad - Kil\u00e1t\u00f3 \u00fat - Vas\u00fat\u00e1llom\u00e1s",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D0B2CA",
        "color_name": "white",
        "has_shape": true,
        "id": "SZ023",
        "label": "23",
        "long": "Zanat - Vas\u00fat\u00e1llom\u00e1s - Pet\u0151fi telep",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5B9BD5",
        "color_name": "teal",
        "has_shape": true,
        "id": "SZ024",
        "label": "24",
        "long": "Her\u00e9ny - Minerva lak\u00f3park - Oladi iskol\u00e1k",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "SZ025",
        "label": "25",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Derkovits v\u00e1rosr\u00e9sz - Minerva lak\u00f3park - Her\u00e9ny",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AD4FC",
        "color_name": "white",
        "has_shape": true,
        "id": "SZ027",
        "label": "27",
        "long": "Zanat - Vas\u00fat\u00e1llom\u00e1s - Parkerd\u0151 lak\u00f3park - Parkerd\u0151",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "119E52",
        "color_name": "green",
        "has_shape": true,
        "id": "SZ02A",
        "label": "2A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - V\u00e1ci Mih\u00e1ly utca - \u00dajtemet\u0151 - Szent Fl\u00f3ri\u00e1n k\u00f6r\u00fat - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "SZ02C",
        "label": "2C",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Szent Gell\u00e9rt utca - \u00dajtemet\u0151 - V\u00e1ci Mih\u00e1ly utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "2C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1CC9E",
        "color_name": "gray",
        "has_shape": true,
        "id": "SZ04H",
        "label": "4H",
        "long": "Oladi v\u00e1rosr\u00e9sz - Derkovits v\u00e1rosr\u00e9sz - BPW-Hung\u00e1ria Kft.",
        "short": "4H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A69C3D",
        "color_name": "brown",
        "has_shape": true,
        "id": "SZ05H",
        "label": "5H",
        "long": "Olad - Aranypatak lak\u00f3park - Derkovits v\u00e1rosr\u00e9sz - Ipartelep",
        "short": "5H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCF574",
        "color_name": "white",
        "has_shape": true,
        "id": "SZ07H",
        "label": "7H",
        "long": "Arany J\u00e1nos utca / G\u00e9fin Gyula utca - Rumi \u00fat 142.",
        "short": "7H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7E97B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "SZ08H",
        "label": "8H",
        "long": "Oladi v\u00e1rosr\u00e9sz - Szent Fl\u00f3ri\u00e1n k\u00f6r\u00fat - Joskar-Ola v\u00e1rosr\u00e9sz-  iVy Technology Kft.",
        "short": "8H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "SZ10H",
        "label": "10H",
        "long": "Oladi v\u00e1rosr\u00e9sz - Derkovits v\u00e1rosr\u00e9sz - Vas\u00fat\u00e1llom\u00e1s - iSi Automotive",
        "short": "10H",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CADC6C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "SZ21A",
        "label": "21A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Gy\u00f6ngy\u00f6sherm\u00e1n - Bog\u00e1t - Vas\u00fat\u00e1llom\u00e1s",
        "short": "21A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9AD4FC",
        "color_name": "white",
        "has_shape": true,
        "id": "SZ27A",
        "label": "27A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Parkerd\u0151 lak\u00f3park",
        "short": "27A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "119E52",
        "color_name": "green",
        "has_shape": true,
        "id": "SZ29A",
        "label": "29A",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Sz\u0171rcsap\u00f3 utca - \u00dajtemet\u0151 - Szent Gell\u00e9rt utca - Joskar-Ola v\u00e1rosr\u00e9sz - Vas\u00fat\u00e1llom\u00e1s",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "SZ29C",
        "label": "29C",
        "long": "Vas\u00fat\u00e1llom\u00e1s - Joskar-Ola v\u00e1rosr\u00e9sz - Szent Fl\u00f3ri\u00e1n k\u00f6r\u00fat - \u00dajtemet\u0151 - Sz\u0171rcsap\u00f3 utca - Vas\u00fat\u00e1llom\u00e1s",
        "short": "29C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9E90DD",
        "color_name": "purple",
        "has_shape": true,
        "id": "SZ30Y",
        "label": "30Y",
        "long": "Minerva lak\u00f3park - Vas\u00fat\u00e1llom\u00e1s - Oladi v\u00e1rosr\u00e9sz - Vas\u00fat\u00e1llom\u00e1s - Minerva lak\u00f3park",
        "short": "30Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "010A7A",
        "color_name": "black",
        "has_shape": true,
        "id": "SZISK",
        "label": "ISK",
        "long": "ISKOLAJ\u00c1RAT: Sport t\u00e9r - Vas\u00fat\u00e1llom\u00e1s",
        "short": "ISK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 301,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 31,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 301,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "301 of 301 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
