tods_get_vehicle_assignments
Query vehicle-to-block assignments and service dates from TODS vehicle and assignment files, filtering by date, block, or vehicle.
Instructions
Queries fleet vehicle assignments to blocks and dates from vehicle_assignments.txt and vehicles.txt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional filter by date (YYYYMMDD). | |
| block_id | No | Optional filter by block_id. | |
| feed_path | Yes | Path to local directory or .zip containing the TODS dataset. | |
| vehicle_id | No | Optional filter by vehicle_id. |