diff options
author | Götz Christ <[email protected]> | 2016-09-12 11:20:00 -0500 |
---|---|---|
committer | Götz Christ <[email protected]> | 2016-09-12 11:20:00 -0500 |
commit | 0ae4d5124e9e407b85ca62f32539f7c27ad500be (patch) | |
tree | 5429fbdd09833cba7638167138fa126acb8a55ad /data | |
parent | 97aa26b3738e067e2040301078102378d77c719d (diff) | |
download | libmateweather-0ae4d5124e9e407b85ca62f32539f7c27ad500be.tar.bz2 libmateweather-0ae4d5124e9e407b85ca62f32539f7c27ad500be.tar.xz |
Locations: update ICAO code for Quito, Ecuador.
The physical airport location changed in 2013.
SEQU: https://en.wikipedia.org/wiki/Old_Mariscal_Sucre_International_Airport
SEQM: https://en.wikipedia.org/wiki/Mariscal_Sucre_International_Airport
http://tgftp.nws.noaa.gov/data/observations/metar/decoded/SEQM.TXT
https://www.aviationweather.gov/adds/dataserver_current/httpparam?dataSource=metars&requestType=retrieve&format=xml&hoursBeforeNow=2&stationString=SEQM
Diffstat (limited to 'data')
-rw-r--r-- | data/Locations.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Locations.xml.in b/data/Locations.xml.in index d37883b..45a3e18 100644 --- a/data/Locations.xml.in +++ b/data/Locations.xml.in @@ -10394,8 +10394,8 @@ <coordinates>-0.216667 -78.500000</coordinates> <location> <name>Mariscal Sucre Airport</name> - <code>SEQU</code> - <coordinates>-0.150000 -78.483333</coordinates> + <code>SEQM</code> + <coordinates>-0.120000 -78.350000</coordinates> </location> </city> </country> |