py-cordex: create cordex grids and meta data#
This package offers python tools for the CORDEX community and should make your work with CORDEX grids and meta data easy.
Most of the tools leverage the xarray API to create grid and coordinate informations and data of CORDEX domains in the
form of an xarray.Dataset directly from the official CORDEX archive specifications.
Please have a look at the introduction noteboook!
Features#
Tools to manage CORDEX grids as xarray datasets.
Includes coordinate transformations, bounds and vertices for CORDEX datasets.
Utitlities for cmorization to make the CORDEX ensembles more consistent.
You can use this package, e.g., to easily access CORDEX grid definitions:
import cordex as cx
cx.domain("EUR-11")
to create an xarray Dataset:
and make a quick plot using the accessor:
cx.domain("EUR-11").cx.map()
For planned features, please have a look at the issues, grab one, and contribute!
Installation#
You can install py-cordex using pip or conda, e.g.
pip install py-cordex
or
conda install -c conda-forge py-cordex
Installation from source#
For instructions to install py-cordex from source, please have a look at the contributing guide. If you want to contribute, please get in contact as early as possible, e.g., using draft pull requests.
Credits#
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Parts of this package have been developed within the project Pilot Lab Exascale Earth System Modelling (PL-ExaESM).
Contents
- Installation
- A note on CORDEX datasets
- Contributing
- Credits
- What’s new
- v0.10.4 (29 May 2026)
- v0.10.3 (05 March 2026)
- v0.10.2 (18 September 2025)
- v0.10.1 (02 June 2025)
- v0.10.0 (30 May 2025)
- v0.9.0 (18 November 2024)
- v0.8.0 (27 June 2024)
- v0.7.1 (4 June 2024)
- v0.7.0 (25 February 2024)
- v0.6.6 (9 November 2023)
- v0.6.5 (26 October 2023)
- v0.6.4 (4 October 2023)
- v0.6.3 (17 August 2023)
- v0.6.2 (17 July 2023)
- v0.6.1 (17 July 2023)
- v0.6.0 (11 July 2023)
- v0.5.2 (5 April 2023)
- v0.5.1 (2 March 2023)
- v0.5.0 (2 March 2023)
- v0.4.1 (23 June 2022)
- v0.4.0 (29 April 2022)
- v0.3.2 (30 March 2022)
- v0.3.1 (24 February 2022)
- v0.3.0 (12 January 2022)
- v0.2.1 (1 November 2021)
- v0.2.0 (28 October 2021)
- v0.1.2 (3 June 2021)
- API reference