You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, we have a already a parser for .geojson data into a shapes object in ShapesModel.parse(). It could be a good starting point to move that into a CLI function.
Instead, for say .png -> .zarr conversion, the pseudocode would look something like this:
use skimage.imread to read the image lazily
use Image2DModel.parse to parse the image
construct a SpatialData object and write it to disk.
If we have a single image, say a
.tiff
file, it would be convenient to be able to:SpatialData
Zarr stored object with a single imageSpatialData
objectAll using the CLI.
The text was updated successfully, but these errors were encountered: