agine

Library for finding Nearest Neighbor or to find if two points on Earth have a Direct Line of Sight.

APACHE-2.0 License

Downloads
70
Stars
0
Committers
1

Basic Usage

pip install agine

# or if you want to build from source
git clone https://github.com/ZenithClown/agine.git

If you want to install agine in editable mode:

pip install -e agine # Installing agine with pip
import agine
>> Setting up agine-Environment...
>>   Detected OS            : "<os-name-with-version>"
>>   scikit-learn Options   : "<is-scikit-learn-available>"
>>   "etc. which Defines the Core-Capability"