From dfdf4a291f3a686496ed9948a31e26ef43879f19 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 20 Apr 2025 21:37:10 +0200 Subject: Enhance stop data handling by adding support for multiple YAML override files and improving coordinate accuracy for various stops --- data/overrides/fix-gregorio-espino.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/overrides/fix-gregorio-espino.yaml (limited to 'data/overrides/fix-gregorio-espino.yaml') diff --git a/data/overrides/fix-gregorio-espino.yaml b/data/overrides/fix-gregorio-espino.yaml new file mode 100644 index 0000000..2e035a2 --- /dev/null +++ b/data/overrides/fix-gregorio-espino.yaml @@ -0,0 +1,20 @@ +# Fix the position of the stops in Gregorio Espino, which are "opposite" to the actual location of the bus stops. +5720: # Gregorio Espino, 33 + location: + latitude: 42.23004933454558 + longitude: -8.706947409683313 + +5710: # Gregorio Espino, 22 + location: + latitude: 42.23003666347398 + longitude: -8.707266671978003 + +5730: # Gregorio Espino, 44 + location: + latitude: 42.227850036119314 + longitude: -8.708105429626789 + +5740: # Gregorio Espino, 57 + location: + latitude: 42.22783722597372 + longitude: -8.707849091551859 \ No newline at end of file -- cgit v1.3