-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
packing & compression #28
Comments
XIOS & netCDF support lossless gzip compression. however, this is only available in more recent netCDF + hdf stacks for parallel write, so some older platforms with old versions of netCDF will not be able to provide gzip compression and parallel writing at the same time platforms using netcdf 4.8.x and above can support parallel compression |
chunking of HDF data |
there is a demonstration programme using deciding on the precision control values is a significant effort, requiring computer science and atmospheric science input in order to obtain a computationally and scientifically valid packing mistakes can lead to numerical error, which are problematic within libraries |
explores an issue with handling missing data, which is unresolved at this time |
https://www.researchgate.net/publication/365006139_NetCDF_Compression_Improvements NetCDF Quantization is an interesting approach to packing, with subtle implementation differences compared to the more traditional type changing work is required to explore how this facility could interact with XIOS |
#27 has now been updated and merged there is functionality within XIOS2 & XIOS3 to enable XIOS to handle the type conversion of data, and to intercept out of range values and set these |
Investigate opportunities and costs of lossy packing and lossless compression of data.
This ticket is targeting the exploration of the capabilities of XIOS+netCDF+HDF to pack and compress data.
scale_factor
&add_offset
The text was updated successfully, but these errors were encountered: