Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 695 Bytes

Python

AFTpy

aftlogo

AFTPy offers a comprehensive solution for analyzing and downloading Advective Flux Transport (AFT) data, streamlining the process of data downloading in parallel and also facilitating the conversion of H5 files into the most popular FITS file format or various other formats with ease.

Installation

From PyPI (Pip)

pip install aftpy

From source

git clone [email protected]:bibhuraushan/aftpy.git
cd aftpy
python -m build
pip install dist/*.whl

Documentation

AFTpy Documentation