Releases: ghrcdaac/dmrpp-generator
Releases · ghrcdaac/dmrpp-generator
v6.0.0
v6.0.0-test
Release v6.0.0-test
v5.2.0
v5.1.2
v5.1.1
v5.1.0
v5.0.1
Release v5.0.1
- Removed terraform code for pulling images from docker hub and pushing to private ecr. There is now a private ecr repository that GHRC manages to use for the lambda image.
- Removed account_id terraform variable
- Updated the lambda functionality to clean up the files in the self.path
- Tested against Cumulus v18.2.0
- opendap/besd:3.21.0-272 base image
v5.0.0
Release v5.0.0
- The terraform module now supports a lambda deployment
- When deploying the lambda a private ECR repository is created and the images is pulled from Docker Hub then pushed to this private repository
- The
dmrpp_regex
is now evaluated usingre.search
instead ofre.match
. This gives more flexibility on the regex.
v4.4.1
Release v4.4.1
- The dmrpp resource base image was updated to use opendap/besd:3.21.0-272
- If you have data that hold big-endian fill values, you will need to re-build the DMR++ for those collections using this version of DMR++ Builder.
- GHRC tested this release with Cumulus v18.2.0
v4.4.0
Release v4.4.0
- opendap/besd:3.21.0-46
- DMR++ Direct I/O for the NetCDF-4 response encoding. This new feature is a significant performance optimization for the production of NetCDF-4 encoded data responses. Requires DMR++ files built with build_dmrpp-3.21.0.40 or later.
- Support for the HDF5 Variable Length String scalars and arrays. Requires DMR++ files built with build_dmrpp-3.21.0.40 or later.
- DMR++ memory and disk caching
- Reduced latency for TEA transactions.
- Uses Cumulus Activity v18.2.0