is_zarr¶
tiatoolbox.wsicore.wsireader.is_zarr
- is_zarr(path, **kwargs)[source]¶
Check if the input is a Zarr file.
- Parameters:
path (Path) – Path to the file to check.
kwargs (Unpack[WSIReaderParams])
- Returns:
True if the file is a Zarr file.
- Return type: