LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
daops/__init__.py
daops/processor.py
daops.egg-info/PKG-INFO
daops.egg-info/SOURCES.txt
daops.egg-info/dependency_links.txt
daops.egg-info/requires.txt
daops.egg-info/top_level.txt
daops/data_utils/__init__.py
daops/data_utils/array_utils.py
daops/data_utils/attr_utils.py
daops/data_utils/coord_utils.py
daops/data_utils/var_utils.py
daops/etc/roocs.ini
daops/ops/__init__.py
daops/ops/average.py
daops/ops/base.py
daops/ops/orchestrate.py
daops/ops/regrid.py
daops/ops/subset.py
daops/utils/__init__.py
daops/utils/base_lookup.py
daops/utils/consolidate.py
daops/utils/core.py
daops/utils/fixer.py
daops/utils/normalise.py
docs/Makefile
docs/conf.py
docs/make.bat
etc/daops_eg.cfg
tests/__init__.py
tests/_common.py
tests/conftest.py
tests/test_daops.py
tests/test_func_chainer.py
tests/dummy_data_utils/post_processors.py
tests/dummy_data_utils/pre_processors.py
tests/test_fixes/cmip5.output1.INM.inmcm4.rcp45.mon.ocean.Omon.r1i1p1.latest.zostoga.json
tests/test_fixes/cmip5.output1.MOHC.HadGEM2-ES.historical.mon.land.Lmon.r1i1p1.latest.rh.json
tests/test_fixes/cmip5.output1.MOHC.HadGEM2-ES.rcp85.mon.atmos.Amon.r1i1p1.latest.tas.json
tests/test_operations/test_average.py
tests/test_operations/test_orchestrate.py
tests/test_operations/test_regrid.py
tests/test_operations/test_subset.py
tests/test_xarray/__init__.py
tests/test_xarray/test_xarray_aggregation.py