LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/config/config_overview.rst.txt
docs/build/html/_sources/config/config_writer.rst.txt
docs/build/html/_sources/config/dataset_information.rst.txt
docs/build/html/_sources/config/evaluation_settings.rst.txt
docs/build/html/_sources/config/metrics_information.rst.txt
docs/build/html/_sources/config/plots_settings.rst.txt
docs/build/html/_sources/data_source/data_sources.rst.txt
docs/build/html/_sources/ocw/dataset.rst.txt
docs/build/html/_sources/ocw/dataset_loader.rst.txt
docs/build/html/_sources/ocw/dataset_processor.rst.txt
docs/build/html/_sources/ocw/evaluation.rst.txt
docs/build/html/_sources/ocw/metrics.rst.txt
docs/build/html/_sources/ocw/overview.rst.txt
docs/build/html/_sources/ocw/plotter.rst.txt
docs/build/html/_sources/ocw/utils.rst.txt
docs/build/html/_sources/ui-backend/backend.rst.txt
ocw/__init__.py
ocw/dataset.py
ocw/dataset_loader.py
ocw/dataset_processor.py
ocw/evaluation.py
ocw/metrics.py
ocw/plotter.py
ocw/statistical_downscaling.py
ocw/utils.py
ocw.egg-info/PKG-INFO
ocw.egg-info/SOURCES.txt
ocw.egg-info/dependency_links.txt
ocw.egg-info/namespace_packages.txt
ocw.egg-info/not-zip-safe
ocw.egg-info/requires.txt
ocw.egg-info/top_level.txt
ocw/data_source/__init__.py
ocw/data_source/dap.py
ocw/data_source/esgf.py
ocw/data_source/local.py
ocw/data_source/podaac_datasource.py
ocw/data_source/rcmed.py
ocw/esgf/__init__.py
ocw/esgf/constants.py
ocw/esgf/download.py
ocw/esgf/logon.py
ocw/esgf/main.py
ocw/esgf/search.py
ocw/shape/countries.dbf
ocw/shape/countries.prj
ocw/shape/countries.shp
ocw/shape/countries.shx
ocw/shape/us_states.dbf
ocw/shape/us_states.shp
ocw/shape/us_states.shx
ocw/tests/__init__.py
ocw/tests/test_dap.py
ocw/tests/test_dataset.py
ocw/tests/test_dataset_loader.py
ocw/tests/test_dataset_processor.py
ocw/tests/test_evaluation.py
ocw/tests/test_local.py
ocw/tests/test_metrics.py
ocw/tests/test_plotter.py
ocw/tests/test_podaac.py
ocw/tests/test_rcmed.py
ocw/tests/test_utils.py
ocw_config_runner/__init__.py
ocw_config_runner/configuration_parsing.py
ocw_config_runner/configuration_writer.py
ocw_config_runner/evaluation_creation.py
ocw_config_runner/ocw_evaluation_from_config.py
ocw_config_runner/plot_generation.py