Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 877 Bytes

Dockerized CDO

This Image provides the Climate Data Operators (CDO) v1.9.10 command-line tool, within a Docker container. CDO is a collection of command-line operators for manipulating and analyzing climate and forecast data files.

Quick Start

docker run --rm -v ${PWD}:/data ghcr.io/hstin-de/cdo --help

Get Information about a NetCDF or GRIB file:

docker run --rm -v ${PWD}:/data ghcr.io/hstin-de/cdo info example.grib2

Replace example.grib2 with the name of your NetCDF or GRIB file.

Building the Image

docker build -t hstin-de/cdo .

This command builds the Docker image and tags it as hstin-de/cdo. You can adjust the tag according to your versioning or naming conventions.


Refer to the CDO User Guide for more comprehensive details on using CDO and its commands.