OME-Zarr Validator
Validate local and remote OME-Zarrs using the OME-Zarr validator.
Validate local data
Terminal
Activate the conda environment ngff_workshop
:
Browse into the example data directory
Validate one of the example OME-Zarrs:
The validator will open in a web browser and demonstrate various metadata fields of the OME-Zarr dataset.
- Find out the metadata fields such as axes, units and scales.
- Check the array and chunk shapes and bytes per resolution level.
- Visualize a single chunk.
Python
Make sure the environment ngff_workshop
is active
and you are in the example_omezarrs
folder.
Then access Python:
Do the relevant imports and validate the dataset:
Validate remote data
Now the aim is to validate the remotely stored version of the same dataset.
Enter the following into your browser:
Then paste the following dataset url after the 'equal' sign:
Thus construct the following link:
Note that with the remote url it is possible to copy the link from your browser and share it with your colleagues.