skorper opened a new pull request, #270: URL: https://github.com/apache/incubator-sdap-nexus/pull/270
[SDAP-481](https://issues.apache.org/jira/browse/SDAP-481) _(NOTE: Will change PR target once 455 is merged)_ - Enabled internal compression for netcdf match up outputs - Upgraded to `netcdf4==1.6.4`. This is required as the compression params in `createVariable` are only available in newer versions of this library. --- Tested this locally. Compared the output with the following command output: ```bash nccopy -4 -d 5 ... ``` Confirmed variables all contain `_DeflateLevel = 5` in the following output: ```bash ncdump -h -s ... ``` Vardis also confirmed the outputs look as expected. --- Idea for future improvement -- allow user to specify compression level? This is currently set to 5. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org