https://github.com/pangeo-data/scikit-downscale
Statistical climate downscaling in Python
https://github.com/pangeo-data/scikit-downscale
climate downscaling scikit-learn xarray
Last synced: about 1 month ago
JSON representation
Statistical climate downscaling in Python
- Host: GitHub
- URL: https://github.com/pangeo-data/scikit-downscale
- Owner: pangeo-data
- License: apache-2.0
- Created: 2017-07-19T18:01:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T20:42:17.000Z (2 months ago)
- Last Synced: 2026-04-19T04:03:20.083Z (about 2 months ago)
- Topics: climate, downscaling, scikit-learn, xarray
- Language: Python
- Homepage: https://scikit-downscale.readthedocs.io/en/latest/
- Size: 16.6 MB
- Stars: 194
- Watchers: 13
- Forks: 43
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.rst
Awesome Lists containing this project
- awesome-meteo - scikit-downscale
- open-sustainable-technology - scikit-downscale - Statistical downscaling and postprocessing models for climate and weather model simulations. (Climate Change / Climate Downscaling)
README
# scikit-downscale
Statistical downscaling and postprocessing models for climate and weather model simulations.
[](https://github.com/jhamman/scikit-downscale/actions?query=workflow%3ACI+branch%3Amain+) [](https://scikit-downscale.readthedocs.io/en/latest/?badge=latest) [](https://mybinder.org/v2/gh/pangeo-data/scikit-downscale/HEAD)
[](https://pypi.org/pypi/name/)

## Development
Sync the development environment with `uv`:
```bash
uv sync --all-groups
```
Run unit tests with:
```bash
uv run pytest
```
## Build Documentation
```bash
# 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
```