phenotypic.sdk_.is_zarr_store_name#

phenotypic.sdk_.is_zarr_store_name(path: Path | str) bool[source]#

Return whether a path name uses a supported Zarr store suffix.

.ome.zarr remains the canonical PhenoTypic output suffix. Generic .zarr names are accepted as inputs so validity can be decided by the NGFF reader at the open/render boundary.

Parameters:

path (Path | str)

Return type:

bool