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
This buildpack install ecCodes and you will get the following commands available:
codes_count
codes_info
codes_split_file
bufr_compare
bufr_copy
bufr_count
bufr_dump
bufr_filter
bufr_get
bufr_ls
bufr_set
grib_compare
grib_copy
grib_count
grib_dump
grib_filter
grib_get
grib_get_data
grib_index_build
grib_ls
grib_set
grib_to_netcd
To see more about the usage, please refers to their documentation.
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