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

use zarr as base file format instead of HDF5 #189

Open
glyg opened this issue May 27, 2020 · 1 comment
Open

use zarr as base file format instead of HDF5 #189

glyg opened this issue May 27, 2020 · 1 comment

Comments

@glyg
Copy link
Member

glyg commented May 27, 2020

HDF5 has issues - it is not very parallel friendly, there is only one implementation of the interface
Also, we don't store the metadata very nicely now (in a json file, not always there, etc.) it would be a good occasion to rethink our I/O workflow.

Along those lines, it would be good to have a more formal simulation workflow - intialization, settings, run the sim, etc.

@glyg
Copy link
Member Author

glyg commented May 27, 2020

Following discussions with regard to the use of zarr for biology images, it seems that maybe using NetCDF would be a good idea, as it is a proven abstraction layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant