{
  "agency": {
    "id": "rochester-genesee-regional-transportation-authority-rgrta",
    "name": "Rochester-Genesee Regional Transportation Authority (RGRTA)",
    "subdivision_code": "US-NY",
    "subdivision_name": "New York"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 38.4,
          "stops_marked_accessible_pct": 1.4,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 1.4,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": true,
          "supported": true
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.4,
          "wheelchair_trips": 15.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": 9054,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1885,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9054,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 1.4,
        "wheelchair_marked_accessible_pct": 1.4,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1858,
          "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": 24.6,
          "severity": "WARNING",
          "what": "1858 of 1885 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 67.9,
      "status": "measured",
      "summary": "1% of stops state wheelchair accessibility (1% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 3325
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 2693,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 510,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "duplicate_route_name",
          "count": 56,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 55,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 6,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 1,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 1,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        }
      ],
      "name": "correctness",
      "score": 42.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 3325 instances (0 error, 3325 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 112,
        "effective_expiry_date": "2027-01-03",
        "feed_end_date": "2027-01-03",
        "feed_start_date": "2026-06-29",
        "feed_version": "JunSept26_Merged",
        "has_feed_info": true,
        "last_service_date": "2027-01-03",
        "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 112 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "configured_kinds": [
          "vehicle_positions"
        ],
        "coverage_pct": null,
        "kinds_configured": 1,
        "kinds_reachable": 1,
        "reachable_kinds": [
          "vehicle_positions"
        ],
        "rt_freshness": "fresh",
        "samples": 3,
        "vehicles_checked": 95,
        "vehicles_on_route_pct": 100.0,
        "worst_lag_seconds": 0
      },
      "findings": [],
      "name": "realtime",
      "score": 100.0,
      "status": "measured",
      "summary": "Sampled 3 times: 1 of 1 configured feed healthy; 100.0% of vehicles on their route.",
      "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 3 snapshots.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 112 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 1% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 1% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "caf7c88c1aa7d339066b869d30146f2183f10569cadf93aba04ea64984d0701c",
    "size_bytes": 3500593,
    "source_provenance": "unverified",
    "static_url": "https://scheduledata.rgrta.com/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://scheduledata.rgrta.com/google_transit.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-09-13T00:00:00+00:00",
  "geo": {
    "bbox": [
      -77.7594,
      43.04457,
      -76.99252,
      43.25907
    ],
    "lat": 43.15827,
    "lon": -77.61034,
    "stop_count": 1885
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 198,
        "trip_count": 9054,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 198,
    "trip_count": 9054
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "RGRTA"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 112 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 1.7,
    "margin_to_next_band": 8.3,
    "score": 71.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 166,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "166 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (3, 4, 5, 8, 11, and more).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1808,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "1808 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Airport & Brooks\", \"Airport & Terminal Lower Level\", \"Alexander & Gardiner\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1884,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1 of 1884 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1,
    "single_stop_trips": 0,
    "trips_total": 9054
  },
  "route_map": {
    "drawn_route_count": 194,
    "has_shapes": true,
    "path": "data/artifacts/rochester-genesee-regional-transportation-authority-rgrta/geometry.geojson",
    "route_count": 198,
    "routes": [
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44161",
        "label": "1",
        "long": "St Paul",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44162",
        "label": "2",
        "long": "North Clinton",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44163",
        "label": "3",
        "long": "Joseph",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44164",
        "label": "4",
        "long": "Hudson",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44165",
        "label": "5",
        "long": "Portland",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44166",
        "label": "6",
        "long": "North Goodman",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44167",
        "label": "7",
        "long": "Clifford/Empire",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44168",
        "label": "8",
        "long": "East Main",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44169",
        "label": "9",
        "long": "University",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44170",
        "label": "10",
        "long": "Park",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44171",
        "label": "11",
        "long": "Monroe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44172",
        "label": "12",
        "long": "South Clinton",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44173",
        "label": "13",
        "long": "South Ave",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44174",
        "label": "14",
        "long": "Marketplace",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44175",
        "label": "15",
        "long": "Plymouth",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44176",
        "label": "16",
        "long": "Genesee",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44177",
        "label": "17",
        "long": "Jefferson/19th Ward",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44178",
        "label": "18",
        "long": "Chili",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44179",
        "label": "19",
        "long": "Buffalo Rd",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44180",
        "label": "20",
        "long": "Lyell",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44181",
        "label": "21",
        "long": "Dewey",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44182",
        "label": "22",
        "long": "Lake",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44183",
        "label": "23",
        "long": "West Ave/Airport",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44184",
        "label": "24",
        "long": "Bay St",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44185",
        "label": "40",
        "long": "Ridge Crosstown",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44186",
        "label": "41",
        "long": "Culver/Goodman Crosstown",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44187",
        "label": "50",
        "long": "Fairport/Penfield",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44188",
        "label": "70",
        "long": "Seabreeze Seasonal",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77BC1F",
        "color_name": "brown",
        "has_shape": true,
        "id": "44189",
        "label": "91",
        "long": "Newark/Lyons Commuter",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77BC1F",
        "color_name": "brown",
        "has_shape": true,
        "id": "44190",
        "label": "97",
        "long": "Elmwood Commuter",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": false,
        "id": "44267",
        "label": "800",
        "long": "Misc School AM & REG",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": false,
        "id": "44269",
        "label": "810",
        "long": "Misc School - ED",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44405",
        "label": "350",
        "long": "Maplewood-Charlotte/Edison",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44406",
        "label": "351",
        "long": "Gen-19th Ward SE/Edison",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44407",
        "label": "352",
        "long": "Maplewood-Dewey/Edison",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44408",
        "label": "353",
        "long": "Edgerton/Edison",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44409",
        "label": "354",
        "long": "Dutchtown-Myrs Hgts/Edison",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44410",
        "label": "355",
        "long": "19th Ward NW/Edison",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44412",
        "label": "359",
        "long": "St Paul-N Clinton/Edison",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44413",
        "label": "361",
        "long": "Joseph-Hudson/Edison",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44414",
        "label": "362",
        "long": "NWintonVillage/Edison",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44415",
        "label": "363",
        "long": "N Mrkt-Nrthlnd-Lyceum/Edison",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44416",
        "label": "364",
        "long": "Portland-Goodman/Edison",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44417",
        "label": "368",
        "long": "City SE/Edison",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44418",
        "label": "751",
        "long": "Maplewood-Charlotte/Monroe",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44419",
        "label": "752",
        "long": "Maplwood-Dewey/Monroe",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44420",
        "label": "753",
        "long": "19th Ward-Plym-City SE/Monroe",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44422",
        "label": "757",
        "long": "Dutchtown/Monroe",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44423",
        "label": "758",
        "long": "Genesee-19th Ward SE/Monroe",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44424",
        "label": "759",
        "long": "Lyell-Otis-Edgerton/Monroe",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44425",
        "label": "760",
        "long": "N Goodman-Portland/Monroe",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44426",
        "label": "761",
        "long": "Hudson/Monroe",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44427",
        "label": "762",
        "long": "St Paul/Monroe",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44428",
        "label": "763",
        "long": "Northland-Lyceum/Monroe",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44430",
        "label": "765",
        "long": "NWint Vlg-Bchwd-Cob Hill/Mnro",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44431",
        "label": "768",
        "long": "N Wntn Vlg-Beechwood/Monroe",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44433",
        "label": "826",
        "long": "N Clinton-St Paul/East",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44434",
        "label": "827",
        "long": "Genesee-19th Ward SE/East",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44435",
        "label": "828",
        "long": "Portland-Goodman/East",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44436",
        "label": "829",
        "long": "19th Ward NW/East",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44437",
        "label": "830",
        "long": "Lyell-Otis-Dutchtown/East",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44438",
        "label": "831",
        "long": "Maplewood - Dewey/East",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44439",
        "label": "832",
        "long": "Maplewood-Charlotte/East",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44440",
        "label": "834",
        "long": "Hudson-Joseph/East",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44441",
        "label": "837",
        "long": "N Marketview-Northland/East",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44442",
        "label": "839",
        "long": "City SE/East",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44443",
        "label": "840",
        "long": "Edgerton/East",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44596",
        "label": "270",
        "long": "Maplewood-Charlotte/SOTA",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44597",
        "label": "271",
        "long": "Maplewood-Dewey/SOTA",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44598",
        "label": "272",
        "long": "Edgerton/SOTA",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44599",
        "label": "273",
        "long": "Lyell-Otis/SOTA",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44600",
        "label": "274",
        "long": "Dutchtown/SOTA",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44601",
        "label": "275",
        "long": "19th Ward NW/SOTA",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44602",
        "label": "276",
        "long": "19th Ward SE/SOTA",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44603",
        "label": "277",
        "long": "Genesee/SOTA",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44604",
        "label": "278",
        "long": "Mayors Heights-Plymouth/SOTA",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44605",
        "label": "280",
        "long": "Highland-Strong/SOTA",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44606",
        "label": "281",
        "long": "N Winton Village/SOTA",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44607",
        "label": "283",
        "long": "N Marketview-Northland/SOTA",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44608",
        "label": "284",
        "long": "N Goodman-Portland/SOTA",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44609",
        "label": "285",
        "long": "Joseph/SOTA",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44610",
        "label": "286",
        "long": "Hudson-Carter/SOTA",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44611",
        "label": "287",
        "long": "St Paul-N Clinton/SOTA",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44612",
        "label": "289",
        "long": "Park Ave/SOTA",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44613",
        "label": "350",
        "long": "Maplewood-Charlotte/Edison",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44614",
        "label": "351",
        "long": "19th Ward SE/Edison",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44615",
        "label": "352",
        "long": "Maplewood-Dewey/Edison",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44616",
        "label": "353",
        "long": "Edgerton/Edison",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44617",
        "label": "354",
        "long": "Dutchtown/Edison",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44618",
        "label": "355",
        "long": "19th Ward NW/Edison",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44619",
        "label": "356",
        "long": "Beechwood/Edison",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44620",
        "label": "357",
        "long": "Mayors Hgts-Plymth/Edison",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44621",
        "label": "358",
        "long": "NMarketview-Homestead/Edison",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44622",
        "label": "359",
        "long": "St Paul-N Clinton/Edison",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44623",
        "label": "360",
        "long": "Genesee/Edison",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44624",
        "label": "361",
        "long": "Joseph/Edison",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44625",
        "label": "362",
        "long": "NWintonVillage/Edison",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44626",
        "label": "363",
        "long": "Northland-Lyceum/Edison",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44627",
        "label": "364",
        "long": "Portland/Edison",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44628",
        "label": "366",
        "long": "Hudson-Carter/Edison",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44629",
        "label": "367",
        "long": "NGoodman/Edison",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44630",
        "label": "368",
        "long": "City SE/Edison",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44633",
        "label": "422",
        "long": "Dutchtown/Padilla",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44634",
        "label": "423",
        "long": "Lyell-Otis/Padilla",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44635",
        "label": "425",
        "long": "Gen-19th Ward SE/Padilla",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44636",
        "label": "426",
        "long": "Edgerton/Padilla",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44638",
        "label": "428",
        "long": "Northland-Lyceum/Padilla",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44639",
        "label": "429",
        "long": "N Marketview-Beechwo/Padilla",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44640",
        "label": "430",
        "long": "N Goodman/Padilla",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44642",
        "label": "434",
        "long": "N Winton Village/Padilla",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44644",
        "label": "436",
        "long": "City SE/Padilla",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44645",
        "label": "437",
        "long": "N Clinton/Padilla",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44646",
        "label": "438",
        "long": "Maplewood-Charlotte/Padilla",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44647",
        "label": "439",
        "long": "Maplewood-Dewey/Padilla",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44648",
        "label": "440",
        "long": "Maplewood-Charlotte/Wilson",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44649",
        "label": "441",
        "long": "Dutchtown-19th Ward NW/Wilson",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44650",
        "label": "442",
        "long": "St Paul-N Clinton/Wilson",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44651",
        "label": "443",
        "long": "Joseph-Hudson/Wilson",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44652",
        "label": "444",
        "long": "E Main-Winton/Wilson",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44653",
        "label": "445",
        "long": "Winton-N Mrktvw-Bchwd/Wilson",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44654",
        "label": "446",
        "long": "Lyell-Otis-Edgerton/Wilson",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44655",
        "label": "447",
        "long": "City SE/Wilson",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44656",
        "label": "448",
        "long": "Maplewood-Dewey/Wilson",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44657",
        "label": "450",
        "long": "N Goodman-Portland/Wilson",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44658",
        "label": "751",
        "long": "Maplewood-Charlotte/Monroe",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44659",
        "label": "752",
        "long": "Maplwood-Dewey/Monroe",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44660",
        "label": "753",
        "long": "19th Ward-Plym-City SE/Monroe",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44661",
        "label": "757",
        "long": "Dutchtown/Monroe",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44662",
        "label": "758",
        "long": "Genesee-19th Ward SE/Monroe",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44663",
        "label": "759",
        "long": "Lyell-Otis-Edgerton/Monroe",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44664",
        "label": "760",
        "long": "N Goodman/Monroe",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44665",
        "label": "761",
        "long": "Hudson/Monroe",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44666",
        "label": "762",
        "long": "St Paul/Monroe",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44667",
        "label": "763",
        "long": "Northland-Lyceum/Monroe",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44668",
        "label": "764",
        "long": "N Clinton/Monroe",
        "short": "764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44669",
        "label": "765",
        "long": "NWint Vlg-Bchwd-Cob Hill/Mnro",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44670",
        "label": "766",
        "long": "Portland/Monroe",
        "short": "766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44671",
        "label": "768",
        "long": "N Wntn Vlg-Beechwood/Monroe",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": false,
        "id": "44672",
        "label": "800",
        "long": "Misc School AM & REG",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44673",
        "label": "807",
        "long": "Pittsford/Mendon",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": false,
        "id": "44674",
        "label": "810",
        "long": "Misc School - ED",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44676",
        "label": "826",
        "long": "N Clinton-St Paul/East",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44677",
        "label": "827",
        "long": "Genesee-19th Ward SE/East",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44678",
        "label": "828",
        "long": "Portland/East",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44679",
        "label": "829",
        "long": "Plymouth-19th Ward NW/East",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44680",
        "label": "830",
        "long": "Dutchtown/East",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748694",
        "color_name": "gray",
        "has_shape": true,
        "id": "44681",
        "label": "831",
        "long": "Maplewood - Dewey/East",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748695",
        "color_name": "gray",
        "has_shape": true,
        "id": "44682",
        "label": "832",
        "long": "Maplewood-Charlotte/East",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748696",
        "color_name": "gray",
        "has_shape": true,
        "id": "44683",
        "label": "834",
        "long": "Joseph/East",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748697",
        "color_name": "gray",
        "has_shape": true,
        "id": "44684",
        "label": "835",
        "long": "Hudson/East",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748698",
        "color_name": "gray",
        "has_shape": true,
        "id": "44685",
        "label": "837",
        "long": "N Marketview-Homestead/East",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748699",
        "color_name": "gray",
        "has_shape": true,
        "id": "44686",
        "label": "839",
        "long": "City SE/East",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748700",
        "color_name": "brown",
        "has_shape": true,
        "id": "44687",
        "label": "840",
        "long": "Edgerton/East",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44688",
        "label": "282",
        "long": "Dewey-Crosstown/SOTA",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44689",
        "label": "365",
        "long": "Dewey-Crosstown/Edison",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44690",
        "label": "424",
        "long": "Dewey-Crosstown/Padilla",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44691",
        "label": "754",
        "long": "Dewey-Crosstown/Monroe",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44692",
        "label": "449",
        "long": "Dewey-Crosstown/Wilson",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44693",
        "label": "480",
        "long": "N Wint Vill-N Mrktvw/WOI#58",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44695",
        "label": "482",
        "long": "Hudson-Northland/WOI#58",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44696",
        "label": "483",
        "long": "Joseph/N Clinton/St Paul/#58",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44697",
        "label": "484",
        "long": "Lyell-Otis-Edgerton/WOI#58",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44698",
        "label": "485",
        "long": "Maplewood/WOI#58",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44699",
        "label": "486",
        "long": "Plym-Gen-Jeff-19th Wrd/WOI#58",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "44700",
        "label": "487",
        "long": "City SE/WOI#58",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44891",
        "label": "1",
        "long": "St Paul",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44892",
        "label": "2",
        "long": "North Clinton",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44893",
        "label": "3",
        "long": "Joseph",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44894",
        "label": "4",
        "long": "Hudson",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44895",
        "label": "5",
        "long": "Portland",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44896",
        "label": "6",
        "long": "North Goodman",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44897",
        "label": "7",
        "long": "Clifford/Empire",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44898",
        "label": "8",
        "long": "East Main",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44899",
        "label": "9",
        "long": "University",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44900",
        "label": "10",
        "long": "Park",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44901",
        "label": "11",
        "long": "Monroe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44902",
        "label": "12",
        "long": "South Clinton",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44903",
        "label": "13",
        "long": "South Ave",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44904",
        "label": "14",
        "long": "Marketplace",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44905",
        "label": "15",
        "long": "Plymouth",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44906",
        "label": "16",
        "long": "Genesee",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44907",
        "label": "17",
        "long": "Jefferson/19th Ward",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44908",
        "label": "18",
        "long": "Chili",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44909",
        "label": "19",
        "long": "Buffalo Rd",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44910",
        "label": "20",
        "long": "Lyell",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44911",
        "label": "21",
        "long": "Dewey",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC6719",
        "color_name": "orange",
        "has_shape": true,
        "id": "44912",
        "label": "22",
        "long": "Lake",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44913",
        "label": "23",
        "long": "West Ave/Airport",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AA6",
        "color_name": "teal",
        "has_shape": true,
        "id": "44914",
        "label": "24",
        "long": "Bay St",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44915",
        "label": "40",
        "long": "Ridge Crosstown",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44916",
        "label": "41",
        "long": "Culver/Goodman Crosstown",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44917",
        "label": "50",
        "long": "Fairport/Penfield",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "60D0E4",
        "color_name": "teal",
        "has_shape": true,
        "id": "44918",
        "label": "70",
        "long": "Seabreeze Seasonal",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77BC1F",
        "color_name": "brown",
        "has_shape": true,
        "id": "44919",
        "label": "91",
        "long": "Newark/Lyons Commuter",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77BC1F",
        "color_name": "brown",
        "has_shape": true,
        "id": "44920",
        "label": "97",
        "long": "Elmwood Commuter",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "45165",
        "label": "427",
        "long": "Mayors Heights-Plymouth/Norto",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "45166",
        "label": "433",
        "long": "19th Ward NW/Norton",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "748693",
        "color_name": "gray",
        "has_shape": true,
        "id": "45167",
        "label": "825",
        "long": "Portland/East",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1885,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 9054 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 9054,
    "trips_with_shape": 9054
  },
  "snapshot_date": "2026-09-13",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1858,
      "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": 24.6,
      "rank": 1,
      "severity": "WARNING",
      "what": "1858 of 1885 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": "stop_too_far_from_shape_using_user_distance",
      "count": 2693,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
      "owner": "Likely your export tool",
      "points": 8.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Some stops sit far from the route line, going by the feed's own distance values.",
      "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
    },
    {
      "code": "fast_travel_between_consecutive_stops",
      "count": 510,
      "effort": "A few minutes per flagged trip.",
      "fix": "Check the flagged stop times for transposed minutes.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some scheduled trips move faster between stops than a bus can.",
      "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
    }
  ],
  "validator_version": "8.0.1"
}
