Metadata-Version: 2.1
Name: aviationFormula
Version: 0.0.2
Summary: A collection of formula around aviation and the globe in python.
Home-page: https://github.com/Sowintuu/aviationFormula
Author: Oliver Clemens
Author-email: sowintuu@aol.com
License: UNKNOWN
Description: # aviationFormula
        A collection of formula around aviation and the globe in python.
        
        A documentation of the implemented formula will follow.
        
        ## Requirements
        All formula should work with every version of python. Only basic modules (like `math`) are imported. For the future I want to avoid using 3rd party packages such as `numpy`.
        
        ## Credits
        None of the formula in this package where derived or invented by me. The only thing I did was an implementation in python.
        
        The raw formula (and an implementation in VBA) are published by Ed Williams and can be found under the name [Aviation Formulary V1.46](http://www.edwilliams.org/avform.htm).
        
        ## Changelog
        ### version 0.0.2 - 15.12.2018
        * Small fixes for wrong calculated distances
        
        ### version 0.0.1 - 12.12.2018
        * First version with gcDistance and gcIntermediatePoint
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
