.gitignore
CHANGES.md
LICENSE
MANIFEST.in
README.md
appveyor.yml
environment.yml
pyproject.toml
readthedocs.yml
rtd-environment.yml
setup.py
.devcontainer/Dockerfile
.devcontainer/README.md
.devcontainer/devcontainer.json
.devcontainer/images/Screenshot 2024-09-06 at 5.11.58 PM.png
.devcontainer/images/Screenshot 2024-09-06 at 5.15.17 PM.png
.devcontainer/images/Screenshot 2024-09-06 at 5.16.30 PM.png
.devcontainer/images/Screenshot 2024-09-06 at 5.20.42 PM.png
.devcontainer/images/Screenshot 2024-09-06 at 5.21.24 PM.png
.devcontainer/images/Screenshot 2024-09-06 at 5.22.54 PM.png
.devcontainer/images/Screenshot 2024-10-15 at 3.59.17 PM.png
.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/Accessing_Data/1-ECT_Finding_Data.ipynb
docs/source/notebooks/Accessing_Data/10-ECT_Access_ESGF.ipynb
docs/source/notebooks/Accessing_Data/11-ECT_Access_Data_Trees.ipynb
docs/source/notebooks/Accessing_Data/2-ECT_General_Data_Access.ipynb
docs/source/notebooks/Accessing_Data/3-ECT_Data_Access_with_Subsets.ipynb
docs/source/notebooks/Accessing_Data/4-ECT_Access_Vector_Data.ipynb
docs/source/notebooks/Accessing_Data/5-ECT_Zarr_Access.ipynb
docs/source/notebooks/Accessing_Data/6-ECT_Kerchunk_Access.ipynb
docs/source/notebooks/Accessing_Data/7-ECT_Access_Vector_Data_Cubes.ipynb
docs/source/notebooks/Accessing_Data/8-ECT_Reading_WCS_data.ipynb
docs/source/notebooks/Accessing_Data/9-ECT_Reading_WMS_data.ipynb
docs/source/notebooks/Advanced_Functionality/1-ECT_Using_xcube_viewer.ipynb
docs/source/notebooks/Advanced_Functionality/2-ECT_Failure-reporting.ipynb
docs/source/notebooks/Advanced_Functionality/3-ECT_Performance.ipynb
docs/source/notebooks/Using_Operations/1-ECT_Finding_Operations.ipynb
docs/source/notebooks/Using_Operations/2-ECT_Using_Operations.ipynb
docs/source/notebooks/Using_Operations/3-ECT_Reprojecting_Data.ipynb
docs/source/notebooks/Using_Operations/4-ECT_Filtering_Data.ipynb
docs/source/notebooks/Using_Operations/5-ECT_Gap_Filling.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/opchain.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/geodataframe.py
esa_climate_toolbox/ds/data/stores.yml
esa_climate_toolbox/functions/__init__.py
esa_climate_toolbox/functions/outputarray.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/alignment.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/correlation.py
esa_climate_toolbox/ops/data_frame.py
esa_climate_toolbox/ops/gapfilling.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/reporting.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/cmaps.py
esa_climate_toolbox/util/im/cschemes.py
esa_climate_toolbox/util/im/data/categorical_colorschemes.yml
notebooks/README.md
notebooks/Accessing_Data/1-ECT_Finding_Data.ipynb
notebooks/Accessing_Data/10-ECT_Access_ESGF.ipynb
notebooks/Accessing_Data/11-ECT_Access_Data_Trees.ipynb
notebooks/Accessing_Data/2-ECT_General_Data_Access.ipynb
notebooks/Accessing_Data/3-ECT_Data_Access_with_Subsets.ipynb
notebooks/Accessing_Data/4-ECT_Access_Vector_Data.ipynb
notebooks/Accessing_Data/5-ECT_Zarr_Access.ipynb
notebooks/Accessing_Data/6-ECT_Kerchunk_Access.ipynb
notebooks/Accessing_Data/7-ECT_Access_Vector_Data_Cubes.ipynb
notebooks/Accessing_Data/8-ECT_Reading_WCS_data.ipynb
notebooks/Accessing_Data/9-ECT_Reading_WMS_data.ipynb
notebooks/Advanced_Functionality/1-ECT_Using_xcube_viewer.ipynb
notebooks/Advanced_Functionality/2-ECT_Failure-reporting.ipynb
notebooks/Advanced_Functionality/3-ECT_Performance.ipynb
notebooks/Using_Operations/1-ECT_Finding_Operations.ipynb
notebooks/Using_Operations/2-ECT_Using_Operations.ipynb
notebooks/Using_Operations/3-ECT_Reprojecting_Data.ipynb
notebooks/Using_Operations/4-ECT_Filtering_Data.ipynb
notebooks/Using_Operations/5-ECT_Gap_Filling.ipynb
notebooks/user_examples/CCI-SeaIce-Animation.ipynb
notebooks/user_examples/Fire_Access.ipynb
notebooks/user_examples/HRLC_Access.ipynb
notebooks/user_examples/Location_Fire_Tiles.png
notebooks/user_examples/Location_T20KQA.png
notebooks/user_examples/README.md
notebooks/user_examples/output/CCI-SeaIce-Animation.gif
test/__init__.py
test/core/__init__.py
test/core/test_ds.py
test/core/test_op.py
test/core/test_opchain.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_geodataframe.py
test/functions/__init__.py
test/functions/test_outputarray.py
test/functions/test_regions.py
test/ops/__init__.py
test/ops/test_aggregate.py
test/ops/test_alignment.py
test/ops/test_animate.py
test/ops/test_anomaly.py
test/ops/test_arithmetics.py
test/ops/test_coregistration.py
test/ops/test_correlation.py
test/ops/test_data_frame.py
test/ops/test_downsample_2d.py
test/ops/test_gapfilling.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_cschemes.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