Will Moore
Will Moore
As mentioned on https://github.com/zarr-developers/zarr-python/issues/962, the example can be simplified to remove `ome_zarr` and get the same exception: ``` import numpy as np import zarr from zarr.storage import FSStore import os...
Interestingly, I don't see the same issue if I import the image normally (without ```--skip thumbnails```). If I import 1 image with ```--skip thumbnails``` and 1 normally, then delete rendering...
Also, if I delete RenderingDefs, then the Owner of the image is the first to view it (and create thumbs etc), now I can no-longer create the wrong-sized thumbnail for...
@kevinyamauchi certainly good to get broader feedback, especially if all cc'd above are happy. One thing that is always useful is some sample data in the proposed format (or a...
According to the linked issue above, openMINDS uses JSON-Schema tools for validation. Testing on-line with https://www.jsonschemavalidator.net/ OR with python: https://pypi.org/project/jsonschema/, using the following schema, simplified from openMINDS original.... ``` {...
The schema and the JSON are both in that comment. Text is a bit jumbled - I'll fix...
I guess the fact that validation doesn't fail for invalid types when the properties key is a URL is what's meant by "The validation of JSON-LDs across links definitely more...
"link to data" could just be a bit more light-weight: "add a JSON snippet" ? If it's at an early stage of discussion, no data may exist yet.
`"In order to uniquely identify the images that are being generated"` from the PR - It may be obvious, but maybe that (or something similar) should be included in the...
Where will I use the UUID? E.g. In a description of another NGFF Image `This image was processed from Image "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"` or in a JSON `collection: [{"id": "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"}, ...]` or...