.codecov.yml
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
ci/requirements/docs.yml
ci/requirements/environment.yml
ci/requirements/requirements.txt
ci/requirements/requirements_dev.txt
docs/Makefile
docs/api.rst
docs/api_attributes.rst
docs/api_basics.rst
docs/api_methods.rst
docs/api_netcdf_basics.rst
docs/api_time_compare.rst
docs/api_time_control.rst
docs/authors.rst
docs/basics.nblink
docs/cli.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/time_compare.nblink
docs/time_control.nblink
docs/usage.rst
notebooks/basics_class.ipynb
notebooks/time_compare_class.ipynb
notebooks/time_control_class.ipynb
pyhomogenize/__init__.py
pyhomogenize/_basics.py
pyhomogenize/_consts.py
pyhomogenize/_netcdf_basics.py
pyhomogenize/_read_write.py
pyhomogenize/_time_compare.py
pyhomogenize/_time_control.py
pyhomogenize/_utilities.py
pyhomogenize/cli.py
pyhomogenize/data.py
pyhomogenize/pyhomogenize.py
pyhomogenize.egg-info/PKG-INFO
pyhomogenize.egg-info/SOURCES.txt
pyhomogenize.egg-info/dependency_links.txt
pyhomogenize.egg-info/entry_points.txt
pyhomogenize.egg-info/requires.txt
pyhomogenize.egg-info/top_level.txt
pyhomogenize/data/netcdf/tas_EUR-11_MIROC-MIROC5_rcp85_r1i1p1_CLMcom-CCLM4-8-17_v1_mon_200701-200707.nc
pyhomogenize/data/netcdf/tas_EUR-11_MIROC-MIROC5_rcp85_r1i1p1_CLMcom-CCLM4-8-17_v1_mon_200701-200712.nc
pyhomogenize/data/netcdf/tas_EUR-11_MIROC-MIROC5_rcp85_r1i1p1_CLMcom-CCLM4-8-17_v1_mon_200705-200712.nc
pyhomogenize/data/netcdf/tas_EUR-11_MIROC-MIROC5_rcp85_r1i1p1_CLMcom-CCLM4-8-17_v1_mon_200801-200812.nc
pyhomogenize/operators/__init__.py
pyhomogenize/operators/merge.py
pyhomogenize/operators/seltimerange.py
pyhomogenize/operators/showdups.py
pyhomogenize/operators/showmiss.py
pyhomogenize/operators/showreds.py
pyhomogenize/operators/showtimestamps.py
pyhomogenize/operators/showvar.py
pyhomogenize/operators/timecheck.py
tests/__init__.py
tests/test_basics.py
tests/test_cli.py
tests/test_netcdf_basics.py
tests/test_pyhomogenize.py
tests/test_time_compare.py
tests/test_time_control.py
tests/test_utils.py