Skip to content

Commit

Permalink
locations: Clean up municipalities of Puerto Rico
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh authored and raveit65 committed Oct 19, 2018
1 parent 17a0607 commit cecbcbb
Showing 1 changed file with 43 additions and 35 deletions.
78 changes: 43 additions & 35 deletions data/Locations.xml.in
Expand Up @@ -6582,8 +6582,15 @@
</city> </city>
</country> </country>
<country> <country>
<!-- PR - Puerto Rico, a territory of the United States in the <!-- PR - Puerto Rico, a territory of the United States in the Caribbean.
Caribbean. The following municipalities have airports with valid IACO codes
but no active METAR stations, so we don't include them:
* Arecibo: TJAB
* Culebra: TJCP
* Fajardo: TJFA
* Mayagüez: TJMZ
* Ponce: TJPS
* Vieques: TJVQ
--> -->
<_name>Puerto Rico</_name> <_name>Puerto Rico</_name>
<iso-code>PR</iso-code> <iso-code>PR</iso-code>
Expand All @@ -6595,58 +6602,59 @@
</timezones> </timezones>
<tz-hint>America/Puerto_Rico</tz-hint> <tz-hint>America/Puerto_Rico</tz-hint>
<city> <city>
<!-- A city in Puerto Rico --> <!-- A municipality of Puerto Rico -->
<_name>Carolina</_name> <_name>Aguadilla</_name>
<coordinates>18.380782 -65.957387</coordinates> <coordinates>18.430000 -67.154444</coordinates>
<location> <location>
<name>San Juan, Luis Munoz Marin International Airport</name> <name>Rafael Hernández International Airport</name>
<code>TJSJ</code> <code>TJBQ</code>
<zone>PRZ008</zone>
<radar>sju</radar> <radar>sju</radar>
<coordinates>18.450000 -66.000000</coordinates> <coordinates>18.495000 -67.129444</coordinates>
</location>
</city>
<city>
<!-- A city in Puerto Rico -->
<name>Ceiba</name>
<coordinates>18.264169 -65.648302</coordinates>
<location>
<name>José Aponte de la Torre Airport</name>
<code>TJNR</code>
<radar>sju</radar>
<coordinates>18.2553 -65.6386</coordinates>
</location> </location>
</city> </city>
<city> <city>
<!-- A city in Puerto Rico --> <!-- A municipality of Puerto Rico -->
<_name>Ponce</_name> <_name>Carolina</_name>
<coordinates>18.011077 -66.614062</coordinates> <coordinates>18.406111 -65.967222</coordinates>
<location> <location>
<name>Mercedita Airport</name> <name>Luis Muñoz Marín International Airport</name>
<code>TJPS</code> <code>TJSJ</code>
<!-- According to the METARs database, the TJSJ airport should get
forecast data from AMZ712 (Coastal Waters of Northern Puerto
Rico). However, this is Marine Forecast data and so it can only
be queried reliably from a separate database. We use instead
the PRZ001, which includes the municipality of Carolina. -->
<zone>PRZ001</zone>
<radar>sju</radar> <radar>sju</radar>
<coordinates>18.016667 -66.566667</coordinates> <coordinates>18.439167 -66.001944</coordinates>
</location> </location>
</city> </city>
<city> <city>
<!-- A city in Puerto Rico --> <!-- A municipality of Puerto Rico -->
<_name>Rafael Hernandez</_name> <name>Ceiba</name>
<coordinates>18.471333 -67.079069</coordinates> <coordinates>18.238056 -65.627778</coordinates>
<location> <location>
<name>Aquadilla, Rafael Hernandez Airport</name> <name>José Aponte de la Torre Airport</name>
<code>TJBQ</code> <!-- The old Roosevelt Roads airport is closed, but the code seems to
be reused for the José Aponte Airport, which itself has an
invalid station code (TJRV). -->
<code>TJNR</code>
<zone>PRZ002</zone>
<radar>sju</radar> <radar>sju</radar>
<coordinates>18.500000 -67.133333</coordinates> <coordinates>18.245278 -65.643333</coordinates>
</location> </location>
</city> </city>
<city> <city>
<!-- A city in Puerto Rico --> <!-- A municipality of Puerto Rico -->
<_name>San Juan</_name> <_name>San Juan</_name>
<coordinates>18.466334 -66.105722</coordinates> <coordinates>18.466334 -66.105722</coordinates>
<location> <location>
<name>Luis Munoz Marin International Airport</name> <name>Fernando Luis Ribas Dominicci Airport (Isla Grande Airport)</name>
<code>TJSJ</code> <code>TJIG</code>
<zone>PRZ001</zone>
<radar>sju</radar> <radar>sju</radar>
<coordinates>18.450000 -66.000000</coordinates> <coordinates>18.456667 -66.098333</coordinates>
</location> </location>
</city> </city>
</country> </country>
Expand Down

0 comments on commit cecbcbb

Please sign in to comment.