rockverse.open#

rockverse.open(store, *, path=None, **kwargs)[source]#

Opens RockVerse data.

Parameters:#

storestr or zarr.storage.BaseStore

Path or zarr store object containing RockVerse data.

pathstr | None, optional

The path within the store to open.

kwargsdict

Additional arguments passed to zarr.open.

Returns:#

object

An instance of the corresponding RockVerse data class.

Raises:#

ValueError

If the store does not contain valid RockVerse data or an unsupported data type.