Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CDO to the CF-aware software #536

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions software.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ With the web version, providers can simply provide a link or upload their datase

## Free and Open Source Software Packages

### CDO - Climate Data Operators

[CDO](https://code.mpimet.mpg.de/projects/cdo) is a collection of command line operators to manipulate and analyse climate and NWP model data.
It supports GRIB, netCDF, SERVICE, EXTRA and IEG data formats with more than 600 operators available.
Many of the [operators](https://code.mpimet.mpg.de/projects/cdo/embedded/index.html) rely on the CF conventions to interpret file contents (e.g. grid projections, axis direction, etc.).
CF-compliant output can be produced, especially via the `cmor` and `cmorlite` operators.

### cfdm - Python CF Data Model Package

The [cfdm Python package](https://ncas-cms.github.io/cfdm) implements the [CF data model](https://doi.org/10.5194/gmd-10-4619-2017) for its internal data structures and so is able to process any CF-compliant dataset.
Expand Down