A collection of aviation-related tools and utilities.
Project description
Project name:
aviationtools
Author:
George L. Carlson II
email: carlsongeorge61@yahoo.com
Website or GitHub link None at this time
License:
This project is licensed under the MIT License - see the LICENSE file for details.
Description:
This project is a collection of tools and utilities for aviation enthusiasts, pilots, and professionals.
It currently includes functions to calculate the distance between two points
on the earth's surface given the decimal degree of latitude and longitude for
each point. Included is a function tha calcutaes the distance between two
airports given their ICAO_ID. Additionally the aviation package includes a
function to determine the ICAO_ID by querying an airports database by
CITY by STATE.
Usage:
To use the aviationtools package, pip install aviationtools into your virtual environment, then you can import aviationtools into your Python script and call the available functions.
For example, to calculate the distance between two points, you can use the
point_to_point(lat1, long1, lat2, long2, mode) function where lat and long parameters
are in degree decimal format and mode is "NULL".
To calculate the distance between two airports call the airport_to_airport(airport1, airport2)
function where airport1 and airport2 are the ICAO_ID of the airports. Example
KBUF and KTPA if you are flying from Buffalo Ny to Tampa Fl.
To determine the ICAO_ID of an airport by city and state, call the
get_icao_code("CITY", "STATE_CODE"). Example get_icao_code("BUFFALO", "NY")
and the function will return all the ICAO codes found in Buffalo NY and the
User can then select the airport interested in and use that ICAO code to calculate
the distance to another airport. CITY and STATE_CODE are case sensitive and
must be entered in capital letters.
Contributing:
Versioning:
Version 0.1.0
`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aviationtools-0.1.1.tar.gz.
File metadata
- Download URL: aviationtools-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c9fe15df815a79bef08a1083f4551a69789dfa3aaaf1fdf09559c952c27911
|
|
| MD5 |
857bccec374223bcdf59cbdb713debce
|
|
| BLAKE2b-256 |
27a372dd401ce34e0b7618d15ce4d77fb5d1af70c224e6c764f25ff68739d7ca
|
File details
Details for the file aviationtools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: aviationtools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040ffe4352518dfbe2deee2b199a6b376897c5c21bbadbf8e4e8d3a86326b707
|
|
| MD5 |
afcb7a195a03e0dd3bce0c436be8aba7
|
|
| BLAKE2b-256 |
2a7c42bc2b3d110815cb5a77144dcac35d106c58abff38582c286dd971a54984
|