Statistical downscaling and postprocessing models for climate and weather model simulations.
Sync the development environment with uv:
uv sync --all-groupsRun unit tests with:
uv run pytest# Install documentation dependencies
uv sync --group docs
# Build HTML documentation
uv run sphinx-build docs docs/_build/html
# View the built docs
open docs/_build/html/index.html