.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.zenodo.json
CITATION.cff
LICENSE
Makefile
README.rst
codecov.yml
pyproject.toml
.binder/environment.yml
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/fair-software.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/testpypi-release.yaml
ci/requirements/docs.yml
ci/requirements/environment.yml
cordex/__init__.py
cordex/accessor.py
cordex/cf.py
cordex/cli.py
cordex/config.py
cordex/domain.py
cordex/esgf_access.py
cordex/transform.py
cordex/tutorial.py
cordex/utils.py
cordex/variable.py
cordex/cmor/__init__.py
cordex/cmor/cmor.py
cordex/cmor/config.py
cordex/cmor/utils.py
cordex/preprocessing/__init__.py
cordex/preprocessing/known_issues.py
cordex/preprocessing/preprocessing.py
cordex/regions/__init__.py
cordex/regions/_germany.py
cordex/regions/_prudence.py
cordex/regions/_regions.py
cordex/regions/_resources.py
cordex/tables/__init__.py
cordex/tables/_resources.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/cordex_logo.png
docs/domains.nblink
docs/index.rst
docs/installation.rst
docs/make.bat
docs/prudence.nblink
docs/readme.rst
docs/science.rst
docs/usage.rst
docs/whats_new.rst
docs/fig/WCRP-CORDEX-logo.png
docs/notebooks/introduction.ipynb
notebooks/cordex-preprocessing.ipynb
notebooks/domains.ipynb
notebooks/esgf.ipynb
notebooks/euro-cordex-ensemble.ipynb
notebooks/mask.ipynb
notebooks/preprocessing.ipynb
notebooks/prudence.ipynb
notebooks/regions.ipynb
notebooks/weighted-masking.ipynb
py_cordex.egg-info/PKG-INFO
py_cordex.egg-info/SOURCES.txt
py_cordex.egg-info/dependency_links.txt
py_cordex.egg-info/requires.txt
py_cordex.egg-info/top_level.txt
tests/__init__.py
tests/test_accessor.py
tests/test_cmor.py
tests/test_cordex.py
tests/test_domain.py
tests/test_preprocessing.py
tests/test_regions.py
tests/test_tables.py
tests/test_transform.py
tests/test_utils.py