xscen
A climate change scenario-building analysis framework, built with Intake-esm catalogs and xarray-based packages such as xclim and xESMF.
https://github.com/Ouranosinc/xscen
Category: Climate Change
Sub Category: Climate Data Processing and Analysis
Keywords from Contributors
climate-science xclim anuclim climate-analysis icclim netcdf4 archiving climate earth-system-model hydrology-statistical
Last synced: about 6 hours ago
JSON representation
Repository metadata
A climate change scenario-building analysis framework.
- Host: GitHub
- URL: https://github.com/Ouranosinc/xscen
- Owner: Ouranosinc
- License: apache-2.0
- Created: 2022-06-02T19:59:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-23T18:58:27.000Z (9 days ago)
- Last Synced: 2025-09-30T03:35:16.075Z (2 days ago)
- Language: Python
- Homepage: https://xscen.readthedocs.io/
- Size: 13.1 MB
- Stars: 20
- Watchers: 5
- Forks: 3
- Open Issues: 43
- Releases: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.rst
- Zenodo: .zenodo.json
README.rst
============ xscen |logo| ============ +----------------------------+-------------------------------------------------------+ | Versions | |pypi| |conda| |versions| | +----------------------------+-------------------------------------------------------+ | Documentation and Support | |docs| | +----------------------------+-------------------------------------------------------+ | Open Source | |license| |ossf-score| |zenodo| | +----------------------------+-------------------------------------------------------+ | Coding Standards | |black| |isort| |ruff| |pre-commit| |ossf-bp| |fossa| | +----------------------------+-------------------------------------------------------+ | Development Status | |status| |build| |coveralls| | +----------------------------+-------------------------------------------------------+ A climate change scenario-building analysis framework, built with `intake-esm` catalogs and `xarray`-based packages such as `xclim` and `xESMF`. For documentation concerning `xscen`, see: https://xscen.readthedocs.io/en/latest/ Features -------- * Supports workflows with YAML configuration files for better transparency, reproducibility, and long-term backups. * `intake-esm`_-based catalog to find and manage climate data. * Climate dataset extraction, subsetting, and temporal aggregation. * Calculate missing variables through `intake-esm`'s `DerivedVariableRegistry`_. * Regridding powered by `xESMF`_. * Bias adjustment tools provided by `xsdba`_. Installation ------------ Please refer to the `installation docs`_. Acknowledgments --------------- This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/cookiecutter/cookiecutter .. _DerivedVariableRegistry: https://intake-esm.readthedocs.io/en/latest/how-to/define-and-use-derived-variable-registry.html .. _Ouranosinc/cookiecutter-pypackage: https://github.com/Ouranosinc/cookiecutter-pypackage .. _installation docs: https://xscen.readthedocs.io/en/latest/installation.html .. _intake-esm: https://intake-esm.readthedocs.io/ .. _xESMF: https://xesmf.readthedocs.io/ .. _xclim: https://xclim.readthedocs.io/ .. _xsdba: https://xsdba.readthedocs.io/ .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Python Black .. |build| image:: https://github.com/Ouranosinc/xscen/actions/workflows/main.yml/badge.svg :target: https://github.com/Ouranosinc/xscen/actions/workflows/main.yml :alt: Build Status .. |conda| image:: https://img.shields.io/conda/vn/conda-forge/xscen.svg :target: https://anaconda.org/conda-forge/xscen :alt: Conda Build .. |coveralls| image:: https://coveralls.io/repos/github/Ouranosinc/xscen/badge.svg :target: https://coveralls.io/github/Ouranosinc/xscen :alt: Coveralls .. |docs| image:: https://readthedocs.org/projects/xscen/badge/?version=latest :target: https://xscen.readthedocs.io/en/latest :alt: Documentation Status .. |fossa| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2FOuranosinc%2Fxscen.svg?type=shield :target: https://app.fossa.com/projects/git%2Bgithub.com%2FOuranosinc%2Fxscen?ref=badge_shield :alt: FOSSA .. |isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 :target: https://pycqa.github.io/isort/ :alt: Isort .. |license| image:: https://img.shields.io/pypi/l/figanos :target: https://github.com/Ouranosinc/figanos/blob/main/LICENSE :alt: License .. |logo| image:: https://raw.githubusercontent.com/Ouranosinc/xscen/main/docs/_static/_images/xscen-logo-small.png :target: https://github.com/Ouranosinc/xscen :alt: xscen Logo .. |ossf-bp| image:: https://bestpractices.coreinfrastructure.org/projects/9945/badge :target: https://bestpractices.coreinfrastructure.org/projects/9945 :alt: Open Source Security Foundation Best Practices .. |ossf-score| image:: https://api.securityscorecards.dev/projects/github.com/Ouranosinc/xscen/badge :target: https://securityscorecards.dev/viewer/?uri=github.com/Ouranosinc/xscen :alt: Open Source Security Foundation Scorecard .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/Ouranosinc/xscen/main.svg :target: https://results.pre-commit.ci/latest/github/Ouranosinc/xscen/main :alt: pre-commit.ci status .. |pypi| image:: https://img.shields.io/pypi/v/xscen.svg :target: https://pypi.python.org/pypi/xscen :alt: Python Package Index .. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json :target: https://github.com/astral-sh/ruff :alt: Ruff .. |status| image:: https://www.repostatus.org/badges/latest/active.svg :target: https://www.repostatus.org/#active :alt: Project Status: Active The project has reached a stable, usable state and is being actively developed. .. |versions| image:: https://img.shields.io/pypi/pyversions/xscen.svg :target: https://pypi.python.org/pypi/xscen :alt: Supported Python Versions .. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7897542.svg :target: https://doi.org/10.5281/zenodo.7897542 :alt: Zenodo DOI
Owner metadata
- Name: Ouranos inc.
- Login: Ouranosinc
- Email:
- Kind: organization
- Description: Consortium on regional climatology
- Website: www.ouranos.ca
- Location: Canada
- Twitter: ouranos_cc
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1696763?v=4
- Repositories: 37
- Last ynced at: 2023-02-26T14:20:41.025Z
- Profile URL: https://github.com/Ouranosinc
GitHub Events
Total
- Create event: 130
- Commit comment event: 2
- Release event: 9
- Issues event: 37
- Watch event: 4
- Delete event: 119
- Issue comment event: 160
- Push event: 544
- Pull request review comment event: 117
- Pull request review event: 197
- Pull request event: 226
Last Year
- Create event: 130
- Commit comment event: 2
- Release event: 9
- Issues event: 37
- Watch event: 4
- Delete event: 119
- Issue comment event: 160
- Push event: 544
- Pull request review comment event: 117
- Pull request review event: 197
- Pull request event: 226
Committers metadata
Last synced: 1 day ago
Total Commits: 2,583
Total Committers: 23
Avg Commits per committer: 112.304
Development Distribution Score (DDS): 0.795
Commits in past year: 561
Committers in past year: 15
Avg Commits per committer in past year: 37.4
Development Distribution Score (DDS) in past year: 0.816
Name | Commits | |
---|---|---|
RondeauG | r****l@o****a | 530 |
juliettelavoie | j****e@h****a | 501 |
Zeitsperre | 1****e@u****m | 442 |
Pascal Bourgault | b****l@o****a | 358 |
bumpversion[bot] | b****]@o****a | 160 |
RondeauG | 3****G@u****m | 113 |
pre-commit-ci[bot] | 6****]@u****m | 111 |
dependabot[bot] | 4****]@u****m | 94 |
Éric Dupuis | e****1@u****a | 71 |
Ouranos Helper Bot | g****t@o****a | 62 |
Marco Braun | B****o@o****a | 52 |
Marco Braun | 4****o@u****m | 19 |
SarahG-579462 | g****h@o****a | 16 |
Sarah-Claude Bourdeau | 8****e@u****m | 12 |
sarahclaude | s****g@g****m | 11 |
Pascal Bourgault | b****l@o****a | 9 |
Rondeau-Genesse | g****1@o****a | 5 |
Éric Dupuis | 7****i@u****m | 5 |
Eric Dupuis | e****s@d****a | 4 |
ArtemBuyalo | a****o@m****a | 3 |
Blaise Gauvin St-Denis | s****e@o****a | 2 |
sg.2475962 | s****2@g****m | 2 |
Sarah Gammon | 9****2@u****m | 1 |
Committer domains:
- ouranos.ca: 9
- mail.mcgill.ca: 1
- doris.ouranos.ca: 1
- umontreal.ca: 1
- hotmail.ca: 1
Issue and Pull Request metadata
Last synced: about 21 hours ago
Total issues: 106
Total pull requests: 657
Average time to close issues: 3 months
Average time to close pull requests: 5 days
Total issue authors: 14
Total pull request authors: 13
Average comments per issue: 1.74
Average comments per pull request: 0.91
Merged pull request: 529
Bot issues: 6
Bot pull requests: 269
Past year issues: 18
Past year pull requests: 261
Past year average time to close issues: 6 days
Past year average time to close pull requests: 5 days
Past year issue authors: 6
Past year pull request authors: 9
Past year average comments per issue: 1.72
Past year average comments per pull request: 0.95
Past year merged pull request: 174
Past year bot issues: 1
Past year bot pull requests: 109
Top Issue Authors
- RondeauG (37)
- juliettelavoie (24)
- aulemahal (17)
- Zeitsperre (6)
- SarahG-579462 (6)
- github-actions[bot] (5)
- coxipi (2)
- mccrayc (2)
- sarahclaude (2)
- vindelico (1)
- sg2475962 (1)
- dependabot[bot] (1)
- lou-a (1)
- bstdenis (1)
Top Pull Request Authors
- dependabot[bot] (225)
- RondeauG (108)
- Zeitsperre (103)
- aulemahal (84)
- juliettelavoie (61)
- pre-commit-ci[bot] (44)
- coxipi (17)
- vindelico (5)
- SarahG-579462 (5)
- bstdenis (2)
- ArtemBuyalo (1)
- sarahclaude (1)
- sg2475962 (1)
Top Issue Labels
- enhancement (43)
- bug (31)
- documentation (8)
- CI (5)
- help wanted (3)
- wontfix (2)
- good first issue (1)
- dependencies (1)
- github_actions (1)
Top Pull Request Labels
- dependencies (234)
- CI (119)
- github_actions (114)
- python (110)
- docs (33)
- documentation (18)
- enhancement (11)
- bug (10)
- xclim (1)
Package metadata
- Total packages: 3
-
Total downloads:
- pypi: 5,841 last-month
- Total dependent packages: 1 (may contain duplicates)
- Total dependent repositories: 1 (may contain duplicates)
- Total versions: 59
- Total maintainers: 3
proxy.golang.org: github.com/Ouranosinc/xscen
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Ouranosinc/xscen#section-documentation
- Licenses: apache-2.0
- Latest release: v0.13.0 (published 29 days ago)
- Last Synced: 2025-10-01T04:07:41.478Z (1 day ago)
- Versions: 21
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.395%
- Average: 5.576%
- Dependent repos count: 5.758%
proxy.golang.org: github.com/ouranosinc/xscen
- Homepage:
- Documentation: https://pkg.go.dev/github.com/ouranosinc/xscen#section-documentation
- Licenses: apache-2.0
- Latest release: v0.13.0 (published 29 days ago)
- Last Synced: 2025-10-01T04:07:41.695Z (1 day ago)
- Versions: 21
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.395%
- Average: 5.576%
- Dependent repos count: 5.758%
pypi.org: xscen
A climate change scenario-building analysis framework, built with xclim/xarray.
- Homepage: https://xscen.readthedocs.io/
- Documentation: https://xscen.readthedocs.io/
- Licenses: Apache Software License
- Latest release: 0.13.0 (published 29 days ago)
- Last Synced: 2025-10-01T04:07:39.822Z (1 day ago)
- Versions: 17
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 5,841 Last month
-
Rankings:
- Dependent packages count: 4.798%
- Stargazers count: 16.055%
- Average: 19.464%
- Dependent repos count: 21.526%
- Forks count: 22.633%
- Downloads: 32.31%
- Maintainers (3)
Dependencies
- actions/checkout v3 composite
- actions/setup-python v4 composite
- ad-m/github-push-action master composite
- actions/checkout v3 composite
- github/codeql-action/analyze v1 composite
- github/codeql-action/autobuild v1 composite
- github/codeql-action/init v1 composite
- actions/checkout v3 composite
- haya14busa/action-cond v1 composite
- mamba-org/provision-with-micromamba main composite
- uibcdf/action-build-and-upload-conda-packages v1.2.0 composite
- actions/github-script v6 composite
- actions/labeler v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- mamba-org/setup-micromamba v1 composite
- styfle/cancel-workflow-action 0.11.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v4.1.1 composite
- saadmk11/github-actions-version-updater v0.8.1 composite
- babel *
- cartopy *
- cf_xarray >=0.7.6
- cftime *
- clisops >=0.10
- dask *
- flox *
- fsspec <2023.10.0
- geopandas *
- h5netcdf *
- h5py *
- intake-esm >=2023.07.07
- matplotlib *
- netCDF4 *
- numpy *
- pandas >=2.0
- parse *
- pyarrow *
- pyyaml *
- rechunker *
- shapely >=2.0
- sparse *
- toolz *
- xarray <2023.11.0
- xclim >=0.46.0
- xesmf >=0.7
- zarr *
- babel
- cartopy
- cf_xarray >=0.7.6
- cftime
- clisops >=0.10
- dask
- flox
- fsspec <2023.10.0
- geopandas
- h5netcdf
- h5py
- intake-esm >=2023.07.07
- matplotlib
- nc-time-axis >=1.3.1
- netcdf4
- numpy
- pandas >=2.0
- parse
- pip
- pyarrow >=1.0.0
- python >=3.9
- pyyaml
- rechunker
- shapely >=2.0
- sparse
- toolz
- xarray <2023.11.0
- xclim >=0.46.0
- xesmf >=0.7
- zarr
Score: 15.952141887991875