airtrafficsim

View on PyPIReverse Dependencies (0)

0.2.0a4 airtrafficsim-0.2.0a4-py3-none-any.whl
0.2.0a3 airtrafficsim-0.2.0a3-py3-none-any.whl
0.2.0a2 airtrafficsim-0.2.0a2-py3-none-any.whl
0.2.0a1 airtrafficsim-0.2.0a1-py3-none-any.whl

Wheel Details

Project: airtrafficsim
Version: 0.2.0a3
Filename: airtrafficsim-0.2.0a3-py3-none-any.whl
Download: [link]
Size: 28667
MD5: 476b67983fd32d39eb7cc70019450093
SHA256: 7c809b3be578f68c43702d94cec4a7aeadfed0161f37942c884b2829dac090c5
Uploaded: 2025-02-04 13:29:49 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: AirTrafficSim
Version: 0.2.0a3
Summary: A lightweight collection of tools for air traffic management research.
Author-Email: Frankie Hui <kyhuiaf[at]connect.ust.hk>, Abraham Cheung <abraham[at]ylcheung.com>
Project-Url: Repository, https://github.com/HKUST-OCTAD-LAB/AirTrafficSim
License: MIT License Copyright (c) 2024 Abraham Cheung Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: air transportation,atm,simulations,visualisation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: annotated-types (>=0.7.0)
Requires-Dist: numpy (>=2.2.0)
Requires-Dist: httpx[http2] (>=0.28.1); extra == "all"
Requires-Dist: polars[calamine] (>=1.18.0); extra == "all"
Requires-Dist: xarray (>=2024.11.0); extra == "all"
Requires-Dist: xarray (>=2024.11.0); extra == "era5"
Requires-Dist: jax (>=0.5.0); extra == "jax"
Requires-Dist: httpx[http2] (>=0.28.1); extra == "networking"
Requires-Dist: matplotlib (>=3.10.0); extra == "plot"
Requires-Dist: polars[calamine] (>=1.18.0); extra == "polars"
Provides-Extra: all
Provides-Extra: era5
Provides-Extra: jax
Provides-Extra: networking
Provides-Extra: plot
Provides-Extra: polars
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3452 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
airtrafficsim/__init__.py sha256=1G8VGQ45xZ4V_fhYSAzD7a9JnBfxe36ae827BZzDOW8 203
airtrafficsim/_polars_array_api.py sha256=nTLBZl7bZPopUcBDhG6GoNbgMoGIlCTdDJS6Q8hMYIM 5072
airtrafficsim/annotations.py sha256=LgvVfFXMRSLUIOhH3kRflnVhvOwDqGtCiF5fSRiVOR0 4696
airtrafficsim/plot.py sha256=uJjEkVXQVj4QBSkXe7D5J7DSBHLYElxzm6eP5sgU6Qc 1629
airtrafficsim/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
airtrafficsim/types.py sha256=4A4ma78rXTm2sgx-xGTyLEfxY3sOZXB5aMS3pRUh5O4 589
airtrafficsim/unit_conversion.py sha256=7dX4TLSm4tYVsUUpC8LifQ7bq5w20HZ-yRx6FZioXxg 1922
airtrafficsim/units.py sha256=aoMnKSC6US9JEw6gMEUTCGRyCsKDWvj7L5iml2rM-MI 10076
airtrafficsim/data/__init__.py sha256=K8Oixgqpy4M8YL016_TzNJ44DqEc39587zIVoPd0lVE 60
airtrafficsim/data/aircraft_types.py sha256=IU2S_nhaDLkmkRKtydfYS4P-dK1j_H-3N2PFzijoOsc 1889
airtrafficsim/data/airports.py sha256=YRxP4mqq7HJ66spLiDkM4QEVC5RgZZcwpJqXE8-Hpjw 1698
airtrafficsim/data/engine_emissions.py sha256=tx5mCd16xNvFwB65l-QRFF6Pp9CwulYqxSS06b_dltQ 1264
airtrafficsim/data/era5.py sha256=DcoLsVeGMrK85DXMXTR91yGKzFYZUj6UfKrWNXeXVjg 7537
airtrafficsim/geospatial/__init__.py sha256=loKonq05KnZDdUo0qDlWKbC0UvNZzuJb7sFqjYvSMYs 3793
airtrafficsim/geospatial/point.py sha256=XMHy9oVBIu5sM1yn2G27nxS_nRpid1ctayZ2c8obeDE 294
airtrafficsim/performance/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
airtrafficsim/performance/airspeed.py sha256=y-lvbyTKIzBaNLNd4lsB2z7hHjMrPr2BbDPqz8qiz3g 4221
airtrafficsim/performance/bada3.py sha256=crh1lB8UzDZHsOBSbfqENwgP4hYOkLO_DNMCsaaw2aY 5381
airtrafficsim/performance/isa.py sha256=BOtk6cq_XvOLHTIuprJLEX6MikyQDi9HrfWeUUlEoao 1130
airtrafficsim/simulation/__init__.py sha256=LLXbr5TUsPWqzY1XhuOWN7Kr-Yve2G_7vRKYIlmuNEw 1560
airtrafficsim/thermodynamics/__init__.py sha256=MOEWT6ODichgrfnzbByGeRk-1ETx3oLv7asuM0bV6qQ 4735
airtrafficsim-0.2.0a3.dist-info/METADATA sha256=dHM0aGZEh3sJy6gO5YebcuiJ5mGMIcI4Yjs0LVupTAo 6431
airtrafficsim-0.2.0a3.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
airtrafficsim-0.2.0a3.dist-info/licenses/LICENSE sha256=rbR4sWGNd1DFaWuuKN67KUTw5kmLASjsC6dPUarwOXs 1070
airtrafficsim-0.2.0a3.dist-info/RECORD