.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
README-pypi.md
README.md
dev_install.sh
mkdocs.yml
pyproject.toml
./LICENSE
./README-pypi.md
.github/workflows/release-docs.yml.yml
.github/workflows/release_pypi.yml
.github/workflows/release_testpypi.yml
.github/workflows/run_unit_tests.yml
artifacts/siren.ckpt.bkp
docs/CONTRIBUTING.md
docs/api.md
docs/getting_started.md
docs/index.md
docs/license.md
docs/assets/favicon.png
docs/assets/logo-white.svg
docs/assets/logo.svg
docs/diagrams/use_case.d2
docs/diagrams/use_case.svg
docs/javascripts/mathjax.js
docs/plots/finding_surface_by_normals.svg
experiments/jwalczak/01_25_Mar_reconstruction_quality.ipynb
experiments/jwalczak/02_02_Apr_hyp.ipynb
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/prepare_ecad_observations.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/idw/analyze_results.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/idw/optimize_idw.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/idw/trials_idw.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/inr/analyze_results.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/inr/optimize_inr.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/inr/trials_inr.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/kriging/analyze_results.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/kriging/optimize_kriging.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/kriging/trials_kriging.py
experiments/jwalczak/results/siren.ckpt
experiments/jwalczak/results/idw/diff.svg
experiments/jwalczak/results/idw/metrics.csv
experiments/jwalczak/results/idw/signed_diff_hist.svg
experiments/jwalczak/results/ok/diff.svg
experiments/jwalczak/results/ok/metrics.csv
experiments/jwalczak/results/ok/signed_diff_hist.svg
src/climatrix/__init__.py
src/climatrix/_version.py
src/climatrix/comparison.py
src/climatrix/exceptions.py
src/climatrix/io.py
src/climatrix/models.py
src/climatrix/types.py
src/climatrix.egg-info/PKG-INFO
src/climatrix.egg-info/SOURCES.txt
src/climatrix.egg-info/dependency_links.txt
src/climatrix.egg-info/entry_points.txt
src/climatrix.egg-info/requires.txt
src/climatrix.egg-info/top_level.txt
src/climatrix/cli/__init__.py
src/climatrix/cli/dataset.py
src/climatrix/cli/main.py
src/climatrix/dataset/__init__.py
src/climatrix/dataset/axis.py
src/climatrix/dataset/base.py
src/climatrix/dataset/consts.py
src/climatrix/dataset/domain.py
src/climatrix/decorators/__init__.py
src/climatrix/decorators/operators.py
src/climatrix/decorators/runtime.py
src/climatrix/reconstruct/__init__.py
src/climatrix/reconstruct/base.py
src/climatrix/reconstruct/idw.py
src/climatrix/reconstruct/kriging.py
src/climatrix/reconstruct/type.py
src/climatrix/reconstruct/sinet/__init__.py
src/climatrix/reconstruct/sinet/dataset.py
src/climatrix/reconstruct/sinet/losses.py
src/climatrix/reconstruct/sinet/model.py
src/climatrix/reconstruct/sinet/sinet.py
src/climatrix/reconstruct/siren/__init__.py
src/climatrix/reconstruct/siren/dataset.py
src/climatrix/reconstruct/siren/losses.py
src/climatrix/reconstruct/siren/model.py
src/climatrix/reconstruct/siren/siren.py
src/climatrix/resources/logging.ini
src/climatrix/resources/scripts/download/cds/e-obs.toml
src/climatrix/resources/scripts/download/cds/era5-land.toml
src/climatrix/resources/scripts/download/ecad/blend_mean_temperature.sh
src/climatrix/resources/scripts/download/ecad/nonblend_mean_temperature.sh
src/climatrix/resources/scripts/download/hadisd/download_air_temperature.sh
src/climatrix/resources/scripts/plotting/finding_surface_by_normals.py
src/climatrix/resources/scripts/test/_test_kriging.py
src/climatrix/resources/scripts/test/_test_siren.py
src/climatrix/resources/scripts/test/test_accessor.py
src/climatrix/resources/scripts/test/test_add.py
src/climatrix/resources/scripts/test/test_domain_from_latlon.py
src/climatrix/resources/scripts/test/test_idw.py
src/climatrix/resources/scripts/test/test_roll.py
src/climatrix/resources/scripts/test/test_sample_normal.py
src/climatrix/resources/scripts/test/test_sample_uniform.py
src/climatrix/resources/scripts/test/test_sample_uniform_sparse.py
src/climatrix/resources/scripts/test/test_subset_sparse.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/test_comparison.py
tests/unit/test_io.py
tests/unit/utils.py
tests/unit/dataset/__init__.py
tests/unit/dataset/test_base.py
tests/unit/dataset/test_domain.py
tests/unit/decorators/__init__.py
tests/unit/decorators/test_operators.py
tests/unit/decorators/test_runtime.py
tests/unit/reconstruct/__init__.py
tests/unit/reconstruct/test_base_interface.py
tests/unit/reconstruct/test_idw.py
tests/unit/reconstruct/test_kriging.py
tests/unit/reconstruct/test_type.py
tests/unit/reconstruct/siren/__init__.py
tests/unit/reconstruct/siren/test_siren.py