mouvenbus2 — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-03-23T19:27:01Z,
for the dataset file:///shared/mouvenbus2_b59339cf.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


    Feed Info


    Publisher Name:
    N/A
    Publisher URL:
    N/A
    Feed Email:
    N/A
    Feed Language:
    N/A

    Files included


    1. agency.txt
    2. calendar.txt
    3. calendar_dates.txt
    4. routes.txt
    5. shapes.txt
    6. stop_times.txt
    7. stops.txt
    8. trips.txt
    9. trips_extensions.txt

    Counts


    • Agencies: 0
    • Blocks: 0
    • Routes: 31
    • Shapes: 498
    • Stops: 1147
    • Trips: 498

    Specification Compliance report

    6170 notices reported (72 errors, 6063 warnings, 35 infos)

    Notice Code Severity Total
    duplicate_key ERROR 19

    duplicate_key

    Duplicated entity.

    The values of the given key and rows are duplicates.

    You can see more about this notice here.

    filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
    "stop_times.txt" 170 171 "trip_id,stop_sequence" "cb864468-5bde-4a29-87c6-7832874aaa8a,56"
    "stop_times.txt" 174 175 "trip_id,stop_sequence" "cb864468-5bde-4a29-87c6-7832874aaa8a,60"
    "stop_times.txt" 251 252 "trip_id,stop_sequence" "A-102-2A,15"
    "stop_times.txt" 1356 1357 "trip_id,stop_sequence" "R-203-R3,6"
    "stop_times.txt" 1928 1929 "trip_id,stop_sequence" "f7adb87f-e39b-4432-a3f6-97add0a6f95e,56"
    "stop_times.txt" 1932 1933 "trip_id,stop_sequence" "f7adb87f-e39b-4432-a3f6-97add0a6f95e,60"
    "stop_times.txt" 2299 2300 "trip_id,stop_sequence" "R-217-10R,35"
    "stop_times.txt" 2301 2302 "trip_id,stop_sequence" "R-217-10R,36"
    "stop_times.txt" 2303 2304 "trip_id,stop_sequence" "R-217-10R,37"
    "stop_times.txt" 2305 2306 "trip_id,stop_sequence" "R-217-10R,38"
    "stop_times.txt" 3166 3167 "trip_id,stop_sequence" "R-217-28R,35"
    "stop_times.txt" 3168 3169 "trip_id,stop_sequence" "R-217-28R,36"
    "stop_times.txt" 3170 3171 "trip_id,stop_sequence" "R-217-28R,37"
    "stop_times.txt" 3172 3173 "trip_id,stop_sequence" "R-217-28R,38"
    "stop_times.txt" 3439 3440 "trip_id,stop_sequence" "R-203-R17,6"
    "shapes.txt" 20 21 "shape_id,shape_pt_sequence" "cb864468-5bde-4a29-87c6-7832874aaa8a,56"
    "shapes.txt" 24 25 "shape_id,shape_pt_sequence" "cb864468-5bde-4a29-87c6-7832874aaa8a,60"
    "shapes.txt" 429 430 "shape_id,shape_pt_sequence" "f7adb87f-e39b-4432-a3f6-97add0a6f95e,56"
    "shapes.txt" 433 434 "shape_id,shape_pt_sequence" "f7adb87f-e39b-4432-a3f6-97add0a6f95e,60"
    invalid_url ERROR 1

    invalid_url

    A field contains a malformed URL.

    Definitions for valid URLs are quite vague. We perform strict validation using the Apache Commons UrlValidator.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
    "agency.txt" 2 "agency_url" "www.caprovenceverte.fr"
    start_and_end_range_out_of_order ERROR 8

    start_and_end_range_out_of_order

    Two date or time fields are out of order.

    Date or time fields have been found out of order in calendar.txt, feed_info.txt and stop_times.txt.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. startFieldName (?) The start value's field name. startValue (?) The start value. endFieldName (?) The end value's field name. endValue (?) The end value.
    "stop_times.txt" 67 "arrival_time" "07:18:00" "departure_time" "07:15:00"
    "stop_times.txt" 524 "arrival_time" "07:33:00" "departure_time" "07:03:00"
    "stop_times.txt" 531 "arrival_time" "07:44:00" "departure_time" "07:04:00"
    "stop_times.txt" 1114 "arrival_time" "16:19:00" "departure_time" "01:00:00"
    "stop_times.txt" 1360 "arrival_time" "12:35:00" "departure_time" "12:30:00"
    "stop_times.txt" 1508 "arrival_time" "18:26:00" "departure_time" "17:20:00"
    "stop_times.txt" 1749 "arrival_time" "12:25:00" "departure_time" "12:20:00"
    "stop_times.txt" 2419 "arrival_time" "09:29:20" "departure_time" "09:29:00"
    stop_time_with_arrival_before_previous_departure_time ERROR 44

    stop_time_with_arrival_before_previous_departure_time

    Backwards time travel between stops in stop_times.txt

    For a given trip_id, the arrival_time of (n+1)-th stoptime in sequence must not precede the departure_time of n-th stoptime in sequence in stop_times.txt.

    You can see more about this notice here.

    csvRowNumber (?) The row number of the faulty record. prevCsvRowNumber (?) The row of the previous stop time. tripId (?) The trip_id associated to the faulty record. arrivalTime (?) Arrival time at the faulty record. departureTime (?) Departure time at the previous stop time.
    1660 1659 "A-210-A4" "07:35:00" "07:40:00"
    167 166 "cb864468-5bde-4a29-87c6-7832874aaa8a" "13:45:00" "13:46:00"
    168 167 "cb864468-5bde-4a29-87c6-7832874aaa8a" "13:44:00" "13:45:00"
    169 168 "cb864468-5bde-4a29-87c6-7832874aaa8a" "13:43:00" "13:44:00"
    3627 3626 "A-217-12A" "07:40:00" "08:20:00"
    2818 2817 "R-204-R16" "15:35:00" "17:10:00"
    1925 1924 "f7adb87f-e39b-4432-a3f6-97add0a6f95e" "18:45:00" "18:46:00"
    1926 1925 "f7adb87f-e39b-4432-a3f6-97add0a6f95e" "18:44:00" "18:45:00"
    1927 1926 "f7adb87f-e39b-4432-a3f6-97add0a6f95e" "18:43:00" "18:44:00"
    3241 3240 "A-217-13A" "07:20:00" "07:25:00"
    2772 2771 "A-216-8A" "08:10:00" "08:20:00"
    456 455 "93fcd5fc-4cf6-4908-b0dc-691b1abbc206" "01:03:00" "11:02:00"
    2900 2899 "A-204-A14" "08:40:00" "08:50:00"
    3178 3177 "R-217-32R" "16:39:00" "16:42:00"
    3179 3178 "R-217-32R" "16:37:00" "16:39:00"
    3180 3179 "R-217-32R" "16:35:00" "16:37:00"
    3181 3180 "R-217-32R" "16:33:00" "16:35:00"
    1007 1006 "R-204-R3" "12:10:00" "12:15:00"
    2494 2493 "A-223-A6" "08:00:00" "08:02:00"
    2487 2486 "A-223-A5" "08:05:00" "08:08:00"
    2489 2488 "A-223-A5" "08:09:00" "08:11:00"
    2301 2300 "R-217-10R" "16:33:00" "16:40:00"
    2303 2302 "R-217-10R" "16:34:00" "16:41:00"
    2305 2304 "R-217-10R" "16:35:00" "16:42:00"
    856 855 "A-204-A1" "07:30:00" "07:35:00"
    865 864 "A-204-A5" "07:35:00" "07:40:00"
    2841 2840 "A-204-A4" "07:40:00" "07:45:00"
    931 930 "A-204-A3" "07:40:00" "07:45:00"
    884 883 "A-204-A9" "07:35:00" "07:40:00"
    877 876 "A-204-A8" "07:40:00" "07:45:00"
    3061 3060 "R-217-21R" "17:39:00" "17:42:00"
    3062 3061 "R-217-21R" "17:37:00" "17:39:00"
    3063 3062 "R-217-21R" "17:35:00" "17:37:00"
    3064 3063 "R-217-21R" "17:33:00" "17:35:00"
    2967 2966 "A-204-A10" "07:30:00" "07:35:00"
    118 117 "A-219-6A" "08:14:00" "08:18:00"
    3168 3167 "R-217-28R" "17:33:00" "17:40:00"
    3170 3169 "R-217-28R" "17:34:00" "17:41:00"
    3172 3171 "R-217-28R" "17:35:00" "17:42:00"
    937 936 "91a58ab7-5fba-4fb0-877f-08da54c960f6" "08:15:00" "08:20:00"
    3022 3021 "R-217-8R" "12:42:00" "12:45:00"
    3023 3022 "R-217-8R" "12:40:00" "12:42:00"
    3024 3023 "R-217-8R" "12:37:00" "12:40:00"
    3025 3024 "R-217-8R" "12:35:00" "12:37:00"
    fast_travel_between_consecutive_stops WARNING 1

    fast_travel_between_consecutive_stops

    A transit vehicle moves too fast between two consecutive stops.

    The speed threshold depends on route type:

    Route type Description Threshold, km/h
    0 Light rail 100
    1 Subway 150
    2 Rail 500
    3 Bus 150
    4 Ferry 80
    5 Cable tram 30
    6 Aerial lift 50
    7 Funicular 50
    11 Trolleybus 150
    12 Monorail 150
    - Unknown 200

    You can see more about this notice here.

    tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
    362 "R-204-R16" "SCO204" 201.856618261028 3.364276971017133 2817 2 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 2818 6 "STP-CAM-TER-MEN-O" "Terrain du Ménage" "15:35:00"
    fast_travel_between_far_stops WARNING 1

    fast_travel_between_far_stops

    A transit vehicle moves too fast between two far stops.

    Two stops are considered "far" if they are more than 10 km apart. This normally indicates a more serious problem than too fast travel between consecutive stops.

    The speed threshold depends on route type and are the same as fast_travel_between_consecutive_stops.

    You can see more about this notice here.

    tripCsvRowNumber (?) The row number of the problematic trip. tripId (?) `trip_id` of the problematic trip. routeId (?) `route_id` of the problematic trip. speedKph (?) Travel speed (km/h). distanceKm (?) Distance between stops (km). csvRowNumber1 (?) The row number of the first stop time. stopSequence1 (?) `stop_sequence` of the first stop. stopId1 (?) `stop_id` of the first stop. stopName1 (?) `stop_name` of the first stop. departureTime1 (?) `departure_time` of the first stop. csvRowNumber2 (?) The row number of the second stop time. stopSequence2 (?) `stop_sequence` of the second stop. stopId2 (?) `stop_id` of the second stop. stopName2 (?) `stop_name` of the second stop. arrivalTime2 (?) `arrival_time` of the second stop.
    362 "R-204-R16" "SCO204" 629.1282273534064 10.485470455890106 2817 2 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" "17:10:00" 2822 23 "STP-GAR-STE-COLO-N" "Sainte Colombe" "15:45:00"
    leading_or_trailing_whitespaces WARNING 5

    leading_or_trailing_whitespaces

    The value in CSV file has leading or trailing whitespaces.

    This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser.

    The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces.

    You can see more about this notice here.

    filename (?) The name of the faulty file. csvRowNumber (?) The row of the faulty record. fieldName (?) Faulty record's field name. fieldValue (?) Faulty value.
    "stops.txt" 176 "stop_name" "Cinéma "
    "stops.txt" 650 "stop_name" " Nicopolis La Bruyère 1"
    "stops.txt" 748 "stop_name" "Cinéma "
    "stops.txt" 798 "stop_code" " CHE TERRIERS 2"
    "stops.txt" 1131 "stop_name" "Canal de Provence "
    missing_recommended_file WARNING 1

    missing_recommended_file

    A recommended file is missing.

    You can see more about this notice here.

    filename (?) The name of the faulty file.
    "feed_info.txt"
    missing_timepoint_value WARNING 3944

    missing_timepoint_value

    stop_times.timepoint value is missing for a record.

    When at least one of stop_times.arrival_time or stop_times.departure_time are provided, stop_times.timepoint should be defined

    You can see more about this notice here.

    Only the first 50 of 3944 affected records are displayed below.

    csvRowNumber (?) The row number of the faulty record. tripId (?) The faulty record's `stop_times.trip_id`. stopSequence (?) The faulty record's `stop_times.stop_sequence`.
    2 "9282381e-90e0-4959-a181-0821f055b46c" 2
    3 "9282381e-90e0-4959-a181-0821f055b46c" 3
    4 "9282381e-90e0-4959-a181-0821f055b46c" 4
    5 "R-212-2R" 2
    6 "R-212-2R" 3
    7 "R-212-2R" 4
    8 "A-203-A5" 18
    9 "A-203-A5" 19
    10 "A-203-A5" 20
    11 "A-203-A5" 21
    12 "A-203-A5" 24
    13 "A-203-A5" 25
    14 "A-203-A6" 18
    15 "A-203-A6" 19
    16 "A-203-A6" 21
    17 "A-203-A6" 23
    18 "A-211-1A" 1
    19 "A-211-1A" 2
    20 "A-211-1A" 3
    21 "A-211-1A" 4
    22 "A-211-1A" 5
    23 "A-211-1A" 6
    24 "A-211-1A" 7
    25 "A-211-1A" 10
    26 "A-211-2A" 1
    27 "A-211-2A" 2
    28 "A-211-2A" 3
    29 "A-211-2A" 4
    30 "A-211-2A" 5
    31 "A-211-2A" 6
    32 "A-211-2A" 7
    33 "A-211-2A" 8
    34 "A-211-2A" 9
    35 "R-212-1R" 1
    36 "R-212-1R" 2
    37 "R-212-1R" 3
    38 "R-212-1R" 4
    39 "721124f6-c067-4c93-8a27-671e8424885a" 1
    40 "721124f6-c067-4c93-8a27-671e8424885a" 2
    41 "721124f6-c067-4c93-8a27-671e8424885a" 3
    42 "721124f6-c067-4c93-8a27-671e8424885a" 4
    43 "R-211-3R" 1
    44 "R-211-3R" 2
    45 "R-211-3R" 4
    46 "R-211-3R" 5
    47 "R-211-3R" 6
    48 "R-211-3R" 7
    49 "R-211-3R" 8
    50 "R-211-3R" 9
    51 "R-211-3R" 10
    mixed_case_recommended_field WARNING 216

    mixed_case_recommended_field

    This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

    This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

    Good examples:
    Field Text Dataset
    "Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
    "Red Hook/Atlantic Basin" NYC Ferry
    "Campo Grande Norte" Carris
    Bad examples:
    Field Text
    "GALLERIA MALL"
    "3427 GG 17"
    "21 Clark Rd Est"

    You can see more about this notice here.

    Only the first 50 of 216 affected records are displayed below.

    filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
    "stops.txt" "stop_name" "tourves" 2
    "stops.txt" "stop_name" "LES FLOUNS 1" 574
    "stops.txt" "stop_name" "LA TREILLE" 581
    "stops.txt" "stop_name" "LES FLOUNS 2" 1129
    "stops.txt" "stop_name" "LES FLOUNS 1" 1132
    "stops.txt" "stop_name" "LA TREILLE" 1138
    "routes.txt" "route_long_name" "NAVETTE BRIG 111" 2
    "routes.txt" "route_long_name" "NAVETTE BRIG 101" 24
    "routes.txt" "route_long_name" "NAVETTE BRIG 110" 30
    "trips.txt" "trip_headsign" "MONTFORT - BRIGNOLES" 4
    "trips.txt" "trip_headsign" "MONTFORT - BRIGNOLES" 5
    "trips.txt" "trip_headsign" "BRAS - BRIGNOLES" 30
    "trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 31
    "trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 32
    "trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 33
    "trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 34
    "trips.txt" "trip_headsign" "BRIGNOLES - ENTRECASTEAUX" 35
    "trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 40
    "trips.txt" "trip_headsign" "MONTFORT - BRIGNOLES" 44
    "trips.txt" "trip_headsign" "MAZAUGUES-BRIGNOLES" 49
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 50
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 51
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 52
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 53
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 54
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 55
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 56
    "trips.txt" "trip_headsign" "BRIGNOLES PISCINE" 57
    "trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 58
    "trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 59
    "trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 60
    "trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 61
    "trips.txt" "trip_headsign" "BRAS - BRIGNOLES" 65
    "trips.txt" "trip_headsign" "BRIGNOLES - LA ROQUEBRUSSANNE" 66
    "trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 67
    "trips.txt" "trip_headsign" "BRIGNOLES NICOPOLIS" 68
    "trips.txt" "trip_headsign" "COTIGNAC - CARCES" 74
    "trips.txt" "trip_headsign" "CARCES - COTIGNAC" 75
    "trips.txt" "trip_headsign" "CARCES - COTIGNAC" 76
    "trips.txt" "trip_headsign" "BRIGNOLES - MAZAUGUES" 77
    "trips.txt" "trip_headsign" "BRIGNOLES - MAZAUGUES" 78
    "trips.txt" "trip_headsign" "CARCES - CORRENS" 80
    "trips.txt" "trip_headsign" "COTIGNAC - BRIGNOLES" 81
    "trips.txt" "trip_headsign" "MONTFORT - BRIGNOLES" 82
    "trips.txt" "trip_headsign" "CARCES - CORRENS" 90
    "trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 96
    "trips.txt" "trip_headsign" "BRIGNOLES -TOURVES" 97
    "trips.txt" "trip_headsign" "CARCES - CORRENS" 99
    "trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 107
    "trips.txt" "trip_headsign" "LA ROQUEBRUSSANNE - BRIGNOLES" 108
    non_ascii_or_non_printable_char WARNING 298

    non_ascii_or_non_printable_char

    Non ascii or non printable char in ID field.

    A value of a field with type ID contains non ASCII or non printable characters. This is not recommended.

    You can see more about this notice here.

    Only the first 50 of 298 affected records are displayed below.

    filename (?) Name of the faulty file. csvRowNumber (?) Row number of the faulty record. columnName (?) Name of the column where the error occurred. fieldValue (?) Faulty value.
    "trips.txt" 26 "service_id" "Toute l'année hors feriés le Me"
    "trips.txt" 27 "service_id" "Toute l'année hors feriés le Me"
    "trips.txt" 49 "service_id" "Toute l'année hors feriés le Sa"
    "trips.txt" 50 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 51 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 52 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 53 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 54 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 55 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 56 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 57 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 65 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 67 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 68 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 81 "service_id" "vacances hiver été hors feriés le LMMeJV"
    "trips.txt" 119 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 120 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 132 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 143 "service_id" "Vacance hiver été hors fériés le Me"
    "trips.txt" 144 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 145 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 170 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 171 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 178 "service_id" "vacances hiver été hors feriés le LMMeJV"
    "trips.txt" 179 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 186 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 204 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 210 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 214 "service_id" "Toute l'année hors feriés le Sa"
    "trips.txt" 215 "service_id" "Toute l'année hors fériés du L au S"
    "trips.txt" 217 "service_id" "Toute l'année hors feriés le Me"
    "trips.txt" 218 "service_id" "Toute l'année hors feriés le Me"
    "trips.txt" 222 "service_id" "vacances hiver été hors feriés le LMMeJV"
    "trips.txt" 225 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 226 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 227 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 228 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 241 "service_id" "Toute l'année hors feriés le Sa"
    "trips.txt" 246 "service_id" "toute l'année hors fériés le Mardi et Vendredi"
    "trips.txt" 247 "service_id" "toute l'année hors fériés le Mardi et Vendredi"
    "trips.txt" 248 "service_id" "toute l'année hors fériés le Mardi et Vendredi"
    "trips.txt" 250 "service_id" "Toute l'année hors feriés le Sa"
    "trips.txt" 258 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 263 "service_id" "Toute l'année hors feriés le Sa"
    "trips.txt" 266 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 267 "service_id" "Vacance hiver été hors fériés le Me"
    "trips.txt" 268 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 269 "service_id" "vacances hiver été hors feriés le LMMeJV"
    "trips.txt" 270 "service_id" "Toute l'année hors feries du L au V"
    "trips.txt" 271 "service_id" "Toute l'année hors feriés le Sa"
    route_long_name_contains_short_name WARNING 1

    route_long_name_contains_short_name

    Long name should not contain short name for a single route.

    In routes.txt, route_long_name should not contain the value for route_short_name, because when both are provided, they are often combined by transit applications. Note that only one of the two fields is required. If there is no short name used for a route, use route_long_name only.

    Good examples:

    route_short_name/route_long_name Dataset
    "N"/"Judah" Muni San Fransisco
    "6"/"ML King Jr Blvd" Trimet Portland Streetcar
    "55"/"Boulevard Saint Laurent" STM Montreal
    "1"/"Rangiora/Cashmere" Metro Christchurch

    Bad examples:

    route_short_name/route_long_name
    "604"/"604"
    "14"/"Route 14"
    "2"/"Route 2: Bellows Falls In-Town"

    You can see more about this notice here.

    routeId (?) The id of the faulty record. csvRowNumber (?) The row number of the faulty record. routeShortName (?) The faulty record's `route_short_name`. routeLongName (?) The faulty record's `route_long_name`.
    "LIGNE-114" 3 "LIGNE 114" "LIGNE 114"
    stop_too_far_from_shape WARNING 1397

    stop_too_far_from_shape

    Stop too far from trip shape.

    Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

    You can see more about this notice here.

    Only the first 50 of 1397 affected records are displayed below.

    tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
    333 "R-213-R12" "R-213-R12" 2622 "STP-BRI-COL-CEZ-S" "Collège Paul Cézanne" [43.408663000000004,6.069866] 677.2773345676771
    333 "R-213-R12" "R-213-R12" 2623 "STP-TOU-LOT-TUF-LAOU-N" "Lotissement Les Tufs - Le Laou" [43.399553786075366,5.9163555301538615] 1391.1214690075067
    333 "R-213-R12" "R-213-R12" 2624 "STP-TOU-HALT-ROUT-N" "Halte Routière - Tourves" [43.400087555390705,5.922335544138063] 1300.502084878546
    311 "A-101-1A" "A-101-1A" 2498 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40671409868921,6.069421010793662] 219.66941198173228
    311 "A-101-1A" "A-101-1A" 2503 "STP-BRI-LA-CREATION" "Nicopolis La Création 1" [43.396504,6.15464] 348.5944770799058
    311 "A-101-1A" "A-101-1A" 2504 "STP-BRI-LA-CREATION-2" "Nicopolis La Création 2" [43.396504,6.15464] 583.7452985082266
    311 "A-101-1A" "A-101-1A" 2505 "STP-BRI-LA-CREATION-3" "Nicopolis La Création 3" [43.396504,6.15464] 446.2508060428066
    311 "A-101-1A" "A-101-1A" 2508 "STP-BRI-LA-BRUYERE-1" "Nicopolis La Bruyère 1" [43.39562156353461,6.143661977824856] 184.26105461828254
    311 "A-101-1A" "A-101-1A" 2509 "STP-BRI-LA-BRUYERE-2" "Nicopolis La Bruyère 2" [43.396126202172326,6.138885509864008] 239.17966417435636
    335 "A-215-3A" "A-215-3A" 2633 "STP-POURC-INFIRMI-S" "Les Infirmières" [43.48291554782778,5.78413827468332] 1296.7751357346765
    335 "A-215-3A" "A-215-3A" 2634 "STP-POURC-COOP-O" "Coopérative - Pourcieux" [43.48079646373872,5.789963026078118] 1160.10959553027
    335 "A-215-3A" "A-215-3A" 2635 "STP-POURC-PL-PAIX-O" "Place de la Paix" [43.479483117883106,5.793572422399619] 1299.2830925582643
    335 "A-215-3A" "A-215-3A" 2636 "STP-POURC-CROIX-S" "La Croix" [43.47910736660117,5.794604992757512] 1293.6001919107216
    335 "A-215-3A" "A-215-3A" 2637 "STP-POURC-FARIGOU-S" "La Farigourière" [43.47776665879913,5.7982889659118975] 1190.1706836930134
    438 "A-216-10A" "A-216-10A" 3377 "STP-MAX-RTE-ROUGIE-CHE-GRD-CHEN-E" "Route de Rougiers/Chemin du Grand Chêne" [43.43866,5.875929999999999] 1677.3854775270545
    438 "A-216-10A" "A-216-10A" 3378 "STP-MAX-450-RTE-ROUG-E" "450 Route de Rougiers" [43.43866,5.875929999999999] 1865.4232414839073
    438 "A-216-10A" "A-216-10A" 3379 "STP-MAX-CHE-CHAP-CHE-FORE-O" "Chemin de la Chapelle/Chemin de la Forêt" [43.43866,5.875929999999999] 2447.3146288750463
    438 "A-216-10A" "A-216-10A" 3380 "STP-MAX-CANAL-PROVEN-S" "Canal de Provence" [43.437843986996086,5.87706167675181] 2130.6943553905567
    438 "A-216-10A" "A-216-10A" 3381 "STP-MAX-CAMP-MAZ-E" "Camping Route de Mazaugues" [43.43786125704618,5.877037726489594] 1346.0739330643855
    438 "A-216-10A" "A-216-10A" 3382 "STP-MAX-RTE-MAZ-CHE-4-PLATAN-O" "Route de Mazaugues/Chemin des 4 Platanes" [43.43866,5.875929999999999] 1137.8608139345158
    438 "A-216-10A" "A-216-10A" 3383 "STP-MAX-RTE-MAZ-CHE-AURELI-E" "Route de Mazaugues/Chemin Aurelien" [43.43866,5.875929999999999] 1054.2964636897561
    438 "A-216-10A" "A-216-10A" 3384 "STP-MAX-RTE-MAZ-S" "Rond point Route de Mazaugues" [43.43866,5.875929999999999] 1057.2990814233935
    438 "A-216-10A" "A-216-10A" 3385 "STP-MAX-CHE-BERN-N" "Chemin de Berne" [43.43866,5.875929999999999] 1492.9345445202443
    438 "A-216-10A" "A-216-10A" 3386 "STP-MAX-EC-EL-PRI-PAU-BARL-N" "Écoles Élementaire et Primaire Paul Barles" [43.44886425241897,5.872140787383857] 1011.0630162601956
    398 "R-214-14R" "R-214-14R" 3082 "STP-MAX-COL-MATIS-PARC-N" "Collège Matisse Parking" [43.44854525624103,5.868641093864751] 485.07512050310265
    398 "R-214-14R" "R-214-14R" 3084 "STP-MAX-RTE-ROUGIE-CHE-GRD-CHEN-O" "Route de Rougiers/Chemin du Grand Chêne" [43.44686479772556,5.8710023392098405] 1780.4513299053249
    398 "R-214-14R" "R-214-14R" 3085 "STP-MAX-CHE-CHAP-CHE-FORE-O" "Chemin de la Chapelle/Chemin de la Forêt" [43.44339446594121,5.8758779395345755] 2791.9200461617415
    398 "R-214-14R" "R-214-14R" 3086 "STP-ROU-LOT-VALLON-MARSEILLAIS" "Lot Vallon Marseillais" [43.431532499431036,5.8925368465587775] 5068.34584578718
    398 "R-214-14R" "R-214-14R" 3087 "STP-NAN-QUA-CHE-S" "Quatre Chemins - Nans-les-Pins" [43.447353187861516,5.8703161131753845] 8537.556467901077
    398 "R-214-14R" "R-214-14R" 3088 "STP-NAN-CON-PAR-O" "Concert Paradis" [43.44547998228946,5.872948020740937] 9530.501037820266
    398 "R-214-14R" "R-214-14R" 3089 "STP-NAN-LORE-GOL-O" "L'Orée du Golf" [43.44494409080281,5.87370091806702] 10088.759793349762
    398 "R-214-14R" "R-214-14R" 3090 "STP-NAN-JAR-STE-BAU-O" "Jardins de la Sainte Baume" [43.443913852106476,5.875148288386888] 10422.566006398456
    398 "R-214-14R" "R-214-14R" 3091 "STP-NAN-FERRA-U" "La Ferrage" [43.44079779001377,5.879525551574046] 11046.259368540423
    398 "R-214-14R" "R-214-14R" 3092 "STP-HOSTELLERIE-DE-LA-SAINTE-BAUME-N" "Hostellerie de la Sainte Baume N" [43.434083055615794,5.888955691502163] 15321.525281739263
    398 "R-214-14R" "R-214-14R" 3093 "STP-PLA-CORBUS-N" "Le Corbusier" [43.44410322412054,5.87488224747631] 17121.927822963848
    398 "R-214-14R" "R-214-14R" 3094 "STP-PLA-MAIS-PAY-N" "Maison de Pays" [43.44581722393406,5.872474204846695] 18348.24435038199
    193 "R-212-3R" "R-212-3R" 1523 "STP-MAX-COL-MATIS-PARC-N" "Collège Matisse Parking" [43.455815,5.858538000000001] 1249.0408360082558
    207 "R-213-R2" "R-213-R2" 1608 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
    147 "A-216-12A" "A-216-12A" 1172 "STP-MAX-MAISON-QUART-E" "Maison de Quartier" [43.44477640352359,5.860561893713531] 831.5660582503986
    147 "A-216-12A" "A-216-12A" 1173 "STP-MAX-PL-FERNAN-E" "Place Fernandel" [43.444140532338274,5.859911906760362] 887.1597852580519
    147 "A-216-12A" "A-216-12A" 1174 "STP-MAX-HA-DEFFEN-E" "Haut du Deffends" [43.44406133154093,5.859830948997124] 1016.3328695632357
    312 "R-213-R1" "R-213-R1" 2512 "STP-ROC-ZAC-E" "Zone d'Activités - Rocbaron" [43.40737,6.063976999999999] 10160.000278636126
    312 "R-213-R1" "R-213-R1" 2513 "STP-FOR-PESSE-E" "Pesseguière" [43.40737,6.063976999999999] 8447.225457937317
    312 "R-213-R1" "R-213-R1" 2514 "STP-CAM-TER-MEN-E" "Terrain du Ménage" [43.40737,6.063976999999999] 3571.732871310727
    312 "R-213-R1" "R-213-R1" 2515 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.40737,6.063976999999999] 496.9701884076677
    44 "17607a02-3b5e-401e-b276-0c39f10aed22" "17607a02-3b5e-401e-b276-0c39f10aed22" 367 "STP-VIN-ROUVIERE-N" "Les Rouvières" [43.435305,6.102809] 2470.7482541003933
    44 "17607a02-3b5e-401e-b276-0c39f10aed22" "17607a02-3b5e-401e-b276-0c39f10aed22" 368 "STP-VIN-PL-VERGER-N" "Place du Verger" [43.435305,6.102809] 3179.9461497105094
    44 "17607a02-3b5e-401e-b276-0c39f10aed22" "17607a02-3b5e-401e-b276-0c39f10aed22" 369 "STP-VIN-LONE-S" "Les Lonnes" [43.435305,6.102809] 3904.32444966562
    44 "17607a02-3b5e-401e-b276-0c39f10aed22" "17607a02-3b5e-401e-b276-0c39f10aed22" 370 "STP-VIN-BO-QART-N" "Beaux Quartiers" [43.435305,6.102809] 2297.6777169655466
    44 "17607a02-3b5e-401e-b276-0c39f10aed22" "17607a02-3b5e-401e-b276-0c39f10aed22" 372 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.413736262264564,6.060819815598492] 349.5897349373199
    stop_without_stop_time WARNING 183

    stop_without_stop_time

    A stop in stops.txt is not referenced by any stop_times.stop_id.

    Such stops are not used by any trip and normally do not provide user value. This notice may indicate a typo in stop_times.txt.

    You can see more about this notice here.

    Only the first 50 of 183 affected records are displayed below.

    csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
    597 "STP-BRA-CH-N" "Chapelle Saint-Étienne"
    598 "STP-BRA-CH-S" "Chapelle Saint-Étienne"
    601 "STP-BRA-VI-E" "Village"
    602 "STP-BRA-VI-O" "Village"
    604 "STP-BRI-ANC-CHE-LA-CELLE-N" "Ancien Chemin de La Celle"
    605 "STP-BRI-ANC-CHE-LA-CELLE-S" "Ancien Chemin de La Celle"
    606 "STP-BRI-ANCIEN-CHEMIN-DU-VAL-E" "Ancien Chemin du Val"
    611 "STP-BRI-BAS-CONSACS-E" "Bas des Consacs"
    614 "STP-BRI-BRIGNOLETTE-S" "Brignolette"
    617 "STP-BRI-CCHE-PEY-DE-GALLEN-S" "Chemin Pey de Gallen"
    619 "STP-BRI-CHE-PEY-DE-GALLEN-O" "Chemin Pey de Gallen R"
    622 "STP-BRI-CLOS-VIGNES-N" "Clos des Vignes"
    623 "STP-BRI-CLOS-VIGNES-S" "Clos des Vignes"
    629 "STP-BRI-DEPOT-BLANC-S" "Dépôt Blanc"
    630 "STP-BRI-ESQUIRAOUX-N" "Esquiraoux"
    631 "STP-BRI-ESQUIRAOUX-S" "Esquiraoux"
    632 "STP-BRI-FREDERIC-MISTRAL" "Frederic Mistral"
    633 "STP-BRI-GAETANS-E" "Les Gaëtans"
    634 "STP-BRI-GARAGE-DE-L-EU" "Garage de l'Europe"
    635 "STP-BRI-GAUDIERES-N" "Gaudières"
    636 "STP-BRI-GAUDIERES-S" "Gaudières"
    638 "STP-BRI-HAUT-CONSACS-E" "Haut des Consacs"
    640 "STP-BRI-HEXAGONE-E" "Hexagone"
    641 "STP-BRI-HEXAGONE-O" "Hexagone"
    643 "STP-BRI-HLM-RTE-NICE-O" "HLM Route de Nice"
    647 "STP-BRI-L-OREE-PIN-N" "L'Orée du Pin"
    648 "STP-BRI-L-OREE-PIN-S" "L'Orée du Pin"
    656 "STP-BRI-LE-PONT-S" "Le pont"
    658 "STP-BRI-LES-MANETTES-N" "Les Manettes"
    659 "STP-BRI-LES-MANETTES-S" "Les Manettes"
    662 "STP-BRI-MAT-JAU-S" "École Maternelle Jaurès"
    663 "STP-BRI-MAT-JAU2-N" "École Maternelle Jaurès 2"
    665 "STP-BRI-MAT-MCUR-N" "École Maternelle Marie Curie"
    667 "STP-BRI-MILIEU-CONSACS-E" "Milieu des Consacs R"
    673 "STP-BRI-NIC-N" "Nicopolis"
    675 "STP-BRI-P-CEZANNE-E" "Collège Paul Cézanne"
    676 "STP-BRI-P-CEZANNE-O" "Collège Paul Cézanne"
    683 "STP-BRI-POL-EMP-U" "Pôle Emploi"
    684 "STP-BRI-POLE-EMPLOI-N" "Pôle Emploi"
    686 "STP-BRI-RDP-AUTOROUTE-N" "Rond Point Autoroute"
    687 "STP-BRI-RDP-AUTOROUTE-S" "Rond Point Autoroute"
    688 "STP-BRI-ROD-POI-RTE-VAL-S" "Rond Point Route du Val"
    692 "STP-BRI-RTE-MRS-N" "Route de Marseille - Brignoles"
    693 "STP-BRI-RTE-MRS-S" "Route de Marseille - Brignoles"
    695 "STP-BRI-SAINT-PIERRE-SUD" "St Pierre S"
    696 "STP-BRI-SNCF-N" "SNCF"
    697 "STP-BRI-SNCF-S" "SNCF"
    702 "STP-BRI-ST-PIERRE-N" "Saint Pierre"
    703 "STP-BRI-ST-PIERRE-S" "Lot Saint Pierre"
    704 "STP-BRI-STADE-O" "Stade"
    stops_match_shape_out_of_order WARNING 16

    stops_match_shape_out_of_order

    Two stop entries are different than their arrival-departure order defined by shapes.txt.

    This could indicate a problem with the location of the stops, the path of the shape, or the sequence of the stops for their trip.

    You can see more about this notice here.

    tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber1 (?) The row number of the first faulty record from `stop_times.txt`. stopId1 (?) The id of the first stop that is referred to. stopName1 (?) The name of the first stop that is referred to. match1 (?) Latitude and longitude pair of the first matching location. stopTimeCsvRowNumber2 (?) The row number of the second faulty record from `stop_times.txt`. stopId2 (?) The id of the second stop that is referred to. stopName2 (?) The name of the second stop that is referred to. match2 (?) Latitude and longitude pair of the second matching location.
    97 "R-213-R4" "R-213-R4" 794 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 793 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
    20 "cb864468-5bde-4a29-87c6-7832874aaa8a" "cb864468-5bde-4a29-87c6-7832874aaa8a" 175 "STP-JARDIN-DE-CHARLOTTE" "Jardin de Charlotte" [43.509028,5.736344000000001] 174 "STP-POU-STE-ALLEE-E" "Sainte Allée" [43.507398,5.735121000000001]
    316 "R-224-R5" "R-224-R5" 2534 "STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 2533 "STP-ANA-SAL-POLYV-S" "Salle Polyvalente" [43.33956799999999,6.121419999999999]
    148 "R-224-R8" "R-224-R8" 1180 "STP-ANA-SAL-POLYV-N" "Salle Polyvalente" [43.33959269224548,6.120943437048356] 1179 "STP-ANA-GARE-E" "La Gare" [43.342586000000004,6.128932999999996]
    69 "A-224-A2" "A-224-A2" 644 "STP-FOR-ST-JEAN-E" "Saint Jean - Forcalqueiret" [43.334100487638665,6.077284514284327] 643 "STP-FOR-PESSE-E" "Pesseguière" [43.33202434649461,6.077132757486004]
    368 "R-225-6R" "R-225-6R" 2864 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2863 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
    374 "R-204-R1" "R-204-R1" 2902 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866] 2901 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915]
    354 "R-225-2R" "R-225-2R" 2777 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2776 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
    309 "A-223-A5" "A-223-A5" 2487 "STP-ROC-ZAC-E" "Zone d'Activités - Rocbaron" [43.31619997311926,6.075370217056845] 2486 "STP-ROC-FARIGOU-O" "Les Farigoulettes" [43.321924,6.058272]
    279 "R-225-3R" "R-225-3R" 2212 "STP-MEO-PLANE-E" "Planesselves" [43.29238476028176,5.9822584097726565] 2211 "STP-MEO-FORUM-N" "Le Forum" [43.280934,5.967064]
    364 "A-204-A4" "A-204-A4" 2841 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 2840 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
    108 "A-204-A2" "A-204-A2" 862 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 861 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
    111 "A-204-A8" "A-204-A8" 877 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 876 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
    387 "A-204-A11" "A-204-A11" 3006 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 3005 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
    383 "A-204-A10" "A-204-A10" 2967 "STP-BRI-L-YRA-N" "Lycée Raynouard (parking)" [43.412719,6.064915] 2966 "STP-BRI-PL-CLEM-N" "Place Clemenceau (Ets Jeanne d'Arc)" [43.408663000000004,6.069866]
    274 "R-210-R1" "R-210-R1" 2161 "STP-BRI-COL-CEZ-S" "Collège Paul Cézanne" [43.402889,6.072535] 2160 "STP-BRI-COL-JMO-S" "Collège Jean Moulin" [43.41179204330369,6.060268202991579]
    unknown_file INFO 1

    unknown_file

    A file is unknown.

    You can see more about this notice here.

    filename (?) The name of the unknown file.
    "trips_extensions.txt"
    unused_station INFO 34

    unused_station

    Unused station.

    A stop has location_type STATION (1) but does not appear in any stop's parent_station.

    You can see more about this notice here.

    csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
    556 "STA-STP-ROQ-CRX-BER-S" "Croix de Bérard"
    150 "STA-STP-CAR-TABL-ORIENTA-S" "Table d'Orientation"
    148 "STA-STP-CAR-TABL-ORIENTA-N" "Table d'Orientation"
    246 "STA-STP-MAX-2539-CHE-MOULIN-O" "2539 Chemin du Moulin"
    2 "STA-STP" "tourves"
    554 "STA-STP-ROQ-CROX-NEOU-O" "Croisement de Néoules"
    5 "STA-STP-3__0" "École Primaire"
    7 "STA-STP-5" "Village"
    6 "STA-STP-4" "Les Allées"
    9 "STA-STP-7" "Lycée Raynouard"
    10 "STA-STP-8" "Place Clemenceau (Ets Jeanne d'Arc)"
    3 "STA-STP-1" "Chapelle Saint-Étienne"
    4 "STA-STP-2" "Chapelle Saint-Étienne"
    245 "STA-STP-MAX-2456-CHE-MOULIN-O" "2456 Chemin du Moulin"
    26 "STA-STP-BRI-ANCIEN-CHEMIN-DU-VAL-O" "Ancien Chemin du Val"
    366 "STA-STP-MAX-POMPIE-E" "Pompiers"
    8 "STA-STP-6__0" "Village"
    389 "STA-STP-MAX-RTE-ROUGIE-E" "Route de Rougiers"
    390 "STA-STP-MAX-RTE-ROUGIE-O" "Route de Rougiers"
    136 "STA-STP-CAR-BELVEDER-S" "Table d'Orientation"
    247 "STA-STP-MAX-2545-CHE-MOULIN-O" "2545 Chemin du Moulin"
    135 "STA-STP-CAR-BELVEDER-N" "Table d'Orientation"
    249 "STA-STP-MAX-2567-RTE-MRS-CHENAIE-O" "2567 Route de Marseille/La Chênaie"
    248 "STA-STP-MAX-2567-RTE-MRS-CHENAIE-E" "2567 Route de Marseille/La Chênaie"
    573 "STA-STP-TOU-LA-TREILLE" "La Treille"
    80 "STA-STP-BRI-LIBERATION-N" "Libération"
    81 "STA-STP-BRI-LIBERATION-S" "Libération"
    209 "STA-STP-FOR-TUI-N" "Tuilerie"
    210 "STA-STP-FOR-TUI-O" "Tuilerie"
    418 "STA-STP-MON-QUAT-CHE-E" "4 Chemins"
    419 "STA-STP-MON-QUAT-CHE-O" "4 Chemins"
    146 "STA-STP-CAR-PON-LORG-E" "Pont de Lorgues"
    147 "STA-STP-CAR-PON-LORG-O" "Pont de Lorgues"
    577 "STA-STP-TOU-LOT-TUF-LAOU-S" "Lotissement Les Tufs - Le Laou"