{
  "agency": {
    "country": "FR",
    "id": "fr-pan-83530",
    "name": "R\u00e9seau interurbain R\u00e9mi",
    "subdivision_code": "FR-CVL",
    "subdivision_name": "Centre-Val de Loire"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 67.6,
          "stops_marked_accessible_pct": 7.2,
          "stops_marked_not_accessible_pct": 52.3,
          "stops_stated_pct": 59.5,
          "trips_stated_pct": 81.1
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 14.9,
          "wheelchair_trips": 12.2
        },
        "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": 100.0,
        "mixed_case_stop_name_pct": 99.2,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 5809,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4901,
        "wheelchair_accessible_pct": 81.1,
        "wheelchair_boarding_pct": 59.5,
        "wheelchair_marked_accessible_pct": 7.2,
        "wheelchair_marked_not_accessible_pct": 52.3
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2353,
          "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": 10.1,
          "severity": "WARNING",
          "what": "2353 of 5809 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": 925,
          "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": 2.8,
          "severity": "WARNING",
          "what": "925 of 4901 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": "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": 64.4,
      "status": "measured",
      "summary": "59% of stops state wheelchair accessibility (7% marked accessible, 52% 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": 13,
        "instances_by_severity": {
          "ERROR": 2,
          "INFO": 6494,
          "WARNING": 362
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 2,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 180,
          "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": "fast_travel_between_far_stops",
          "count": 95,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 38,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 29,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 16,
          "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": "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": "route_color_contrast",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 1,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 4901,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 1492,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 101,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 35.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 6858 instances (2 error, 362 warning, 6494 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 343,
        "effective_expiry_date": "2027-07-02",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-02",
        "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 343 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 343 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 60% of stops and 81% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 60% of stops and 81% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit JVMALIN, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "e2ce66438425debaff3f8d855fe5024d4a82a334a0be07627aaffda14e4da892",
    "size_bytes": 13819783,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/6c52238c-1c1e-4c5a-922b-8b66c0415a9e"
  },
  "fetch": {
    "final_url": "https://fr.ftp.opendatasoft.com/centrevaldeloire/OKINAGTFS/GTFS_AO/REMI.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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.08394,
      46.37395,
      3.08576,
      48.86738
    ],
    "lat": 47.65094,
    "lon": 1.4813,
    "stop_count": 5809
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 157,
        "trip_count": 4901,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 157,
    "trip_count": 4901
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.7,
    "margin_to_next_band": 3.3,
    "score": 56.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 56,
      "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": "56 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (16, 13, 11, 941, 431, 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": 180,
      "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": "180 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Carrefour D943/D80\", \"Inters. D925/D15\", \"Inters. D918/D2\", 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": 3667,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4901
  },
  "route_map": {
    "drawn_route_count": 157,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-83530/geometry.geojson",
    "route_count": 157,
    "routes": [
      {
        "color": "95C02A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI28:Line:1",
        "label": "1",
        "long": "Dreux - Chartres",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A97128",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI28:Line:14",
        "label": "14",
        "long": "Auneau - Ecrosnes - Gallardon - Chartres",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F09023",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI28:Line:161",
        "label": "8",
        "long": "Dreux - Maintenon",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7D24",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI28:Line:18",
        "label": "15",
        "long": "Oysonville - Aunay-sous-Auneau -  Chartres",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDD400",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI28:Line:2",
        "label": "10",
        "long": "La Fert\u00e9 Vidame - Chartres",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D29E46",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI28:Line:202",
        "label": "86",
        "long": "Oysonville - Dourdan",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E32421",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI28:Line:207",
        "label": "87",
        "long": "Ezy-sur-Eure - Anet - Houdan",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E23588",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI28:Line:210",
        "label": "9",
        "long": "Nogent le Rotrou - Ch\u00e2teaudun - Orl\u00e9ans",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI28:Line:287",
        "label": "M7",
        "long": "Le Thieulin - Courville-sur-Eure",
        "short": "M7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:29",
        "label": "15A",
        "long": "Gu\u00e9 de Longroi - Chartres",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8579B3",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI28:Line:3",
        "label": "11",
        "long": "Nogent le Roi - Chartres",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A592",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:31",
        "label": "16",
        "long": "Angerville - Chartres",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:33",
        "label": "161",
        "long": "Tremblay-les-Villages -  Chartres",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EB86B0",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI28:Line:38",
        "label": "17",
        "long": "Toury - Chartres",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "81792E",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI28:Line:41",
        "label": "19",
        "long": "St Luperce - Chartres",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "727171",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI28:Line:43",
        "label": "1 bis",
        "long": "Chartres - Orl\u00e9ans",
        "short": "1 bis",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E32421",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI28:Line:44",
        "label": "2",
        "long": "Terminiers - Chartres",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E30613",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI28:Line:45",
        "label": "20",
        "long": "Pierres - Maintenon",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E74E61",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI28:Line:51",
        "label": "21",
        "long": "Ymeray - Epernon",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "237D3A",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI28:Line:55",
        "label": "22",
        "long": "Gallardon - Maintenon",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC2921",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI28:Line:57",
        "label": "23",
        "long": "Saint-Martin-de-Nigelles - Epernon",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64B7E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:66",
        "label": "25",
        "long": "Senonches - Dreux",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1899C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:67",
        "label": "3",
        "long": "Cloyes sur le Loir - Chateaudun - Chartres",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "942883",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI28:Line:76",
        "label": "4",
        "long": "Ch\u00e2teauneuf en Thymerais - Chartres",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "942883",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI28:Line:79",
        "label": "410",
        "long": "Senonches - Ch\u00e2teauneuf-en-Thymerais - Chartres",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008F3C",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI28:Line:87",
        "label": "419",
        "long": "Drou\u00e9 - Courtalain - Chartres",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009745",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI28:Line:89",
        "label": "434",
        "long": "Tours - Ch\u00e2teaudun - Chartres",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0094BF",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI28:Line:90",
        "label": "44",
        "long": "Chapelle Royale - Nogent le Rotrou",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI36:Line:433",
        "label": "433",
        "long": "Poitiers-Ch\u00e2teauroux",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339933",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI36:Line:800",
        "label": "800",
        "long": "Tours-Ch\u00e2teauroux",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI36:Line:A",
        "label": "A",
        "long": "Valen\u00e7ay-Ch\u00e2teauroux",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC6666",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI36:Line:B",
        "label": "B",
        "long": "Chabris-Ch\u00e2teauroux",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99C044",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI36:Line:F",
        "label": "F",
        "long": "Ch\u00e2teaumeillant-Ch\u00e2teauroux",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI36:Line:I",
        "label": "I",
        "long": "Aigurande-Ch\u00e2teauroux",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "333366",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI36:Line:L",
        "label": "L",
        "long": "Tilly-Argenton sur Creuse",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2A706",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI36:Line:Q",
        "label": "Q",
        "long": "Tournon Saint Martin - Ch\u00e2teauroux",
        "short": "Q",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "990000",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI36:Line:S",
        "label": "S",
        "long": "Lu\u00e7ay Le M\u00e2le - Ch\u00e2teauroux",
        "short": "S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI36:Line:U",
        "label": "U",
        "long": "Vierzon - Issoudun",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "886B28",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI36:Line:V",
        "label": "V",
        "long": "Bourges-Ch\u00e2teauroux",
        "short": "V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAED0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI37:Line:139",
        "label": "G",
        "long": "Preuilly-sur-Claise - Tours",
        "short": "G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "020F98",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI37:Line:140",
        "label": "H",
        "long": "Sainte-Maure-de-Touraine - Tours",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "020F98",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI37:Line:143",
        "label": "H2",
        "long": "Richelieu - Tours",
        "short": "H2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EDEB17",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI37:Line:144",
        "label": "I",
        "long": "Sach\u00e9 - Tours",
        "short": "I",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A36500",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI37:Line:145",
        "label": "IV",
        "long": "Villaines-les-Rochers - Azay-le-Rideau",
        "short": "IV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "480091",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI37:Line:152",
        "label": "M",
        "long": "Saint-Christophe-sur-le-Nais - Tours",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7A617",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI37:Line:156",
        "label": "N1",
        "long": "Bourgueil - Saumur",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "930002",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI37:Line:157",
        "label": "N2",
        "long": "Bourgueil - Langeais",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF291F",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI37:Line:29",
        "label": "A",
        "long": "Ch\u00e2teau-Renault - Tours",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB05AE",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI37:Line:303",
        "label": "P",
        "long": "Savign\u00e9-sur-Lathan - Tours",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D9BB0C",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI37:Line:304",
        "label": "R",
        "long": "Ch\u00e2teau-la-Valli\u00e8re - Tours",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7780A",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI37:Line:306",
        "label": "S",
        "long": "Neuvy-le-Roi - Tours",
        "short": "S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "27C200",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI37:Line:343",
        "label": "TA",
        "long": "Amboise - Ch\u00e2teau-Renault",
        "short": "TA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF5C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI37:Line:345",
        "label": "TC",
        "long": "Descartes - Genill\u00e9",
        "short": "TC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAB5F0",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI37:Line:347",
        "label": "TD",
        "long": "Sainte-Maure-de-Touraine - Chinon",
        "short": "TD",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2DCD28",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI37:Line:349",
        "label": "TE",
        "long": "Richelieu - Chinon",
        "short": "TE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F78AF5",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI37:Line:351",
        "label": "TF",
        "long": "Langeais - Azay-le-Rideau - Chinon",
        "short": "TF",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "209F00",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI37:Line:353",
        "label": "405",
        "long": "Tours - Chinon",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4452FD",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI37:Line:355",
        "label": "TB",
        "long": "Ath\u00e9e-sur-Cher - Amboise",
        "short": "TB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI37:Line:357",
        "label": "TH",
        "long": "Tournon-Saint-Martin - Descartes",
        "short": "TH",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "40DBD6",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI37:Line:37",
        "label": "C",
        "long": "Chenonceaux - Amboise - Tours",
        "short": "C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI37:Line:384",
        "label": "J",
        "long": "Sainte-Maure-de-Touraine - Loches - Amboise",
        "short": "J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1000F",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI37:Line:389",
        "label": "L1",
        "long": "Loches - Montr\u00e9sor - St-Aignan Zoo de Beauval",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BAED0D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI37:Line:390",
        "label": "L2",
        "long": "Loches-Ch\u00e9digny-Chenonceaux",
        "short": "L2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F51FF7",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI37:Line:59",
        "label": "D",
        "long": "Bl\u00e9r\u00e9 - Tours",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1000F",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI37:Line:63",
        "label": "F",
        "long": "Esvres - Tours",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E71C54",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI37:Line:A",
        "label": "A",
        "long": "Sitravel Ligne A (Section Bourgueil)",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0061AD",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI41:Line:1",
        "label": "1",
        "long": "Saint Laurent Nouant - Blois",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31B19",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI41:Line:10",
        "label": "10",
        "long": "Beauce la Romaine - Blois",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI41:Line:11",
        "label": "11",
        "long": "Lorges - Blois",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009BA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI41:Line:13",
        "label": "13",
        "long": "Choue - Vend\u00f4me",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99285A",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI41:Line:14",
        "label": "14",
        "long": "Le Poislay - Drou\u00e9 - Vend\u00f4me",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F29FC5",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI41:Line:16",
        "label": "16",
        "long": "Beaugency - Mer - Blois",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "951B81",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI41:Line:2",
        "label": "2",
        "long": "Lamotte Beuvron- Blois",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A8A8A7",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI41:Line:20",
        "label": "20",
        "long": "St Hilaire La Gravelle - Vend\u00f4me",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55A932",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI41:Line:3",
        "label": "3",
        "long": "Salbris - Blois",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A31F1D",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI41:Line:4",
        "label": "4",
        "long": "Romorantin - Blois",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI41:Line:407",
        "label": "CFA",
        "long": "Navette CFA CMA41",
        "short": "CFA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E7DD43",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI41:Line:429",
        "label": "429",
        "long": "Nouan la Fuzelier - Romorantin",
        "short": "429",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "956234",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI41:Line:430",
        "label": "430",
        "long": "Th\u00e9see - Romorantin",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009349",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI41:Line:431",
        "label": "431",
        "long": "Romorantin - Vierzon",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009BA5",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI41:Line:440",
        "label": "440",
        "long": "Mondoubleau - Vend\u00f4me",
        "short": "440",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "025841",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI41:Line:492",
        "label": "492",
        "long": "Ch\u00e2teau-Renault - Vend\u00f4me",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9185BE",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI41:Line:5",
        "label": "5",
        "long": "Selles sur Cher - Blois",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI41:Line:51",
        "label": "NAVA",
        "long": "Blois - Beauval A",
        "short": "NAVA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI41:Line:52",
        "label": "52",
        "long": "Th\u00e9s\u00e9e - Le Controis en Sologne - Blois",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI41:Line:53",
        "label": "53",
        "long": "Selles-sur- Cher - Blois",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ECC737",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI41:Line:54",
        "label": "54",
        "long": "Le Controis en Sologne - Romorantin",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "67C4D3",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI41:Line:55",
        "label": "55",
        "long": "Fresnes - Blois",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D5905A",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI41:Line:6",
        "label": "6",
        "long": "Saint Georges sur Cher - Blois",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI41:Line:7",
        "label": "7",
        "long": "Vend\u00f4me - Blois",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI41:Line:8",
        "label": "8",
        "long": "Montoire sur le Loir - Blois",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007F40",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI41:Line:9",
        "label": "9",
        "long": "Vend\u00f4me - Blois",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CB411A",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI41:Line:931",
        "label": "931",
        "long": "Bourr\u00e9 - Saint Aignan - Noyers",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CAAA0B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI41:Line:941",
        "label": "941",
        "long": "Pouill\u00e9 - Montrichard",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006D2E",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI45:Line:103",
        "label": "6",
        "long": "Orl\u00e9ans - Montargis",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D9FCC",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI45:Line:105",
        "label": "7A",
        "long": "Sully-sur-Loire - Orl\u00e9ans",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "418622",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI45:Line:106",
        "label": "8",
        "long": "Saint-Laurent Nouan - Orl\u00e9ans",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "965173",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI45:Line:108",
        "label": "911",
        "long": "Beaulieu - Bonny - Briare",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A4D8DE",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:126",
        "label": "3C",
        "long": "Gien - Chatillon sur Loire",
        "short": "3C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AA7600",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:13",
        "label": "17",
        "long": "Beaune-la-Rolande - Orl\u00e9ans",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI45:Line:14",
        "label": "1A",
        "long": "Org\u00e8res-en-Beauce - Orl\u00e9ans",
        "short": "1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F6A800",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI45:Line:15",
        "label": "1B",
        "long": "Villamblain - Orl\u00e9ans",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E53517",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI45:Line:16",
        "label": "1D",
        "long": "Beauce la Romaine - Orl\u00e9ans",
        "short": "1D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2007A",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI45:Line:17",
        "label": "20A",
        "long": "Orl\u00e9ans - Pithiviers",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "69085A",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:18",
        "label": "21",
        "long": "Bazoches les Gallerandes - Orl\u00e9ans",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8FB7C9",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI45:Line:19",
        "label": "22",
        "long": "Le Malesherbois - Pithiviers",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E2001A",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI45:Line:2",
        "label": "11",
        "long": "Montargis - Pithiviers",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B5ADA9",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI45:Line:20",
        "label": "23",
        "long": "Bromeilles - Pithiviers",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AF0917",
        "color_name": "red",
        "has_shape": true,
        "id": "REMI45:Line:21",
        "label": "25",
        "long": "Pithiviers - Etampes",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7D9E22",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:3",
        "label": "12",
        "long": "Dampierre-en-Burly - Montargis",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0098A1",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI45:Line:32",
        "label": "3A",
        "long": "Les Bordes - Sully - Ch\u00e2teauneuf - Orl\u00e9ans",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55BFCA",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI45:Line:33",
        "label": "3B",
        "long": "Briare - Gien - Orl\u00e9ans",
        "short": "3B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A0B7D",
        "color_name": "purple",
        "has_shape": true,
        "id": "REMI45:Line:34",
        "label": "4",
        "long": "Montargis - Courtenay",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F3903C",
        "color_name": "orange",
        "has_shape": true,
        "id": "REMI45:Line:36",
        "label": "417",
        "long": "Montargis - Gien",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A8F3A",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI45:Line:37",
        "label": "437",
        "long": "Aubigny-sur-N\u00e8re - Gien",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6A3A09",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:4",
        "label": "13",
        "long": "Montargis - Douchy-Montcorbon",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED87B2",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI45:Line:5",
        "label": "14",
        "long": "Le Malesherbois - Montargis",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D45E9F",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI45:Line:560",
        "label": "20B",
        "long": "Pithiviers - Loury - Orl\u00e9ans",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "791F00",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:580",
        "label": "9A",
        "long": "Orl\u00e9ans - Cravant",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1615B",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI45:Line:581",
        "label": "9B",
        "long": "Orl\u00e9ans - Baule",
        "short": "9B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:585",
        "label": "1C",
        "long": "Tournoisis - Rozi\u00e8res",
        "short": "1C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:586",
        "label": "24",
        "long": "Outarville - Pithiviers",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:587",
        "label": "7B",
        "long": "Pierrefitte-\u00e8s-Bois - Gien - Sully-sur-Loire",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:588",
        "label": "10",
        "long": "Montargis - Dordives",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:589",
        "label": "15",
        "long": "Montargis - Ch\u00e2tillon Coligny",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000080",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:590",
        "label": "18",
        "long": "Gien - Bellegarde",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "84D0F0",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:6",
        "label": "16",
        "long": "Ingrannes - Orl\u00e9ans",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI45:Line:630",
        "label": "Tour A",
        "long": "Touristique A",
        "short": "Tour A",
        "text_color": "0000FF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI45:Line:643",
        "label": "Tour B",
        "long": "Touristique B",
        "short": "Tour B",
        "text_color": "0000FF",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:77",
        "label": "TAD 45-30",
        "long": "Beaune la Rolande",
        "short": "TAD 45-30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:78",
        "label": "TAD 45-31",
        "long": "Bellegarde",
        "short": "TAD 45-31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:79",
        "label": "TAD 45-32",
        "long": "Bellegarde",
        "short": "TAD 45-32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:80",
        "label": "TAD 45-33",
        "long": "Briare",
        "short": "TAD 45-33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:81",
        "label": "TAD 45-34",
        "long": "Ch\u00e2tillon-Coligny",
        "short": "TAD 45-34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:82",
        "label": "TAD 45-35",
        "long": "Courtenay",
        "short": "TAD 45-35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:83",
        "label": "TAD 45-36",
        "long": "Ferri\u00e8res-en-G\u00e2tinais",
        "short": "TAD 45-36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:84",
        "label": "TAD 45-37",
        "long": "La Chapelle Saint S\u00e9pulcre",
        "short": "TAD 45-37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:85",
        "label": "TAD 45-38",
        "long": "Lorris",
        "short": "TAD 45-38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:86",
        "label": "TAD 45-39",
        "long": "Le Malesherbois",
        "short": "TAD 45-39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:87",
        "label": "TAD 45-40",
        "long": "Montcresson",
        "short": "TAD 45-40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:88",
        "label": "TAD 45-41",
        "long": "Neuville aux Bois",
        "short": "TAD 45-41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:89",
        "label": "TAD 45-42",
        "long": "Outarville",
        "short": "TAD 45-42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:90",
        "label": "TAD 45-43",
        "long": "Pithiviers",
        "short": "TAD 45-43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:91",
        "label": "TAD 45-44",
        "long": "Saint Maurice sur Fessard",
        "short": "TAD 45-44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:92",
        "label": "TAD 45-45",
        "long": "Sermaises",
        "short": "TAD 45-45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CC99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "REMI45:Line:93",
        "label": "TAD 45-46",
        "long": "Tigy",
        "short": "TAD 45-46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "172983",
        "color_name": "blue",
        "has_shape": true,
        "id": "REMI45:Line:94",
        "label": "5",
        "long": "Sennely - Orl\u00e9ans",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2DA4DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI_18:Line:100",
        "label": "100",
        "long": "Argent Sur Sauldre - Bourges",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339933",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI_18:Line:105",
        "label": "105",
        "long": "Ivoy-Le-Pr\u00e9 - Bourges",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "99C044",
        "color_name": "gray",
        "has_shape": true,
        "id": "REMI_18:Line:110",
        "label": "110",
        "long": "Cosnes-sur-Loire - Bourges",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC33CC",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI_18:Line:120",
        "label": "120",
        "long": "La Charit\u00e9-sur-Loire - Bourges",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "333366",
        "color_name": "green",
        "has_shape": true,
        "id": "REMI_18:Line:145",
        "label": "145",
        "long": "Sancoins - Bourges",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2A706",
        "color_name": "yellow",
        "has_shape": true,
        "id": "REMI_18:Line:150",
        "label": "150",
        "long": "Ch\u00e2teaumeillant - Bourges",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF3399",
        "color_name": "pink",
        "has_shape": true,
        "id": "REMI_18:Line:160",
        "label": "160",
        "long": "Culan-Bourges",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "886B28",
        "color_name": "brown",
        "has_shape": true,
        "id": "REMI_18:Line:185",
        "label": "185",
        "long": "Vierzon-Bourges",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009999",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI_18:Line:190",
        "label": "190",
        "long": "Nan\u00e7ay-Bourges",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "22AE8D",
        "color_name": "teal",
        "has_shape": true,
        "id": "REMI_18:Line:235",
        "label": "235",
        "long": "Vatan - Vierzon",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 5809,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 2,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "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"
}
