-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
napari reader for multiscale-spatial-image datasets #71
Comments
@GenevieveBuckley beautiful! 🥇 💯 It looks like it has not been published yet? Would you like to move the repository to the @giovp @LucaMarconato any thoughts on how we can make this work best with https://github.com/scverse/napari-spatialdata ? |
Great work! 🔥 In In So I think that the two plugins cover different use cases. But they have also a lot of logic in common, so feel free to take code from us/happy to contribute. Notes:
|
@LucaMarconato thanks for the updates -- looks very synergistic!
If there are more additions or constraints to be compatible with ngff in
@astropenguin I am wondering if there is a path to elevate @LucaMarconato @GenevieveBuckley it sounds like a good path forward may be to publish |
I agree, probably the easiest is to sync again after polishing the |
late reply but I agree with @LucaMarconato re targeting different use case yet with potential of reusing implementation. I think it'd make sense to have a stand-alone
This would be really cool. Wonder if some synergies could also be explored with https://github.com/xarray-contrib/xarray-schema . I guess an ideal scenario would be to have one tool to both define the schema and use it for parsing and validation. |
No, it's a super rough draft right now, so I haven't published anything. I think I'd like to get
Sure, I can do that. EDIT: Done, it's at https://github.com/spatial-image/napari-multiscale-spatial-image
I didn't know about napari-spatialdata! Whatever we can do to help or join forces, I'm all for 😄 |
I came across the multiscale-spatial-image package recently, and like it a lot. I thought it would be handy for me to have a napari plugin that can read these and return a pyramid/multiscale structure napari understands.
It's a very rough draft, but you can find it here:
I thought I'd share in case some part of this could be helpful to the wider spatial-image community. Possibly it could be developed into something more general, too.
Most of the curent napari reader plugins for zarr crash if there are multiple datasets contained within the top
.zarr
root node. Of course you can write a 1-2 line script to open a specific level dataset in zarr and then pass it to napari, but it's less convenient than being able to drag and drop the file.The text was updated successfully, but these errors were encountered: