.gitmodules
.travis.yml
AUTHORS.rst
CHANGES.md
LICENSE.txt
MANIFEST.in
README.rst
appveyor.yml
dev_requirements.txt
optional_requirements.txt
readthedocs.yml
requirements.txt
setup.cfg
setup.py
appveyor/install.ps1
appveyor/run_with_compiler.cmd
docs/Makefile
docs/Triple collocation.ipynb
docs/Triple collocation.rst
docs/anomalies.rst
docs/compare_ASCAT_ISMN.rst
docs/conf.py
docs/data_preparation_ASCAT_ISMN.ipynb
docs/data_preparation_ASCAT_ISMN.rst
docs/developers_guide.rst
docs/environment.yml
docs/examples.rst
docs/index.rst
docs/introduction.rst
docs/license.rst
docs/moduleindex.rst
docs/plot_ISMN.rst
docs/validation_framework.ipynb
docs/validation_framework.rst
docs/anomalies_files/anomalies_2_0.text
docs/anomalies_files/anomalies_2_1.png
docs/anomalies_files/anomalies_2_1.text
docs/anomalies_files/anomalies_3_0.text
docs/anomalies_files/anomalies_3_1.png
docs/anomalies_files/anomalies_3_1.text
docs/anomalies_files/anomalies_4_0.text
docs/anomalies_files/anomalies_4_1.png
docs/anomalies_files/anomalies_4_1.text
docs/anomalies_files/anomalies_5_0.text
docs/anomalies_files/anomalies_5_1.png
docs/anomalies_files/anomalies_5_1.text
docs/compare_ASCAT_ISMN_files/Thumbs.db
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_0.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_0.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_1.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_1.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_2.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_2.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_3.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_4.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_4.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_5.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_5.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_6.png
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_6.text
docs/compare_ASCAT_ISMN_files/compare_ASCAT_ISMN_5_7.text
docs/plot_ISMN_files/Thumbs.db
docs/plot_ISMN_files/plot_ISMN_2_0.png
docs/plot_ISMN_files/plot_ISMN_2_0.text
docs/plot_ISMN_files/plot_ISMN_3_0.text
docs/plot_ISMN_files/plot_ISMN_4_0.text
docs/plot_ISMN_files/plot_ISMN_5_0.text
docs/plot_ISMN_files/plot_ISMN_6_0.text
docs/plot_ISMN_files/plot_ISMN_7_0.png
docs/plot_ISMN_files/plot_ISMN_7_0.text
docs/plot_ISMN_files/plot_ISMN_8_0.text
docs/plot_ISMN_files/plot_ISMN_9_0.png
docs/plot_ISMN_files/plot_ISMN_9_0.text
docs/swi_calculation/output_1_1.png
docs/swi_calculation/output_2_1.png
docs/swi_calculation/output_3_1.png
docs/swi_calculation/swi_calc.ipynb
docs/swi_calculation/swi_calc.rst
docs/triple_collocation/output_12_0.png
docs/triple_collocation/output_14_0.png
docs/triple_collocation/output_2_0.png
docs/triple_collocation/output_4_0.png
examples/Read_H_SAF_images.py
examples/anomalies.py
examples/compare_ISMN_ASCAT.py
examples/plot_ASCAT_data.py
examples/plot_ISMN_data.py
examples/read_ASCAT_H25.py
examples/validation_framework.py
pytesmo/__init__.py
pytesmo/df_metrics.py
pytesmo/metrics.py
pytesmo/scaling.py
pytesmo/temporal_matching.py
pytesmo/utils.py
pytesmo.egg-info/PKG-INFO
pytesmo.egg-info/SOURCES.txt
pytesmo.egg-info/dependency_links.txt
pytesmo.egg-info/not-zip-safe
pytesmo.egg-info/pbr.json
pytesmo.egg-info/requires.txt
pytesmo.egg-info/top_level.txt
pytesmo/colormaps/SWI_ASCAT.cmap
pytesmo/colormaps/__init__.py
pytesmo/colormaps/load_cmap.py
pytesmo/grid/__init__.py
pytesmo/grid/grids.py
pytesmo/grid/netcdf.py
pytesmo/grid/resample.py
pytesmo/io/__init__.py
pytesmo/io/dataset_base.py
pytesmo/io/bufr/__init__.py
pytesmo/io/bufr/bufr.py
pytesmo/io/ismn/__init__.py
pytesmo/io/ismn/interface.py
pytesmo/io/ismn/metadata_collector.py
pytesmo/io/ismn/readers.py
pytesmo/io/sat/__init__.py
pytesmo/io/sat/ers.py
pytesmo/time_series/__init__.py
pytesmo/time_series/anomaly.py
pytesmo/time_series/filtering.py
pytesmo/time_series/filters.c
pytesmo/time_series/filters.pyx
pytesmo/time_series/grouping.py
pytesmo/time_series/plotting.py
pytesmo/timedate/__init__.py
pytesmo/timedate/dekad.py
pytesmo/timedate/julian.py
pytesmo/validation_framework/__init__.py
pytesmo/validation_framework/adapters.py
pytesmo/validation_framework/data_manager.py
pytesmo/validation_framework/metric_calculators.py
pytesmo/validation_framework/results_manager.py
pytesmo/validation_framework/start_validation.py
pytesmo/validation_framework/temporal_matchers.py
pytesmo/validation_framework/validation.py
tests/__init__.py
tests/test-data
tests/test_dataset_base.py
tests/test_metrics.py
tests/test_result_managers.py
tests/test_scaling.py
tests/test_temporal_matching.py
tests/test_utils.py
tests/test_grid/test_resample.py
tests/test_ismn/test_interface.py
tests/test_ismn/test_readers.py
tests/test_ismn/baseline/test_interface_plotting.png
tests/test_sat/test_ers.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_framwork/test_adapters.py
tests/test_validation_framwork/test_data_manager.py
tests/test_validation_framwork/test_datasets.py
tests/test_validation_framwork/test_temporal_matchers.py
tests/test_validation_framwork/test_validation.py