aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 962d466..af735ca 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -18,7 +18,6 @@ tasks:
download-xunta:
desc: "Download Xunta de Galicia GTFS data (NAP MITRAMS)"
- silent: true
cmds:
- "curl -H \"ApiKey: {{.NAP_API_KEY}}\" -sLo feeds/xunta.zip https://nap.transportes.gob.es/api/Fichero/download/1584"
@@ -31,13 +30,12 @@ tasks:
download-coruna:
desc: "Download A Coruña city GTFS data (NAP MITRAMS)"
- silent: true
cmds:
- - "curl -H \"ApiKey: {{.NAP_API_KEY}}\" -sLo feeds/coruna.zip https://nap.transportes.gob.es/api/Fichero/download/1574"
+ - uv --directory build_coruna run ./build_static_feed.py {{.NAP_API_KEY}}
+ - cp build_coruna/gtfs_coruna.zip feeds/coruna.zip
download-vitrasa:
desc: "Download Vitrasa GTFS data (Vigo Open Data)"
- silent: true
cmds:
- "curl -sLo feeds/vitrasa.zip https://datos.vigo.org/data/transporte/gtfs_vigo.zip"