.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/cli.md
docs/getting_started.md
docs/index.md
docs/license.md
docs/tutorial.md
docs/assets/diff.png
docs/assets/diff_hist.png
docs/assets/europe.png
docs/assets/europe_sparse.png
docs/assets/favicon.png
docs/assets/logo-white.svg
docs/assets/logo.svg
docs/assets/recon.png
docs/diagrams/use_case.d2
docs/diagrams/use_case.svg
docs/javascripts/mathjax.js
docs/plots/finding_surface_by_normals.svg
examples/hyperparameter_optimization.py
examples/interactive_plotting_demo.py
examples/introduction.ipynb
examples/lat_lon.ipynb
examples/reconstruction.ipynb
examples/sampling.ipynb
examples/siren_checkpoint.pt
experiments/jwalczak/01_Apr_02_compare_recon_method/README.md
experiments/jwalczak/01_Apr_02_compare_recon_method/conf/requirements.txt
experiments/jwalczak/01_Apr_02_compare_recon_method/conf/setup.sh
experiments/jwalczak/01_Apr_02_compare_recon_method/data/README.md
experiments/jwalczak/01_Apr_02_compare_recon_method/images/Dockerfile
experiments/jwalczak/01_Apr_02_compare_recon_method/images/experiment.def
experiments/jwalczak/01_Apr_02_compare_recon_method/images/scripts/entrypoint.sh
experiments/jwalczak/01_Apr_02_compare_recon_method/images/scripts/prepare_ecad_observations.py
experiments/jwalczak/01_Apr_02_compare_recon_method/notebooks/analysis.ipynb
experiments/jwalczak/01_Apr_02_compare_recon_method/notebooks/selected_samples_validation_ok.ipynb
experiments/jwalczak/01_Apr_02_compare_recon_method/notebooks/selected_samples_validation_sinet.ipynb
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/analyse_splits.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/download_blend_mean_temperature.sh
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/idw/analyze_results.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/idw/run_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/prepare_eu_dem.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/inr/mmgn/run_mmgn.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/inr/sinet/run_sinet.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/kriging/analyze_results.py
experiments/jwalczak/01_Apr_02_compare_recon_method/scripts/kriging/run_ok.py
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/warnings.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/dataset/utils.py
src/climatrix/decorators/__init__.py
src/climatrix/decorators/operators.py
src/climatrix/decorators/runtime.py
src/climatrix/optim/__init__.py
src/climatrix/optim/bayesian.py
src/climatrix/optim/hyperparameter.py
src/climatrix/plot/__init__.py
src/climatrix/plot/core.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/mmgn/__init__.py
src/climatrix/reconstruct/mmgn/dataset.py
src/climatrix/reconstruct/mmgn/mmgn.py
src/climatrix/reconstruct/mmgn/model.py
src/climatrix/reconstruct/nn/__init__.py
src/climatrix/reconstruct/nn/base_nn.py
src/climatrix/reconstruct/nn/callbacks.py
src/climatrix/reconstruct/nn/dataset.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/sinet/resources/lat_lon_elevation.npy
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
src/climatrix/resources/static/logo.svg
src/climatrix/resources/static/plot_template.html
src/climatrix/utils/__init__.py
src/climatrix/utils/download.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/test_comparison.py
tests/unit/test_io.py
tests/unit/test_plot.py
tests/unit/test_utils.py
tests/unit/dataset/__init__.py
tests/unit/dataset/test_axis.py
tests/unit/dataset/test_base.py
tests/unit/dataset/test_domain.py
tests/unit/dataset/test_domain_builder.py
tests/unit/dataset/test_sparse_domain_sel_isel.py
tests/unit/decorators/__init__.py
tests/unit/decorators/test_operators.py
tests/unit/decorators/test_runtime.py
tests/unit/optim/__init__.py
tests/unit/optim/test_bayesian.py
tests/unit/plot/__init__.py
tests/unit/plot/test_optimization.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
tests/unit/utils/__init__.py