[libgweather] Adding Łódź to the known locations



commit d9251413f535a1703540fbf59b96a856455c82cf
Author: Dan Winship <danw gnome org>
Date:   Tue May 19 00:56:28 2009 +0200

    Adding Å?ódź to the known locations
    
    This fixes bug 534047.
    Signed-off-by: Tobias Mueller <tobiasmue gnome org>
---
 data/Locations.xml.in  |   14 ++++++++++----
 data/station-fixups.pl |    8 ++++++++
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index b952377..e476b39 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -17030,10 +17030,6 @@
     <country>
       <!-- PL - Poland -->
       <_name>Poland</_name>
-      <!-- Could not find information about the following stations,
-           which may be in Poland:
-           EPLL 
-        -->
       <iso-code>PL</iso-code>
       <fips-code>PL</fips-code>
       <timezones>
@@ -17123,6 +17119,16 @@
           <coordinates>51.100000 16.883333</coordinates>
         </location>
       </city>
+      <city>
+        <!-- A city in Poland -->
+        <_name>Å?ódź</_name>
+        <coordinates>51.750000 19.466667</coordinates>
+        <location>
+          <name>Å?ódź</name>
+          <code>EPLL</code>
+          <coordinates>51.733333 19.400000</coordinates>
+        </location>
+      </city>
     </country>
     <country>
       <!-- PT - Portugal -->
diff --git a/data/station-fixups.pl b/data/station-fixups.pl
index f9aaa12..a2a5062 100644
--- a/data/station-fixups.pl
+++ b/data/station-fixups.pl
@@ -241,3 +241,11 @@ while (<>) {
 
   print;
 }
+
+# Add missing stations. Where possible, the details except station ID
+# should come from NOAA's "nsd_bbsss.txt" file, which contains
+# additional weather stations not listed in nsd_cccc.txt
+
+print <<EOF
+EPLL;12;465;Lodz;;Poland;6;51-44N;019-24E;51-44N;019-24E;187;188;P
+EOF



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