Skip to content

Releases: ghrcdaac/dmrpp-generator

v6.0.0

20 Nov 19:02
Compare
Choose a tag to compare

Release v6.0.0

  • Base Image: opendap/besd:3.21.0-526
  • Added hdf4 handling
  • Tested with Cumulus v18.5.0

v6.0.0-test

05 Nov 14:51
Compare
Choose a tag to compare

Release v6.0.0-test

v5.2.0

18 Oct 16:56
Compare
Choose a tag to compare

Release v5.2.0

v5.1.2

02 Oct 14:33
Compare
Choose a tag to compare

Release v5.1.2

  • Tested against Cumulus v18.4.0
  • opendap/besd:3.21.0-526 base image

v5.1.1

07 Aug 15:53
Compare
Choose a tag to compare

Release v5.1.1

  • The error behavior for output generation is now configurable
  • Tested against Cumulus v18.2.2
  • opendap/besd:3.21.0-388 base image

v5.1.0

24 Jun 18:14
Compare
Choose a tag to compare

Release v5.1.0

  • Tested against Cumulus v18.2.0
  • opendap/besd:3.21.0-388 base image

v5.0.1

16 May 17:07
Compare
Choose a tag to compare

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

22 Apr 17:14
Compare
Choose a tag to compare

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 using re.search instead of re.match. This gives more flexibility on the regex.

v4.4.1

17 Apr 17:26
Compare
Choose a tag to compare

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

06 Mar 17:00
d5fd7de
Compare
Choose a tag to compare

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