[libgweather] locations: Add Amiens and remove Abbeville



commit 10a0aa8cee397b323a1c9d5767b287885e00aa1e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 15 22:19:51 2017 +0100

    locations: Add Amiens and remove Abbeville
    
    Abbeville is the smaller city compared to Amiens in the Somme, and its
    weather station isn't working. Replace it with Amiens. Of the 4 airports
    around Amiens, only the Beauvais airport has a working weather station,
    but as it's already declared for Beauvais, no need to duplicate.
    
    https://en.wikipedia.org/wiki/Somme_(department)
    https://en.wikipedia.org/wiki/Beauvais%E2%80%93Till%C3%A9_Airport

 data/Locations.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index 6ccd036..877a626 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -13369,13 +13369,8 @@
       <tz-hint>Europe/Paris</tz-hint>
       <city>
         <!-- A city in France -->
-        <_name>Abbeville</_name>
-        <coordinates>50.100000 1.833333</coordinates>
-        <location>
-          <name>Abbeville</name>
-          <code>LFOI</code>
-          <coordinates>50.133333 1.833333</coordinates>
-        </location>
+        <_name>Amiens</_name>
+        <coordinates>49.892 2.299</coordinates>
       </city>
       <city>
         <!-- A city in France -->
@@ -13474,7 +13469,7 @@
         <_name>Beauvais</_name>
         <coordinates>49.433333 2.083333</coordinates>
         <location>
-          <name>Beauvais</name>
+          <name>Beauvais–Tillé Airport</name>
           <code>LFOB</code>
           <coordinates>49.466667 2.116667</coordinates>
         </location>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]