Détails de la ressource
Prochains passages aux arrêts du réseau bus-tram Irigo
Cette ressource fait partie du jeu de données Réseau urbain Irigo.
Disponibilité au téléchargement
En savoir plus
HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type
GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.Rapport de validation
❌2 845 erreurs, 1 016 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 25/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 4 erreurs
All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)
Exemples d'erreurs
- trip_id 3652 stop_sequence 9 departure_time 0 is not POSIX time
- trip_id 3851 stop_sequence 13 departure_time 0 is not POSIX time
- trip_id 4151 stop_sequence 6 departure_time 0 is not POSIX time
- trip_id 4252 stop_sequence 3 departure_time 0 is not POSIX time
stop_times_updates not strictly sorted E002 2 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 6543497 stop_sequence [7, 7] is not strictly sorted by increasing stop_sequence
- trip_id 6543452 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 428 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 40 arrival_time 08:57:00 (1772006220) is less than previous stop arrival_time 08:57:39 (1772006259) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 5 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 3652 stop_sequence 9 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:35 (1772003015) - departure time must be equal to or greater than arrival time
- trip_id 3851 stop_sequence 13 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:25 (1772003005) - departure time must be equal to or greater than arrival time
- trip_id 4151 stop_sequence 6 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:30 (1772003010) - departure time must be equal to or greater than arrival time
- trip_id 6258570 stop_sequence 24 departure_time 08:28:00 (1772004480) is less than the same stop arrival_time 08:28:01 (1772004481) - departure time must be equal to or greater than arrival time
- trip_id 4252 stop_sequence 3 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:31 (1772003011) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 2 erreurs
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Exemples d'erreurs
- trip_id 6543497 has repeating stop_sequence 7 - stop_sequence must increase for each stop_time_update
- trip_id 6543452 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 2 392 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id 6257934 stop_sequence 18 has stop_id CAMELIAS but GTFS stop_sequence 18 has stop_id ARCEAU - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 19 has stop_id ISORET but GTFS stop_sequence 19 has stop_id AFPA - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 20 has stop_id GILLIER but GTFS stop_sequence 20 has stop_id CIMETIER - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 21 has stop_id DAGUENET but GTFS stop_sequence 21 has stop_id MONTAIG - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 22 has stop_id JERUSALE but GTFS stop_sequence 22 has stop_id GARDOT - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 12 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 6257490 contains stop_sequence 51 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052647 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052658 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3052 contains stop_sequence 29 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6543452 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 256 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6257493 does not have a timestamp
- trip_id 6257934 does not have a timestamp
- trip_id 6257423 does not have a timestamp
- trip_id 6257490 does not have a timestamp
- trip_id 6258639 does not have a timestamp
vehicle_id not populated W002 256 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6257493 does not have a vehicle_id
- trip_id 6257934 does not have a vehicle_id
- trip_id 6257423 does not have a vehicle_id
- trip_id 6257490 does not have a vehicle_id
- trip_id 6258639 does not have a vehicle_id
schedule_relationship not populated W009 504 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6257493 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257493 does not have a schedule_relationship
- trip_id 6257934 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257934 does not have a schedule_relationship
- trip_id 6257423 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 6 256 | 29 fois (100 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 37 953 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 204 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 204 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 14 284 | 29 fois (100 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 267 | 25 fois (86 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 410 | 25 fois (86 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 242 | 24 fois (83 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 49 | 14 fois (48 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 52 | 14 fois (48 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 28 | 6 fois (21 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 26/02/2026 à 03h23 Europe/Paris.
vehicle_positions (0) service_alerts (0) trip_updates (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 26/02/2026 à 03h23 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772072580"
}
}