scikit-downscale
November 19, 2025 ยท View on GitHub
Statistical downscaling and postprocessing models for climate and weather model simulations.
Development
Sync the development environment with uv:
uv sync --all-groups
Run unit tests with:
uv run pytest
Build Documentation
# 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