{
  "agency": {
    "country": "JP",
    "id": "saga-pref-route-bus",
    "name": "Saga Prefecture Route Bus (\u4f50\u8cc0\u770c \u8def\u7dda\u30d0\u30b9)",
    "operating_note": "One archive covering Saga City Transportation Bureau, Showa Jidosha, Yutoku Jidosha and Saga City. It does not repackage the separately listed Imari City feed.",
    "subdivision_code": "JP-41",
    "subdivision_name": "Saga"
  },
  "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": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "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": 4560,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4003,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4560,
        "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": 4003,
          "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": "4003 of 4003 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": 4560,
          "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": "4560 of 4560 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_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."
        },
        {
          "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": 52.4,
      "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": 13,
        "instances_by_severity": {
          "ERROR": 3,
          "INFO": 19,
          "WARNING": 496720
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_required_column",
          "count": 3,
          "effort": "Often an export setting; ask your vendor if it recurs.",
          "fix": "Add the required column named in the finding to the flagged file.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "A file is missing a column that GTFS requires.",
          "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 355001,
          "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": "missing_timepoint_value",
          "count": 126279,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 10510,
          "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": 8.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": "mixed_case_recommended_field",
          "count": 4657,
          "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": 8.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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 214,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 57,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "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": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 9,
          "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": "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": 2,
          "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_file",
          "count": 2,
          "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": 29.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 496742 instances (3 error, 496720 warning, 19 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 360,
        "effective_expiry_date": "2027-08-31",
        "feed_end_date": "2027-09-01",
        "feed_start_date": "2026-09-01",
        "feed_version": "20260901-1-125-3-62-4-27-81-14-89-9",
        "has_feed_info": true,
        "last_service_date": "2027-08-31",
        "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 360 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 3,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 3,
          "with_description": 3,
          "with_header_text": 3,
          "with_informed_entity": 3
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 0.0,
        "covered_trips": 0,
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 3,
        "worst_lag_seconds": 18
      },
      "findings": [
        {
          "code": "scorecard_rt_trip_coverage",
          "count": 3,
          "effort": "A vendor data-mapping question.",
          "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
          "owner": "",
          "points": 41.2,
          "severity": "WARNING",
          "what": "3 of 3 trips scheduled during the sampling window had no live predictions.",
          "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
        }
      ],
      "name": "realtime",
      "score": 58.8,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 configured feeds healthy; 0.0% of scheduled trips had live predictions; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 360 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": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. 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 stated on the Saga bus open-data site, whose feed_info names Saga Prefecture as publisher. Credit Saga Prefecture.",
    "reachable": true,
    "sha256": "bf1c31707cf1cb6bf52cde5e2f528dc11e81845916651d650c8957cfc6dfe0d2",
    "size_bytes": 2796566,
    "source_provenance": "official",
    "static_url": "http://opendata.sagabus.info/saga-current.zip"
  },
  "fetch": {
    "final_url": "http://opendata.sagabus.info/saga-current.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-09-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      129.79019,
      32.95541,
      135.4907,
      34.70541
    ],
    "lat": 33.29765,
    "lon": 130.18987,
    "stop_count": 4003
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 90,
        "trip_count": 4560,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 90,
    "trip_count": 4560
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 55.2,
    "margin_to_next_band": 4.8,
    "score": 55.2
  },
  "recommendations": [
    {
      "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": 2477,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4560
  },
  "route_map": {
    "drawn_route_count": 88,
    "has_shapes": true,
    "path": "data/artifacts/saga-pref-route-bus/geometry.geojson",
    "route_count": 90,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u3086\u3081\u30bf\u30a6\u30f3\u7dda",
        "label": "\u3086\u3081\u30bf\u30a6\u30f3\u7dda",
        "long": "\u3086\u3081\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4e2d\u6298\u7dda",
        "label": "\u4e2d\u6298\u7dda",
        "long": "\u4e2d\u6298\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4e8c\u4fe3\u7dda",
        "label": "\u4e8c\u4fe3\u7dda",
        "long": "\u4e8c\u4fe3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4eca\u5bbf\u30fb\u9053\u5d0e\u7dda",
        "label": "\u4eca\u5bbf\u30fb\u9053\u5d0e\u7dda",
        "long": "\u4eca\u5bbf\u30fb\u9053\u5d0e\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f0a\u8cc0\u5c4b\u7dda",
        "label": "\u4f0a\u8cc0\u5c4b\u7dda",
        "long": "\u4f0a\u8cc0\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f50\u5927\u30fb\u5973\u5b50\u77ed\u5927\u7dda",
        "label": "\u4f50\u5927\u30fb\u5973\u5b50\u77ed\u5927\u7dda",
        "long": "\u4f50\u5927\u30fb\u5973\u5b50\u77ed\u5927\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f50\u8cc0\u57ce\u8de1\u7dda",
        "label": "\u4f50\u8cc0\u57ce\u8de1\u7dda",
        "long": "\u4f50\u8cc0\u57ce\u8de1\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f50\u8cc0\u5927\u5b66\u75c5\u9662\u7dda",
        "label": "\u4f50\u8cc0\u5927\u5b66\u75c5\u9662\u7dda",
        "long": "\u4f50\u8cc0\u5927\u5b66\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f50\u8cc0\u6771\u9ad8\u6821\u7dda",
        "label": "\u4f50\u8cc0\u6771\u9ad8\u6821\u7dda",
        "long": "\u4f50\u8cc0\u6771\u9ad8\u6821\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u4f50\u8cc0\u7a7a\u6e2f\u7dda",
        "label": "\u4f50\u8cc0\u7a7a\u6e2f\u7dda",
        "long": "\u4f50\u8cc0\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5175\u5eab\u7dda",
        "label": "\u5175\u5eab\u7dda",
        "long": "\u5175\u5eab\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5378\u30bb\u30f3\u30bf\u30fc\u7dda",
        "label": "\u5378\u30bb\u30f3\u30bf\u30fc\u7dda",
        "long": "\u5378\u30bb\u30f3\u30bf\u30fc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5609\u702c\u65b0\u753a\u7dda",
        "label": "\u5609\u702c\u65b0\u753a\u7dda",
        "long": "\u5609\u702c\u65b0\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5973\u5b50\u77ed\u5927\u7dda",
        "label": "\u5973\u5b50\u77ed\u5927\u7dda",
        "long": "\u5973\u5b50\u77ed\u5927\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5e73\u677e\u5faa\u74b0\u7dda",
        "label": "\u5e73\u677e\u5faa\u74b0\u7dda",
        "long": "\u5e73\u677e\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5e83\u6c5f\u7dda",
        "label": "\u5e83\u6c5f\u7dda",
        "long": "\u5e83\u6c5f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u5fb3\u4e07\u30fb\u4e45\u4fdd\u7530\u7dda",
        "label": "\u5fb3\u4e07\u30fb\u4e45\u4fdd\u7530\u7dda",
        "long": "\u5fb3\u4e07\u30fb\u4e45\u4fdd\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u65e9\u6d25\u6c5f\u7dda",
        "label": "\u65e9\u6d25\u6c5f\u7dda",
        "long": "\u65e9\u6d25\u6c5f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u6771\u4e0e\u8cc0\u7dda",
        "label": "\u6771\u4e0e\u8cc0\u7dda",
        "long": "\u6771\u4e0e\u8cc0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u72ac\u4e95\u9053\u7dda",
        "label": "\u72ac\u4e95\u9053\u7dda",
        "long": "\u72ac\u4e95\u9053\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u82e5\u6960\u7dda",
        "label": "\u82e5\u6960\u7dda",
        "long": "\u82e5\u6960\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u84ee\u6c60\u7dda",
        "label": "\u84ee\u6c60\u7dda",
        "long": "\u84ee\u6c60\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u897f\u4e0e\u8cc0\u7dda",
        "label": "\u897f\u4e0e\u8cc0\u7dda",
        "long": "\u897f\u4e0e\u8cc0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u8af8\u5bcc\u30fb\u6a4b\u6d25\u7dda",
        "label": "\u8af8\u5bcc\u30fb\u6a4b\u6d25\u7dda",
        "long": "\u8af8\u5bcc\u30fb\u6a4b\u6d25\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u91d1\u7acb\u7dda",
        "label": "\u91d1\u7acb\u7dda",
        "long": "\u91d1\u7acb\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1\u934b\u5cf6\u99c5\u5317\u7dda",
        "label": "\u934b\u5cf6\u99c5\u5317\u7dda",
        "long": "\u934b\u5cf6\u99c5\u5317\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u3044\u3068\u30fb\u3057\u307e\u53f7",
        "label": "\u3044\u3068\u30fb\u3057\u307e\u53f7",
        "long": "\u3044\u3068\u30fb\u3057\u307e\u53f7",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u3044\u307e\u308a\u53f7",
        "label": "\u3044\u307e\u308a\u53f7",
        "long": "\u3044\u307e\u308a\u53f7",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u304b\u3089\u3064\u53f7",
        "label": "\u304b\u3089\u3064\u53f7",
        "long": "\u304b\u3089\u3064\u53f7",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u304b\u3089\u30ef\u30f3\u30e9\u30a4\u30f3",
        "label": "\u304b\u3089\u30ef\u30f3\u30e9\u30a4\u30f3",
        "long": "\u304b\u3089\u30ef\u30f3\u30e9\u30a4\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u30a6\u30a8\u30b9\u30c8\u30b3\u30fc\u30b9\u30c8\u30e9\u30a4\u30ca\u30fc",
        "label": "\u30a6\u30a8\u30b9\u30c8\u30b3\u30fc\u30b9\u30c8\u30e9\u30a4\u30ca\u30fc",
        "long": "\u30a6\u30a8\u30b9\u30c8\u30b3\u30fc\u30b9\u30c8\u30e9\u30a4\u30ca\u30fc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u4e03\u5c71\u7dda",
        "label": "\u4e03\u5c71\u7dda",
        "long": "\u4e03\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u4e2d\u6975\u7dda",
        "label": "\u4e2d\u6975\u7dda",
        "long": "\u4e2d\u6975\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u4e5d\u5dde\u5927\u5b66\u7dda",
        "label": "\u4e5d\u5dde\u5927\u5b66\u7dda",
        "long": "\u4e5d\u5dde\u5927\u5b66\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u4e5d\u5dde\u5927\u5b66\u7dda\uff08\u7cf8\u5cf6\uff09",
        "label": "\u4e5d\u5dde\u5927\u5b66\u7dda\uff08\u7cf8\u5cf6\uff09",
        "long": "\u4e5d\u5dde\u5927\u5b66\u7dda\uff08\u7cf8\u5cf6\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u4e95\u539f\u5c71\u7dda",
        "label": "\u4e95\u539f\u5c71\u7dda",
        "long": "\u4e95\u539f\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5165\u91ce\u4e57\u63db\u7dda",
        "label": "\u5165\u91ce\u4e57\u63db\u7dda",
        "long": "\u5165\u91ce\u4e57\u63db\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5207\u6728\u7dda",
        "label": "\u5207\u6728\u7dda",
        "long": "\u5207\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u524d\u539f\u5317\u539f\u7dda",
        "label": "\u524d\u539f\u5317\u539f\u7dda",
        "long": "\u524d\u539f\u5317\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5317\u6ce2\u591a\u7dda",
        "label": "\u5317\u6ce2\u591a\u7dda",
        "long": "\u5317\u6ce2\u591a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u53e4\u6e6f\u7dda",
        "label": "\u53e4\u6e6f\u7dda",
        "long": "\u53e4\u6e6f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u547c\u5b50\u7dda",
        "label": "\u547c\u5b50\u7dda",
        "long": "\u547c\u5b50\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u547c\u5b50\uff5e\u52a0\u90e8\u5cf6\u7dda",
        "label": "\u547c\u5b50\uff5e\u52a0\u90e8\u5cf6\u7dda",
        "long": "\u547c\u5b50\uff5e\u52a0\u90e8\u5cf6\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u547c\u5b50\uff5e\u53f0\u5834\u30fb\u6d5c\u7dda",
        "label": "\u547c\u5b50\uff5e\u53f0\u5834\u30fb\u6d5c\u7dda",
        "long": "\u547c\u5b50\uff5e\u53f0\u5834\u30fb\u6d5c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u547c\u5b50\uff5e\u9752\u7fd4\u7dda",
        "label": "\u547c\u5b50\uff5e\u9752\u7fd4\u7dda",
        "long": "\u547c\u5b50\uff5e\u9752\u7fd4\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5510\u6d25-\u4f0a\u4e07\u91cc\u7dda",
        "label": "\u5510\u6d25-\u4f0a\u4e07\u91cc\u7dda",
        "long": "\u5510\u6d25-\u4f0a\u4e07\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5510\u6d25-\u4f50\u8cc0\u7dda",
        "label": "\u5510\u6d25-\u4f50\u8cc0\u7dda",
        "long": "\u5510\u6d25-\u4f50\u8cc0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5927\u5cf6\u30fb\u5c0f\u52a0\u5009\u7dda",
        "label": "\u5927\u5cf6\u30fb\u5c0f\u52a0\u5009\u7dda",
        "long": "\u5927\u5cf6\u30fb\u5c0f\u52a0\u5009\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5927\u826f\u7dda",
        "label": "\u5927\u826f\u7dda",
        "long": "\u5927\u826f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u5ddd\u539f\u7dda",
        "label": "\u5ddd\u539f\u7dda",
        "long": "\u5ddd\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u66fd\u6839\u7dda\uff08\u6709\u7530\u7d4c\u7531\uff09",
        "label": "\u66fd\u6839\u7dda\uff08\u6709\u7530\u7d4c\u7531\uff09",
        "long": "\u66fd\u6839\u7dda\uff08\u6709\u7530\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u66fd\u6839\u7dda\uff08\u6ce2\u591a\u6c5f\u7d4c\u7531\uff09",
        "label": "\u66fd\u6839\u7dda\uff08\u6ce2\u591a\u6c5f\u7d4c\u7531\uff09",
        "long": "\u66fd\u6839\u7dda\uff08\u6ce2\u591a\u6c5f\u7d4c\u7531\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6709\u6d66\u7dda",
        "label": "\u6709\u6d66\u7dda",
        "long": "\u6709\u6d66\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6771\u5510\u6d25\u7dda",
        "label": "\u6771\u5510\u6d25\u7dda",
        "long": "\u6771\u5510\u6d25\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6771\u5c71\u7530\u7dda",
        "label": "\u6771\u5c71\u7530\u7dda",
        "long": "\u6771\u5c71\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6b66\u96c4-\u591a\u4e45\u7dda",
        "label": "\u6b66\u96c4-\u591a\u4e45\u7dda",
        "long": "\u6b66\u96c4-\u591a\u4e45\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6df1\u6c5f\u7dda",
        "label": "\u6df1\u6c5f\u7dda",
        "long": "\u6df1\u6c5f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u6e4a\u30fb\u6ce2\u6238\u5cac\u7dda",
        "label": "\u6e4a\u30fb\u6ce2\u6238\u5cac\u7dda",
        "long": "\u6e4a\u30fb\u6ce2\u6238\u5cac\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u7523\u696d\u56e3\u5730\u7dda",
        "label": "\u7523\u696d\u56e3\u5730\u7dda",
        "long": "\u7523\u696d\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u767d\u7cf8\u7dda",
        "label": "\u767d\u7cf8\u7dda",
        "long": "\u767d\u7cf8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u76f4\u884c",
        "label": "\u76f4\u884c",
        "long": "\u76f4\u884c",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u7be0\u539f\u7dda",
        "label": "\u7be0\u539f\u7dda",
        "long": "\u7be0\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u7cf8\u5cf6\u30b5\u30f3\u30bb\u30c3\u30c8\u30e9\u30a4\u30f3",
        "label": "\u7cf8\u5cf6\u30b5\u30f3\u30bb\u30c3\u30c8\u30e9\u30a4\u30f3",
        "long": "\u7cf8\u5cf6\u30b5\u30f3\u30bb\u30c3\u30c8\u30e9\u30a4\u30f3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u8239\u8d8a\u7dda",
        "label": "\u8239\u8d8a\u7dda",
        "long": "\u8239\u8d8a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u82a5\u5c4b\u7dda",
        "label": "\u82a5\u5c4b\u7dda",
        "long": "\u82a5\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u897f\u306e\u6d66\u7dda",
        "label": "\u897f\u306e\u6d66\u7dda",
        "long": "\u897f\u306e\u6d66\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u91ce\u5143\u30fb\u540d\u8b77\u5c4b\u6d5c\u7dda",
        "label": "\u91ce\u5143\u30fb\u540d\u8b77\u5c4b\u6d5c\u7dda",
        "long": "\u91ce\u5143\u30fb\u540d\u8b77\u5c4b\u6d5c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u91ce\u5317\u30fb\u4e8c\u898b\u30f6\u6d66\u7dda",
        "label": "\u91ce\u5317\u30fb\u4e8c\u898b\u30f6\u6d66\u7dda",
        "long": "\u91ce\u5317\u30fb\u4e8c\u898b\u30f6\u6d66\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3\u96f7\u5c71\u7dda",
        "label": "\u96f7\u5c71\u7dda",
        "long": "\u96f7\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u30e2\u30e9\u30fc\u30b8\u30e5\u4f50\u8cc0\u7dda",
        "label": "\u30e2\u30e9\u30fc\u30b8\u30e5\u4f50\u8cc0\u7dda",
        "long": "\u30e2\u30e9\u30fc\u30b8\u30e5\u4f50\u8cc0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u4e0b\u5409\u7530\u7dda",
        "label": "\u4e0b\u5409\u7530\u7dda",
        "long": "\u4e0b\u5409\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u4f50\u8cc0\u7dda",
        "label": "\u4f50\u8cc0\u7dda",
        "long": "\u4f50\u8cc0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u5409\u7530\u7dda",
        "label": "\u5409\u7530\u7dda",
        "long": "\u5409\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4\u5927\u962a\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "label": "\u5927\u962a\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "long": "\u5927\u962a\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u592a\u826f\u7dda",
        "label": "\u592a\u826f\u7dda",
        "long": "\u592a\u826f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u5965\u5c71\u7dda",
        "label": "\u5965\u5c71\u7dda",
        "long": "\u5965\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u5b09\u91ce\u30fb\u4e09\u9593\u5742\u7dda",
        "label": "\u5b09\u91ce\u30fb\u4e09\u9593\u5742\u7dda",
        "long": "\u5b09\u91ce\u30fb\u4e09\u9593\u5742\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u5b09\u91ce\u7dda",
        "label": "\u5b09\u91ce\u7dda",
        "long": "\u5b09\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4\u5e83\u5cf6\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "label": "\u5e83\u5cf6\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "long": "\u5e83\u5cf6\u7dda\uff08\u4e57\u5408\u9ad8\u901f\u30d0\u30b9\uff09",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u6b66\u96c4\u30fb\u4e09\u9593\u5742\u7dda",
        "label": "\u6b66\u96c4\u30fb\u4e09\u9593\u5742\u7dda",
        "long": "\u6b66\u96c4\u30fb\u4e09\u9593\u5742\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u6b66\u96c4\u5e02\u5185\u5faa\u74b0\u7dda",
        "label": "\u6b66\u96c4\u5e02\u5185\u5faa\u74b0\u7dda",
        "long": "\u6b66\u96c4\u5e02\u5185\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u6b66\u96c4\u7dda",
        "label": "\u6b66\u96c4\u7dda",
        "long": "\u6b66\u96c4\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u6b66\u96c4\u89b3\u5149\u5468\u904a\u30d0\u30b9\u300c\u305f\u3051\u3081\u3050\u308a\u300d",
        "label": "\u6b66\u96c4\u89b3\u5149\u5468\u904a\u30d0\u30b9\u300c\u305f\u3051\u3081\u3050\u308a\u300d",
        "long": "\u6b66\u96c4\u89b3\u5149\u5468\u904a\u30d0\u30b9\u300c\u305f\u3051\u3081\u3050\u308a\u300d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u6c5f\u5317\u753a\u5185\u5faa\u74b0\u7dda",
        "label": "\u6c5f\u5317\u753a\u5185\u5faa\u74b0\u7dda",
        "long": "\u6c5f\u5317\u753a\u5185\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u7950\u5fb3\u7dda",
        "label": "\u7950\u5fb3\u7dda",
        "long": "\u7950\u5fb3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4\u9e7f\u5cf6\u5e02\u5185\u5faa\u74b0\u7dda",
        "label": "\u9e7f\u5cf6\u5e02\u5185\u5faa\u74b0\u7dda",
        "long": "\u9e7f\u5cf6\u5e02\u5185\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "81\u4e09\u702c\u795e\u57fc\u7dda",
        "label": "\u4e09\u702c\u795e\u57fc\u7dda",
        "long": "\u4e09\u702c\u795e\u57fc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF5050",
        "color_name": "red",
        "has_shape": true,
        "id": "81\u6751\u5185\u6771/\u306a\u308b\u305b\u305f\u304b\u305b\u53f7",
        "label": "\u6751\u5185\u6771/\u306a\u308b\u305b\u305f\u304b\u305b\u53f7",
        "long": "\u6751\u5185\u6771/\u306a\u308b\u305b\u305f\u304b\u305b\u53f7",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B0F0",
        "color_name": "teal",
        "has_shape": true,
        "id": "81\u6751\u5185\u897f/\u306f\u3064\u305b\u53f7",
        "label": "\u6751\u5185\u897f/\u306f\u3064\u305b\u53f7",
        "long": "\u6751\u5185\u897f/\u306f\u3064\u305b\u53f7",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFCC",
        "color_name": "white",
        "has_shape": true,
        "id": "81\u6751\u5916/\u307f\u3064\u305b\u3084\u307e\u3073\u3053\u53f7",
        "label": "\u6751\u5916/\u307f\u3064\u305b\u3084\u307e\u3073\u3053\u53f7",
        "long": "\u6751\u5916/\u307f\u3064\u305b\u3084\u307e\u3073\u3053\u53f7",
        "short": "",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4003,
    "stop_points_capped": true
  },
  "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": "missing_required_column",
      "count": 3,
      "effort": "Often an export setting; ask your vendor if it recurs.",
      "fix": "Add the required column named in the finding to the flagged file.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "A file is missing a column that GTFS requires.",
      "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
    },
    {
      "code": "scorecard_rt_trip_coverage",
      "count": 3,
      "effort": "A vendor data-mapping question.",
      "fix": "Ask your AVL vendor to check that every vehicle assignment reaches TripUpdates. School-day and tripper runs are the ones most often left out.",
      "owner": "",
      "points": 41.2,
      "rank": 2,
      "severity": "WARNING",
      "what": "3 of 3 trips scheduled during the sampling window had no live predictions.",
      "why": "Riders on those trips get schedule times labeled as live. Caltrans asks that every trip you run shows up in TripUpdates."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4003,
      "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": 3,
      "severity": "WARNING",
      "what": "4003 of 4003 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."
    }
  ],
  "validator_version": "8.0.1"
}
