diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-25 20:32:37 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-25 20:32:37 +0100 |
| commit | 291450f2add8ddd6ed8757b2bdbfceb476be3033 (patch) | |
| tree | 313b2b27533cd388634b2570f7d267cf3b5fc9cd | |
| parent | b721be7ae071bc19a8c14deafe253ceb3fdd7eb3 (diff) | |
Update deps, add Vigo build, add some RTs
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | Taskfile.yml | 3 | ||||
| -rw-r--r-- | build-config.json | 5 | ||||
| m--------- | build_tranvias | 0 | ||||
| m--------- | build_vitrasa | 0 | ||||
| m--------- | build_xunta | 0 |
6 files changed, 10 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b90a19f..e0d993f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule "build_xunta"] path = build_xunta url = https://github.com/tpgalicia/gtfs-xunta.git +[submodule "build_vitrasa"] + path = build_vitrasa + url = https://github.com/tpgalicia/gtfs-vigo.git diff --git a/Taskfile.yml b/Taskfile.yml index 80a34af..329afee 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -35,7 +35,8 @@ tasks: download-vitrasa: desc: "Download Vitrasa GTFS data (Vigo Open Data)" cmds: - - "curl -sLo feeds/vitrasa.zip https://datos.vigo.org/data/transporte/gtfs_vigo.zip" + - uv --directory build_vitrasa run ./build_static_feed.py + - cp build_vitrasa/gtfs_vigo.zip feeds/vitrasa.zip download-feeds: desc: "Download all required data files" diff --git a/build-config.json b/build-config.json index 7a7a703..ba0b553 100644 --- a/build-config.json +++ b/build-config.json @@ -39,6 +39,11 @@ "feedId": "ourense", "type": "gtfs", "source": "./feeds/ourense.zip" + }, + { + "feedId": "lugo", + "type": "gtfs", + "source": "./feeds/lugo.zip" } ], "osm": [ diff --git a/build_tranvias b/build_tranvias -Subproject fdb8b414ac14cc8a5504f3a1a405035f93b9444 +Subproject ecb94447915e593944315002b1c5c6a01a5c4ee diff --git a/build_vitrasa b/build_vitrasa new file mode 160000 +Subproject e4d94dc353d50bdc4b179fff84df4fb864d3afd diff --git a/build_xunta b/build_xunta -Subproject 43154637b96881a8e35d12033ac8435edd8e2fd +Subproject caf5806f7ff0bd78983631d32724c12999d0f3a |
