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/stop_overrides.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'build_renfe/stop_overrides.json') diff --git a/build_renfe/stop_overrides.json b/build_renfe/stop_overrides.json index 5f4b5b8..4ebd4be 100644 --- a/build_renfe/stop_overrides.json +++ b/build_renfe/stop_overrides.json @@ -1,4 +1,10 @@ [ + { + "stop_id": "08223", + "stop_name": "Vigo Urzáiz", + "stop_lat": 42.234960, + "stop_lon": -8.711909 + }, { "stop_id": "31412", "stop_lat": 43.3504, @@ -91,5 +97,36 @@ "stop_id": "99161", "stop_name": "Pontevedra Turístico", "_delete": true + }, + { + "stop_id": "05156", + "stop_name": "Viveiro - Apeadero", + "stop_lat": 43.66307948733166, + "stop_lon": -7.592119972501223 + }, + { + "stop_id": "05299", + "stop_name": "Castropol", + "stop_lat": 43.50879091456042, + "stop_lon": -7.013783988194376 + }, + { + "stop_id": "05265", + "stop_name": "Tablizo", + "stop_lat": 43.548132589750224, + "stop_lon": -6.351521338297374 + }, + { + "stop_id": "05263", + "stop_name": "Ballota", + "stop_lat": 43.55092647470215, + "stop_lon": -6.322749469667542 + }, + { + "stop_id": "15211", + "stop_name": "Oviedo/Uviéu", + "stop_lat": 43.366680663195496, + "stop_lon": -5.855315584365599 + } ] -- cgit v1.3