-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Is your feature request related to a problem?
Providers (e.g. h5wasm) that read the HDF5 file directly in the browser are unable to take advantage of server-side-generated exports of datasets or slices (URL-based)
Requested solution or feature
Allow client-generated exports to be included in the menu in addition to backend-supported URL endpoints e.g. (lazy: Function | URL: string) instead of just URL: string
Alternatives you've considered
Copying/pasting options discussed in #35 could be relevant, but exports would be nice.
Additional context
The numpy target format (.NPY) is exceptionally well-documented and would be very easy to implement client-side, as well as CSV/TSV for < 3 dims. TIFF is probably possible with a library for 2 dims.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels