{
  "agency": {
    "country": "JP",
    "id": "mie-kotsu-chusei",
    "name": "Mie Kotsu Chusei (\u4e09\u91cd\u4ea4\u901a \u4e2d\u52e2\u55b6\u696d\u6240)",
    "operating_note": "Mie Kotsu's scheduled bus service from its Chusei office. The operator publishes one archive per office, and the registry already carries several of them.",
    "subdivision_code": "JP-24",
    "subdivision_name": "Mie"
  },
  "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": 1913,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 930,
        "translations": {
          "feed_lang": "ja",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1913,
        "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": 930,
          "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": "930 of 930 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": 1913,
          "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": "1913 of 1913 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."
        }
      ],
      "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": 15,
        "instances_by_severity": {
          "ERROR": 55,
          "INFO": 1816,
          "WARNING": 130269
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_key",
          "count": 52,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": 58702,
          "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": 54717,
          "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": "missing_recommended_field",
          "count": 16226,
          "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": 460,
          "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": 156,
          "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": "stop_too_far_from_shape",
          "count": 6,
          "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": 6.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": "unsorted_stop_times",
          "count": 1777,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 30,
          "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.8,
          "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_column",
          "count": 7,
          "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": "service_window_outside_feed_period",
          "count": 1,
          "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.5,
          "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_file",
          "count": 1,
          "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": 6.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 15 kinds of issue across 132140 instances (55 error, 130269 warning, 1816 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 117,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-04-01",
        "feed_version": "20251009_8\u4e09\u91cd\u4ea4\u901a_90\u5357\u7d00_20251001\u4e88\u5b9a_\u5206\u5272_",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": true,
        "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 117 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 117 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. 2 validator errors 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; published as GTFS-JP open data by \u4e09\u91cd\u4ea4\u901a through the GTFS Data Repository (gtfs-data.jp). Credit \u4e09\u91cd\u4ea4\u901a.",
    "reachable": true,
    "sha256": "3d3b4b0c35a457144b51c65d25a57f24e22c07be85d66f55f6316085b173c24c",
    "size_bytes": 1200912,
    "source_provenance": "official",
    "static_url": "https://api.gtfs-data.jp/v2/organizations/mie-kotsu/feeds/sancochusei/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/mie-kotsu/sancochusei/38ec9817-f710-420f-8a9a-c88f7241b31d/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_mie-kotsu_sancochusei_20260401_20260811040545.zip&AWSAccessKeyId=ASIARI5CFYANEJ76TBRM&Signature=I5Wa%2F5m4%2FyS9weHgiizZt1gH6U4%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEEYaDmFwLW5vcnRoZWFzdC0xIkcwRQIhANdHFGBGMjgSqsWWbBZtV6UVmOVIICMF83mjMXoLaGpTAiBTnqBR%2BUX%2BZG4B%2FzTg9iGSfSiYzNP76FESB9MI%2FBfZuSrQBAgPEAUaDDA4Nzg1MDA3NDEzOCIMeQMUoloGvj3Wvl0iKq0Ezd41oPkEtzpl3UlutsW%2BDzpqmLCRc0cuRIxNarruBc1t8zYhnDgN9lzj%2B%2FU%2BHVMTzlmqNMmc2L6re9VXoiVsc5DEEAj3Oug1hetR9FjwU3%2FlmfLAvFpDQB86pbxBOhyBCf2Ipw7n1JV2lG6umrCgsac01t4wGxvgdRzSvC5%2FKJbOBn0jWruTNwzx2UUSqHVXhz5ne%2BSm5zDSdpjttTWFz4EhdBBrBVvp1JD9O7NMkTiPEDZC%2F9%2FvSEwHSyQ3MddKtOl0FQ628cS%2Bqs8DlHrmaYhAUWbCBivpWQWQ4jkFkUShKFTqnjOBnxE9jceLh7%2FnQaAj0tbjbrI%2F41gU4lv2HCqiR%2FgyIyLhrwZTKFmtBV9xUVFmEGiB85BeFUmdo2mOGJQHAHHy%2Bk2KFnDRz%2FBzAYRVXRt9IPuFN7pViUEdpqNOy6ndiFFG5qS7IxICAMdtNLGR7ltdXGyxnyDnaW1aZq0D3Y5D%2F%2Fn2Exp%2B1bDOCV7td0nZLdAls3XuGgRf6LH%2BQe8rlqo8yQfrn0BOq%2Ff16BBbXkbpvaHUSz3I3dwEDrMO5t%2Fd%2B9TxtY96rw0cNHa9EWmTaut5VIZ4SmalkHKgemmAk1Fqvhyn4CJFtvY7ftB63Wvwa%2FQZ3xYkExsNBrTOCIGaXl5J16idAcemfyZhqba%2BQTe9dBiwyUPx2lBcgJHeVznQTXp7CkxPrQ8AVY3esmssYEJVNLDSHsahOtFXpCyNZzXwwBDZYqOQyBsw9rfw1AY6owFSwLrbsGb%2Fv9UhzRDETJ0KlIRbLQgd4%2BR5GG2%2FDy5HXCCKhTb31%2BBRrMh6JT3CbUKCDFV4caDCCNq3pVc6zpoKWvnM1x8BxDgaz8JHT3kBLIpa38inDAb43tlNhvjaeKihqXIPir632WwXZzr6Jw1%2FUP4goiYk2ntMSsFva7udWnssIIhHXxG5Is82NYaGhtoXASGmAI8pF5hD7OL1KS%2Bk9W81&Expires=1788616006",
    "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": [
      136.35048,
      34.60861,
      136.59498,
      34.88577
    ],
    "lat": 34.73937,
    "lon": 136.49741,
    "stop_count": 930
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 195,
        "trip_count": 1913,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 195,
    "trip_count": 1913
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 44.2,
    "margin_to_next_band": 15.8,
    "score": 44.2
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 930,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1913
  },
  "route_map": {
    "drawn_route_count": 153,
    "has_shapes": true,
    "path": "data/artifacts/mie-kotsu-chusei/geometry.geojson",
    "route_count": 195,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3020311",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3020312",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3020411",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3020412",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3020611",
        "label": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3020612",
        "label": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3020811",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3020812",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3020912",
        "label": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "02 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3021012",
        "label": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "long": "05 \u9234\u9e7f\u5e02\u5185\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3030311",
        "label": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "long": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3030312",
        "label": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "long": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3030412",
        "label": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "long": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3030612",
        "label": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "long": "01 \u9234\u9e7f\u5e02\u5185\uff08\u5e73\u7530\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3060111",
        "label": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "long": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3060112",
        "label": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "long": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3060211",
        "label": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "long": "03 \u767d\u5b50\u30b5\u30fc\u30ad\u30c3\u30c8\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3090211",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3090212",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3090511",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3090512",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3090611",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3090612",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3090711",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3090712",
        "label": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "long": "71 \u4e80\u5c71\u56fd\u5e9c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3110211",
        "label": "30 \u4e80\u5c71\u307f\u305a\u307b\u53f0\u7dda",
        "long": "30 \u4e80\u5c71\u307f\u305a\u307b\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3110212",
        "label": "30 \u4e80\u5c71\u307f\u305a\u307b\u53f0\u7dda",
        "long": "30 \u4e80\u5c71\u307f\u305a\u307b\u53f0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3130111",
        "label": "55 \u4e80\u5c71\u690b\u672c\u7dda",
        "long": "55 \u4e80\u5c71\u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3130112",
        "label": "55 \u4e80\u5c71\u690b\u672c\u7dda",
        "long": "55 \u4e80\u5c71\u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3310111",
        "label": "91 \u4e80\u5c71\u95a2\u5de5\u696d\u56e3\u5730\u7dda",
        "long": "91 \u4e80\u5c71\u95a2\u5de5\u696d\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3310112",
        "label": "91 \u4e80\u5c71\u95a2\u5de5\u696d\u56e3\u5730\u7dda",
        "long": "91 \u4e80\u5c71\u95a2\u5de5\u696d\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3710211",
        "label": "\u76f4\u901a \u7a32\u751f\u9ad8\u6821\u81e8\u6642",
        "long": "\u76f4\u901a \u7a32\u751f\u9ad8\u6821\u81e8\u6642",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "3710212",
        "label": "\u76f4\u901a \u7a32\u751f\u9ad8\u6821\u81e8\u6642",
        "long": "\u76f4\u901a \u7a32\u751f\u9ad8\u6821\u81e8\u6642",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010211",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4010212",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4010431",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4010432",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010511",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4010512",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010711",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4010712",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010721",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010722",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4010812",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4011911",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4011912",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4012111",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4012112",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4012211",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4012212",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4012312",
        "label": "52 \u690b\u672c\u7dda",
        "long": "52 \u690b\u672c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4031511",
        "label": "91 \u9577\u91ce\u7dda",
        "long": "91 \u9577\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4031512",
        "label": "91 \u9577\u91ce\u7dda",
        "long": "91 \u9577\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4031611",
        "label": "91 \u9577\u91ce\u7dda",
        "long": "91 \u9577\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4031612",
        "label": "91 \u9577\u91ce\u7dda",
        "long": "91 \u9577\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4031811",
        "label": "91 \u9577\u91ce\u7dda",
        "long": "91 \u9577\u91ce\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4040211",
        "label": "65 \u5b89\u6fc3\u7dda",
        "long": "65 \u5b89\u6fc3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4040212",
        "label": "65 \u5b89\u6fc3\u7dda",
        "long": "65 \u5b89\u6fc3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4040311",
        "label": "65 \u5b89\u6fc3\u7dda",
        "long": "65 \u5b89\u6fc3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4040312",
        "label": "65 \u5b89\u6fc3\u7dda",
        "long": "65 \u5b89\u6fc3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050111",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050211",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050212",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050411",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050412",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050511",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4050512",
        "label": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "long": "95 \u8fb0\u6c34\u30fb\u6bbf\u821f\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060111",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060112",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060121",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060131",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060132",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060141",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060142",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060231",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060241",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060242",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060292",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060311",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060312",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060321",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060322",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060412",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4060512",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060521",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060611",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060721",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060731",
        "label": "15 \u698a\u539f\u7dda",
        "long": "15 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4060812",
        "label": "16 \u698a\u539f\u7dda",
        "long": "16 \u698a\u539f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070211",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070222",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070611",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070622",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070711",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070712",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4070731",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4070742",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4070811",
        "label": "11 \u6ce2\u702c\u7dda",
        "long": "11 \u6ce2\u702c\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080111",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080112",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080211",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080212",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080311",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080312",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080612",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080711",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080811",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080812",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080911",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4080912",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4081011",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4081012",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4081112",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4081211",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4081212",
        "label": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "long": "21 \u4e45\u5c45\u9ad8\u8336\u5c4b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4090211",
        "label": "11 \u9ad8\u91ce\u56e3\u5730\u7dda",
        "long": "11 \u9ad8\u91ce\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4090212",
        "label": "11 \u9ad8\u91ce\u56e3\u5730\u7dda",
        "long": "11 \u9ad8\u91ce\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4110511",
        "label": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "long": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4110611",
        "label": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "long": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4110712",
        "label": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "long": "53 \u8c4a\u91ce\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4130311",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4130312",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4130612",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4130911",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4130912",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4131111",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4131112",
        "label": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "long": "51 \u4e00\u8eab\u7530\u5927\u91cc\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140111",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140112",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140311",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140312",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140511",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4140512",
        "label": "34 \u57ce\u5c71\u7dda",
        "long": "34 \u57ce\u5c71\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4180211",
        "label": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "long": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4180212",
        "label": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "long": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4180411",
        "label": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "long": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4180512",
        "label": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "long": "93 \u6cc9\u30f6\u4e18\u7247\u7530\u56e3\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4190111",
        "label": "71 \u6d25\u99c5\u897f\u56e3\u5730\u5faa\u74b0\u7dda",
        "long": "71 \u6d25\u99c5\u897f\u56e3\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4190212",
        "label": "81 \u6d25\u99c5\u897f\u56e3\u5730\u5faa\u74b0\u7dda",
        "long": "81 \u6d25\u99c5\u897f\u56e3\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4210211",
        "label": "32 \u9999\u826f\u6d32\u7dda",
        "long": "32 \u9999\u826f\u6d32\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4210212",
        "label": "32 \u9999\u826f\u6d32\u7dda",
        "long": "32 \u9999\u826f\u6d32\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4210411",
        "label": "32 \u9999\u826f\u6d32\u7dda",
        "long": "32 \u9999\u826f\u6d32\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4210412",
        "label": "32 \u9999\u826f\u6d32\u7dda",
        "long": "32 \u9999\u826f\u6d32\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220111",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220112",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220212",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220311",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220321",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220331",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4220411",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4221311",
        "label": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "long": "89 \u770b\u8b77\u5927\u5b66\u30fb\u5922\u304c\u4e18\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4230111",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4230112",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4230212",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4230811",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231511",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231512",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231611",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231612",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231711",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231811",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4231911",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4232011",
        "label": "06 \u795e\u6238\u767d\u585a\u7dda",
        "long": "06 \u795e\u6238\u767d\u585a\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4251211",
        "label": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "long": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4252211",
        "label": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "long": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4252311",
        "label": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "long": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4252411",
        "label": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "long": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "4252511",
        "label": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "long": "40 \u6d25\u592a\u967d\u306e\u8857\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260211",
        "label": "85 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "85 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260212",
        "label": "85 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "85 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260311",
        "label": "86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260312",
        "label": "86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260411",
        "label": "84 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "84 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260412",
        "label": "84 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "84 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260611",
        "label": "87 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "87 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260811",
        "label": "\u6b6686 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "\u6b6686 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260812",
        "label": "\u6b6686 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "\u6b6686 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260911",
        "label": "\u897f86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "\u897f86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4260912",
        "label": "\u897f86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "long": "\u897f86 \u6d25\u897f\u30cf\u30a4\u30bf\u30a6\u30f3\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4280111",
        "label": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "long": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4280112",
        "label": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "long": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4280211",
        "label": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "long": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4280212",
        "label": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "long": "22 \u56fd\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4280311",
        "label": "\u76f4\u901a \u56fd\u7acb\u75c5\u9662\u7dda",
        "long": "\u76f4\u901a \u56fd\u7acb\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4300111",
        "label": "35 \u6d25\u306a\u304e\u3055\u307e\u3061\u7dda",
        "long": "35 \u6d25\u306a\u304e\u3055\u307e\u3061\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4300112",
        "label": "35 \u6d25\u306a\u304e\u3055\u307e\u3061\u7dda",
        "long": "35 \u6d25\u306a\u304e\u3055\u307e\u3061\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4530011",
        "label": "\u307f\u3048\u30d6\u30eb\u30fc\u30e9\u30a4\u30f3 \u5927\u5b66\u75c5\u9662\u30b7\u30e3\u30c8\u30eb",
        "long": "\u307f\u3048\u30d6\u30eb\u30fc\u30e9\u30a4\u30f3 \u5927\u5b66\u75c5\u9662\u30b7\u30e3\u30c8\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4530012",
        "label": "\u307f\u3048\u30d6\u30eb\u30fc\u30e9\u30a4\u30f3 \u5927\u5b66\u75c5\u9662\u30b7\u30e3\u30c8\u30eb",
        "long": "\u307f\u3048\u30d6\u30eb\u30fc\u30e9\u30a4\u30f3 \u5927\u5b66\u75c5\u9662\u30b7\u30e3\u30c8\u30eb",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000211",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000311",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000312",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000511",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000711",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5000812",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5001012",
        "label": "31 \u6d25\u4e09\u96f2\u7dda",
        "long": "31 \u6d25\u4e09\u96f2\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 930,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "duplicate_key",
      "count": 52,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "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": 2,
      "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_wheelchair_boarding_unknown",
      "count": 930,
      "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": "930 of 930 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"
}
