{
  "agency": {
    "country": "JP",
    "id": "nagaden-bus-nagano",
    "name": "Nagaden Bus, Nagano depot area (\u9577\u96fb\u30d0\u30b9\u9577\u91ce\u55b6\u696d\u6240\u7ba1\u5185)",
    "operating_note": "The Nagano depot network of Nagaden Bus. The operator publishes its route network as separate depot-area archives; this record covers the Nagano area.",
    "subdivision_code": "JP-20",
    "subdivision_name": "Nagano"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.7,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 752,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 98.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 424,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 505
        },
        "trips": 752,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.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": 424,
          "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": "424 of 424 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 752,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "752 of 752 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 59.7,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 3,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 39,
          "WARNING": 35096
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 35082,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 14,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 39,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 85.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 35135 instances (0 error, 35096 warning, 39 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 205,
        "effective_expiry_date": "2027-03-29",
        "feed_end_date": "2027-03-29",
        "feed_start_date": "2026-03-30",
        "feed_version": "20260330_2026\u5e7403\u670830\u65e5\uff080328 \u6771\u5317G\u4fee\u6b63\u3000\u571f\u65e5\u795d\u4fee\u6b63\uff09 \u305d\u306e\u7b4b\u5c4b 2.500 GTFS\u51fa\u529b\u65e5\u6642\uff1a2026/03/30 16:03:50\u3010\u65e5\u672c\u30d0\u30b9\u60c5\u5831\u5354\u4f1a\u306e\u95a2\u4fc2\u8005\u30fb\u652f\u6301\u8005\u306f\u5229\u7528\u7981\u6b62\u3011 https://gtfs-jp.org/bus/ \u203b\u4e00\u822c\u306e\u30d0\u30b9\u5229\u7528\u8005\u3078\u306e\u6848\u5185\u5229\u7528\u306f\u30d0\u30b9\u4f1a\u793e\u306b\u516c\u958b\u8a31\u53ef\u3092\u5f97\u307e\u3057\u3087\u3046\u3002",
        "has_feed_info": true,
        "last_service_date": "2027-03-29",
        "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 205 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": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 205 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Nagaden Bus through the GTFS Data Repository (gtfs-data.jp). Credit Nagaden Bus.",
    "reachable": true,
    "sha256": "0d178e412fe652a507d4745163e88b44b221fe3f20e9d18340d3616306090584",
    "size_bytes": 277052,
    "source_provenance": "official",
    "static_url": "https://api.gtfs-data.jp/v2/organizations/nagadenbus/feeds/nagadenbus-nagano/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/nagadenbus/nagadenbus-nagano/a1f6ab68-b9eb-49eb-a464-753a0356e653/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_nagadenbus_nagadenbus-nagano_20260330_20260417112845.zip&AWSAccessKeyId=ASIARI5CFYANKUJYWBN4&Signature=JVEp1a9P9MmsJBlt6mWguYOA5Ss%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEEYaDmFwLW5vcnRoZWFzdC0xIkgwRgIhAIVsRGNs4ucjPcBZzc%2BbI7QaB48WEfrKWFW3V%2FcOP%2BYGAiEAncPI%2BzjbzZUonslt0QzDDKBgOb2gqaubxoFWV0ug73Aq0AQIDxAFGgwwODc4NTAwNzQxMzgiDCPnmfCeMl0%2Bfw2KqSqtBH7Rg%2FvLPBGPFUWNL1u%2BmKC1W%2BuzfETQmUqu5SDwPNkwlpc%2FuF%2FO6%2FL65qmWKLZX%2Bjk%2FPz1pPgoEcMDk8Fu5iUZm3Jzt%2BUI7cIYQxV5q1%2FzR83%2BRV1hLzix5ZDumA2gGJ2Nx4t%2FENGPpul1WxptfEfn3VkridF8xg8P%2Fb%2FuT2U6ihs%2BA6eYAdhKIIlIaDmTC9qwnv%2FitZ0FN8fr1N1xUDsfa9ww%2FWiuD2Sconz40p0Vsk4iAOAnxqzJx7bfPbu8onWCfx%2F8zXN7fRyD3JuOLW8SB35AX3EFY8Yz21FWmdkGilc94yYclDafnwl1oks%2B%2FHPoGoJqnTaGfsVI%2FF3vRrRy2lLJumacBjaXXvk7r1WblNqPeflXZjrfpNLGs1jkg4cnTrFiOUZhyIqDYEQvHzVsHAmT8VUqmyOMkfHrFTvptY3Rj430LEmC5171CtAMfYZRCkidbypkOmNb1tB6I%2FB2yDC6MEJaDYwsbZkZ9ky4bXK1xPeh5Toj4WUC2vcOfc%2FohUgxMzVvh4HTj1gXDcj02f164sflQLNu76tPDNmfxr5vsRsrWVfU3bkz8uL5991CNZStqSbXgLp4X0eod34ZlAswhJKbEE1F6dSU6PtmbbLqDmWtwYHWKMJyPPa6MaLqArEswjFRxKzzqtY34ojlcjFQJHUsk4XpGnJh9ruWqzChbl%2FvIfGWSy7g2HlwZuZKoZoyR7XkAy1ZmvnlfindeUJKe9P5EA3eL2U0rMPa38NQGOqIBALOZDRMyKhaqHt8%2BGC0CPiUDWOxAA2X9RIrgJ8cr4bRFGw9UKdJTY%2FSzRoHwzpHFszyJzKGHBt6j24rOnGl2SqsuvriWJgfBpZesYKCjTjlJGHoUi5hJu2UZWSP%2FZbTUtsd5qwelKPKYwoY%2BOOolVThP42vy2xyPejpYlRDNkRdqHjZlX9M6WLvALVqEcwphzi2UnoZTRVRJ59kW7GvD0BpL&Expires=1788616025",
    "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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      138.12637,
      36.53163,
      138.31099,
      36.69218
    ],
    "lat": 36.64804,
    "lon": 138.21598,
    "stop_count": 424
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 13,
        "trip_count": 752,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 13,
    "trip_count": 752
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 1.0,
    "margin_to_next_band": 9.0,
    "score": 81.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "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": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (\u301051\u3011 \u5e73\u6797\u7dda, \u301062\u3011 \u6771\u9577\u91ce\u75c5\u9662\u7dda, \u301063\u3011 \u4e09\u624d\u7dda, \u3010R\u3011 \u5c4b\u4ee3\u9808\u5742\u7dda, \u301046\u3011 \u5927\u8c46\u5cf6\u5ddd\u7530\u7dda).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 420,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 752
  },
  "route_map": {
    "drawn_route_count": 13,
    "has_shapes": true,
    "path": "data/artifacts/nagaden-bus-nagano/geometry.geojson",
    "route_count": 13,
    "routes": [
      {
        "color": "FFCF80",
        "color_name": "white",
        "has_shape": true,
        "id": "\u30de\u30e6\u30df\u30c0\u4e09\u624d\u7dda_A",
        "label": "\u301064\u3011 \u30de\u30e6\u30df\u30c0\u4e09\u624d\u7dda",
        "long": "\u301064\u3011 \u30de\u30e6\u30df\u30c0\u4e09\u624d\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "575757",
        "color_name": "brown",
        "has_shape": true,
        "id": "\u4e09\u624d\u6771\u9577\u91ce\u75c5\u9662\u7dda_A",
        "label": "\u3010162\u3011 \u4e09\u624d\u6771\u9577\u91ce\u75c5\u9662\u7dda",
        "long": "\u3010162\u3011 \u4e09\u624d\u6771\u9577\u91ce\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FE6905",
        "color_name": "orange",
        "has_shape": true,
        "id": "\u4e09\u624d\u7dda_A",
        "label": "\u301063\u3011 \u4e09\u624d\u7dda",
        "long": "\u301063\u3011 \u4e09\u624d\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00C1B3",
        "color_name": "teal",
        "has_shape": true,
        "id": "\u5927\u8c46\u5cf6\u5ddd\u7530\u7dda_A",
        "label": "\u301046\u3011 \u5927\u8c46\u5cf6\u5ddd\u7530\u7dda",
        "long": "\u301046\u3011 \u5927\u8c46\u5cf6\u5ddd\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF73DF",
        "color_name": "pink",
        "has_shape": true,
        "id": "\u5c4b\u4ee3\u9808\u5742\u7dda_A",
        "label": "\u3010R\u3011 \u5c4b\u4ee3\u9808\u5742\u7dda",
        "long": "\u3010R\u3011 \u5c4b\u4ee3\u9808\u5742\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "14BC01",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e73\u6797\u7dda_A",
        "label": "\u301051\u3011 \u5e73\u6797\u7dda",
        "long": "\u301051\u3011 \u5e73\u6797\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A6EFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u65e5\u8d64\u7dda_A",
        "label": "\u301081\u3011 \u65e5\u8d64\u7dda",
        "long": "\u301081\u3011 \u65e5\u8d64\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "\u6771\u9577\u91ce\u75c5\u9662\u7dda_A",
        "label": "\u301062\u3011 \u6771\u9577\u91ce\u75c5\u9662\u7dda",
        "long": "\u301062\u3011 \u6771\u9577\u91ce\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0C0C0",
        "color_name": "white",
        "has_shape": true,
        "id": "\u6d45\u5ddd\u897f\u6761\u5e02\u6c11\u75c5\u9662\u7dda_A",
        "label": "\u3010161\u3011 \u6d45\u5ddd\u897f\u6761\u5e02\u6c11\u75c5\u9662\u7dda",
        "long": "\u3010161\u3011 \u6d45\u5ddd\u897f\u6761\u5e02\u6c11\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFBBFF",
        "color_name": "white",
        "has_shape": true,
        "id": "\u6d45\u5ddd\u897f\u6761\u7dda_A",
        "label": "\u301061\u3011 \u6d45\u5ddd\u897f\u6761\u7dda",
        "long": "\u301061\u3011 \u6d45\u5ddd\u897f\u6761\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "\u7dbf\u5185\u5c4b\u5cf6\u7dda_A",
        "label": "\u301082B\u3011 \u7dbf\u5185\u5c4b\u5cf6\u7dda",
        "long": "\u301082B\u3011 \u7dbf\u5185\u5c4b\u5cf6\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A6FFA6",
        "color_name": "white",
        "has_shape": true,
        "id": "\u904b\u52d5\u516c\u5712\u7dda_A",
        "label": "\u301052\u3011 \u904b\u52d5\u516c\u5712\u7dda",
        "long": "\u301052\u3011 \u904b\u52d5\u516c\u5712\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "\u9808\u5742\u5c4b\u5cf6\u7dda_A",
        "label": "\u301082\u3011 \u9808\u5742\u5c4b\u5cf6\u7dda",
        "long": "\u301082\u3011 \u9808\u5742\u5c4b\u5cf6\u7dda",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 424,
    "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-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 424,
      "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": 1,
      "severity": "WARNING",
      "what": "424 of 424 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 752,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "752 of 752 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "non_ascii_or_non_printable_char",
      "count": 35082,
      "effort": "A planned ID change, not a quick text cleanup.",
      "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some internal IDs use characters outside the basic text set.",
      "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
    }
  ],
  "validator_version": "8.0.1"
}
