airportsdata 20240401__tar.gz → 20240409__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airportsdata
3
- Version: 20240401
3
+ Version: 20240409
4
4
  Summary: Extensive database of location and timezone data for nearly every airport and landing strip in the world.
5
5
  Author-email: Mike Borsetti <mike+airportsdata@borsetti.com>
6
6
  Maintainer-email: Mike Borsetti <mike+airportsdata@borsetti.com>
@@ -55,7 +55,7 @@ airportsdata |downloads|
55
55
 
56
56
  .. |ICAO| replace:: 28,185
57
57
 
58
- .. |IATA| replace:: 7,819
58
+ .. |IATA| replace:: 7,820
59
59
 
60
60
  .. |LID| replace:: 12,603
61
61
 
@@ -109,9 +109,9 @@ Each entry consists of the following data:
109
109
  (plus ``XK`` for Kosovo);
110
110
  * ``elevation``: MSL elevation of the highest point of the landing area, in feet (warning: it is often wrong);
111
111
  * ``lat``: Latitude (decimal) of the `airport reference point
112
- <https://en.wikipedia.org/wiki/Airport_reference_point>`__;
112
+ <https://en.wikipedia.org/wiki/Airport_reference_point>`__ (max 5 decimal digits);
113
113
  * ``lon``: Longitude (decimal) of the `airport reference point
114
- <https://en.wikipedia.org/wiki/Airport_reference_point>`__;
114
+ <https://en.wikipedia.org/wiki/Airport_reference_point>`__ (max 5 decimal digits);
115
115
  * ``tz``: Timezone expressed as a `tz database name <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`__
116
116
  (IANA-compliant);
117
117
  * ``lid``: U.S. FAA Location Identifier (|LID| entries), or an empty string.
@@ -4,7 +4,7 @@ airportsdata |downloads|
4
4
 
5
5
  .. |ICAO| replace:: 28,185
6
6
 
7
- .. |IATA| replace:: 7,819
7
+ .. |IATA| replace:: 7,820
8
8
 
9
9
  .. |LID| replace:: 12,603
10
10
 
@@ -58,9 +58,9 @@ Each entry consists of the following data:
58
58
  (plus ``XK`` for Kosovo);
59
59
  * ``elevation``: MSL elevation of the highest point of the landing area, in feet (warning: it is often wrong);
60
60
  * ``lat``: Latitude (decimal) of the `airport reference point
61
- <https://en.wikipedia.org/wiki/Airport_reference_point>`__;
61
+ <https://en.wikipedia.org/wiki/Airport_reference_point>`__ (max 5 decimal digits);
62
62
  * ``lon``: Longitude (decimal) of the `airport reference point
63
- <https://en.wikipedia.org/wiki/Airport_reference_point>`__;
63
+ <https://en.wikipedia.org/wiki/Airport_reference_point>`__ (max 5 decimal digits);
64
64
  * ``tz``: Timezone expressed as a `tz database name <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>`__
65
65
  (IANA-compliant);
66
66
  * ``lid``: U.S. FAA Location Identifier (|LID| entries), or an empty string.
@@ -11,7 +11,7 @@ from typing import Dict, Literal, TypedDict
11
11
 
12
12
  __project_name__ = __package__
13
13
  __min_python_version__ = (3, 9) # minimum version of Python required to run; supported until 4 October 2024
14
- __version__ = '20240401' # numbering follows the release date
14
+ __version__ = '20240409' # numbering follows the release date
15
15
  __author__ = 'Mike Borsetti <mike@borsetti.com>'
16
16
  __copyright__ = 'Copyright 2020- Mike Borsetti'
17
17
  __license__ = 'MIT'