diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:28:24 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:28:24 +0100 |
| commit | 02525bcb98bc1841c5734623be4d7936e66f32b2 (patch) | |
| tree | b76fb21f6417b714fae564770c7cb7affe3843e7 /Taskfile.yml | |
| parent | 37d8eedd641bb04c086797010292bcb25240d56d (diff) | |
Finish implementing navidad
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index da88106..a7080db 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -37,3 +37,9 @@ tasks: desc: Generate stop-based JSON reports for specified dates or date ranges. cmds: - uv --directory ./src/gtfs_vigo_stops run ./stop_report.py --output-dir ./output --feed-url https://datos.vigo.org/data/transporte/gtfs_vigo.zip --force + + gen-stop-json: + desc: Generate stop-based JSON files for specified dates or date ranges. + cmds: + - uv --directory ./data/vigo run ./download-stops.py + - uv --directory ./data/santiago run ./download-stops.py |
