.readthedocs.yaml
CITATION.cff
CONTRIBUTING.md
MANIFEST.in
README.md
pyproject.toml
.github/workflows/README.md
.github/workflows/ci.yml
.github/workflows/release.yml
.github/workflows/validate.py
examples/gridded data/01_preprocess_extremes.ipynb
examples/gridded data/02_id_track_events.ipynb
examples/gridded data/03_visualise_events.ipynb
examples/regional data/01_preprocess_extremes.ipynb
examples/regional data/02_id_track_events.ipynb
examples/regional data/03_visualise_events.ipynb
examples/unstructured data/01_preprocess_extremes.ipynb
examples/unstructured data/02_id_track_events.ipynb
examples/unstructured data/03_visualise_events.ipynb
marEx/__init__.py
marEx/_coverage_init.py
marEx/_dependencies.py
marEx/detect.py
marEx/exceptions.py
marEx/helper.py
marEx/logging_config.py
marEx/track.py
marEx.egg-info/PKG-INFO
marEx.egg-info/SOURCES.txt
marEx.egg-info/dependency_links.txt
marEx.egg-info/requires.txt
marEx.egg-info/top_level.txt
marEx/plotX/__init__.py
marEx/plotX/base.py
marEx/plotX/gridded.py
marEx/plotX/unstructured.py
tests/__init__.py
tests/conftest.py
tests/coverage_config.py
tests/make_test_data.ipynb
tests/test_detect_helpers.py
tests/test_error_handling.py
tests/test_exceptions.py
tests/test_gridded_preprocessing.py
tests/test_gridded_tracking.py
tests/test_integration.py
tests/test_logging_system.py
tests/test_plotx.py
tests/test_track_helpers.py
tests/test_unstructured_preprocessing.py
tests/test_unstructured_tracking.py