Skip to content

Support loading Parquet data via sdata_store #491

@keller-mark

Description

@keller-mark

Currently, the widget just hangs when the JS code tries to load Parquet data across the _zarr_get function

def _zarr_get(self, params, buffers):

Our code on the JS side is designed to support this

https://github.com/vitessce/vitessce/blob/376ab6d74695d07ee9213882923e3024e180a29b/packages/file-types/spatial-zarr/src/SpatialDataTableSource.js#L236

Perhaps Zarr does not recognize the parquet relative path as a valid key. I seem to remember seeing a zarr issue about this (either a proposal or an issue/PR in one of the zarr implementations) about ignoring/excluding/erroring for non-zarr data contained in a zarr store/directory. For the life of me i cannot find the issue now. A quick look at the current Store.get methods in zarr-python make it seem like they don't check the returned data, so a closer look is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions