{
  "agency": {
    "id": "ulster-county-area-transit",
    "name": "Ulster County Area Transit",
    "subdivision_code": "US-NY",
    "subdivision_name": "New York"
  },
  "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": 0.0,
          "headsigns": 13.8,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 254,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 92.1,
        "headsign_scored_pct": 92.1,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 143,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 254,
        "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": 143,
          "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": "143 of 143 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": 254,
          "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": "254 of 254 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 20,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 1.2,
          "severity": "WARNING",
          "what": "20 of 254 trips lack rider-facing destination or direction text.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        }
      ],
      "name": "completeness",
      "score": 43.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 not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 57
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stops_match_shape_out_of_order",
          "count": 13,
          "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": "mixed_case_recommended_field",
          "count": 10,
          "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": 6.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": "fast_travel_between_consecutive_stops",
          "count": 9,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.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": "fast_travel_between_far_stops",
          "count": 7,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no bus reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 7,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 6,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "missing_recommended_field",
          "count": 2,
          "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": "service_has_no_active_day_of_the_week",
          "count": 2,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "route_short_name_too_long",
          "count": 1,
          "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": 4.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": 52.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 57 instances (0 error, 57 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 130,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": "2026-07-20T19:38:22-07:00",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 130 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 130 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": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% 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": "42c79c970f74093c009374253b7cdcea8477325b98d86cb056188179cfb2f4f5",
    "size_bytes": 271250,
    "source_provenance": "unverified",
    "static_url": "https://s3.amazonaws.com/datatools-511ny/public/UCAT_Ulster_County_Area_Transit.zip"
  },
  "fetch": {
    "final_url": "https://s3.amazonaws.com/datatools-511ny/public/UCAT_Ulster_County_Area_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-08-21T00:00:00+00:00",
  "geo": {
    "bbox": [
      -74.50313,
      41.51816,
      -73.92841,
      42.14243
    ],
    "lat": 41.92639,
    "lon": -74.00571,
    "stop_count": 143
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 40,
        "trip_count": 254,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 40,
    "trip_count": 254
  },
  "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": [
      "72"
    ],
    "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 132 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": "F",
    "margin_to_lower_band": 57.7,
    "margin_to_next_band": 2.3,
    "score": 57.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 17,
      "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": "17 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (CL-NB, KS-NB, M, NPL, R-SB, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 87,
      "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": "87 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Hurley @ Main St & Wynkoop Rd\", \"Stone Ridge @ Rt 209 & Cottekill Rd\", \"Stone Ridge: Route 209 & Route 213\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 143,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 254
  },
  "route_map": {
    "drawn_route_count": 21,
    "has_shapes": true,
    "path": "data/artifacts/ulster-county-area-transit/geometry.geojson",
    "route_count": 40,
    "routes": [
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "11935",
        "label": "Red",
        "long": "Red: Kingston Plaza to Law Enforcement Center",
        "short": "Red",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": false,
        "id": "11936",
        "label": "Blue",
        "long": "Blue: Kingston Plaza to Riverfront",
        "short": "Blue",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "11937",
        "label": "Yellow",
        "long": "Yellow: DSS to Port Ewen",
        "short": "Yellow",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "979595",
        "color_name": "gray",
        "has_shape": false,
        "id": "12162",
        "label": "Updated Mall",
        "long": "Mall Loop",
        "short": "Updated Mall",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "412BEE",
        "color_name": "blue",
        "has_shape": true,
        "id": "12248",
        "label": "MALL",
        "long": "MALL",
        "short": "MALL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003E80",
        "color_name": "teal",
        "has_shape": true,
        "id": "12249",
        "label": "BLUE",
        "long": "BLUE",
        "short": "BLUE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDFD02",
        "color_name": "yellow",
        "has_shape": true,
        "id": "12251",
        "label": "YELLOW",
        "long": "YELLOW",
        "short": "YELLOW",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "408080",
        "color_name": "teal",
        "has_shape": true,
        "id": "12252",
        "label": "CL Route",
        "long": "CL",
        "short": "CL Route",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "17EAEE",
        "color_name": "teal",
        "has_shape": false,
        "id": "12283",
        "label": "T",
        "long": "T: Kingston Inn-Kingston Plaza",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "097702",
        "color_name": "green",
        "has_shape": true,
        "id": "12327",
        "label": "BelleayreEx",
        "long": "Belleayre Express",
        "short": "BelleayreEx",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808080",
        "color_name": "gray",
        "has_shape": false,
        "id": "12337",
        "label": "Mountain",
        "long": "Mountain",
        "short": "Mountain",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003E52",
        "color_name": "green",
        "has_shape": true,
        "id": "12338",
        "label": "River Route",
        "long": "River",
        "short": "River Route",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF80",
        "color_name": "teal",
        "has_shape": false,
        "id": "12339",
        "label": "RIDGE",
        "long": "RIDGE",
        "short": "RIDGE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": false,
        "id": "12489",
        "label": "County Fair",
        "long": "Ulster County Fair",
        "short": "County Fair",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "12491",
        "label": "Kingston Special",
        "long": "Special",
        "short": "Kingston Special",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "224F15",
        "color_name": "green",
        "has_shape": true,
        "id": "12824",
        "label": "Ridge Route",
        "long": "Ridge",
        "short": "Ridge Route",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F28E02",
        "color_name": "orange",
        "has_shape": true,
        "id": "12918",
        "label": "PEL",
        "long": "Port Ewen Loop",
        "short": "PEL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F68113",
        "color_name": "orange",
        "has_shape": true,
        "id": "12936",
        "label": "2S",
        "long": "S2",
        "short": "2S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "12949",
        "label": "Route 7",
        "long": "Route 7",
        "short": "Route 7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "12963",
        "label": "Route 6",
        "long": "Route 6",
        "short": "Route 6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F79646",
        "color_name": "orange",
        "has_shape": false,
        "id": "3844",
        "label": "CL-NB",
        "long": "CL: SUNY New Paltz - SUNY Ulster",
        "short": "CL-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "3845",
        "label": "EU-SB",
        "long": "EU: Kingston - SUNY Ulster - Ellenville",
        "short": "EU-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8064A2",
        "color_name": "purple",
        "has_shape": true,
        "id": "3846",
        "label": "KPL-SB",
        "long": "KPL: Kingston - Poughkeepsie",
        "short": "KPL-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4BACC6",
        "color_name": "teal",
        "has_shape": true,
        "id": "3847",
        "label": "KS-NB",
        "long": "KS: Kingston - Mall - Saugerties",
        "short": "KS-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "09FF00",
        "color_name": "green",
        "has_shape": false,
        "id": "3848",
        "label": "M",
        "long": "Mall Loop",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "3849",
        "label": "NPL",
        "long": "New Paltz Loop",
        "short": "NPL",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F7F7F",
        "color_name": "gray",
        "has_shape": false,
        "id": "3850",
        "label": "R-SB",
        "long": "R: Kingston - New Paltz",
        "short": "R-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "974806",
        "color_name": "brown",
        "has_shape": true,
        "id": "3851",
        "label": "UPL-EB",
        "long": "UPL: New Paltz - Train Station - Grand Central",
        "short": "UPL-EB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F6128",
        "color_name": "brown",
        "has_shape": false,
        "id": "3852",
        "label": "W-SB",
        "long": "W: New Paltz - Wallkill - Plattekill",
        "short": "W-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E5B8B7",
        "color_name": "white",
        "has_shape": true,
        "id": "3853",
        "label": "X",
        "long": "X: New Paltz - Newburgh",
        "short": "X",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "595959",
        "color_name": "gray",
        "has_shape": true,
        "id": "3854",
        "label": "Z-WB",
        "long": "Z: Kingston - Woodstock - Pine Hill",
        "short": "Z-WB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "4065",
        "label": "EU-NB",
        "long": "EU: Ellenville - SUNY Ulster - Kingston",
        "short": "EU-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4BACC6",
        "color_name": "teal",
        "has_shape": true,
        "id": "4066",
        "label": "KS-SB",
        "long": "KS: Saugerties - Mall - Kingston",
        "short": "KS-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "974806",
        "color_name": "brown",
        "has_shape": true,
        "id": "4067",
        "label": "UPL-WB",
        "long": "UPL: Grand Central - Train Station - New Paltz",
        "short": "UPL-WB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F79646",
        "color_name": "orange",
        "has_shape": false,
        "id": "4068",
        "label": "CL-SB",
        "long": "CL: SUNY Ulster - SUNY New Paltz",
        "short": "CL-SB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8064A2",
        "color_name": "purple",
        "has_shape": true,
        "id": "4069",
        "label": "KPL-NB",
        "long": "KPL: Poughkeepsie - Kingston",
        "short": "KPL-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F7F7F",
        "color_name": "gray",
        "has_shape": false,
        "id": "4070",
        "label": "R-NB",
        "long": "R: New Paltz - Kingston",
        "short": "R-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F6128",
        "color_name": "brown",
        "has_shape": false,
        "id": "4071",
        "label": "W-NB",
        "long": "W: Plattekill - Wallkill - New Paltz",
        "short": "W-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E5B8B7",
        "color_name": "white",
        "has_shape": false,
        "id": "4072",
        "label": "X-NB",
        "long": "X: Newburgh - New Paltz",
        "short": "X-NB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "595959",
        "color_name": "gray",
        "has_shape": true,
        "id": "4073",
        "label": "Z-NB",
        "long": "Z: Pine Hill - Woodstock - Kingston",
        "short": "Z-NB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 143,
    "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 254 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 254,
    "trips_with_shape": 254
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 143,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "143 of 143 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": 254,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "254 of 254 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
