{
  "agency": {
    "country": "JP",
    "id": "yamako-bus",
    "name": "Yamako Bus (\u5c71\u4ea4\u30d0\u30b9)",
    "operating_note": "The route bus network of Yamako Bus across the Yamagata area; a regional private operator.",
    "subdivision_code": "JP-06",
    "subdivision_name": "Yamagata"
  },
  "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_pct": 100.0,
        "mixed_case_stop_name_pct": 99.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1434,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt",
            "ko",
            "zh-hans",
            "zh-hant"
          ],
          "translated_tables": [
            "agency",
            "routes",
            "stop_times",
            "stops",
            "trips"
          ],
          "translation_count": 162918
        },
        "trips": 1016,
        "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": 1434,
          "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": "1434 of 1434 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": 1016,
          "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": "1016 of 1016 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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 52.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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 43,
          "WARNING": 30032
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 29726,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 139,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 107,
          "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": "duplicate_route_name",
          "count": 59,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "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": "platform_without_parent_station",
          "count": 34,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 5,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 4,
          "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": 62.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 30075 instances (0 error, 30032 warning, 43 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 73,
        "effective_expiry_date": "2026-09-30",
        "feed_end_date": "2026-09-30",
        "feed_start_date": "2026-04-01",
        "feed_version": "2.0",
        "has_feed_info": true,
        "last_service_date": "2026-09-30",
        "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 73 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 73 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": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; published as GTFS-JP open data by Yamagata Kotsu Co., Ltd. (Yamako Bus) through the GTFS Data Repository (gtfs-data.jp). Credit Yamagata Kotsu Co., Ltd. (Yamako Bus).",
    "reachable": true,
    "sha256": "eab323931776f53abe002212c3e5cacd32eb51b90325fc339d5c3373b7558f5b",
    "size_bytes": 1255241,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/yamakobus/feeds/YAMAKOBUS/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/yamakobus/YAMAKOBUS/dffb65c9-2211-45e7-bb00-4da4ff07d59f/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_yamakobus_YAMAKOBUS_20260401_20260324123659.zip&AWSAccessKeyId=ASIARI5CFYANM7BS2F5Q&Signature=yRcg4QvDlK40ytNVws92i6Oiq04%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEMP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDmFwLW5vcnRoZWFzdC0xIkcwRQIgBIAF2fJ4rRiujibP3ZUNhGJsgiNf9U%2FZPGgzGDFXWHACIQDKrHbgIOkZV%2FJHHct%2F3cmF2qMBrEsI72SvF67jBV43HirZBAiM%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDA4Nzg1MDA3NDEzOCIMCFe5Lo4Jqq2CYApvKq0E7nge7KCd9or%2Bh7Qmt6Vyg0Fg8hxAYrRI4CZwjAQz9INBBH%2BEfs9Y832xwZ%2FJrtDvnw6saSAAgOjVaQSdZe43CtMTteYYN65RAWWeE9OUWF4PxkwDdCDWEzezP3WQdSOajBajo8y5xN37bdSYAAk4goxjtpb95Vka5ESc9OJznzF0GIOzfPLI3Q22jhLxwG0gOycrOVKbmN%2Bxja3TXlbfEitdwYxEwts8KfR%2FZdVVk9Ad5%2F5hYCW4e1K4HaswKwJJ9p6H2L4Hf3CMIR5SSbPfok7YpBa3ezswtospkH%2BCgB61uZmRiZfxCX28BNk4MwYxve2YTA17XSX5HRzeAA6untrVWElzw%2BxIB6TWfqnc5ym08Kx0lFPqTwMPQ5dYnjR54OXOIGhdhu4v7eyd0Y2OC4BUVek9%2BuxHpXut4OahpLjXcNHjUkOi%2Bb18QUECTvoDY4a%2FGgktvsPVWhtluc8DVAyQwAAAwwTA3QAMd4IXwykFIDSsn%2FajYmPIokb0tbGe%2B3yjtlmu0CNNxu7rrvise9pHluj8DD8lHcLQOyEN0boCZSUD2pkO9QCt18lLGqlB1ccSPg2p4MUAmYUz7g5r0cf5cS8Gjn%2F5%2FR%2B1Z3TcGOXrEkdfXFNbsDPPy7%2BTRQ7bOuqgckmCwKtjm%2F2UxMt%2BvsQHHnkJEdq7vwvIRzVcTKgiwyAUa76cw0CBBuG71llh4b09i4H8OWSUsjgUJ5W22DB4MJO94%2Bwq9p8PBNsw9%2BHy0gY6owEzcq5Dr3g2UKmxMwPzlv7mX0lcerTAf1pRNp8RIRUC%2FFUc75DtdJHaRrBJRGiZ9uvAGVA%2Fyi6WOF%2BFPxllx4HpCnxrEJWyBVPIVVJmE2yl6dwIXvgD23RGU4sgy7wTpTFJqO7s22HGJjKncJyLTRHi7VKszjCK4wzpYlL2jFUe9D7Tj5aQSeG%2Bj%2But1CzzGxR0UxNoL5s2FtfgrTmOmyvj9WWz&Expires=1784460939",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      139.05522,
      37.77597,
      140.9307,
      38.88743
    ],
    "lat": 38.25694,
    "lon": 140.31979,
    "stop_count": 1434
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 123,
        "trip_count": 1016,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 123,
    "trip_count": 1016
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 8.6,
    "margin_to_next_band": 1.4,
    "score": 68.6
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1434,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1016
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/yamako-bus/geometry.geojson",
    "route_count": 123,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200201000000",
        "label": "\u5c71\u5f62\uff5e\u65b0\u6f5f\u7dda",
        "long": "\u5c71\u5f62\uff5e\u65b0\u6f5f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200201010000",
        "label": "\u5c71\u5f62\uff5e\u65b0\u6f5f\u7dda",
        "long": "\u5c71\u5f62\uff5e\u65b0\u6f5f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200202010000",
        "label": "\u5c71\u5f62\uff5e\u9db4\u5ca1\u30fb\u9152\u7530\u7dda",
        "long": "\u5c71\u5f62\uff5e\u9db4\u5ca1\u30fb\u9152\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200202030000",
        "label": "\u5c71\u5f62\uff5e\u9db4\u5ca1\u30fb\u9152\u7530\u7dda",
        "long": "\u5c71\u5f62\uff5e\u9db4\u5ca1\u30fb\u9152\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200374000000",
        "label": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7dda",
        "long": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200374010000",
        "label": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7dda",
        "long": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200376000000",
        "label": "\u4e0a\u5c71\uff5e\u4ed9\u53f0\u7dda",
        "long": "\u4e0a\u5c71\uff5e\u4ed9\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000200376010000",
        "label": "\u4e0a\u5c71\uff5e\u4ed9\u53f0\u7dda",
        "long": "\u4e0a\u5c71\uff5e\u4ed9\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000300367000000",
        "label": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7a7a\u6e2f\u7dda",
        "long": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R000300367010000",
        "label": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7a7a\u6e2f\u7dda",
        "long": "\u5c71\u5f62\uff5e\u4ed9\u53f0\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100001000000",
        "label": "\uff11\uff10\u9ad8\u677e\u8449\u5c71\u6e29\u6cc9\uff5e\u770c\u5e81\u524d",
        "long": "\uff11\uff10\u9ad8\u677e\u8449\u5c71\u6e29\u6cc9\uff5e\u770c\u5e81\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100002000000",
        "label": "\uff11\uff10\u9752\u91ce\uff5e\u770c\u5e81\u524d",
        "long": "\uff11\uff10\u9752\u91ce\uff5e\u770c\u5e81\u524d",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100003000000",
        "label": "\uff23\uff11",
        "long": "\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100004000000",
        "label": "\uff23\uff12",
        "long": "\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100005000000",
        "label": "\uff23\uff17",
        "long": "\uff23\uff17",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100006000000",
        "label": "\uff24\uff15\uff15\u30fb\uff23\uff14",
        "long": "\uff24\uff15\uff15\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100006010000",
        "label": "\uff24\uff15\uff15\u30fb\uff23\uff14",
        "long": "\uff24\uff15\uff15\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100007000000",
        "label": "\uff24\uff15\uff16\u30fb\uff23\uff14",
        "long": "\uff24\uff15\uff16\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100007010000",
        "label": "\uff24\uff15\uff16\u30fb\uff23\uff14",
        "long": "\uff24\uff15\uff16\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100008000000",
        "label": "\uff25\uff11\uff12",
        "long": "\uff25\uff11\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100009000000",
        "label": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100009010000",
        "label": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100009020000",
        "label": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff10\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100010000000",
        "label": "\uff25\uff13\uff11\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff11\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100010010000",
        "label": "\uff25\uff13\uff11\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff11\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100011000000",
        "label": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100011010000",
        "label": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100011020000",
        "label": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "long": "\uff25\uff13\uff12\u30fb\uff23\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100012000000",
        "label": "\uff28\uff11\uff16\u30fb\uff23\uff11",
        "long": "\uff28\uff11\uff16\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100012010000",
        "label": "\uff28\uff11\uff16\u30fb\uff23\uff11",
        "long": "\uff28\uff11\uff16\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100013000000",
        "label": "\uff2a\uff11\uff17\u30fb\uff23\uff11",
        "long": "\uff2a\uff11\uff17\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100013010000",
        "label": "\uff2a\uff11\uff17\u30fb\uff23\uff11",
        "long": "\uff2a\uff11\uff17\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100014000000",
        "label": "\uff2a\uff16\uff10\u30fb\uff23\uff11",
        "long": "\uff2a\uff16\uff10\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100014010000",
        "label": "\uff2a\uff16\uff10\u30fb\uff23\uff11",
        "long": "\uff2a\uff16\uff10\u30fb\uff23\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100015000000",
        "label": "\uff2b\uff11\uff10\u30fb\uff23\uff12",
        "long": "\uff2b\uff11\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100015010000",
        "label": "\uff2b\uff11\uff10\u30fb\uff23\uff12",
        "long": "\uff2b\uff11\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100016000000",
        "label": "\uff2b\uff11\uff11\u30fb\uff37\uff11\uff18",
        "long": "\uff2b\uff11\uff11\u30fb\uff37\uff11\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100016010000",
        "label": "\uff2b\uff11\uff11\u30fb\uff37\uff11\uff18",
        "long": "\uff2b\uff11\uff11\u30fb\uff37\uff11\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100017000000",
        "label": "\uff2e\uff15\uff10\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100017010000",
        "label": "\uff2e\uff15\uff10\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100018000000",
        "label": "\uff2e\uff15\uff12\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff12\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100018010000",
        "label": "\uff2e\uff15\uff12\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff12\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100019000000",
        "label": "\uff2e\uff15\uff18\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff18\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100019010000",
        "label": "\uff2e\uff15\uff18\u30fb\uff23\uff12",
        "long": "\uff2e\uff15\uff18\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100020000000",
        "label": "\uff33\uff18\uff15\u30fb\uff23\uff17",
        "long": "\uff33\uff18\uff15\u30fb\uff23\uff17",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100020010000",
        "label": "\uff33\uff18\uff15\u30fb\uff23\uff17",
        "long": "\uff33\uff18\uff15\u30fb\uff23\uff17",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100021000000",
        "label": "\uff33\uff18\uff16\u30fb\uff23\uff13",
        "long": "\uff33\uff18\uff16\u30fb\uff23\uff13",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100021010000",
        "label": "\uff33\uff18\uff16\u30fb\uff23\uff13",
        "long": "\uff33\uff18\uff16\u30fb\uff23\uff13",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100022000000",
        "label": "\uff33\uff18\uff17\u30fb\uff23\uff15",
        "long": "\uff33\uff18\uff17\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100022010000",
        "label": "\uff33\uff18\uff17\u30fb\uff23\uff15",
        "long": "\uff33\uff18\uff17\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100023000000",
        "label": "\uff33\uff18\uff18\u30fb\uff23\uff15",
        "long": "\uff33\uff18\uff18\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100023010000",
        "label": "\uff33\uff18\uff18\u30fb\uff23\uff15",
        "long": "\uff33\uff18\uff18\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100024000000",
        "label": "\uff34\uff12\uff10\u30fb\uff24\uff11\uff15",
        "long": "\uff34\uff12\uff10\u30fb\uff24\uff11\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100024010000",
        "label": "\uff34\uff12\uff10\u30fb\uff24\uff11\uff15",
        "long": "\uff34\uff12\uff10\u30fb\uff24\uff11\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100025000000",
        "label": "\uff34\uff12\uff11\u30fb\uff23\uff15",
        "long": "\uff34\uff12\uff11\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100025010000",
        "label": "\uff34\uff12\uff11\u30fb\uff23\uff15",
        "long": "\uff34\uff12\uff11\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100026000000",
        "label": "\uff34\uff12\uff12\u30fb\uff23\uff15",
        "long": "\uff34\uff12\uff12\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100026010000",
        "label": "\uff34\uff12\uff12\u30fb\uff23\uff15",
        "long": "\uff34\uff12\uff12\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100027000000",
        "label": "\uff35\uff11\uff19\u30fb\uff23\uff11\uff13",
        "long": "\uff35\uff11\uff19\u30fb\uff23\uff11\uff13",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100027010000",
        "label": "\uff35\uff11\uff19\u30fb\uff23\uff11\uff13",
        "long": "\uff35\uff11\uff19\u30fb\uff23\uff11\uff13",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100028000000",
        "label": "\uff37\uff17\uff10\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "long": "\uff37\uff17\uff10\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100029000000",
        "label": "\uff37\uff17\uff10\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff10\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100029010000",
        "label": "\uff37\uff17\uff10\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff10\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100030000000",
        "label": "\uff37\uff17\uff11\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "long": "\uff37\uff17\uff11\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100031000000",
        "label": "\uff37\uff17\uff11\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff11\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100031010000",
        "label": "\uff37\uff17\uff11\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff11\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100033000000",
        "label": "\uff37\uff17\uff15\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "long": "\uff37\uff17\uff15\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100034000000",
        "label": "\uff37\uff17\uff15\u30fb\uff23\uff15",
        "long": "\uff37\uff17\uff15\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100034010000",
        "label": "\uff37\uff17\uff15\u30fb\uff23\uff15",
        "long": "\uff37\uff17\uff15\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100035000000",
        "label": "\uff37\uff17\uff16\u30fb\uff23\uff15",
        "long": "\uff37\uff17\uff16\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100035010000",
        "label": "\uff37\uff17\uff16\u30fb\uff23\uff15",
        "long": "\uff37\uff17\uff16\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100036000000",
        "label": "\uff37\uff17\uff17\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "long": "\uff37\uff17\uff17\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100037000000",
        "label": "\uff37\uff17\uff17\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff17\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100037010000",
        "label": "\uff37\uff17\uff17\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff17\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100038000000",
        "label": "\uff37\uff17\uff17\uff11\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "long": "\uff37\uff17\uff17\uff11\uff1a\u5357\u30a2\u30f3\u30c0\u30fc\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100039000000",
        "label": "\uff37\uff17\uff17\uff11\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff17\uff11\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100039010000",
        "label": "\uff37\uff17\uff17\uff11\u30fb\uff23\uff18",
        "long": "\uff37\uff17\uff17\uff11\u30fb\uff23\uff18",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100043000000",
        "label": "\uff3a\uff18\uff10\u30fb\uff23\uff16",
        "long": "\uff3a\uff18\uff10\u30fb\uff23\uff16",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100043010000",
        "label": "\uff3a\uff18\uff10\u30fb\uff23\uff16",
        "long": "\uff3a\uff18\uff10\u30fb\uff23\uff16",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100044000000",
        "label": "\uff3a\uff18\uff11",
        "long": "\uff3a\uff18\uff11",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100045010000",
        "label": "\uff3a\uff18\uff13\u30fb\uff23\uff16",
        "long": "\uff3a\uff18\uff13\u30fb\uff23\uff16",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100045030000",
        "label": "\uff3a\uff18\uff13\u30fb\uff23\uff16",
        "long": "\uff3a\uff18\uff13\u30fb\uff23\uff16",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100046010000",
        "label": "\uff3a\uff18\uff13\u30fb\uff23\uff19",
        "long": "\uff3a\uff18\uff13\u30fb\uff23\uff19",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100046030000",
        "label": "\uff3a\uff18\uff13\u30fb\uff23\uff19",
        "long": "\uff3a\uff18\uff13\u30fb\uff23\uff19",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100048000000",
        "label": "\uff3a\uff18\uff14\u30fb\uff2e\uff11\uff14",
        "long": "\uff3a\uff18\uff14\u30fb\uff2e\uff11\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100048010000",
        "label": "\uff3a\uff18\uff14\u30fb\uff2e\uff11\uff14",
        "long": "\uff3a\uff18\uff14\u30fb\uff2e\uff11\uff14",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100049000000",
        "label": "\uff3a\uff19\uff10\u30fb\uff23\uff12",
        "long": "\uff3a\uff19\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100049010000",
        "label": "\uff3a\uff19\uff10\u30fb\uff23\uff12",
        "long": "\uff3a\uff19\uff10\u30fb\uff23\uff12",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100051000000",
        "label": "\u5bd2\u6cb3\u6c5f\uff5e\u6cb3\u5317\u75c5\u9662\u7dda",
        "long": "\u5bd2\u6cb3\u6c5f\uff5e\u6cb3\u5317\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100051010000",
        "label": "\u5bd2\u6cb3\u6c5f\uff5e\u6cb3\u5317\u75c5\u9662\u7dda",
        "long": "\u5bd2\u6cb3\u6c5f\uff5e\u6cb3\u5317\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100052000000",
        "label": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "long": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100052010000",
        "label": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "long": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100052020000",
        "label": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "long": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100053000000",
        "label": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda\uff1a\u6700\u4e0a\u516c\u5712\u7d4c\u7531",
        "long": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda\uff1a\u6700\u4e0a\u516c\u5712\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100053010000",
        "label": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda\uff1a\u6700\u4e0a\u516c\u5712\u7d4c\u7531",
        "long": "\u770c\u7acb\u75c5\u9662\uff5e\u91d1\u5c71\u7dda\uff1a\u6700\u4e0a\u516c\u5712\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100055000000",
        "label": "\u516c\u7acb\u75c5\u9662\uff5e\u5c3e\u82b1\u6ca2\u7dda",
        "long": "\u516c\u7acb\u75c5\u9662\uff5e\u5c3e\u82b1\u6ca2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100055010000",
        "label": "\u516c\u7acb\u75c5\u9662\uff5e\u5c3e\u82b1\u6ca2\u7dda",
        "long": "\u516c\u7acb\u75c5\u9662\uff5e\u5c3e\u82b1\u6ca2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100056000000",
        "label": "\u9ad8\u677e\u8449\u5c71\uff5e\u4e45\u4fdd\u624b\u7dda",
        "long": "\u9ad8\u677e\u8449\u5c71\uff5e\u4e45\u4fdd\u624b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100056010000",
        "label": "\u9ad8\u677e\u8449\u5c71\uff5e\u4e45\u4fdd\u624b\u7dda",
        "long": "\u9ad8\u677e\u8449\u5c71\uff5e\u4e45\u4fdd\u624b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100057000000",
        "label": "\u9ad8\u677e\u8449\u5c71\uff5e\u68da\u6728\u7dda",
        "long": "\u9ad8\u677e\u8449\u5c71\uff5e\u68da\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100057010000",
        "label": "\u9ad8\u677e\u8449\u5c71\uff5e\u68da\u6728\u7dda",
        "long": "\u9ad8\u677e\u8449\u5c71\uff5e\u68da\u6728\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100058000000",
        "label": "\u5c71\u5f62\u7a7a\u6e2f\u7dda",
        "long": "\u5c71\u5f62\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100058010000",
        "label": "\u5c71\u5f62\u7a7a\u6e2f\u7dda",
        "long": "\u5c71\u5f62\u7a7a\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100059000000",
        "label": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "long": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100059010000",
        "label": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "long": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100059020000",
        "label": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "long": "\u8c37\u5730\u30fb\u5bd2\u6cb3\u6c5f\uff5e\u5bae\u5bbf\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100060000000",
        "label": "\u9577\u4e95\uff5e\u8352\u7825\u7dda",
        "long": "\u9577\u4e95\uff5e\u8352\u7825\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100060010000",
        "label": "\u9577\u4e95\uff5e\u8352\u7825\u7dda",
        "long": "\u9577\u4e95\uff5e\u8352\u7825\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100061000000",
        "label": "\u5929\u7ae5\uff5e\u5317\u753a\u7dda",
        "long": "\u5929\u7ae5\uff5e\u5317\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100061020000",
        "label": "\u5929\u7ae5\uff5e\u5317\u753a\u7dda",
        "long": "\u5929\u7ae5\uff5e\u5317\u753a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100064000000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100064010000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100064020000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100064030000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u677e\u30b1\u5cac\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100065000000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100065010000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100065020000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100065030000",
        "label": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "long": "\u7c73\u6ca2\uff5e\u767d\u5e03\u6e29\u6cc9\u7dda\uff1a\u6587\u5316\uff23\u7d4c\u7531",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100066010000",
        "label": "\uff34\uff12\uff13\u30fb\uff23\uff15",
        "long": "\uff34\uff12\uff13\u30fb\uff23\uff15",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100067000000",
        "label": "\u7c73\u6ca2\uff5e\u7aaa\u7530\u7dda",
        "long": "\u7c73\u6ca2\uff5e\u7aaa\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100067010000",
        "label": "\u7c73\u6ca2\uff5e\u7aaa\u7530\u7dda",
        "long": "\u7c73\u6ca2\uff5e\u7aaa\u7530\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100068000000",
        "label": "\u9053\u306e\u99c5\u30fb\u770c\u7acb\u75c5\u9662\uff5e\u9ce5\u8d8a\u7dda",
        "long": "\u9053\u306e\u99c5\u30fb\u770c\u7acb\u75c5\u9662\uff5e\u9ce5\u8d8a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "R060100068010000",
        "label": "\u9053\u306e\u99c5\u30fb\u770c\u7acb\u75c5\u9662\uff5e\u9ce5\u8d8a\u7dda",
        "long": "\u9053\u306e\u99c5\u30fb\u770c\u7acb\u75c5\u9662\uff5e\u9ce5\u8d8a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1434,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1434,
      "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": "1434 of 1434 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": 1016,
      "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": "1016 of 1016 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": "missing_timepoint_value",
      "count": 29726,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Missing timepoint value (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
