diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-07 23:33:10 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-07 23:37:38 +0100 |
| commit | a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f (patch) | |
| tree | 870366d9ce178530b836086e432331f78ec4a07e /Taskfile.yml | |
| parent | 5fa8d1ffeb4a3a0c5c6846de3986ec779a4fe564 (diff) | |
Implement Renfe data source
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 0e91e78..747c018 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -42,10 +42,10 @@ tasks: gen-stop-report: 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 + - uv --directory ./src/gtfs_vigo_stops run ./stop_report.py --output-dir ./output/vitrasa --feed-url https://datos.vigo.org/data/transporte/gtfs_vigo.zip --force --provider vitrasa + - uv --directory ./src/gtfs_vigo_stops run ./stop_report.py --output-dir ./output/renfe --feed-url https://ssl.renfe.com/gtransit/Fichero_AV_LD/google_transit.zip --force --provider renfe gen-stop-json: desc: Generate stop-based JSON files for specified dates or date ranges. cmds: - uv --directory ./src/stop_downloader/vigo run ./download-stops.py - - uv --directory ./src/stop_downloader/santiago run ./download-stops.py |
