aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-23 22:36:11 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-23 22:36:11 +0100
commit31985e4e99e1e740bec5aa00c1e0c279ff5a72d1 (patch)
treeacc3f1b232c9df0646b31579987487e0650cff17 /Taskfile.yml
parent03998adf013b95ba3b4959cf643fa470537ef097 (diff)
Add cooked coruña feed
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"