Détails de la ressource
Données position des véhicules en temps réel, au format GTFS-RT PROTOBUF, du réseau AXO
Cette ressource fait partie du jeu de données Réseau urbain AXO.
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
❌92 erreurs, 30 avertissements
De nombreuses erreurs de validation indiquent que les identifiants du GTFS-RT ne correspondent pas aux identifiants du GTFS.
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 09/03/2026 à 08h10 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 30 erreurs
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- vehicle_id RCR52 trip_id 11132 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- vehicle_id RCR62 trip_id 11322 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- vehicle_id RCR46 trip_id 11016 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- vehicle_id RCR901 trip_id 11248 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- vehicle_id RCR49 trip_id 11324 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 30 erreurs
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- vehicle_id RCR52 route_id B does not exist in the GTFS data routes.txt
- vehicle_id RCR62 route_id B does not exist in the GTFS data routes.txt
- vehicle_id RCR46 route_id C1 does not exist in the GTFS data routes.txt
- vehicle_id RCR901 route_id A does not exist in the GTFS data routes.txt
- vehicle_id RCR49 route_id B does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 30 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- vehicle_id RCR52 stop_id crehopd1 does not exist in GTFS data stops.txt
- vehicle_id RCR62 stop_id crepasc2 does not exist in GTFS data stops.txt
- vehicle_id RCR46 stop_id nogexup4 does not exist in GTFS data stops.txt
- vehicle_id RCR901 stop_id cregara1 does not exist in GTFS data stops.txt
- vehicle_id RCR49 stop_id monzola does not exist in GTFS data stops.txt
Vehicle position outside agency coverage area E028 2 erreurs
The vehicle position should be inside the agency coverage area. This is defined as within roughly 1/8 of a mile (200 meters) of the GTFS shapes.txt data, or stops.txt locations if the GTFS feed doesn't include shapes.txt.
Exemples d'erreurs
- vehicle.id RCR901 at (49.33396,2.463376) is more than 1609.0 meters (1.00 mile(s)) outside entire GTFS stops.txt coverage area - vehicle should be within area
- vehicle.id RCR162 at (49.188408,2.4597142) is more than 1609.0 meters (1.00 mile(s)) outside entire GTFS stops.txt coverage area - vehicle should be within area
Avertissements
schedule_relationship not populated W009 30 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 11132 does not have a schedule_relationship
- trip_id 11322 does not have a schedule_relationship
- trip_id 11016 does not have a schedule_relationship
- trip_id 11248 does not have a schedule_relationship
- trip_id 11324 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 |
|---|---|---|---|
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 30 | 1 fois (100 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 30 | 1 fois (100 % des validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 30 | 1 fois (100 % des validations) |
| E028 | The vehicle position should be inside the agency coverage area. This is defined as within roughly 1/8 of a mile (200 meters) of the GTFS shapes.txt data, or stops.txt locations if the GTFS feed doesn't include shapes.txt. | 2 | 1 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 30 | 1 fois (100 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 14/03/2026 à 22h56 Europe/Paris.
vehicle_positions (1) service_alerts (0) trip_updates (0)Entités présentes dans ce flux lors des 7 derniers jours.
vehicle_positionsFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 14/03/2026 à 22h56 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "VM:13159",
"vehicle": {
"currentStopSequence": 47,
"position": {
"bearing": 156.0,
"latitude": 49.277130126953125,
"longitude": 2.4945242404937744
},
"stopId": "monmagm1",
"timestamp": "1773525373",
"trip": {
"routeId": "A",
"tripId": "13159"
},
"vehicle": {
"id": "RCR38"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "1.0",
"timestamp": "1773525391"
}
}