After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625270 - Mexico locations (Ciudad Juárez in wrong state, Mexico City with wrong airport name)
Mexico locations (Ciudad Juárez in wrong state, Mexico City with wrong airpor...
Status: RESOLVED FIXED
Product: libgweather
Classification: Core
Component: locations
2.30.x
Other Linux
: Normal enhancement
: future
Assigned To: libgweather-maint
libgweather-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-26 03:59 UTC by brett
Modified: 2017-12-12 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
locations: Move Juárez in the right state, and remove its airport (1.92 KB, patch)
2017-12-12 13:45 UTC, Bastien Nocera
committed Details | Review
locations: Correct Mexico's airport name (1.60 KB, patch)
2017-12-12 13:45 UTC, Bastien Nocera
committed Details | Review

Description brett 2010-07-26 03:59:01 UTC
First, Ciudad Juárez:

The entry in Locations.xml.in for Ciudad Juárez in Mexico is listed under the wrong state.  Ciudad Juárez is incorrectly listed under the state of México in Mexico; it should properly be listed under the state of Chihuahua in Mexico.

Therefore, the following block needs to be moved from inside the block for the state of México in Mexico to the block for the state of Chihuahua in Mexico, and the comment needs to be changed from "A city in México in Mexico" to "A city in Chihuahua in Mexico":

<city>
  <!-- A city in México in Mexico.
       One of several cities in Mexico called "Juárez".
    -->
  <_name>Ciudad Juárez</_name>
  <coordinates>31.733333 -106.483333</coordinates>
  <location>
    <name>Ciudad Juárez International Airport</name>
    <code>MMCS</code>
    <coordinates>31.633333 -106.433333</coordinates>
  </location>
</city>

The rest of the data seems to be pretty much OK.  The coordinates for the city and the airport are fine, as is the airport code.  The name of the airport should perhaps be changed to "Abraham González International Airport", since that is its official name, but it is often referred to by the current name in the database, "Ciudad Juárez International Airport".  So, I guess that would be a judgement call.

But it's definitely listed under the wrong state.

Secondly, Mexico City:

The airport for Mexico City is listed as "Licenci Airport", which is incorrect.  The correct name of the airport is either "Benito Juárez International Airport" or "Mexico City International Airport".  The incorrect "Licenci Airport" may have come about as a truncation of "Licenciado Benito Juárez International Airport", where Juárez's name is given with his title, "Licenciado".  Adding the title "Licenciado" is sometimes done in the name of the airport, but it is extremely formal, and leaving it out is more common.

So, "Licenci Airport" is very wrong; "Benito Juárez International Airport" or "Mexico City International Airport" should be used instead.
Comment 1 Bastien Nocera 2017-12-12 13:45:19 UTC
(In reply to brett from comment #0)
> First, Ciudad Juárez:
> 
> The entry in Locations.xml.in for Ciudad Juárez in Mexico is listed under
> the wrong state.  Ciudad Juárez is incorrectly listed under the state of
> México in Mexico; it should properly be listed under the state of Chihuahua
> in Mexico.
> 
> Therefore, the following block needs to be moved from inside the block for
> the state of México in Mexico to the block for the state of Chihuahua in
> Mexico, and the comment needs to be changed from "A city in México in
> Mexico" to "A city in Chihuahua in Mexico":

Done.

> The rest of the data seems to be pretty much OK.  The coordinates for the
> city and the airport are fine, as is the airport code.  The name of the
> airport should perhaps be changed to "Abraham González International
> Airport", since that is its official name, but it is often referred to by
> the current name in the database, "Ciudad Juárez International Airport". 
> So, I guess that would be a judgement call.

I removed the airport altogether, as it doesn't provide current weather information.

> But it's definitely listed under the wrong state.
> 
> Secondly, Mexico City:
> 
> The airport for Mexico City is listed as "Licenci Airport", which is
> incorrect.  The correct name of the airport is either "Benito Juárez
> International Airport" or "Mexico City International Airport".  The
> incorrect "Licenci Airport" may have come about as a truncation of
> "Licenciado Benito Juárez International Airport", where Juárez's name is
> given with his title, "Licenciado".  Adding the title "Licenciado" is
> sometimes done in the name of the airport, but it is extremely formal, and
> leaving it out is more common.
> 
> So, "Licenci Airport" is very wrong; "Benito Juárez International Airport"
> or "Mexico City International Airport" should be used instead.

Done. I pretty much copy/pasted your explanation for the commit message, so thanks :)
Comment 2 Bastien Nocera 2017-12-12 13:45:43 UTC
Created attachment 365428 [details] [review]
locations: Move Juárez in the right state, and remove its airport

Juárez is in the state of Chihuahua, not México. Remove the airport as
it doesn't advertise its weather through METAR.
Comment 3 Bastien Nocera 2017-12-12 13:45:48 UTC
Created attachment 365429 [details] [review]
locations: Correct Mexico's airport name

The airport for Mexico City is listed as "Licenci Airport", which is
incorrect.  The correct name of the airport is either "Benito Juárez
International Airport" or "Mexico City International Airport".  The
incorrect "Licenci Airport" may have come about as a truncation of
"Licenciado Benito Juárez International Airport", where Juárez's name is
given with his title, "Licenciado".  Adding the title "Licenciado" is
sometimes done in the name of the airport, but it is extremely formal, and
leaving it out is more common.

So, "Licenci Airport" is very wrong; "Benito Juárez International Airport"
or "Mexico City International Airport" should be used instead.

With help from brett@brettlangston.com
Comment 4 Bastien Nocera 2017-12-12 13:47:14 UTC
Attachment 365428 [details] pushed as 42f9a39 - locations: Move Juárez in the right state, and remove its airport
Attachment 365429 [details] pushed as 01a4609 - locations: Correct Mexico's airport name