{
  "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.8,
          "stops_marked_not_accessible_pct": 31.2,
          "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_applicable_trips": 6970,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 0.0,
        "headsign_scored_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": 717,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 6970,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 68.8,
        "wheelchair_marked_not_accessible_pct": 31.2
      },
      "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": 6970,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "6970 of 6970 trips have no headsign, the text that tells riders where the transit vehicle is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 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": 4,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 9,
          "WARNING": 33
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 32,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.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": "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": 88.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 4 kinds of issue across 42 instances (0 error, 33 warning, 9 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 183,
        "effective_expiry_date": "2027-03-04",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-03-04",
        "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 183 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 183 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.",
    "version": 2
  },
  "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": "23a3cd600cd0452a582c1574cec8ba9914c62dd52cfc1a16691fff6fed98f853",
    "size_bytes": 800939,
    "source_provenance": "official",
    "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-09-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      13.1645,
      49.63906,
      13.5317,
      49.82431
    ],
    "lat": 49.74074,
    "lon": 13.37739,
    "stop_count": 717
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 1875,
        "trip_share_pct": 26.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 35,
        "trip_count": 2664,
        "trip_share_pct": 38.2
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 13,
        "trip_count": 2431,
        "trip_share_pct": 34.9
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 51,
    "trip_count": 6970
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 9.6,
    "margin_to_next_band": 0.4,
    "score": 79.6
  },
  "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": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 717,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 6970
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/plzen-pmdp/geometry.geojson",
    "route_count": 51,
    "routes": [
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3507",
        "label": "1",
        "long": "Slovany - Bolevec",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": false,
        "id": "3508",
        "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": "3509",
        "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": "3510",
        "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": "3511",
        "label": "21",
        "long": "Bory - Litice",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3512",
        "label": "23",
        "long": "Bory - Radoby\u010dice - Slovany",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3513",
        "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": "3514",
        "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": "3515",
        "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": "3516",
        "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": "3517",
        "label": "28",
        "long": "CAN - Doubravka - Bukovec",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3518",
        "label": "29",
        "long": "Doubravka - Borsk\u00e1 pole",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3519",
        "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": "3520",
        "label": "31",
        "long": "Slovany - Hradi\u0161t\u011b",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3521",
        "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": "3522",
        "label": "33",
        "long": "Hlavn\u00ed n\u00e1dra\u017e\u00ed - Nemocnice Lochot\u00edn - Ko\u0161utka",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3523",
        "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": "3524",
        "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": "3525",
        "label": "36",
        "long": "Bory - S\u00eddli\u0161t\u011b Litice",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3526",
        "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": "3527",
        "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": "3528",
        "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": "3529",
        "label": "40",
        "long": "Hlavn\u00ed n\u00e1dra\u017e\u00ed - Lochot\u00edn - Ko\u0161utka",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3530",
        "label": "41",
        "long": "Vinice - CAN - K\u0159imice",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3531",
        "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": "3532",
        "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": "3533",
        "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": "3534",
        "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": "3535",
        "label": "N11",
        "long": "Mrakodrap - Bu\u0161ovice, Sedlecko",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3536",
        "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": "3537",
        "label": "N1",
        "long": "Bolevec - Mrakodrap - Bory - Panasonic",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3538",
        "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": "3539",
        "label": "N3",
        "long": "Doubravka - Mrakodrap - Ko\u0161utka",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3540",
        "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": "3541",
        "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": "3542",
        "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": "3543",
        "label": "10",
        "long": "Tylova - \u010cernice",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3545",
        "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": "3546",
        "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": "3547",
        "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": "3548",
        "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": "3549",
        "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": "3550",
        "label": "17",
        "long": "Doubravka - Nov\u00e1 Hospoda",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3551",
        "label": "18",
        "long": "CAN Husova - Borsk\u00e1 pole",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3552",
        "label": "19",
        "long": "Karlov - Nov\u00e1 Hospoda",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3553",
        "label": "22",
        "long": "Koterov - Malv\u00edny",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3554",
        "label": "49",
        "long": "Hlavn\u00ed n\u00e1dra\u017e\u00ed - FN Lochot\u00edn",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3555",
        "label": "N7",
        "long": "Mrakodrap - Nov\u00e1 Hospoda",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3556",
        "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": "3557",
        "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": "3558",
        "label": "11",
        "long": "\u00dast\u0159edn\u00ed h\u0159bitov - Malesice - K\u0159imice",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      }
    ],
    "stop_count": 717,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-02",
  "top_fixes": [
    {
      "code": "scorecard_missing_headsigns",
      "count": 6970,
      "effort": "Usually one value per route pattern in your scheduling source.",
      "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
      "owner": "",
      "points": 15.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "6970 of 6970 trips have no headsign, the text that tells riders where the transit vehicle is going.",
      "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
    },
    {
      "code": "scorecard_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"
}
