Skip to content

Commit

Permalink
Version 20220913
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Sep 13, 2022
1 parent cf3424c commit d3475b7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on the UTC date of the release.

`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!

Version 20220913
================
* Added KXWA/XWA, Williston Basin International Airport, Williston, North Dakota, USA
* Updated ME26 from defunct Super Cub Field, Westbrook, Maine, USA to Ragmuff Airport, Greenville, Maine, USA


Version 20220831
===============
* Added UBTT/ZXT, Zabrat Airport, Baku, Bakı, Azerbaijan
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
airportsdata
============

.. |ICAO| replace:: 28,877
.. |ICAO| replace:: 28,879

.. |IATA| replace:: 6,573
.. |IATA| replace:: 6,575

.. |version| image:: https://img.shields.io/pypi/v/airportsdata.svg
:target: https://pypi.org/project/airportsdata/
Expand Down
2 changes: 1 addition & 1 deletion README_IATA.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IATA resolution 011c adopted at 3rd IATA Passenger Standards Conference October 2021 in PTC123(186), for intended
implementation date of 01 April 2022, defines the following Multi Airport Cities list for the purpose of pricing, fare
implementation date of 03 October 2022, defines the following Multi Airport Cities list for the purpose of pricing, fare
construction and mileage creation:

CCD – Multi Airport Cities list
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Added UBTT/ZXT, Zabrat Airport, Baku, Bakı, Azerbaijan
* Added KXWA/XWA, Williston Basin International Airport, Williston, North Dakota, USA
* Updated ME26 from defunct Super Cub Field, Westbrook, Maine, USA to Ragmuff Airport, Greenville, Maine, USA
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20220831'
__version__ = '20220913'
__min_python_version__ = (3, 7)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
3 changes: 2 additions & 1 deletion airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14929,6 +14929,7 @@
"KXSA","","Tappahannock-Essex County Airport","Tappahannock","Virginia","US",135,37.8596000671,-76.8940963745,"America/New_York"
"KXTA","","Homey (Area 51) Airport","Groom Lake","Nevada","US",4462,37.2350006104,-115.8109970093,"America/Los_Angeles"
"KXVG","","Longville Municipal Airport","Longville","Minnesota","US",1334,46.9902000427,-94.2040023804,"America/Chicago"
"KXWA","XWA","Williston Basin International Airport","Williston","North Dakota","US",2356,48.259833,-103.750500,"America/Chicago"
"KY03","","Springfield Municipal Airport","Springfield","South Dakota","US",1324,42.8800010681,-97.9011993408,"America/Chicago"
"KY14","","Marv Skie Lincoln County Airport","Tea","South Dakota","US",1515,43.4575004578,-96.8020019531,"America/Chicago"
"KY19","","Mandan Municipal Airport","Mandan","North Dakota","US",1944,46.7681999207,-100.8939971924,"America/North_Dakota/New_Salem"
Expand Down Expand Up @@ -16578,7 +16579,7 @@
"ME20","","Bob-Mar Airport","Fairfield","Maine","US",310,44.5992012024,-69.6239013672,"America/New_York"
"ME22","","Avery Field","Rockwood","Maine","US",1070,45.6711997986,-69.8068008423,"America/New_York"
"ME25","","Sunrise Farms Airport","Fort Kent","Maine","US",640,47.1660995483,-68.391998291,"America/New_York"
"ME26","","Super Cub Field","Westbrook","Maine","US",85,43.6680984497,-70.3630981445,"America/New_York"
"ME26","","Ragmuff Airport","Greenville","Maine","US",1046,46.019667,-69.533833,"America/New_York"
"ME32","","Morrel Field","Sangerville","Maine","US",500,45.0903015137,-69.2586975098,"America/New_York"
"ME33","","Farr Field","Harpswell","Maine","US",70,43.7787017822,-70.0130996704,"America/New_York"
"ME34","","Robinson Ridge Field","Jefferson","Maine","US",250,44.1736984253,-69.4287033081,"America/New_York"
Expand Down

0 comments on commit d3475b7

Please sign in to comment.