summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-03 18:51:47 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-03 18:51:47 +0100
commit81007137e2c7c300b07e4f2aa4b96fb24b3c95a3 (patch)
tree887fa0bcb9f80c3baf59a5f07186b7501233607f
parent31985e4e99e1e740bec5aa00c1e0c279ff5a72d1 (diff)
Update git modules and stuff
-rw-r--r--.gitmodules4
-rw-r--r--Taskfile.yml8
-rw-r--r--build-config.json13
m---------build_coruna0
m---------build_renfe0
m---------build_tranvias0
-rw-r--r--router-config.json16
7 files changed, 18 insertions, 23 deletions
diff --git a/.gitmodules b/.gitmodules
index 87879cd..61cea4d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,6 +2,6 @@
path = build_renfe
url = https://github.com/tpgalicia/gtfs-renfe-galicia.git
-[submodule "build_coruna"]
- path = build_coruna
+[submodule "build_tranvias"]
+ path = build_tranvias
url = https://github.com/tpgalicia/gtfs-coruna.git
diff --git a/Taskfile.yml b/Taskfile.yml
index af735ca..e66e7da 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -28,11 +28,11 @@ tasks:
- cp build_renfe/gtfs_renfe_galicia_general*.zip feeds/renfe.zip
- cp build_renfe/gtfs_renfe_galicia_feve*.zip feeds/feve.zip
- download-coruna:
+ download-tranvias:
desc: "Download A Coruña city GTFS data (NAP MITRAMS)"
cmds:
- - uv --directory build_coruna run ./build_static_feed.py {{.NAP_API_KEY}}
- - cp build_coruna/gtfs_coruna.zip feeds/coruna.zip
+ - uv --directory build_tranvias run ./build_static_feed.py {{.NAP_API_KEY}}
+ - cp build_tranvias/gtfs_coruna.zip feeds/tranvias.zip
download-vitrasa:
desc: "Download Vitrasa GTFS data (Vigo Open Data)"
@@ -44,7 +44,7 @@ tasks:
deps:
- download-xunta
- download-renfe
- - download-coruna
+ - download-tranvias
- download-vitrasa
build-osm:
diff --git a/build-config.json b/build-config.json
index d215e4a..2d4e4bb 100644
--- a/build-config.json
+++ b/build-config.json
@@ -15,20 +15,15 @@
"type": "gtfs",
"source": "./feeds/feve.zip"
},
- {
- "feedId": "cercanias",
- "type": "gtfs",
- "source": "./feeds/cercanias.zip"
- },
{
- "feedId": "santiago",
+ "feedId": "tussa",
"type": "gtfs",
- "source": "./feeds/ibi_santiago.zip"
+ "source": "./feeds/tussa.zip"
},
{
- "feedId": "coruna",
+ "feedId": "tranvias",
"type": "gtfs",
- "source": "./feeds/coruna.zip"
+ "source": "./feeds/tranvias.zip"
},
{
"feedId": "vitrasa",
diff --git a/build_coruna b/build_coruna
deleted file mode 160000
-Subproject ae9dba3fcac00aa7f18bc5857bb15fab69b7b96
diff --git a/build_renfe b/build_renfe
-Subproject a56b8277fab46a936bd3844023fded7e1256464
+Subproject dd582884a7d355513739df5828022b75780a0da
diff --git a/build_tranvias b/build_tranvias
new file mode 160000
+Subproject fdb8b414ac14cc8a5504f3a1a405035f93b9444
diff --git a/router-config.json b/router-config.json
index 8443871..ff3877e 100644
--- a/router-config.json
+++ b/router-config.json
@@ -1,9 +1,9 @@
{
- "updaters": [
- {
- "type": "stop-time-updater",
- "url": "http://localhost:5000/proto",
- "feedId": "renfe"
- }
- ]
-} \ No newline at end of file
+ "updaters": [
+ {
+ "type": "stop-time-updater",
+ "url": "http://localhost:5000/proto",
+ "feedId": "renfe"
+ }
+ ]
+}