GitHub Readme.md
This is a Heroku buildpack working with heroku-20
for vendoring the ecCodes library into your project.
In your project root:
heroku buildpacks:add https://github.com/hello-aurora/eccodes --index 1 --app HEROKU_APP_NAME
Since the installation is cached you might want to clean it out due to config changes.
heroku plugins:install heroku-repo
heroku repo:purge_cache --app HEROKU_APP_NAME
Copy the snippet above into CLI.