Metadata-Version: 2.2
Name: xscen
Version: 0.11.0
Summary: A climate change scenario-building analysis framework, built with xclim/xarray.
Author-email: Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca>, Pascal Bourgault <bourgault.pascal@ouranos.ca>, Juliette Lavoie <lavoie.juliette@ouranos.ca>
Maintainer-email: Gabriel Rondeau-Genesse <rondeau-genesse.gabriel@ouranos.ca>, Trevor James Smith <smith.trevorj@ouranos.ca>
Project-URL: Homepage, https://xscen.readthedocs.io/
Project-URL: Changelog, https://xscen.readthedocs.io/en/stable/changelog.html
Project-URL: About Ouranos, https://ouranos.ca/en/
Project-URL: Issue tracker, https://github.com/Ouranosinc/xscen/issues
Project-URL: Source, https://github.com/Ouranosinc/xscen
Keywords: xscen
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.10.0
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cartopy>=0.23.0
Requires-Dist: cftime
Requires-Dist: cf_xarray>=0.7.6
Requires-Dist: clisops>=0.10
Requires-Dist: dask<2024.11,>=2024.8.1
Requires-Dist: flox!=0.9.14
Requires-Dist: fsspec
Requires-Dist: geopandas
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: intake-esm>=2023.07.07
Requires-Dist: matplotlib>=3.6
Requires-Dist: netCDF4
Requires-Dist: numcodecs
Requires-Dist: numpy>=1.24
Requires-Dist: openpyxl
Requires-Dist: pandas>=2.2
Requires-Dist: parse
Requires-Dist: pyarrow>=10.0.1
Requires-Dist: pyyaml
Requires-Dist: rechunker
Requires-Dist: scipy>=1.10
Requires-Dist: shapely>=2.0
Requires-Dist: sparse
Requires-Dist: toolz
Requires-Dist: xarray!=2024.6.0,<2024.10.0,>=2023.11.0
Requires-Dist: xclim<0.55,>=0.53.2
Requires-Dist: zarr<3.0,>=2.13
Provides-Extra: dev
Requires-Dist: babel; extra == "dev"
Requires-Dist: black==24.10.0; extra == "dev"
Requires-Dist: blackdoc==0.3.9; extra == "dev"
Requires-Dist: bump-my-version>=0.28.0; extra == "dev"
Requires-Dist: coverage>=7.5.0; extra == "dev"
Requires-Dist: coveralls>=4.0.1; extra == "dev"
Requires-Dist: flake8>=7.1.1; extra == "dev"
Requires-Dist: flake8-rst-docstrings>=0.3.0; extra == "dev"
Requires-Dist: isort==5.13.2; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: numpydoc>=1.8.0; extra == "dev"
Requires-Dist: pooch>=1.8.0; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Requires-Dist: pytest>=8.3.2; extra == "dev"
Requires-Dist: pytest-xdist[psutil]>=3.2.0; extra == "dev"
Requires-Dist: ruff>=0.8.2; extra == "dev"
Requires-Dist: tox>=4.23.2; extra == "dev"
Requires-Dist: watchdog>=4.0.0; extra == "dev"
Requires-Dist: xdoctest; extra == "dev"
Provides-Extra: docs
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: ipython>=8.5.0; extra == "docs"
Requires-Dist: jupyter_client; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbval; extra == "docs"
Requires-Dist: sphinx>=7.1.0; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-codeautolink>=0.16.2; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-intl; extra == "docs"
Requires-Dist: sphinx-mdinclude; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Provides-Extra: extra
Requires-Dist: xesmf<0.8.8,>=0.7; extra == "extra"
Provides-Extra: all
Requires-Dist: xscen[dev]; extra == "all"
Requires-Dist: xscen[docs]; extra == "all"
Requires-Dist: xscen[extra]; extra == "all"

============
xscen |logo|
============

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |conda| |versions|                           |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs|                                              |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license| |ossf-score| |zenodo|                     |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |black| |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 `xclim`_.

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/

.. |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

.. |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
