From 95f8e03affb17b3b4dd8cff202523f5b131972df Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 5 Apr 2026 22:30:15 +0200 Subject: renfe: generate shapes properly and consistently - Update OSRM container to use ALL SPAIN (sorry, Trencelta) - Generate a shape per trip (no trying to reuse, since trains that change stop sequence got wrong shapes) - Add more position corrections for FEVE - Run separate generators for FEVE and Renfe, since sometimes OSRM would pick the one that shouldn't and generate a wrong shape - Add a debug script to generate a trip's visualisation from GTFS, since I was about to lose my mind debugging this pile of crap - Update README (before starting anything else) Time spent: ca. 6 hours Closes #1 --- Taskfile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Taskfile.yml') diff --git a/Taskfile.yml b/Taskfile.yml index 9471070..14165b5 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -23,8 +23,7 @@ tasks: desc: "Download Renfe GTFS data (NAP MITRAMS)" cmds: - uv --directory build_renfe run ./build_static_feed.py {{.NAP_API_KEY}} --merge - - cp build_renfe/gtfs_renfe_galicia_general*.zip feeds/renfe.zip - - cp build_renfe/gtfs_renfe_galicia_cercanias*.zip feeds/feve.zip + - cp build_renfe/gtfs_renfe_galicia_merged.zip feeds/renfe.zip download-tranvias: desc: "Download A Coruña city GTFS data (NAP MITRAMS)" -- cgit v1.3