Skip to main content

A package containing useful tools for aviation related code

Project description

AviPy

Overview

AviPy is a Python package specifically developed for the purposes of the Flight Operations Engineering (FOE) course at the HvA. For the purposes of the FOE assignments, many pieces of code can be shared between projects. That is what motivated the creation of a Python package, that can be used as a common repository for code snippets useful for the projects.

Table of Contents

Features

The AviPy package includes many classes and functions useful for FOE projects. These are the main features of AviPy:

  • The qty module contains classes for every SI-Unit used in aviation-related calculations. One can declare a variable with a distance unit like this: height = qty.Distance.Ft(5000), what the Distance class does under the hood, is that the value in ft is converted to a value in meters. When the user wants to retrieve the value in any unit, on can do this height.ft, which will return the value in feet.
  • The geo module contains the Coord class, which is a wrapper for a pair of latitude and longitude values. The class comes with many useful functions related to coordinates.
  • The constants module contains commonly used constants in the field of aviation.
  • The atmosphere module contains many useful functions related to earth's atmosphere.

Where to get it

To obtain the code, so you can use it for yourself, clone the repository to your system:

git clone https://github.com/pcs03/AviPy.git

Installation

To install the package to your system, so you can import the module in your own project, AviPy can be installed using pip:

pip install path/to/avipy

This command will install the package to your local system. If you have a virtual environment activated while executing the command, the package will be installed to your virtual environment.

Documentation

Docs

License

GNU General Public License V3.0

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

AviPy-0.3.2.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

AviPy-0.3.2-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

Details for the file AviPy-0.3.2.tar.gz.

File metadata

  • Download URL: AviPy-0.3.2.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for AviPy-0.3.2.tar.gz
Algorithm Hash digest
SHA256 6e16a011a6fc0e0dab361cbb480f8eb1b1d1d13cd593337efd29fee317255fc6
MD5 062b2e680d640b1e626e17c22b80b03f
BLAKE2b-256 1ba69a007f96d5abb0e2c0335dabcd20a253f23f9f62a59a7ae348d2dec8f376

See more details on using hashes here.

File details

Details for the file AviPy-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: AviPy-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 22.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for AviPy-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c4ba7d870fd2e668efc9e79b5e9694274cfb8cf7df2cc7a968a4d38dca3bdea8
MD5 ae8522c6ec7b3fb70d67bf6d40fdce97
BLAKE2b-256 9d9f778fcbe6869a91e14bfd3caf0071b8038ffea668e4c7e908c564400391d8

See more details on using hashes here.

Supported by

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