{
  "agency": {
    "country": "ES",
    "id": "guaguas-municipales",
    "name": "Guaguas Municipales",
    "operating_note": "The municipal bus network of Las Palmas de Gran Canaria. The city portal publishes the same GTFS tables individually from this directory and refreshes them weekly.",
    "subdivision_code": "ES-GC",
    "subdivision_name": "Las Palmas"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "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": 6961,
        "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": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 844,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 6961,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 844,
          "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": "844 of 844 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": 6961,
          "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": "6961 of 6961 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "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": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 9,
          "WARNING": 22
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 17,
          "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": "unusable_trip",
          "count": 2,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "unused_trip",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "service_extends_far_in_the_future",
          "count": 9,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 81.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 31 instances (0 error, 22 warning, 9 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 3069,
        "effective_expiry_date": "2035-01-30",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2035-01-30",
        "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 (the file itself is absent)",
          "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 3069 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 3069 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": "Las Palmas de Gran Canaria's open data reuse conditions permit commercial and non-commercial reuse when the source is cited and the meaning of the data is not altered.",
    "reachable": true,
    "sha256": "731bea26459599c84bb8a2f745abb1c2f744c5a482d69a5e9d5593827daf7170",
    "size_bytes": 1101753,
    "source_provenance": "official",
    "static_url": "https://www.guaguas.com/transit/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://www.guaguas.com/transit/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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      -15.48585,
      28.05461,
      -15.39993,
      28.166
    ],
    "lat": 28.10036,
    "lon": -15.43344,
    "stop_count": 844
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 47,
        "trip_count": 6961,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 47,
    "trip_count": 6961
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 8.5,
    "margin_to_next_band": 1.5,
    "score": 68.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 34,
      "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": "34 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (2, 6, 7, 8, 10, 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": 59,
      "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": "59 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Av. Escaleritas, 84\", \"Juan Carlos I (Hospital Dr. Negr\u00edn)\", \"Juan Carlos I (Hospital Dr. Negr\u00edn)\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 844,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 2,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "2 of 6961 trips list fewer than two stops.",
        "why": "A trip with one stop has no ride in it. Trip planners can't put a rider on that trip at all."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 2,
    "trips_total": 6961
  },
  "route_map": {
    "drawn_route_count": 47,
    "has_shapes": true,
    "path": "data/artifacts/guaguas-municipales/geometry.geojson",
    "route_count": 47,
    "routes": [
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Teatro - Puerto",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Teatro - Hosp. Dr. Negr\u00edn (Expr\u00e9s)",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Teatro - Hospital Dr. Negr\u00edn (por La Feria)",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Puerto - Hoya de La Plata",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Mercado de Vegueta - Tres Palmas",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Teatro - Auditorio",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "Puerto - Zona Portuaria",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "Santa Catalina - El Sebadal",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Guiniguada - Puerto (por Tom\u00e1s Morales)",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Santa Catalina - La Isleta",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Puerto / Escaleritas / La Feria / Hosp. Dr. Negr\u00edn / Santa Catalina",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Santa Catalina - La Paterna",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Santa Catalina / Hosp. Dr. Negr\u00edn / La Feria / Escaleritas / Puerto",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Auditorio - Campus Universitario",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "Santa Catalina - Campus Universitario (por Siete Palmas)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "Guiniguada - Auditorio (por San Antonio)",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Guiniguada - Puerto (por Ciudad Alta)",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Auditorio - La Ballena (por Las Torres)",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "Santa Catalina - Las Coloradas",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "Santa Catalina - Isla Perdida",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Auditorio - Hoya Andrea",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "Tamaraceite - Siete Palmas (por San Lorenzo)",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "47",
        "label": "47",
        "long": "Auditorio - Tamaraceite (por Lomo Los Frailes)",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Escaleritas - Campus Universitario",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "Puerto - Auditorio",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Ciudad Deportiva Gran Canaria - Z\u00e1rate",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Hoya de La Plata - Casablanca",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Hoya de La Plata - Pedro Hidalgo",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "Teatro - San Juan",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Ciudad Deportiva Gran Canaria - El Lasso",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Hoya de La Plata - San Francisco de Paula",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "Medianoche Teatro- Cono Sur",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B966A1",
        "color_name": "pink",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Medianoche Puerto- Tamaraceite",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Teatro - Campus Universitario",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Teatro - El Secadero",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "Teatro - Lomo de La Cruz",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "Teatro - San Francisco",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009EE0",
        "color_name": "teal",
        "has_shape": true,
        "id": "81",
        "label": "81",
        "long": "Santa Catalina - Lomo de La Cruz",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "82",
        "label": "82",
        "long": "Teatro - La Paterna",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "84",
        "label": "84",
        "long": "Teatro - Lomo de La Cruz (por San Francisco)",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Hoya de La Plata - Hospital Dr. Negr\u00edn",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009036",
        "color_name": "green",
        "has_shape": true,
        "id": "91",
        "label": "91",
        "long": "Teatro - Tamaraceite",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00396B",
        "color_name": "green",
        "has_shape": true,
        "id": "L1",
        "label": "L1",
        "long": "Puerto - Hoya de La Plata",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006AB3",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2",
        "label": "L2",
        "long": "Teatro - Santa Catalina",
        "short": "L2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BCE4F6",
        "color_name": "white",
        "has_shape": true,
        "id": "L3",
        "label": "L3",
        "long": "Teatro - Tamaraceite",
        "short": "L3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FE9914",
        "color_name": "orange",
        "has_shape": true,
        "id": "X11",
        "label": "X11",
        "long": "Teatro - Las Torres",
        "short": "X11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FE9914",
        "color_name": "orange",
        "has_shape": true,
        "id": "X47",
        "label": "X47",
        "long": "Puerto - Tamaraceite",
        "short": "X47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 844,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 844,
      "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": "844 of 844 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": 6961,
      "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": "6961 of 6961 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_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,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
