Skip to main content

Aviation Data & Intelligence Library

Project description

AeroNavX: Aviation Data & Intelligence Library

AeroNavX is a comprehensive Python library for aviation data analysis, flight route simulation, and calculating emissions using geodesic logic.

Installation

pip install aeronavx

Example Usage & Verification

The following example demonstrates route generation and distance calculation.

Code (tutorial.py)

import aeronavx as anx
from aeronavx import get_airport

# 1. Get Airport Data
ist = get_airport("IST")
lhr = get_airport("LHR")

print(f"Origin: {ist.name} ({ist.country})")
print(f"Dest:   {lhr.name} ({lhr.country})")

# 2. Calculate Distance
dist_km = anx.distance(ist.lat, ist.lon, lhr.lat, lhr.lon, unit='km')
print(f"Distance: {dist_km:.2f} km")

# 3. Flight Time Estimation (at 450 knots)
time_hrs = anx.estimate_flight_time(ist, lhr, speed_kts=450)
print(f"Est. Flight Time: {time_hrs:.2f} hours")

Verified Output

Origin: Istanbul Airport (Turkey)
Dest:   London Heathrow Airport (United Kingdom)
Distance: 2490.12 km
Est. Flight Time: 3.45 hours

Features

  • Airports: Search by IATA, ICAO, or city name.
  • Geodesy: Haversine, Vincenty, and Great Circle calculations.
  • Emissions: Estimate CO2 footprint for flight segments.
  • Optimization: Find nearest airports and optimal routes.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aeronavx-2.0.7.tar.gz (41.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aeronavx-2.0.7-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

File details

Details for the file aeronavx-2.0.7.tar.gz.

File metadata

  • Download URL: aeronavx-2.0.7.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for aeronavx-2.0.7.tar.gz
Algorithm Hash digest
SHA256 8e5296bee1bb0500a7ca58e8ea06b9de50939a45517684bfbdda76b3c55c2dbc
MD5 99737761ab48d8c2f2581800ed1b037e
BLAKE2b-256 df4ee144c83f0a8abca2a570c15ef4923769fd0d0c82036ebef553cb46b7e5e1

See more details on using hashes here.

File details

Details for the file aeronavx-2.0.7-py3-none-any.whl.

File metadata

  • Download URL: aeronavx-2.0.7-py3-none-any.whl
  • Upload date:
  • Size: 50.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for aeronavx-2.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 da21481316e7f505db9f4d6bad71fa3d86a0680ce0aaee14e8bf8b934bd53568
MD5 463df72692f1d7dc72a416550d92f116
BLAKE2b-256 3444a1de7d7173c2eab6d08b8ac74b8d9771218cce7f3fe0c0cf7a38d6128224

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page