summaryrefslogtreecommitdiff
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
parent03998adf013b95ba3b4959cf643fa470537ef097 (diff)
Add cooked coruña feed
-rw-r--r--.gitmodules6
-rw-r--r--.task/checksum/build-osm1
-rw-r--r--Taskfile.yml6
m---------build_coruna0
m---------build_renfe0
5 files changed, 8 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index df931f8..87879cd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
[submodule "build_renfe"]
path = build_renfe
- url = https://github.com/tpgalicia/gtfs-renfe-galicia.git \ No newline at end of file
+ url = https://github.com/tpgalicia/gtfs-renfe-galicia.git
+
+[submodule "build_coruna"]
+ path = build_coruna
+ url = https://github.com/tpgalicia/gtfs-coruna.git
diff --git a/.task/checksum/build-osm b/.task/checksum/build-osm
new file mode 100644
index 0000000..73c6074
--- /dev/null
+++ b/.task/checksum/build-osm
@@ -0,0 +1 @@
+c2fe2e957c8f45b635152704dcfad2c4
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"
diff --git a/build_coruna b/build_coruna
new file mode 160000
+Subproject ae9dba3fcac00aa7f18bc5857bb15fab69b7b96
diff --git a/build_renfe b/build_renfe
-Subproject df68ee9059f21fe25e19b8ed65f7da387a92461
+Subproject a56b8277fab46a936bd3844023fded7e1256464