.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
DEVELOPERS_GUIDE.md
LICENSE.txt
MANIFEST.in
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/introduction.rst
docs/license.rst
docs/readme.rst
docs/_static/.gitignore
docs/examples/anomalies.ipynb
docs/examples/compare_ASCAT_ISMN.ipynb
docs/examples/index.rst
docs/examples/swi_calc.ipynb
docs/examples/temporal_collocation.ipynb
docs/examples/triple_collocation.ipynb
docs/examples/validation_framework.ipynb
docs/examples/00_more_examples/Read_H_SAF_images.py
docs/examples/00_more_examples/anomalies.py
docs/examples/00_more_examples/compare_ISMN_ASCAT.py
docs/examples/00_more_examples/plot_ASCAT_data.py
docs/examples/00_more_examples/read_ASCAT_H25.py
docs/examples/00_more_examples/validation_framework.py
src/pytesmo/__init__.py
src/pytesmo/df_metrics.py
src/pytesmo/scaling.py
src/pytesmo/temporal_matching.py
src/pytesmo/utils.py
src/pytesmo.egg-info/PKG-INFO
src/pytesmo.egg-info/SOURCES.txt
src/pytesmo.egg-info/dependency_links.txt
src/pytesmo.egg-info/not-zip-safe
src/pytesmo.egg-info/requires.txt
src/pytesmo.egg-info/top_level.txt
src/pytesmo/colormaps/SWI_ASCAT.cmap
src/pytesmo/colormaps/__init__.py
src/pytesmo/colormaps/load_cmap.py
src/pytesmo/grid/__init__.py
src/pytesmo/grid/resample.py
src/pytesmo/metrics/__init__.py
src/pytesmo/metrics/_fast.c
src/pytesmo/metrics/_fast.pyx
src/pytesmo/metrics/_fast_pairwise.c
src/pytesmo/metrics/_fast_pairwise.pyx
src/pytesmo/metrics/confidence_intervals.py
src/pytesmo/metrics/deprecated.py
src/pytesmo/metrics/pairwise.py
src/pytesmo/metrics/tcol.py
src/pytesmo/time_series/__init__.py
src/pytesmo/time_series/anomaly.py
src/pytesmo/time_series/filtering.py
src/pytesmo/time_series/filters.c
src/pytesmo/time_series/filters.pyx
src/pytesmo/time_series/grouping.py
src/pytesmo/time_series/plotting.py
src/pytesmo/timedate/__init__.py
src/pytesmo/timedate/dekad.py
src/pytesmo/timedate/julian.py
src/pytesmo/validation_framework/__init__.py
src/pytesmo/validation_framework/adapters.py
src/pytesmo/validation_framework/data_manager.py
src/pytesmo/validation_framework/data_scalers.py
src/pytesmo/validation_framework/metric_calculators.py
src/pytesmo/validation_framework/results_manager.py
src/pytesmo/validation_framework/start_validation.py
src/pytesmo/validation_framework/temporal_matchers.py
src/pytesmo/validation_framework/validation.py
tests/__init__.py
tests/conftest.py
tests/test_df_metrics.py
tests/test_metrics.py
tests/test_metrics_deprecated.py
tests/test_result_managers.py
tests/test_scaling.py
tests/test_temporal_matching.py
tests/test_utils.py
tests/test_time_series/test_anomaly.py
tests/test_time_series/test_filtering.py
tests/test_time_series/test_filters.py
tests/test_time_series/test_grouping.py
tests/test_time_series/test_plotting.py
tests/test_time_series/baseline/test_anomaly_calc_given_climatology.png
tests/test_timedate/test_dekad.py
tests/test_timedate/test_julian.py
tests/test_validation_framework/__init__.py
tests/test_validation_framework/test_adapters.py
tests/test_validation_framework/test_data_manager.py
tests/test_validation_framework/test_data_scalers.py
tests/test_validation_framework/test_datasets.py
tests/test_validation_framework/test_metric_calculators.py
tests/test_validation_framework/test_temporal_matchers.py
tests/test_validation_framework/test_validation.py