{
  "agency": {
    "country": "CZ",
    "id": "plzen-pmdp",
    "name": "Plze\u0148sk\u00e9 m\u011bstsk\u00e9 dopravn\u00ed podniky, a.s. (PMDP)",
    "operating_note": "The GTFS uses double-quoted CSV headers, which a naive comma-split calendar check misreads as a missing end_date; the archive was verified by hand to carry all core tables and a current calendar (end_date 20270114). The Java gtfs-validator parses it correctly, so the daily run is unaffected.",
    "subdivision_code": "CZ-32",
    "subdivision_name": "Plze\u0148sk\u00fd kraj"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 68.6,
          "stops_marked_not_accessible_pct": 31.4,
          "stops_stated_pct": 100.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 0.0,
          "stop_names": 15.0,
          "wheelchair_stops": 25.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": 0.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 730,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10291,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 68.6,
        "wheelchair_marked_not_accessible_pct": 31.4
      },
      "findings": [
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 10291,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "10291 of 10291 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "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": 62.5,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (69% marked accessible, 31% 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": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 9,
          "WARNING": 98
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 65,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "duplicate_route_name",
          "count": 31,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "expired_calendar",
          "count": 1,
          "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": 4.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": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "unknown_column",
          "count": 6,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "big_gap_in_service",
          "count": 3,
          "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."
        }
      ],
      "name": "correctness",
      "score": 76.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 107 instances (0 error, 98 warning, 9 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 179,
        "effective_expiry_date": "2027-01-14",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-01-14",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 179 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 179 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip."
  },
  "feed": {
    "license_note": "CC BY 4.0; published by Plze\u0148sk\u00e9 m\u011bstsk\u00e9 dopravn\u00ed podniky through the Plze\u0148 municipal open-data portal opendata.plzen.eu, which permits redistribution and modification for any purpose with attribution.",
    "reachable": true,
    "sha256": "23927eae7596ca66b4eeeb7a9b8ffaf221ca9000b956be27e0d47754e6abbcd8",
    "size_bytes": 1153579,
    "static_url": "https://jizdnirady.pmdp.cz/jr/gtfs"
  },
  "fetch": {
    "final_url": "https://jizdnirady.pmdp.cz/jr/gtfs",
    "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": [
      13.1645,
      49.63906,
      13.5317,
      49.82431
    ],
    "lat": 49.74162,
    "lon": 13.3775,
    "stop_count": 730
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 6,
        "trip_count": 2618,
        "trip_share_pct": 25.4
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 61,
        "trip_count": 4655,
        "trip_share_pct": 45.2
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 16,
        "trip_count": 3018,
        "trip_share_pct": 29.3
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 83,
    "trip_count": 10291
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 4.4,
    "margin_to_next_band": 5.6,
    "score": 74.4
  },
  "recommendations": [
    {
      "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 (\"Chot\u011b\u0161ov, \u017eel. st.\", \"Chot\u011b\u0161ov, \u017eel. st.\").",
      "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": 730,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 10291
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/plzen-pmdp/geometry.geojson",
    "route_count": 83,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3243",
        "label": "20",
        "long": "Mrakodrap - B\u00edl\u00e1 Hora - Zru\u010d-Senec",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3246",
        "label": "24",
        "long": "Bory - Zadn\u00ed Skvr\u0148any - Bolevec",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3247",
        "label": "25",
        "long": "Bory - Nemocnice Lochot\u00edn - Bolevec",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3250",
        "label": "28",
        "long": "CAN - Doubravka - Bukovec",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3253",
        "label": "31",
        "long": "Slovany - Hradi\u0161t\u011b",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3255",
        "label": "33",
        "long": "Goethova - Nemocnice Lochot\u00edn - Ko\u0161utka",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3256",
        "label": "34",
        "long": "Pa\u0159\u00ed\u017esk\u00e1 - Orl\u00edk - T\u0159emo\u0161n\u00e1",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3262",
        "label": "40",
        "long": "Goethova - Lochot\u00edn - Ko\u0161utka",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3263",
        "label": "41",
        "long": "Vinice - CAN - K\u0159imice",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3266",
        "label": "50",
        "long": "NC \u010cernice - Star\u00fd Plzenec",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3268",
        "label": "56",
        "long": "Vinice - CAN - M\u011bsto Tou\u0161kov",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3270",
        "label": "N11",
        "long": "Mrakodrap - Bu\u0161ovice, Sedlecko",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3271",
        "label": "N12",
        "long": "Mrakodrap - Chot\u011b\u0161ov - Stod",
        "short": "N12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3272",
        "label": "N1",
        "long": "Bolevec - Mrakodrap - Bory - Panasonic",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3273",
        "label": "N2",
        "long": "Zadn\u00ed Skvr\u0148any - Mrakodrap - \u010cernice",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3274",
        "label": "N3",
        "long": "Doubravka - Mrakodrap - Ko\u0161utka",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3275",
        "label": "N4",
        "long": "B\u00edl\u00e1 Hora - Mrakodrap - Lhota",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3276",
        "label": "N5",
        "long": "Radoby\u010dick\u00e1 n\u00e1ves - Mrakodrap - Malesice",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3277",
        "label": "N6",
        "long": "\u010cerven\u00fd Hr\u00e1dek - Mrakodrap - Ko\u0161utka",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3324",
        "label": "N11",
        "long": "Mrakodrap - Bu\u0161ovice, Sedlecko",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3325",
        "label": "N12",
        "long": "Mrakodrap - Chot\u011b\u0161ov - Stod",
        "short": "N12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3326",
        "label": "N1",
        "long": "Bolevec - Mrakodrap - Bory - Panasonic",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3327",
        "label": "N2",
        "long": "Zadn\u00ed Skvr\u0148any - Mrakodrap - \u010cernice",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3328",
        "label": "N3",
        "long": "Doubravka - Mrakodrap - Ko\u0161utka",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3329",
        "label": "N4",
        "long": "B\u00edl\u00e1 Hora - Mrakodrap - Lhota",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3330",
        "label": "N5",
        "long": "Radoby\u010dick\u00e1 n\u00e1ves - Mrakodrap - Malesice",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3331",
        "label": "N6",
        "long": "\u010cerven\u00fd Hr\u00e1dek - Mrakodrap - Ko\u0161utka",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3384",
        "label": "22",
        "long": "Koterov - Malv\u00edny",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3385",
        "label": "N7",
        "long": "Muzeum - Nov\u00e1 Hospoda",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3387",
        "label": "11",
        "long": "\u00dast\u0159edn\u00ed h\u0159bitov - Malesice - K\u0159imice",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3388",
        "label": "21",
        "long": "Bory - Litice",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3389",
        "label": "27",
        "long": "Mrakodrap - Nemocnice Privamed - Ko\u0161utka",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3390",
        "label": "35",
        "long": "Doln\u00ed Vlk\u00fd\u0161 - Malesice - Rad\u010dice",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3391",
        "label": "37",
        "long": "Rad\u010dice - Mach\u00e1\u010dkova",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3392",
        "label": "42",
        "long": "Bory - \u0160pa\u010dkov\u00e1 - Lhota",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3394",
        "label": "51",
        "long": "Slovany - Koterov - Star\u00fd Plzenec",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3395",
        "label": "58",
        "long": "Okounov\u00e1 - T\u0159emo\u0161n\u00e1 - Zru\u010d-Senec - B\u00edl\u00e1 Hora",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3397",
        "label": "27",
        "long": "Smetanovy sady - Nemocnice Privamed - Ko\u0161utka",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3398",
        "label": "26",
        "long": "Bory - Valcha - Lhota - Nov\u00e1 Ves",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3399",
        "label": "43",
        "long": "Z\u00e1ti\u0161\u00ed - Zadn\u00ed Skvr\u0148any",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3400",
        "label": "29",
        "long": "Doubravka - Borsk\u00e1 pole",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3401",
        "label": "30",
        "long": "Borsk\u00e1 pole - Bory - Ko\u0161utka",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3402",
        "label": "38",
        "long": "Doubravka - \u010cerven\u00fd Hr\u00e1dek",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3403",
        "label": "39",
        "long": "Bory - V\u00fdslun\u00ed - Bory",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3411",
        "label": "23",
        "long": "Bory - Radoby\u010dice - Slovany",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3412",
        "label": "32",
        "long": "\u0160koda VIII. br\u00e1na - Bory - NC \u010cernice",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3425",
        "label": "20",
        "long": "Smetanovy sady - B\u00edl\u00e1 Hora - Zru\u010d-Senec",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3426",
        "label": "24",
        "long": "Bory - Zadn\u00ed Skvr\u0148any - Bolevec",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3427",
        "label": "25",
        "long": "Bory - Nemocnice Lochot\u00edn - Bolevec",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3428",
        "label": "26",
        "long": "Bory - Valcha - Lhota - Nov\u00e1 Ves",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3429",
        "label": "28",
        "long": "CAN - Doubravka - Bukovec",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3430",
        "label": "29",
        "long": "Doubravka - Borsk\u00e1 pole",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3431",
        "label": "30",
        "long": "Borsk\u00e1 pole - Bory - Ko\u0161utka",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3432",
        "label": "33",
        "long": "Goethova - Nemocnice Lochot\u00edn - Ko\u0161utka",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3433",
        "label": "34",
        "long": "Pa\u0159\u00ed\u017esk\u00e1 - Orl\u00edk - T\u0159emo\u0161n\u00e1",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3434",
        "label": "38",
        "long": "Doubravka - \u010cerven\u00fd Hr\u00e1dek",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3435",
        "label": "40",
        "long": "Goethova - Lochot\u00edn - Ko\u0161utka",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3436",
        "label": "41",
        "long": "Vinice - CAN - K\u0159imice",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3437",
        "label": "42",
        "long": "Bory - \u0160pa\u010dkov\u00e1 - Lhota",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3438",
        "label": "56",
        "long": "Vinice - CAN - M\u011bsto Tou\u0161kov",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3439",
        "label": "N3",
        "long": "Doubravka - Mrakodrap - Ko\u0161utka",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3440",
        "label": "N6",
        "long": "\u010cerven\u00fd Hr\u00e1dek - Mrakodrap - Ko\u0161utka",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3441",
        "label": "1",
        "long": "Slovany - Bolevec",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3442",
        "label": "2",
        "long": "Sv\u011btovar - Skvr\u0148any",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3443",
        "label": "4",
        "long": "Univerzita - Ko\u0161utka",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3444",
        "label": "10",
        "long": "CAN Husova - \u010cernice",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3445",
        "label": "12",
        "long": "Nov\u00e1 Hospoda - Bo\u017ekov - Letkov",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3446",
        "label": "13",
        "long": "Na Dlouh\u00fdch - NC \u010cernice",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3447",
        "label": "14",
        "long": "Pa\u0159\u00ed\u017esk\u00e1 - S\u00eddli\u0161t\u011b Bory",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3448",
        "label": "15",
        "long": "Lobzy - Borsk\u00e1 pole - Nov\u00e1 Hospoda",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3450",
        "label": "17",
        "long": "Doubravka - Nov\u00e1 Hospoda",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3451",
        "label": "18",
        "long": "CAN Husova - Borsk\u00e1 pole",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3458",
        "label": "1",
        "long": "Slovany - Bolevec",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3459",
        "label": "2",
        "long": "Sv\u011btovar - Skvr\u0148any",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3460",
        "label": "4",
        "long": "Univerzita - Ko\u0161utka",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3461",
        "label": "1/2A",
        "long": "Sady P\u011btat\u0159ic\u00e1tn\u00edk\u016f - Hlavn\u00ed n\u00e1dra\u017e\u00ed",
        "short": "1/2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3468",
        "label": "12",
        "long": "Nov\u00e1 Hospoda - Bo\u017ekov - Letkov",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3469",
        "label": "13",
        "long": "Na Dlouh\u00fdch - NC \u010cernice",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3470",
        "label": "14",
        "long": "Pa\u0159\u00ed\u017esk\u00e1 - S\u00eddli\u0161t\u011b Bory",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3471",
        "label": "15",
        "long": "Lobzy - Borsk\u00e1 pole - Nov\u00e1 Hospoda",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3472",
        "label": "16",
        "long": "Doubravka - S\u00eddli\u0161t\u011b Bory",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3473",
        "label": "17",
        "long": "Doubravka - Nov\u00e1 Hospoda",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3474",
        "label": "36",
        "long": "Bory - S\u00eddli\u0161t\u011b Litice",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 730,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_missing_headsigns",
      "count": 10291,
      "effort": "Usually a bulk edit in your scheduling software.",
      "fix": "Populate trip_headsign to match what the transit vehicle displays.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "10291 of 10291 trips have no headsign.",
      "why": "Riders at the stop can't tell which direction a transit vehicle is going."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "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"
}
