Replies: 6 comments 3 replies
-
Hi @udras. Great to hear about your in Zarr, and I look forward to hearing more about your use case. If I understand correctly, what you are referring to is already possible. All of the files you see on https://idr.github.io/ome-ngff-samples, for example, are being accessed via HTTP directly by from the browser. that looks like this: where each of the individual chunks is a URL of the form: |
Beta Was this translation helpful? Give feedback.
-
@joshmoore those examples require accessing data via http, but I think @udras wants to use the browser to access user's local data, i.e. no http required. I think it's a great idea! |
Beta Was this translation helpful? Give feedback.
-
Sounds great! So, you're proposing to add a new type of File System store to zarrita.js? |
Beta Was this translation helpful? Give feedback.
-
Thanks for pinging me @joshmoore. Yes, I've been considering implementing a web version of the One of the main design considerations in the zarrita rewrite was to make it very simple to write custom stores. You just need to implement Here is an example of a
|
Beta Was this translation helpful? Give feedback.
-
We have discussed using this functionality for Vitessce as well so would be interested! vitessce/vitessce#1278 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you for the feedback, everyone! I will discuss this with our group leader - it certainly seems to be a worthwhile endeavor. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I recently joined a research group at a Swiss hospital that maintains and continuously develops a data warehouse. Recently, we have been exploring the use of zarr-python for efficiently accessing time-series data on a server backend and displaying it on a client's web browser. Our experience with Zarr has been very positive and we are cofident we will eventually use this in production.
As we further test the viability of using Zarr for our purposes, we have come across a use case that we believe would greatly benefit from a specific feature. We are interested in a scenario where Zarr data stored on the local disk of a client can be accessed and displayed in the browser without the need to communicate with the server. In other words, we are looking for a purely clientside solution. It is my understanding that this would require a special kind of store - similar to the Zarrita File System Store, but that gains access to the file system using the File System Access API [1] [2].
I would like to gauge the general interest of the community in such a feature. We believe that it would unlock a powerful and much requested capability for our users. We would greatly appreciate any insights or feedback you may have, and will influence our management's decision to continue developing the feature internally or open-source.
Beta Was this translation helpful? Give feedback.
All reactions