From 31985e4e99e1e740bec5aa00c1e0c279ff5a72d1 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 23 Dec 2025 22:36:11 +0100 Subject: Add cooked coruña feed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Taskfile.yml') 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" -- cgit v1.3