LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/fusets/__init__.py
src/fusets/_phenolopy.py
src/fusets/_xarray_utils.py
src/fusets/analytics.py
src/fusets/base.py
src/fusets/ccdc.py
src/fusets/mogpr.py
src/fusets/peakvalley.py
src/fusets/temporal_outliers.py
src/fusets/whittaker.py
src/fusets.egg-info/PKG-INFO
src/fusets.egg-info/SOURCES.txt
src/fusets.egg-info/dependency_links.txt
src/fusets.egg-info/requires.txt
src/fusets.egg-info/top_level.txt
src/fusets/cropsar/__init__.py
src/fusets/openeo/__init__.py
src/fusets/openeo/mogpr_udf.py
src/fusets/openeo/peakvalley_udf.py
src/fusets/openeo/phenology_udf.py
src/fusets/openeo/whittaker_udf.py
src/fusets/openeo/services/__init__.py
src/fusets/openeo/services/dummies.py
src/fusets/openeo/services/helpers.py
src/fusets/openeo/services/publish_mogpr.py
src/fusets/openeo/services/publish_mogpr_s1_s2.py
src/fusets/openeo/services/publish_peakvalley.py
src/fusets/openeo/services/publish_phenology.py
src/fusets/openeo/services/publish_whittaker.py
tests/test_ccdc.py
tests/test_cube_construction.py
tests/test_fusets.py
tests/test_mogpr.py
tests/test_peakvalley.py
tests/test_temporal_outliers.py
tests/test_whittaker.py
tests/test_xarray_utils.py