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

[Feature]: Add default and customizable configuration for dataset chunking #635

Open
2 tasks done
ehennestad opened this issue Nov 23, 2024 · 0 comments · May be fixed by #636
Open
2 tasks done

[Feature]: Add default and customizable configuration for dataset chunking #635

ehennestad opened this issue Nov 23, 2024 · 0 comments · May be fixed by #636
Labels
category: enhancement improvements of code or code behavior priority: high impacts proper operation or use of feature important to most users status: todo something needs to be done topic: nwb-file relates to how an exported nwb file is structured

Comments

@ehennestad
Copy link
Collaborator

What would you like to see added to MatNWB?

  • A default set of chunking options that can be customised for individual NWB types
  • Utility function for applying the default chunking options to an NWB file

Should not apply default chunking options to datasets where chunking options are set manually by the user.

@bendichter Please add more details

Is your feature request related to a problem?

No response

What solution would you like?

chunkConfig = nwbGetChunkConfiguration()
nwbObj = NwbFile(...)
nwbObj.applyChunkConfig(chunkConfig)
% Alternatively
nwbexport(nwbObj, "ChunkConfiguration", chunkConfig)

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

@ehennestad ehennestad linked a pull request Nov 23, 2024 that will close this issue
3 tasks
@ehennestad ehennestad added category: enhancement improvements of code or code behavior priority: high impacts proper operation or use of feature important to most users status: todo something needs to be done topic: nwb-file relates to how an exported nwb file is structured labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement improvements of code or code behavior priority: high impacts proper operation or use of feature important to most users status: todo something needs to be done topic: nwb-file relates to how an exported nwb file is structured
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant