Python package flightplans
Project description
flightplans
flightplans
is Python package
Star this repo if you like it! ⭐️
Blog/Documentation
Contents
Installation
- Install flightplans from PyPI (recommended). flightplans is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
- A new environment can be created as following:
conda create -n env_flightplans python=3.8
conda activate env_flightplans
pip install flightplans # normal install
pip install --upgrade flightplans # or update if needed
- Alternatively, you can install from the GitHub source:
# Directly install from github source
pip install -e git://github.com/erdogant/flightplans.git@0.1.0#egg=master
pip install git+https://github.com/erdogant/flightplans#egg=master
pip install git+https://github.com/erdogant/flightplans
# By cloning
git clone https://github.com/erdogant/flightplans.git
cd flightplans
pip install -U .
Import flightplans package
import flightplans as flightplans
Example:
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/flightplans/data/example_data.csv')
model = flightplans.fit(df)
G = flightplans.plot(model)
References
Citation
Please cite in your publications if this is useful for your research (see citation).
Maintainers
- Erdogan Taskesen, github: erdogant
Contribute
- All kinds of contributions are welcome!
- If you wish to buy me a Coffee for this work, it is very appreciated :)
Licence
See LICENSE for details.
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
flightplans-0.1.0.tar.gz
(18.9 kB
view details)
Built Distribution
File details
Details for the file flightplans-0.1.0.tar.gz
.
File metadata
- Download URL: flightplans-0.1.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19e3390074dca59397179b2e9d61c312b750135f57798a0e7e604fb88fa72cb0 |
|
MD5 | 5a4712bc7b14253b74d42a67db91cfa9 |
|
BLAKE2b-256 | b5902043403c70ab79b967854c8b87fc411053f42e017a61a65b57a12b67eda3 |
File details
Details for the file flightplans-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: flightplans-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0203b7d04b277cb2764b3e499f99bc5e4e29e79ec10914c6cfff9acce922c9e6 |
|
MD5 | 53d29c32a092b7ac01b4c73370645879 |
|
BLAKE2b-256 | 1cf5a76b076d173eb1fa6fbf774c1d9381a07743cca7c1e516954c5a36ade6ea |