.gitignore
CHANGES.md
LICENSE
MANIFEST.in
README.md
appveyor.yml
environment.yml
pyproject.toml
readthedocs.yml
rtd-environment.yml
setup.py
.github/workflows/publish_pypi.yml
docs/Makefile
docs/make.bat
docs/source/about.rst
docs/source/api_reference.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation_guide.rst
docs/source/introduction.rst
docs/source/quick_start.rst
docs/source/viewer.rst
docs/source/_static/figures/ODP_detail.png
docs/source/notebooks/1-ECT_Finding_Data.ipynb
docs/source/notebooks/10-ECT_Using_xcube_viewer.ipynb
docs/source/notebooks/2-ECT_General_Data_Access.ipynb
docs/source/notebooks/3-ECT_Data_Access_with_Subsets.ipynb
docs/source/notebooks/4-ECT_Access_Vector_Data.ipynb
docs/source/notebooks/5-ECT_Zarr_Access.ipynb
docs/source/notebooks/6-ECT_Kerchunk_Access.ipynb
docs/source/notebooks/7-ECT_Finding_Operations.ipynb
docs/source/notebooks/8-ECT_Using_Operations.ipynb
docs/source/notebooks/9-ECT_Access_Vector_Data_Cubes.ipynb
esa_climate_toolbox/__init__.py
esa_climate_toolbox/constants.py
esa_climate_toolbox/plugin.py
esa_climate_toolbox/version.py
esa_climate_toolbox.egg-info/PKG-INFO
esa_climate_toolbox.egg-info/SOURCES.txt
esa_climate_toolbox.egg-info/dependency_links.txt
esa_climate_toolbox.egg-info/entry_points.txt
esa_climate_toolbox.egg-info/requires.txt
esa_climate_toolbox.egg-info/top_level.txt
esa_climate_toolbox/conf/__init__.py
esa_climate_toolbox/conf/conf.py
esa_climate_toolbox/conf/defaults.py
esa_climate_toolbox/conf/template.py
esa_climate_toolbox/core/__init__.py
esa_climate_toolbox/core/common.py
esa_climate_toolbox/core/ds.py
esa_climate_toolbox/core/op.py
esa_climate_toolbox/core/opimpl.py
esa_climate_toolbox/core/plugin.py
esa_climate_toolbox/core/types.py
esa_climate_toolbox/ds/__init__.py
esa_climate_toolbox/ds/ccicdc.py
esa_climate_toolbox/ds/chunkstore.py
esa_climate_toolbox/ds/constants.py
esa_climate_toolbox/ds/dataaccess.py
esa_climate_toolbox/ds/dataframeaccess.py
esa_climate_toolbox/ds/kcaccess.py
esa_climate_toolbox/ds/normalize.py
esa_climate_toolbox/ds/timerangegetter.py
esa_climate_toolbox/ds/vdcaccess.py
esa_climate_toolbox/ds/zarraccess.py
esa_climate_toolbox/ds/data/__init__.py
esa_climate_toolbox/ds/data/dataset_states.json
esa_climate_toolbox/ds/data/excluded_data_sources
esa_climate_toolbox/ds/data/kc_refs.json
esa_climate_toolbox/ds/data/stores.yml
esa_climate_toolbox/ds/data/zarr_to_dsrids
esa_climate_toolbox/functions/__init__.py
esa_climate_toolbox/functions/regions.py
esa_climate_toolbox/functions/country_data/README.md
esa_climate_toolbox/functions/country_data/__init__.py
esa_climate_toolbox/functions/country_data/countries.geojson
esa_climate_toolbox/ops/__init__.py
esa_climate_toolbox/ops/aggregate.py
esa_climate_toolbox/ops/animate.py
esa_climate_toolbox/ops/anomaly.py
esa_climate_toolbox/ops/arithmetics.py
esa_climate_toolbox/ops/coregistration.py
esa_climate_toolbox/ops/data_frame.py
esa_climate_toolbox/ops/normalize.py
esa_climate_toolbox/ops/outliers.py
esa_climate_toolbox/ops/plot.py
esa_climate_toolbox/ops/plot_helpers.py
esa_climate_toolbox/ops/resampling.py
esa_climate_toolbox/ops/select.py
esa_climate_toolbox/ops/subset.py
esa_climate_toolbox/ops/timeseries.py
esa_climate_toolbox/ops/utility.py
esa_climate_toolbox/util/__init__.py
esa_climate_toolbox/util/misc.py
esa_climate_toolbox/util/monitor.py
esa_climate_toolbox/util/opmetainf.py
esa_climate_toolbox/util/process.py
esa_climate_toolbox/util/safe.py
esa_climate_toolbox/util/sround.py
esa_climate_toolbox/util/time.py
esa_climate_toolbox/util/tmpfile.py
esa_climate_toolbox/util/undefined.py
esa_climate_toolbox/util/im/__init__.py
esa_climate_toolbox/util/im/cmap_lc.py
esa_climate_toolbox/util/im/cmaps.py
notebooks/1-ECT_Finding_Data.ipynb
notebooks/10-ECT_Using_xcube_viewer.ipynb
notebooks/2-ECT_General_Data_Access.ipynb
notebooks/3-ECT_Data_Access_with_Subsets.ipynb
notebooks/4-ECT_Access_Vector_Data.ipynb
notebooks/5-ECT_Zarr_Access.ipynb
notebooks/6-ECT_Kerchunk_Access.ipynb
notebooks/7-ECT_Finding_Operations.ipynb
notebooks/8-ECT_Using_Operations.ipynb
notebooks/9-ECT_Access_Vector_Data_Cubes.ipynb
notebooks/README.md
test/__init__.py
test/test_plugin.py
test/core/__init__.py
test/core/test_ds.py
test/core/test_op.py
test/core/test_plugin.py
test/core/test_types.py
test/core/executables/filterds.py
test/core/executables/mkentropy.py
test/core/test_data/test.geojson
test/core/test_data/small/ESACCI-SOILMOISTURE-L3S-SSMV-COMBINED-20000101000000-fv02.2.nc
test/ds/__init__.py
test/ds/test_ccicdc.py
test/ds/test_chunkstore.py
test/ds/test_dataaccess.py
test/ds/test_dataframeaccess.py
test/ds/test_kcaccess.py
test/ds/test_normalize.py
test/ds/test_zarraccess.py
test/functions/__init__.py
test/functions/test_regions.py
test/ops/__init__.py
test/ops/test_aggregate.py
test/ops/test_animate.py
test/ops/test_anomaly.py
test/ops/test_arithmetics.py
test/ops/test_coregistration.py
test/ops/test_data_frame.py
test/ops/test_downsample_2d.py
test/ops/test_normalize.py
test/ops/test_outliers.py
test/ops/test_plot.py
test/ops/test_plot_helpers.py
test/ops/test_resample_2d.py
test/ops/test_select.py
test/ops/test_subset.py
test/ops/test_timeseries.py
test/ops/test_upsample_2d.py
test/ops/test_utility.py
test/util/__init__.py
test/util/test_cmaps.py
test/util/test_misc.py
test/util/test_monitor.py
test/util/test_process.py
test/util/test_safe.py
test/util/test_sround.py
test/util/test_time.py
test/util/test_tmpfile.py
test/util/test_undefined.py