Skip to content
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 and compression for netCDF files #16

Closed
mo-marqh opened this issue May 1, 2024 · 1 comment
Closed

packing and compression for netCDF files #16

mo-marqh opened this issue May 1, 2024 · 1 comment

Comments

@mo-marqh
Copy link
Member

mo-marqh commented May 1, 2024

  • Packing: reducing the precision of the data to quantity-specific levels of precision
    • lossy - by definition
  • Compression: algorithmically processing the data to store a compression representation on storage
    • lossless - by expectation

This ticket is targeting the exploration of the capabilities of XIOS+netCDF+HDF to pack and compress data.

  • Packing Techniques:
    • type coercion to integer with scale_factor & add_offset
    • quantization
  • Compression Algorithms
    • GNU compression with gzip
    • ZStandard compression with zstd
  • Parallelisation
    • client
    • server (needs a fairly recent version of parallel netCDF+HDF)
@mo-marqh
Copy link
Member Author

mo-marqh commented Jun 5, 2024

superseded by #28

@mo-marqh mo-marqh closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant