Skip to content

Commit

Permalink
Version 20240415
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Apr 15, 2024
1 parent a9d2d16 commit 7dfd854
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -8,6 +8,14 @@ on the UTC date of the release.
`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!




Version 20240415
================
* Added IATA code and fixed spelling for UTNM/MOK, Muynaq Airport, Muynaq, Karakalpakstan, Uzbekhistan. Contributed
by `1oKPro1 <https://github.com/1oKPro1>`__ in PR `#37 <https://github.com/mborsetti/airportsdata/pull/37>`__.
* Added OPRN, Nur Khan Air Base, Rawalpindi, Punjab, Pakistan.

Version 20240409
================
* Reduced file size by 10.2% by removing unnecessary decimal places (fake precision) in latitude and longitude values.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -2,9 +2,9 @@
airportsdata |downloads|
========================

.. |ICAO| replace:: 28,185
.. |ICAO| replace:: 28,186

.. |IATA| replace:: 7,820
.. |IATA| replace:: 7,821

.. |LID| replace:: 12,603

Expand Down
7 changes: 3 additions & 4 deletions RELEASE.rst
@@ -1,4 +1,3 @@
* Reduced file size by 10.2% by removing unnecessary decimal places (fake precision) in latitude and longitude values.
These values are now rounded to 5 decimal places, which is equivalent to a high accuracy of about 1.11 meters or
better.
* Added IATA code to KKCL/KCL, Chignik Lagoon Airport, Chignik Lagoon, Alaska, USA
* Added IATA code and fixed spelling for UTNM/MOK, Muynaq Airport, Muynaq, Karakalpakstan, Uzbekhistan. Contributed
by `1oKPro1 <https://github.com/1oKPro1>`__ in PR `#37 <https://github.com/mborsetti/airportsdata/pull/37>`__:
* Added OPRN, Nur Khan Air Base, Rawalpindi, Punjab, Pakistan.
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Expand Up @@ -11,7 +11,7 @@

__project_name__ = __package__
__min_python_version__ = (3, 9) # minimum version of Python required to run; supported until 4 October 2024
__version__ = '20240409' # numbering follows the release date
__version__ = '20240415' # numbering follows the release date
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
__license__ = 'MIT'
Expand Down
3 changes: 2 additions & 1 deletion airportsdata/airports.csv
Expand Up @@ -18660,6 +18660,7 @@
"OPQS","","Qasim Airport","Qasim","Punjab","PK",1581,33.5602,73.0332,"Asia/Karachi",""
"OPQT","UET","Quetta International Airport","Quetta","Balochistan","PK",5267,30.2514,66.9378,"Asia/Karachi",""
"OPRK","RYK","Shaikh Zaid Airport","Rahim Yar Khan","Punjab","PK",271,28.3839,70.2796,"Asia/Karachi",""
"OPRN","","Nur Khan Air Base","Rawalpindi","Punjab","PK",1668,33.616833,73.098667,"Asia/Karachi",""
"OPRQ","","Rafiqui Air Base","Shorkot","Punjab","PK",492,30.7581,72.2825,"Asia/Karachi",""
"OPRS","","Risalpur Air Base","Risalpur","Khyber-Pakhtunkhwa","PK",1050,34.0811,71.9726,"Asia/Karachi",""
"OPRT","RAZ","Rawalakot Airport","Rawalakot","Azad-Kashmir","PK",5479,33.8497,73.7981,"Asia/Karachi",""
Expand Down Expand Up @@ -24903,7 +24904,7 @@
"UTKF","FEG","Fergana Airport","Fergana","Fergana","UZ",1980,40.3588,71.745,"Asia/Tashkent",""
"UTKK","","Kokand Airport","Kokand","Fergana","UZ",1357,40.5398,70.9748,"Asia/Tashkent",""
"UTKN","NMA","Namangan Airport","Namangan","Namangan","UZ",1555,40.9846,71.5567,"Asia/Samarkand",""
"UTNM","","Muynak Airport","Muynak","Karakalpakstan","UZ",177,43.7552,59.0309,"Asia/Samarkand",""
"UTNM","MOK","Muynaq Airport","Muynaq","Karakalpakstan","UZ",177,43.7552,59.0309,"Asia/Samarkand",""
"UTNN","NCU","Nukus Airport","Nukus","Karakalpakstan","UZ",246,42.4884,59.6233,"Asia/Samarkand",""
"UTNT","","Turtkul Airport","Turtkul","Karakalpakstan","UZ",305,41.575,60.9666,"Asia/Samarkand",""
"UTNU","UGC","Urgench Airport","Urgench","Xorazm","UZ",320,41.5843,60.6417,"Asia/Samarkand",""
Expand Down

0 comments on commit 7dfd854

Please sign in to comment.