{
  "agency": {
    "country": "IT",
    "id": "tper-ferrara",
    "name": "TPER \u2014 Rete bus Ferrara",
    "operating_note": "Ferrara's bus network, a distinct TPER dataset from the Bologna record. The download pins the current dated version and needs a periodic version refresh.",
    "subdivision_code": "IT-45",
    "subdivision_name": "Emilia-Romagna"
  },
  "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": 0.0,
          "stop_names": 0.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_pct": 0.0,
        "mixed_case_stop_name_pct": 0.1,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2953,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5048,
        "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": 2953,
          "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": "2953 of 2953 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": 5048,
          "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": "5048 of 5048 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_stop_names_all_caps",
          "count": 2950,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "INFO",
          "what": "About 2950 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 5048,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the bus displays.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "5048 of 5048 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a bus is going."
        },
        {
          "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": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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 connecting entrances, platforms, and any elevators, with a level for each.",
          "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": 7.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": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 134,
          "WARNING": 2390
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 2322,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 41,
          "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": "service_has_no_active_day_of_the_week",
          "count": 14,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.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": "expired_calendar",
          "count": 6,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_without_stop_time",
          "count": 6,
          "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": "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": "big_gap_in_service",
          "count": 132,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 62.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 2524 instances (0 error, 2390 warning, 134 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "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 (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 166 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 agency's own URL."
    ],
    "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 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 3.0 Italia through TPER's open data portal; credit Trasporto Passeggeri Emilia-Romagna. Commercial reuse is permitted with attribution.",
    "reachable": true,
    "sha256": "28074eb89f6a8adbccad0b12d9b3535edbae73688e6f762fbaac998cd5fe8d5e",
    "size_bytes": 3123558,
    "static_url": "https://solweb.tper.it/web/tools/open-data/open-data-download.aspx?source=solweb.tper.it&filename=gommagtfsfe&version=20260522&format=zip"
  },
  "fetch": {
    "final_url": "https://solweb.tper.it/resources/files/opendata/gommagtfsfe_20260522.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-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      10.88983,
      44.40729,
      12.34959,
      45.06139
    ],
    "lat": 44.82084,
    "lon": 11.66285,
    "stop_count": 2953
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 84,
        "trip_count": 5048,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 84,
    "trip_count": 5048
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 50.9,
    "margin_to_next_band": 9.1,
    "score": 50.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 12,
      "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": "12 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 11, 3, 323, 347, 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": 4,
      "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": "4 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"VIA DEI CEDRI 2/A\", \"VIA AEROPORTO 2/B\", \"PONTELANGORINO CENTRO 31/58\", 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."
    },
    {
      "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 whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 2952,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 6,
        "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": "6 of 2952 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": 6,
    "single_stop_trips": 0,
    "trips_total": 5048
  },
  "route_map": {
    "drawn_route_count": 84,
    "has_shapes": true,
    "path": "data/artifacts/tper-ferrara/geometry.geojson",
    "route_count": 84,
    "routes": [
      {
        "color": "3BC1D2",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Linea 1 Stazione FS - Via Frutteti (C.Commerciale Le Mura)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F0702E",
        "color_name": "orange",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Chiesuol del Fosso(Ex Dazio)-Vallelunga/S.Maria Maddalena",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Linea 13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A05299",
        "color_name": "purple",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "Linea 2 Stazione FS-V.Olanda",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B3F73",
        "color_name": "green",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Servizio serale linea 21",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009500",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Linea 3c Stazione Fs-Palestro-Kennedy-Barlaam-A.Ducale-Stazione Fs",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "Copparo-Ro -Francolino-Ferrara",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "311",
        "label": "311",
        "long": "Copparo-Ro -Boara-Ferrara",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "312",
        "label": "312",
        "long": "Gorino-Ariano-Copparo-BoaraFerrara",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "314",
        "label": "314",
        "long": "Goro-Ariano-Copparo-Baura-Ferrara",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "315",
        "label": "315",
        "long": "Le Contane-Iolanda-Ambrogio-Copparo-Ferrara",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "316",
        "label": "316",
        "long": "Migliarino-Tresigallo-Copparo-Cesta",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "319",
        "label": "319",
        "long": "Copparo-Tresigallo-Migliarino-Lido Spina",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "320",
        "label": "320",
        "long": "Ferrara-Formignana-Jolanda-Ambrogio",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "321",
        "label": "321",
        "long": "Parasacco-Denore-Sabbioncello S.P.-Ferrara",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "322",
        "label": "322",
        "long": "Codigoro-Ariano-Jolanda-Tresigallo-Ferrara",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "323",
        "label": "323",
        "long": "QUARTESANA CODREA CONA A.D'ESTE GIARDINI INA AGUSCELLO",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "326",
        "label": "326",
        "long": "Massafiscaglia-Tresigallo-Bivio VIllanova-Ferrara",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "328",
        "label": "328",
        "long": "Tresigallo-Ostellato-Portomaggiore",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "329",
        "label": "329",
        "long": "Ferrara-Tresigallo-Codigoro-Pomposa-Lido Volano",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "330",
        "label": "330",
        "long": "Ferrara-Cona-Masi Torello-Comacchio-Lido Nazioni",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "331",
        "label": "331",
        "long": "Ferrara-Ostellato-Portogaribaldi-Lidi",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "332",
        "label": "332",
        "long": "Codigoro-Lagosanto-Vaccolino-Lido delle Nazioni-Portogaribaldi-L.Estensi",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "333",
        "label": "333",
        "long": "Codigoro-Portogaribaldi-Ravenna",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "334",
        "label": "334",
        "long": "Mesola-Portogaribaldi-Ravenna",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "335",
        "label": "335",
        "long": "Gorino-Mesola-Codigoro",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "336",
        "label": "336",
        "long": "Ariano-Mezzgoro-Codigoro",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "337",
        "label": "337",
        "long": "Codigoro-Pomposa-Lido Volano",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "338",
        "label": "338",
        "long": "LONGASTRINO - ALFONSINE-  MEZZANO - LIDO ESTENSI CENTRO STUDI",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "339",
        "label": "339",
        "long": "Gorino-Mesola-Ariano-Adria",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "340",
        "label": "340",
        "long": "Masi San Giacomo-Cona-Ferrara",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "342",
        "label": "342",
        "long": "Long-Bando-Portomaggiore-Voghiera-Ferrara",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "344",
        "label": "344",
        "long": "Ferrara-Argenta-Anita",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "345",
        "label": "345",
        "long": "Ferrara-Molinella-S.M.Codifiume",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "346",
        "label": "346",
        "long": "FERRARA-PASSO SEGNI-ALBERINO",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A86F2",
        "color_name": "teal",
        "has_shape": true,
        "id": "347",
        "label": "347",
        "long": "Linea 347  (A)",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A86F2",
        "color_name": "teal",
        "has_shape": true,
        "id": "348",
        "label": "348",
        "long": "Linea 348 (B)",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "349",
        "label": "349",
        "long": "Voghiera-Portomaggiore-Comacchio-L.Spina",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "354",
        "label": "354",
        "long": "Bologna-Altedo-Gallo",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "356",
        "label": "356",
        "long": "Ferrara-Gallo-Altedo-Bologna",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "360",
        "label": "360",
        "long": "Poggiorenatico-Coronella-Ferrara",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "361",
        "label": "361",
        "long": "Ferrara-Sant'Agostino-F.Emilia",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "363",
        "label": "363",
        "long": "Cento-Finale (via Pilastrello)-Buonacompra-Casumaro/Finale-Bondeno(via Scortichino",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "364",
        "label": "364",
        "long": "Bondeno Fs-Finale Emilia-Cento-Bologna",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "366",
        "label": "366",
        "long": "Bondeno-Finale-Torre Spada-Cento",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "370",
        "label": "370",
        "long": "Ferrara-Ponte Rodoni-Bondeno-Finale Emilia",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "371",
        "label": "371",
        "long": "Malcantone-Pilastri-Bondeno-Ferrara",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "372",
        "label": "372",
        "long": "Bondeno-Stellata-Ficarolo-Salara",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "373",
        "label": "373",
        "long": "Bondeno-Pilastri-San Martino in Spino",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "374",
        "label": "374",
        "long": "Ferrara-Bondeno-Scortichino-S.M. In Spino",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "375",
        "label": "375",
        "long": "Ferrara-Diamantina-Bondeno-S.Martino in Spino",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "390",
        "label": "390",
        "long": "Polo Scolastico Piazzale Dante",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "391",
        "label": "391",
        "long": "Polo Scolastico Via Canapa",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "392",
        "label": "392",
        "long": "Polo Scolastico ITI",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "393",
        "label": "393",
        "long": "Polo Scolastico Barlaam",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "394",
        "label": "394",
        "long": "Navarra",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "395",
        "label": "395",
        "long": "Servizio scuola materna San Luca",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "396",
        "label": "396",
        "long": "Fondo Reno-Porotto-Centro",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E4368C",
        "color_name": "pink",
        "has_shape": true,
        "id": "397",
        "label": "397",
        "long": "Servizi Montesud",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009933",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "FS-Ingegneria-A.Ducale-Barlaam-Kennedy-Montebello-P.Massari-P.Dante-FS",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "449",
        "label": "449",
        "long": "Ferrara-Zona Industriale Bentivoglio",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "550",
        "label": "550",
        "long": "Ferrara-Cento",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "551",
        "label": "551",
        "long": "Cento-Crevalcore-Modena",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "552",
        "label": "552",
        "long": "Cento-San Giovanni in P.-Modena",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8AC043",
        "color_name": "gray",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Linea 6",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "621",
        "label": "621",
        "long": "TAXIBUS COPPARO LINEA A",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "622",
        "label": "622",
        "long": "TAXIBUS COPPARO LINEA B",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "630",
        "label": "630",
        "long": "TAXIBUS COMACCHIO LINEA 10",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "631",
        "label": "631",
        "long": "TAXIBUS COMACCHIO LINEA 1",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "632",
        "label": "632",
        "long": "TAXIBUS COMACCHIO LINEA 2",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "TAXIBUS NORD EST LINEA 3",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "634",
        "label": "634",
        "long": "TAXIBUS NORD EST LINEA 4",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "635",
        "label": "635",
        "long": "TAXIBUS NORD EST LINEA 5",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "636",
        "label": "636",
        "long": "TAXIBUS NORD EST LINEA 6",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "637",
        "label": "637",
        "long": "TAXIBUS NORD EST LINEA 7",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "638",
        "label": "638",
        "long": "TAXIBUS NORD EST LINEA 8",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "641",
        "label": "641",
        "long": "TAXIBUS ARGENTA LINEA A",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00135D",
        "color_name": "black",
        "has_shape": true,
        "id": "642",
        "label": "642",
        "long": "TAXIBUS ARGENTA LINEA B",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E60B14",
        "color_name": "red",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "STAZIONE FS - OSPEDALE DEGENZE INGRESSO 1",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E085AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "Malborgh-V.Copparo-Cavour-C.Piave-V.Trenti",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B00000",
        "color_name": "red",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "Boara-V.Mari-v.Pomposa-Giov-Cav.-FS",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7EA84A",
        "color_name": "gray",
        "has_shape": true,
        "id": "951",
        "label": "951",
        "long": "SOSTITUTIVO BOLOGNA MOLINELLA",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "686665",
        "color_name": "gray",
        "has_shape": true,
        "id": "953",
        "label": "953",
        "long": "SOSTITUTIVA FERRARA-DOGATO-CODIGORO",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A86F2",
        "color_name": "teal",
        "has_shape": true,
        "id": "97",
        "label": "97",
        "long": "Cento-Argelato-Bologna Lame",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2953,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2953,
      "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": "2953 of 2953 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": 5048,
      "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": "5048 of 5048 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_headsigns",
      "count": 5048,
      "effort": "Usually a bulk edit in your scheduling software.",
      "fix": "Populate trip_headsign to match what the bus displays.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "5048 of 5048 trips have no headsign.",
      "why": "Riders at the stop can't tell which direction a bus is going."
    }
  ],
  "validator_version": "8.0.1"
}
