Method for Object-based Analysis of Atmospheric Phenomena
MOAAP is a Python package for tracking and analyzing atmospheric phenomena in 3D. Included phenomena are tropical and extratropical cyclones, mid-level cyclones, cut-off lows, anticyclones, atmospheric rivers, jet streams, fronts, mesoscale convective systems, and tropical waves. It calculates label maps and object characteristics and can be applied to regional and global data.
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.txt
Check 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 GPL-3.0 license.