xaviernogueira / traverzarr

3 stars 0 forks source link

Support object store and http pathing #1

Open xaviernogueira opened 4 months ago

xaviernogueira commented 4 months ago

Currently the basic demo of this library only works if your Zarr Group search JSON is stored in a local file system. This library injests it into pydantic.BaseModels, and allows programatic navigation thru the ZarrGroup.

While the concept works. In reality we need this to work with fsspec and requests for object store and HTTP respectively. @jedsundwall

jedsundwall commented 4 months ago

Loved seeing you hack this together so quickly, Xavier! Glad to keep working with you on it. :D

xaviernogueira commented 4 months ago

@jedsundwall circling back to this! It was great working with you. I'll be reaching out on slack so we can potentially discuss next steps.