Skip to content

Releases: ghrcdaac/dmrpp-generator

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

v4.3.0

17 Apr 17:52
Compare
Choose a tag to compare

Release v4.3.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.
  • Tested with Cumulus v16.1.1

v4.2.2

04 Dec 17:59
Compare
Choose a tag to compare

Release v4.2.2

  • Added log streaming to the DMR++ sub-process call
  • Renamed the compose services to be clearer
  • Increased default timeout to 5 minutes
  • Will now pass through any extra command line arguments to the get_dmrpp call -X and -V for example can be used now
  • The temporary bes files are now written to the users temp directory
  • Logging is more descriptive
  • Note: GHRC tested this release version using Cumulus v16.1.1
  • Coveralls Test coverage CICD integration

v4.2.1

17 Nov 18:03
Compare
Choose a tag to compare

Release v4.2.1

  • Increased default timeout to 600 seconds
  • The logs for the get_dmrpp call will now be streamed real time when using the tool locally
  • Most additional get_dmrpp options can now be passed to the module cli: dmrpp -V -X -p /home/michael/dmrpp-generator/temp
  • In the event of a failure, the temp files will be written to the user's temp directory
  • opendap/besd:3.20.13-998
  • Cumulus v15.0.4 ECS Service

v4.2.0-C18

24 Oct 19:02
Compare
Choose a tag to compare
  • Release v4.2.0-C18
  • opendap/besd:3.20.13-998
  • Cumulus V18.0.0

v4.2.0-C17

24 Oct 21:38
Compare
Choose a tag to compare

Release v4.2.0-C17

  • The dmrpp resource was updated to use opendap/besd:3.20.13-998
  • Removed hardcoded docker compose string, and the subprocess call now uses the actual compose file.
  • The version file will now be used throughout the code instead of hardcoded version strings.
  • An exception will be raised if no .dmrpp outputs are produced (fulfills NSIDC request GHRCCLOUD-5360).

Note: GHRC does not use Cumulus v17.X.X so we are unable to officially verify.

v4.2.0-C16

24 Oct 21:43
Compare
Choose a tag to compare

Release v4.2.0-C16

  • The dmrpp resource was updated to use opendap/besd:3.20.13-998
  • Removed hardcoded docker compose string, and the subprocess call now uses the actual compose file.
  • The version file will now be used throughout the code instead of hardcoded version strings.
  • An exception will be raised if no .dmrpp outputs are produced (fulfills NSIDC request GHRCCLOUD-5360).

Note: GHRC does not use Cumulus v16.X.X so we are unable to officially verify.