Skip to content

A docker image that contains CDO, the Climate Data Operators application

License

Notifications You must be signed in to change notification settings

janesweather/docker-cdo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-cdo

A docker image that contains CDO, the Climate Data Operators application

A brief howto

You can run this with docker run alexgleith/cdo. For example, find out the version and format support with docker run alexgleith/cdo cdo --version.

You can also run it with a local folder mounted, so that you can process a dataset:

docker run --rm -v /tmp:/tmp alexgleith/cdo cdo sinfov /tmp/example.grb

Or start up an interactive prompt like:

docker run --rm -v /tmp:/tmp alexgleith/cdo cdo sinfov /tmp/example.grb

Building etc.

This repo contains a Dockerfile and a Makefile. You can build the dockerfile with docker build . or by running make build.

You can run a shell with /tmp mounted using make shell.

About

A docker image that contains CDO, the Climate Data Operators application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%