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

Support compression options in HDF5IO #77

Open
oruebel opened this issue Aug 21, 2024 · 0 comments
Open

Support compression options in HDF5IO #77

oruebel opened this issue Aug 21, 2024 · 0 comments
Labels
category: enhancement proposed enhancements or new features priority: medium non-critical problem and/or affecting only a small set of users

Comments

@oruebel
Copy link
Contributor

oruebel commented Aug 21, 2024

Currently HDF5IO appears to only support chunking. It would be useful to also allow common compression options to be set for datasets.

aqnwb/src/hdf5/HDF5IO.hpp

Lines 213 to 217 in 42d3320

std::unique_ptr<BaseRecordingData> createArrayDataSet(
const BaseDataType& type,
const SizeArray& size,
const SizeArray& chunking,
const std::string& path) override;

@oruebel oruebel added category: enhancement proposed enhancements or new features priority: medium non-critical problem and/or affecting only a small set of users labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement proposed enhancements or new features priority: medium non-critical problem and/or affecting only a small set of users
Projects
None yet
Development

No branches or pull requests

1 participant