sdsc-ordes/modos-api

Simplify MODO creation

Closed this issue · 1 comments

Logic to create a modo in modo.cli and modo.io requires a two-step procedure whereby the zarr store is manually initiated, and add_metadata_group is then called to add metadata. This is something that should be handled by MODO.__init__.

this will be solved as part of #5 and is already addressed in branch refactor/hierarchy