Skip to content

Commit

Permalink
Version 20240310.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Mar 10, 2024
1 parent d2488df commit db07d54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on the UTC date of the release.
`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!


Version 20240310
Version 20240310.1
===================
* Synchronized the database with data from the U.S. FAA `Airport/Facility Directory (AF/D)
<https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/>`__ effective 2024-Jan-25:
Expand Down
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20240310'
__version__ = '20240310.1'
__min_python_version__ = (3, 9)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
5 changes: 2 additions & 3 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12245,7 +12245,6 @@
"KDBN","DBN","W H 'Bud' Barron Airport","Dublin","Georgia","US",311,32.5647222222222,-82.9849722222222,"America/New_York","DBN"
"KDBQ","DBQ","Dubuque Regional Airport","Dubuque","Iowa","US",1076.4,42.402,-90.7094722222222,"America/Chicago","DBQ"
"KDCA","DCA","Ronald Reagan Washington Ntl Airport","Washington","Dist. Of Columbia","US",14.1,38.8514402777778,-77.0377213888889,"America/New_York","DCA"
"KDCK","DCK","Dahl Creek Airport","Dahl Creek","Alaska","US",260,66.9425614166667,-156.891368638889,"America/Anchorage","DCK"
"KDCM","","Chester Catawba Regional Airport","Chester","South Carolina","US",656.6,34.7893333333333,-81.1957777777778,"America/New_York","DCM"
"KDCU","DCU","Pryor Field Regional Airport","Decatur","Alabama","US",592,34.6540555555556,-86.9453611111111,"America/Chicago","DCU"
"KDCY","","Daviess County Airport","Washington","Indiana","US",472.3,38.7,-87.1,"America/Indiana/Vincennes","DCY"
Expand Down Expand Up @@ -15902,7 +15901,6 @@
"LL53","","Olson Airport","Plato Center","Illinois","US",963,42.0084069444444,-88.4581430555556,"America/Chicago","LL53"
"LL54","","Dunn Airport","Paw Paw","Illinois","US",850,41.7194444444444,-89.03,"America/Chicago","LL54"
"LL55","","Gentry Airport","Polo","Illinois","US",865,41.9908633333333,-89.5598333333333,"America/Chicago","LL55"
"LLPL","","Palmahim Air Base","Rishon LeZion","","IL",32,31.8978996277,34.6907997131,"Asia/Jerusalem",""
"LL64","","Ralph E Daniels Airport","Putnam","Illinois","US",457,41.1994808333333,-89.3945341666667,"America/Chicago","LL64"
"LL74","","Maple Hurst Farms Airport","Rochelle","Illinois","US",823,42.0083611111111,-89.0487088888889,"America/Chicago","LL74"
"LL77","","Herrens Bess Hollow Airfield","Kampsville","Illinois","US",580,39.305,-90.6997222222222,"America/Chicago","LL77"
Expand Down Expand Up @@ -15933,6 +15931,7 @@
"LLMZ","MTZ","Bar Yehuda Airfield","Masada","Southern District","IL",-1266,31.3281993866,35.3885993958,"Asia/Jerusalem",""
"LLNV","VTM","Nevatim Air Base","Beersheba","Southern District","IL",1330,31.2082996368,35.012298584,"Asia/Jerusalem",""
"LLOV","VDA","Ovda International Airport","Eilat","Southern District","IL",1492,29.9402999878,34.935798645,"Asia/Jerusalem",""
"LLPL","","Palmahim Air Base","Rishon LeZion","","IL",32,31.8978996277,34.6907997131,"Asia/Jerusalem",""
"LLRD","","Ramat David Air Base","Haifa","","IL",185,32.6651000977,35.1795005798,"Asia/Jerusalem",""
"LLRM","","Ramon Air Base","Beersheba","Southern District","IL",2126,30.7761001587,34.6666984558,"Asia/Jerusalem",""
"LLSD","SDV","Sde Dov Airport","Tel Aviv","Tel-Aviv","IL",43,32.1147003174,34.7821998596,"Asia/Jerusalem",""
Expand Down Expand Up @@ -19123,7 +19122,7 @@
"PN90","","Ranch-Aero Airport","Roulette","Pennsylvania","US",1575,41.7486761111111,-78.0997291666667,"America/New_York","PN90"
"PN91","","Sharretts Airport","Sabinsville","Pennsylvania","US",2360,41.8334038888889,-77.4997047222222,"America/New_York","PN91"
"PN98","","Dream Field","Berlin","Pennsylvania","US",2321,39.9328333333333,-78.9341666666667,"America/New_York","PN98"
"PODC","","Dahl Creek Airport","Dahl Creek","Alaska","US",260,66.9425614166667,-156.891368638889,"America/Anchorage","DCK"
"PODC","DCK","Dahl Creek Airport","Dahl Creek","Alaska","US",260,66.9425614166667,-156.891368638889,"America/Anchorage","DCK"
"POKA","TNK","Tununak Airport","Tununak","Alaska","US",62.3,60.5695277777778,-165.246277777778,"America/Nome","4KA"
"PPCT","TCT","Takotna Airport","Takotna","Alaska","US",423.1,62.9929444444444,-156.029722222222,"America/Anchorage","TCT"
"PPIT","NUP","Nunapitchuk Airport","Nunapitchuk","Alaska","US",21.9,60.906,-162.440583333333,"America/Nome","16A"
Expand Down

0 comments on commit db07d54

Please sign in to comment.