Real-Time Location of all CARTA Buses and Shuttles
https://gocarta.github.io/dataops-cloud-vehicle-locations/
Every second counts when you are trying to catch the bus. We built this data pipeline in our cloud environment to provide real-time data to both our operations center and the public.
The pipeline runs approximately every 500 milliseconds on a cloud server.
| column | example | description |
|---|---|---|
| vehicle_id | 131 |
The unique internal identifier for the specific physical bus. |
| latitude | 35.01519088745117 |
The current North-South geographic coordinate of the vehicle. |
| longitude | -85.32403106689453 |
The current East-West geographic coordinate of the vehicle. |
| reported | "2026-01-07T22:51:00-05:00" |
The standardized ISO 8601 date and time when the location was reported. |
- You can view the geojson on a map using geojson.io.
- You can view the shapefile on a map using shapefile.io.
- You can query the data with SQL using duckdb.
Post an issue here or email the package author at [email protected].