Skip to content

Heroku buildpack for the Climate Data Operators (CDO)

Notifications You must be signed in to change notification settings

hello-aurora/cdo-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CDO

Buildpack for vendoring the cdo library into your project. Can be used with Heroku or Dokku.

After the installation process, you will be able to access the following libraries:

CDO requires a lot of memory. You might need > 1GO of RAM.

Installation

Heroku:

heroku buildpacks:add https://github.com/hello-aurora/cdo --index 1 --app <APP_NAME>

Dokku:

dokku buildpacks:add --index 1 <APP_NAME> https://github.com/hello-aurora/cdo

Clear cache

Since the installation is cached you might want to clean it out due to config changes.

Heroku:

heroku plugins:install heroku-repo
heroku repo:purge_cache --app <APP_NAME>

Dokku:

dokku repo:purge-cache <APP_NAME>

About

Heroku buildpack for the Climate Data Operators (CDO)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages