From f7c18ade24d6f753bab96ac6a80b24f12ed5a360 Mon Sep 17 00:00:00 2001 From: erget Date: Thu, 19 Sep 2024 10:12:21 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20cf-conve?= =?UTF-8?q?ntion/cf-convention.github.io@f9839e6c8934757e70e1eefef5d6ddff0?= =?UTF-8?q?4fed17c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/software.html b/software.html index f184836b..b436308f 100644 --- a/software.html +++ b/software.html @@ -215,6 +215,13 @@

IOOS Compliance Checker

Free and Open Source Software Packages

+

CDO - Climate Data Operators

+ +

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 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 implements the CF data model for its internal data structures and so is able to process any CF-compliant dataset.