{
  "agency": {
    "country": "JP",
    "id": "toyama-chitetsu-bus",
    "name": "Toyama Chitetsu Bus (\u5bcc\u5c71\u5730\u65b9\u9244\u9053\u30d0\u30b9)",
    "operating_note": "Toyama Chiho Railroad's regional route-bus network. The official catalog also publishes keyless TripUpdates and VehiclePositions.",
    "subdivision_code": "JP-16",
    "subdivision_name": "Toyama"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.8,
          "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": 1354,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 98.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1034,
        "translations": {
          "feed_lang": "ja",
          "has_translations": true,
          "languages": [
            "en",
            "ja",
            "ja-hrkt"
          ],
          "translated_tables": [
            "routes",
            "stop_times",
            "stops"
          ],
          "translation_count": 2474
        },
        "trips": 1354,
        "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": 1034,
          "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": "1034 of 1034 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": 1354,
          "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": "1354 of 1354 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."
        }
      ],
      "name": "completeness",
      "score": 59.8,
      "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": 5,
        "instances_by_severity": {
          "ERROR": 2,
          "INFO": 0,
          "WARNING": 97562
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_key",
          "count": 2,
          "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": 12.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 95891,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1489,
          "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": 124,
          "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": "route_short_name_too_long",
          "count": 58,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 56.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 97564 instances (2 error, 97562 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 296,
        "effective_expiry_date": "2027-05-25",
        "feed_end_date": "2027-05-25",
        "feed_start_date": "2026-05-26",
        "feed_version": "20260401_2026\u5e7404\u670801\u65e5\uff08\u5bcc\u5c71\u5730\u9244\u30d0\u30b9 R8.4.1\u30c0\u30a4\u30e4\u6539\u6b63\u3000\u4e2d\u65b0\u8ffd\u52a0\uff09 \u305d\u306e\u7b4b\u5c4b 1.664",
        "has_feed_info": true,
        "last_service_date": "2027-05-25",
        "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 296 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "coverage_pct": null,
        "kinds_configured": 2,
        "kinds_reachable": 2,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions"
        ],
        "rt_freshness": "stale",
        "samples": 6,
        "scheduled_trips_in_window": 0,
        "worst_lag_seconds": 790
      },
      "findings": [
        {
          "code": "scorecard_rt_stale",
          "count": 1,
          "effort": "A vendor configuration question.",
          "fix": "Ask your AVL vendor to publish updates at least every 20 seconds (the Caltrans guideline).",
          "owner": "",
          "points": 50.0,
          "severity": "WARNING",
          "what": "Realtime data was up to 790 seconds old when sampled.",
          "why": "Stale positions and predictions are worse than none: riders watch a bus that already left."
        }
      ],
      "name": "realtime",
      "score": 50.0,
      "status": "measured",
      "summary": "Sampled 6 times outside service hours: 2 of 2 configured feeds healthy; vehicle position plausibility was not measurable.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 6 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 296 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. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC0 1.0 (public domain dedication); published as GTFS-JP open data by Toyama Chiho Railroad through the GTFS Data Repository (gtfs-data.jp).",
    "reachable": true,
    "sha256": "04541ea9dfae1bd92f372bf52b36e12601f22d24ef48cfc21182158838c97801",
    "size_bytes": 742267,
    "static_url": "https://api.gtfs-data.jp/v2/organizations/chitetsu/feeds/chitetsubus/files/feed.zip?rid=current"
  },
  "fetch": {
    "final_url": "https://prodgtfsdatareposharedinfrasta-filebucketcdfcd6de-1qqhtsxlwh6la.s3.amazonaws.com/chitetsu/chitetsubus/2671946d-c6db-4248-b3b7-f4e5add9e802/feed.zip?response-content-disposition=attachment%3B%20filename%3Dfeed_chitetsu_chitetsubus_20260526_20260601134329.zip&AWSAccessKeyId=ASIARI5CFYANNJ6PCPIU&Signature=Y1H76c%2F0utc2QEyy%2BfzFT0292mA%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBcaDmFwLW5vcnRoZWFzdC0xIkcwRQIhAJyhdiNAJ2caDY9IDK1pOfBzQrd7moyu3f2vd8jT4m0MAiAgzJTmg7giWwNhlYGSvjwHYayr26u%2FeVfXv%2BzsPN%2Bs9SrZBAjg%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAUaDDA4Nzg1MDA3NDEzOCIMBds5pTitom6obODvKq0EiatjSNTCvOuxo%2BZne%2BcW6yUhBSu2SKhushWx6KlA1p%2BGn%2B3hjUxhFZrozOz5I1yCGTCknGyLlQiPvu%2BgXBtkJR9tvGnN%2FNVJOA3NV9ClWFzwH3rZ%2BZQIBWIdlAwQaWVsQqQePbVsLpniAdSSMMF5ysfvP1KYF80JrQtZwhehhvWMnTbdvg6aWdwCPzwqexJ9tCEq8Wrpv%2BQYEUVrCJXuajKdVjG%2BZ2iz32PoesDX1qbmKSOzu%2FM%2FNoFPeWGDqpFJvf1FDiMQLnIKIrJ4gNtC0TPLQBd9N6qlgJqgsYX9mxDOvghBAmB9cKdUhmv0XQeGG0rAVsOh5kYpPu1NCpnvmsRKKG3zP%2F9Z6Php%2BZW4UqBZu9KFuzyXvF5jna9RT5887V%2BnYdfnLVx2KBbWQ8moJ4lVx3xo2pJczZtTTBhc%2BRq5SNM7lQ2ZO%2FabL3Ac5sX0V93ws49rCGQehy6qpBBtwkAgIRy%2FuBN%2B2F5sNhkjCFxJhDMlp881IcakIawnNdXqJJ%2FM8fR0kK94QAxDlj467XE2t8Nn5JuVkscPfW732Nd0oiZX4R9EAtHyEqO9Ll1PFjQSOdqc0WNvUTLv0sIS%2B8KaDwLZfbgqFOArrGnJe9e1dJM66bvnkAhbBVujMCOBPY7nVmk%2F9CqkGiwEzNxb%2Bl3E8qotUcRlBa6ID3WpmVgjXwSBUZKpExAEQn7ErRa65JyrlZjO1uWlS6H25HAs969UcBgxrKy7W1Jo%2Ffgw5K290wY6owEQRcfzVZ2aLZB0HlPIhwqi0bH2eq7I6OAeXyV2hiJq2ACeY0whA9%2F5gVp7CoMkEQtvDpogEbk8M4Tlfdheecl%2BqnORi9%2BA4vJLOlbIXOilaOWyiZEOpR9AmSuZB7HyQZMfYZziwYowjR3Lhe9hjiHX2jsrAbr0MCYFBffn7HlLBtOP3OQMI1L%2Fc%2ByI%2Fj9J2s8nXp5gmeajVzGYOHZGqXOidhDT&Expires=1785682715",
    "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-08-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      137.01119,
      36.56161,
      137.51032,
      36.90602
    ],
    "lat": 36.69243,
    "lon": 137.21441,
    "stop_count": 1034
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 172,
        "trip_count": 1354,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 172,
    "trip_count": 1354
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 4.5,
    "margin_to_next_band": 5.5,
    "score": 64.5
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1034,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 1354
  },
  "route_map": {
    "drawn_route_count": 172,
    "has_shapes": true,
    "path": "data/artifacts/toyama-chitetsu-bus/geometry.geojson",
    "route_count": 172,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000526)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000527)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000528)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000529)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000530)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda(000532)",
        "label": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "long": "01\u3000\u65b0\u5e79\u7dda\u5e02\u8857\u5730\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda(501_1_5)",
        "label": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda(501_1_6)",
        "label": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda(501_1_7)",
        "label": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "01\u3000\u751f\u5730\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "05\u3000\u6c60\u5c3b\u7dda(502_1_2)",
        "label": "05\u3000\u6c60\u5c3b\u7dda",
        "long": "05\u3000\u6c60\u5c3b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "05\u3000\u6c60\u5c3b\u7dda(502_2_2)",
        "label": "05\u3000\u6c60\u5c3b\u7dda",
        "long": "05\u3000\u6c60\u5c3b\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u30d5\u30a3\u30fc\u30c0\u30fc\u56db\u65b9(601_1)",
        "label": "\u30d5\u30a3\u30fc\u30c0\u30fc\u56db\u65b9",
        "long": "",
        "short": "\u30d5\u30a3\u30fc\u30c0\u30fc\u56db\u65b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\u30fb\u8352\u753a\uff08\u6771\u9ad8\u6821\uff09\u7dda(110_2_1)",
        "label": "\u4e0b\u8d64\u6c5f\u30fb\u8352\u753a\uff08\u6771\u9ad8\u6821\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\u30fb\u8352\u753a\uff08\u6771\u9ad8\u6821\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000230)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000231)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000232)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000233)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000234)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000236)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000237)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000238)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(000239)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(100235)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(100236)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(100238)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda(100239)",
        "label": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "long": "",
        "short": "\u4e0b\u8d64\u6c5f\uff08\u7c73\u7530\u3001\u30ea\u30cf\u30d3\u30ea\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda(000095)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda(100095)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda(120_1_3)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda(120_2_2)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(100256)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(120_1_2)",
        "label": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u4e94\u767e\u77f3\uff08\u77f3\u91d1\u3001\u5927\u6cc9\u3001\u8535\u672c\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(321_1_1)",
        "label": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(321_1_2)",
        "label": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(321_2_1)",
        "label": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u516b\u5c3e\u9ad8\u6821\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda(390_3_1)",
        "label": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda",
        "long": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda(390_3_2)",
        "label": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda",
        "long": "\u516b\u5e61\u56db\u65b9(\u5bcc\u5c71\u307e\u3061\u306a\u304b\u75c5\u9662\u524d)\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9\u7dda(390_1_1)",
        "label": "\u516b\u5e61\u56db\u65b9\u7dda",
        "long": "",
        "short": "\u516b\u5e61\u56db\u65b9\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9\u7dda(390_2_2)",
        "label": "\u516b\u5e61\u56db\u65b9\u7dda",
        "long": "",
        "short": "\u516b\u5e61\u56db\u65b9\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9\u7dda(390_2_4)",
        "label": "\u516b\u5e61\u56db\u65b9\u7dda",
        "long": "",
        "short": "\u516b\u5e61\u56db\u65b9\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u516b\u5e61\u56db\u65b9\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(390_1_2)",
        "label": "\u516b\u5e61\u56db\u65b9\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u516b\u5e61\u56db\u65b9\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(000531)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(100531)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_1_1)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_1_3)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_1_4)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_2_1)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_2_2)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_2_4)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9(523_2_5)",
        "label": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "long": "",
        "short": "\u5357\u5317\u5faa\u74b0\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda(000098)",
        "label": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda(100098)",
        "label": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda(323_1_4)",
        "label": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda(323_2_4)",
        "label": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda(323_4_1)",
        "label": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "long": "\u5824\u9632\u30fb\u718a\u91ce\u7d4c\u7531\u516b\u5c3e\u30fb\u8429\u306e\u5cf6\u5faa\u74b0\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5927\u68ee\u7dda(100257)",
        "label": "\u5927\u68ee\u7dda",
        "long": "",
        "short": "\u5927\u68ee\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5927\u68ee\u7dda(134_1_1)",
        "label": "\u5927\u68ee\u7dda",
        "long": "",
        "short": "\u5927\u68ee\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda(316_1_1)",
        "label": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda(316_2_1)",
        "label": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u5bcc\u5927\u9644\u75c5\u9662\u30fb\u671d\u65e5\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(304_1_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(304_1_2)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(304_2_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(304_2_2)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u516b\u5c3e\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(303_1_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(303_1_2)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(303_2_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(303_2_2)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u5927\u4e45\u4fdd\u30fb\u672c\u90f7\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(305_1_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(305_2_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u6771\u5bcc\u5c71\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(306_1_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(306_2_1)",
        "label": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u5bcc\u5c71\u56fd\u969b\u5927\u4ed8\u5c5e\u9ad8\u6821\uff08\u9ad8\u5ca1\uff09\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9(601_2)",
        "label": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "long": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9(602_1)",
        "label": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "long": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9(602_2)",
        "label": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "long": "\u5bcc\u5c71\u6e2f\u7dda\u30d5\u30a3\u30fc\u30c0\u30fc\u30d0\u30b9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda(336_1_1)",
        "label": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "long": "",
        "short": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda(336_1_2)",
        "label": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "long": "",
        "short": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda(336_2_2)",
        "label": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "long": "",
        "short": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda(336_2_3)",
        "label": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "long": "",
        "short": "\u5bcc\u5c71\u7a7a\u6e2f\u30fb\u7dcf\u5408\u904b\u52d5\u516c\u5712\u30fb\u6210\u5b50\u7d4c\u7531\u516b\u5c3e\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda(222_1)",
        "label": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda",
        "long": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda(222_2)",
        "label": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda",
        "long": "\u5bcc\u5c71\u9ad8\u5c02\u5c04\u6c34\u30ad\u30e3\u30f3\u30d1\u30b9\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u5ba4\u4e2d\u5b66\u6821\u524d\u7dda(100099)",
        "label": "\u5c71\u5ba4\u4e2d\u5b66\u6821\u524d\u7dda",
        "long": "",
        "short": "\u5c71\u5ba4\u4e2d\u5b66\u6821\u524d\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(000248)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(100248)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(320_1_1)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(320_1_4)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(320_2_2)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(320_2_3)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda(320_2_5)",
        "label": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "long": "",
        "short": "\u5c71\u7530\u30fb\u56fd\u75c5\u30fb\u7c21\u4fdd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda(314_4_1)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda",
        "long": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda(314_4_2)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda",
        "long": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e2f\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_1_1)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_1_2)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_2_1)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_2_3)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_2_6)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda(314_2_7)",
        "label": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u5e03\u76ee\u7d4c\u7531\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_1_1)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_1_5)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_1_6)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_1_7)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_2_1)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_2_3)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda(106_2_7)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "long": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(106_1_4)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(106_2_4)",
        "label": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u65b0\u685c\u30fb\u8001\u4eba\u30fb\u77f3\u5742\uff5e\u4e2d\u592e\u75c5\u9662\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u685c\u4e95\u9ad8\u6821\u7dda(507_1_1)",
        "label": "\u685c\u4e95\u9ad8\u6821\u7dda",
        "long": "",
        "short": "\u685c\u4e95\u9ad8\u6821\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u685c\u4e95\u9ad8\u6821\u7dda(507_2_1)",
        "label": "\u685c\u4e95\u9ad8\u6821\u7dda",
        "long": "",
        "short": "\u685c\u4e95\u9ad8\u6821\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda(000255)",
        "label": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda",
        "long": "",
        "short": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda(100255)",
        "label": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda",
        "long": "",
        "short": "\u6c34\u6a4b\u30fb\u6ed1\u5ddd\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u6c60\u5c3b\u7dda(502_1_1)",
        "label": "\u6c60\u5c3b\u7dda",
        "long": "",
        "short": "\u6c60\u5c3b\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u6c60\u5c3b\u7dda(502_2_1)",
        "label": "\u6c60\u5c3b\u7dda",
        "long": "",
        "short": "\u6c60\u5c3b\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u751f\u5730\u5faa\u74b0\u7dda(501_1_1)",
        "label": "\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u751f\u5730\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u751f\u5730\u5faa\u74b0\u7dda(501_1_2)",
        "label": "\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u751f\u5730\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u751f\u5730\u5faa\u74b0\u7dda(501_1_4)",
        "label": "\u751f\u5730\u5faa\u74b0\u7dda",
        "long": "",
        "short": "\u751f\u5730\u5faa\u74b0\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(000243)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(000244)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(000244_2)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(000245_2)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(100243)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(100244)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(100245_2)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(113_1_4)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(113_1_6)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(113_2_1)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(113_2_2)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda(113_2_4)",
        "label": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "long": "",
        "short": "\u798f\u6ca2\u30fb\u56fd\u969b\u5927\u5b66\u30fb\u6708\u5ca1\u897f\u7dd1\u753a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9(338_1_1)",
        "label": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9",
        "long": "",
        "short": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9(338_2_1)",
        "label": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9",
        "long": "",
        "short": "\u7a7a\u6e2f\u76f4\u901a\u30d0\u30b9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_1_1)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_1_2)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_1_4)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_1_5)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_2_1)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_2_2)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda(346_2_3)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(346_1_3)",
        "label": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u8208\u4eba\u30fb\u56fd\u7acb\u9ad8\u5c02\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u85e4\u306e\u6728\u7dda(108_1_1)",
        "label": "\u85e4\u306e\u6728\u7dda",
        "long": "",
        "short": "\u85e4\u306e\u6728\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u85e4\u306e\u6728\u7dda(108_1_2)",
        "label": "\u85e4\u306e\u6728\u7dda",
        "long": "",
        "short": "\u85e4\u306e\u6728\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u85e4\u306e\u6728\u7dda(108_1_6)",
        "label": "\u85e4\u306e\u6728\u7dda",
        "long": "",
        "short": "\u85e4\u306e\u6728\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_1_2)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_1_3)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_1_4)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_2_1)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_2_2)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_2_3)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_2_4)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "",
        "short": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_3_1)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda(118_3_2)",
        "label": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "long": "\u897f\u306e\u756a\u30fb\u5927\u5834\u30fb\u6d41\u6749\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda(000096)",
        "label": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda(100096)",
        "label": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda(104_1_1)",
        "label": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda(104_2_4)",
        "label": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "long": "",
        "short": "\u904b\u8ee2\u6559\u80b2\u30fb\u6e08\u751f\u4f1a\u75c5\u9662\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda(100247)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda(310_1_1)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda(310_1_2)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda(310_2_1)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda(310_2_3)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(310_1_4)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(310_1_5)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(310_2_6)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11(310_2_7)",
        "label": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "long": "",
        "short": "\u9ad8\u5ca1\u30fb\u65b0\u6e4a\u7dda\u203b\u5b66\u4f11\u65e5\u904b\u4f11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda(115_1_2)",
        "label": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "long": "",
        "short": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda(115_1_3)",
        "label": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "long": "",
        "short": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda(115_2_1)",
        "label": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "long": "",
        "short": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda(115_2_3)",
        "label": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "long": "",
        "short": "\uff08\u82e5\u7af9\u753a\uff09\u8fb0\u5c3e\u30fb\u7b39\u6d25\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(000094)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(100094)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(112_1_1)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(112_1_3)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(112_2_1)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(112_2_3)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "",
        "short": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda(112_2_9)",
        "label": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "long": "\uff14\uff11\u53f7\u7dda\uff08\u7b39\u6d25\u30fb\u732a\u8c37\uff09\u7dda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1034,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "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-08-02",
  "top_fixes": [
    {
      "code": "duplicate_key",
      "count": 2,
      "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": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_rt_stale",
      "count": 1,
      "effort": "A vendor configuration question.",
      "fix": "Ask your AVL vendor to publish updates at least every 20 seconds (the Caltrans guideline).",
      "owner": "",
      "points": 50.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Realtime data was up to 790 seconds old when sampled.",
      "why": "Stale positions and predictions are worse than none: riders watch a bus that already left."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1034,
      "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": "1034 of 1034 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"
}
