libgweather r649 - in trunk: . data



Author: danw
Date: Tue Mar  3 17:09:00 2009
New Revision: 649
URL: http://svn.gnome.org/viewvc/libgweather?rev=649&view=rev

Log:
	* data/station-fixups.pl: Strip out the automated Canadian
	stations that (badly) duplicate non-automated stations. Among
	other things, fixes Edmonton, #573936.


Modified:
   trunk/ChangeLog
   trunk/data/station-fixups.pl

Modified: trunk/data/station-fixups.pl
==============================================================================
--- trunk/data/station-fixups.pl	(original)
+++ trunk/data/station-fixups.pl	Tue Mar  3 17:09:00 2009
@@ -178,6 +178,13 @@
     s/ R?CS//;
 
     s/Airport, [^;]*Station;/Airport;/;
+
+    # /CX../ stations are automated. Maybe we should drop all of them,
+    # but for now we'll just drop the ones where there's also a
+    # corresponding non-automated station
+    if (/^CX(DE|EC|EG|MI|MM|OX|TV|WN|ZU)/) {
+      next;
+    }
   }
 
   if (/;Cuba;/) {



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