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 --- build_renfe/start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build_renfe/start.sh (limited to 'build_renfe/start.sh') diff --git a/build_renfe/start.sh b/build_renfe/start.sh new file mode 100644 index 0000000..2e4ddbd --- /dev/null +++ b/build_renfe/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +osrm-routed --algorithm mld --port 5000 /data/standard/spain-latest.osrm & +osrm-routed --algorithm mld --port 5001 /data/narrow/spain-latest.osrm \ No newline at end of file -- cgit v1.3