Method for Object-based Analysis of Atmospheric Phenomena
MOAAP is a Python package for tracking and analyzing atmospheric phenomena in 3D.
- 3D object tracking and segmentation
- Analysis of various atmospheric phenomena (clouds, cyclones, jets, etc.)
- Integration with xarray and netCDF data
You can install the package and its dependencies using pip:
pip install .Or install the dependencies directly:
pip install -r requirements.txtCheck out the tutorial.ipynb notebook for a step-by-step guide on how to use MOAAP.
The full documentation can be found here.
This project is licensed under the MIT License - see the LICENSE file for details.