Détails de la ressource
Avance retard à un arrêt
Cette ressource fait partie du jeu de données Réseau urbain TBK.
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
❌13 erreurs, 7 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 18/04/2025 à 09h14 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt route_id does not exist in GTFS data E004 13 erreurs
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- vehicle_id 5f080b9f43f0854b19776f1b route_id A-642 does not exist in the GTFS data routes.txt
- vehicle_id 5ee373a0f4e5a2422d241f1c route_id B-642 does not exist in the GTFS data routes.txt
- vehicle_id 5f080bc543f0854b07bdbfb7 route_id C-642 does not exist in the GTFS data routes.txt
- route_id B-642 does not exist in the GTFS data routes.txt
- route_id C-642 does not exist in the GTFS data routes.txt
Avertissements
ID in one feed missing from the other W003 7 erreurs
a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed
Exemples d'erreurs
- trip_id 20597635 is in TripUpdates but not in VehiclePositions feed
- trip_id 20597594 is in TripUpdates but not in VehiclePositions feed
- trip_id 20597582 is in TripUpdates but not in VehiclePositions feed
- trip_id 20597593 is in TripUpdates but not in VehiclePositions feed
- trip_id 20597581 is in TripUpdates but not in VehiclePositions feed
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 |
---|---|---|---|
E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 742 | 23 fois (79 % des validations) |
W003 | a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed | 267 | 21 fois (72 % des validations) |
E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 45 | 11 fois (38 % des validations) |
E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 10 | 7 fois (24 % des validations) |
E029 | The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. | 5 | 4 fois (14 % 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. | 3 | 2 fois (7 % des validations) |
E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 2 | 1 fois (3 % des validations) |
W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Impossible de décoder le flux GTFS-RT
Le flux GTFS-RT doit être accessible en HTTP, sans authentification et utiliser le format Protobuf.