{
  "agency": {
    "country": "ES",
    "id": "transprober-granada",
    "name": "TranspRober (Granada)",
    "operating_note": "Granada's urban bus network, published by the city council's Centro de Gesti\u00f3n Integral de Movilidad. The portal serves the archive over HTTP only; its HTTPS certificate chain does not validate.",
    "subdivision_code": "ES-GR",
    "subdivision_name": "Granada"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 62.5,
          "stops_marked_accessible_pct": 0.3,
          "stops_marked_not_accessible_pct": 99.7,
          "stops_stated_pct": 100.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": 14.8,
          "wheelchair_stops": 25.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": 10729,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 98.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 687,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10729,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 0.3,
        "wheelchair_marked_not_accessible_pct": 99.7
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 10729,
          "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": "10729 of 10729 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": 62.3,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (0% marked accessible, 100% 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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 16781
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 9132,
          "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": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 7491,
          "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": 8.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."
        },
        {
          "code": "stop_without_stop_time",
          "count": 45,
          "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": 6.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": "equal_shape_distance_same_coordinates",
          "count": 43,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 42,
          "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": "unused_shape",
          "count": 25,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 2,
          "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": "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."
        }
      ],
      "name": "correctness",
      "score": 52.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 16781 instances (0 error, 16781 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 334,
        "effective_expiry_date": "2027-08-05",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-08-05",
        "seasonal_boundary": true,
        "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 334 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 334 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% 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 100% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 3.0 through the Ayuntamiento de Granada mobility portal, which states the data may be used for commercial or non-commercial purposes with the source and its last-update date cited.",
    "reachable": true,
    "sha256": "5a312a94ba1e4a8a69eea08fd11415bb74008e1e50947d588d05fcb3984e23bf",
    "size_bytes": 2981099,
    "source_provenance": "official",
    "static_url": "http://movilidadgranada.org/gtfs/gtfs.zip"
  },
  "fetch": {
    "final_url": "http://movilidadgranada.org/gtfs/gtfs.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": [
      -3.65298,
      37.14685,
      -3.46626,
      37.21072
    ],
    "lat": 37.18183,
    "lon": -3.59939,
    "stop_count": 687
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 35,
        "trip_count": 10729,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 35,
    "trip_count": 10729
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 3.5,
    "margin_to_next_band": 6.5,
    "score": 63.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "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": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (F2, F1, 9, 5, N5, 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": 1,
      "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": "1 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Ctra. Murcia 47 - Col. Ave M\u00aa San Cristobal\").",
      "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": 687,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 45,
        "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": "45 of 687 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": 45,
    "single_stop_trips": 0,
    "trips_total": 10729
  },
  "route_map": {
    "drawn_route_count": 28,
    "has_shapes": true,
    "path": "data/artifacts/transprober-granada/geometry.geojson",
    "route_count": 35,
    "routes": [
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": false,
        "id": "033118aa-8d63-4470-8785-9bd6978b5f48",
        "label": "F1",
        "long": "PINILLOS-FERIAL",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA5570",
        "color_name": "pink",
        "has_shape": true,
        "id": "0a558953-acc7-4515-a220-baed1f3f47b1",
        "label": "C30",
        "long": "L.C30 ALHAMBRA - CENTRO",
        "short": "C30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E31F24",
        "color_name": "red",
        "has_shape": true,
        "id": "0de071db-9895-466f-9e30-08d6169d41d2",
        "label": "4",
        "long": "L.4 CHANA - ZAID\u00cdN",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C53E3F",
        "color_name": "red",
        "has_shape": true,
        "id": "135a7647-537d-4595-b973-9dd1d1e30b29",
        "label": "C5",
        "long": "L.C5 NEPTUNO - CENTRO",
        "short": "C5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "525252",
        "color_name": "brown",
        "has_shape": true,
        "id": "1b8e01b1-cc19-4dbc-bc6d-d214fae105b1",
        "label": "121",
        "long": "BUHO GRAN VIA - VIOLON - CAMINO RONDA",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "2c2b95fc-33f3-4570-927f-cb1833d03ba9",
        "label": "U3",
        "long": "L.U3 PT SALUD - CAMPUS CARTUJA - CNO. ALFACAR",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "525252",
        "color_name": "brown",
        "has_shape": true,
        "id": "42451884-3ef7-4ebb-9617-829bdc21db47",
        "label": "111",
        "long": "BUHO CAMINO RONDA - AYTO. - GRAN VIA",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BF7329",
        "color_name": "orange",
        "has_shape": true,
        "id": "437db0dc-bc57-4e54-8bdf-20823cef2215",
        "label": "N3",
        "long": "L.N3 CERRILLO MARACENA - TRIUNFO",
        "short": "N3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8D297B",
        "color_name": "purple",
        "has_shape": true,
        "id": "47191096-0a58-41fb-9ca4-3963d2c2a312",
        "label": "N6",
        "long": "L.N6 CASER\u00cdA DEL CERRO - AVDA. PULIANAS - CALETA",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D95A21",
        "color_name": "orange",
        "has_shape": true,
        "id": "5c2b8aea-b93b-4b95-961e-eac2cefeef4d",
        "label": "C31",
        "long": "L.C31 ALBAIC\u00cdN - CENTRO",
        "short": "C31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "678434",
        "color_name": "brown",
        "has_shape": true,
        "id": "5eda99a2-e141-4a6a-af8a-a41c1a6d2509",
        "label": "5",
        "long": "L.5 BEETHOVEN - P. NUEVA GRANADA",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "5f388836-e5f2-4b0c-9f71-151f61e61d29",
        "label": "F2",
        "long": "ZAIDIN-FERIAL",
        "short": "F2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCBE03",
        "color_name": "yellow",
        "has_shape": false,
        "id": "676cff4b-9404-4c76-b411-eb56b49a419f",
        "label": "F3",
        "long": "AVDA. DILAR-FERIAL",
        "short": "F3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A2987A",
        "color_name": "gray",
        "has_shape": true,
        "id": "6e96f547-73ca-41cc-a743-6030e40d27a9",
        "label": "13",
        "long": "L.13 CEMENTERIO - P. DE CONGRESOS",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50504E",
        "color_name": "green",
        "has_shape": true,
        "id": "715de1a0-8779-447f-8d1e-58bb44f45617",
        "label": "S0",
        "long": "L.S0 BOLA DE ORO - PT SALUD",
        "short": "S0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D297B",
        "color_name": "purple",
        "has_shape": true,
        "id": "71aa77fb-9cb9-4992-94f0-b5824f52be89",
        "label": "U2",
        "long": "L.U2 CAMPUS FUENTE NUEVA - CARTUJA",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39210",
        "color_name": "orange",
        "has_shape": true,
        "id": "777f369d-c6d5-45bf-9b5a-54e020b3e687",
        "label": "21",
        "long": "L.21 FORUM - P. CIENCIAS - CENTRO - E. AUTOBUSES",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "614232",
        "color_name": "brown",
        "has_shape": true,
        "id": "7ccc0bd6-280c-4cb7-8609-6d11fb881199",
        "label": "N1",
        "long": "L.N1 BOBADILLA -  TRIUNFO",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008CD2",
        "color_name": "teal",
        "has_shape": true,
        "id": "8b90f639-246b-4df6-8f0a-0044b9aaded3",
        "label": "C35",
        "long": "L. C35 CEMENTERIO - B. ABOGADO -  CENTRO",
        "short": "C35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "40AC3D",
        "color_name": "green",
        "has_shape": true,
        "id": "8d6780aa-93ff-48e2-ae46-6fe24423a53e",
        "label": "9",
        "long": "L.9 LOS REBITES - CHANA",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": false,
        "id": "92d59f98-3a50-4583-a454-eb859c43a14e",
        "label": "F5",
        "long": "ALBAICIN-FERIAL",
        "short": "F5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": false,
        "id": "9ae0edd4-b493-4409-8c70-46ae298ad7d5",
        "label": "F4",
        "long": "CHANA-FERIAL",
        "short": "F4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5C9C78",
        "color_name": "gray",
        "has_shape": true,
        "id": "9eb6170c-c601-43d3-ae1e-e1e9cdae6471",
        "label": "C34",
        "long": "L.C34 SACROMONTE - CENTRO",
        "short": "C34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E5097A",
        "color_name": "pink",
        "has_shape": true,
        "id": "a971413b-555d-4b16-a5d4-6f5be311b2d0",
        "label": "33",
        "long": "L.33 CENES DE LA VEGA - ESTACI\u00d3N AUTOBUSES",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "87E6D4",
        "color_name": "white",
        "has_shape": false,
        "id": "acd189d1-4bd6-49bf-817c-028b89f2a5ff",
        "label": "1123",
        "long": "GRANADA SOUND - P. CONGRESOS",
        "short": "1123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "469F20",
        "color_name": "green",
        "has_shape": false,
        "id": "b4ab663b-59a5-4eb6-bd58-b7c4fe9c2a1b",
        "label": "F6",
        "long": "PALACIO DE CONGRESOS-FERIAL",
        "short": "F6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C49E0F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "b4d3a0b9-809d-4af4-acd8-427509be13e4",
        "label": "C32",
        "long": "L. C32 ALHAMBRA - ALBAIC\u00cdN",
        "short": "C32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A8B1",
        "color_name": "teal",
        "has_shape": true,
        "id": "d0936d24-3f3e-4571-b40e-806f9a3c7783",
        "label": "N5",
        "long": "L.N5 MODESTO CENDOYA -JOAQUINA EGUARAS - TRIUNFO",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A1E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "dc7d9950-0390-40b9-a2e3-8e4b17ad7ec2",
        "label": "7",
        "long": "L.7 FARGUE - PARQUE ALQUER\u00cdAS",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C92C5",
        "color_name": "gray",
        "has_shape": true,
        "id": "ea1b8c92-9d5e-4fde-ad1b-9bd689ba940e",
        "label": "11",
        "long": "L.11 CIRCULAR CNO. RONDA - AYTO. - GRAN V\u00cdA",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "67796F",
        "color_name": "gray",
        "has_shape": true,
        "id": "eb50d256-a74e-4008-ac22-4fb4ad7bf4e4",
        "label": "8",
        "long": "L.8 PTS (DILAR) - PALACIO DEPORTES - CNO. ALFACAR",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F1B508",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ef7d5fe2-ced5-4257-af60-8e13b731f931",
        "label": "N9",
        "long": "L.N9 SAN MIGUEL - TRIUNFO",
        "short": "N9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DA8B53",
        "color_name": "orange",
        "has_shape": true,
        "id": "f1130497-0f48-42c9-9eee-7837a44b7975",
        "label": "C32 RF",
        "long": "REFUERZO TRAMO OBRAS",
        "short": "C32 RF",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6A5BA3",
        "color_name": "purple",
        "has_shape": true,
        "id": "f5df96a2-981b-4b69-8a48-d02155b4db3e",
        "label": "U1",
        "long": "L.U1 CAMPUS AYNADAMAR - CAMPUS CARTUJA",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C3231",
        "color_name": "brown",
        "has_shape": true,
        "id": "ff1cc445-364f-4e49-a2d1-f28999a1a519",
        "label": "S2",
        "long": "L.S2 VILLA ARGAZ - CENTRO",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 687,
    "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_accessible_unknown",
      "count": 10729,
      "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": 1,
      "severity": "WARNING",
      "what": "10729 of 10729 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": 2,
      "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."
    },
    {
      "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"
}
