-
Notifications
You must be signed in to change notification settings - Fork 70
add remote support #971
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
base: main
Are you sure you want to change the base?
add remote support #971
Conversation
for more information, see https://pre-commit.ci
This reverts commit 1f8a01c.
Co-authored-by: LucaMarconato <[email protected]>
…eate_upath function
… support for other elements
for more information, see https://pre-commit.ci
…or to emulate previous ome_zarr.io.parse_url
…eate_upath function
… support for other elements
for more information, see https://pre-commit.ci
…or to emulate previous ome_zarr.io.parse_url
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #971 +/- ##
==========================================
+ Coverage 92.11% 92.39% +0.28%
==========================================
Files 48 48
Lines 7429 7453 +24
==========================================
+ Hits 6843 6886 +43
+ Misses 586 567 -19
🚀 New features to boost your workflow:
|
* tests: update tests to use remote paths * spatialdata._io._utils: support consolidated remote stores * spatialdata._io.format: supprot remote embl datasets on s3 --------- Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
Co-authored-by: Wouter-Michiel Vierdag <[email protected]>
* refactor StoreLike to types * support remote write points and shapes * cleanup * add additional remote write support * update dependency ome-zarr * revert update dependency * support remote write tables
@ap-- @berombau been a long time coming but almost ready to get all the work in regarding remote read and write support. Will add some tests for azure still as well. One blocker currently is that we require the newest version of ome-zarr which includes a fix that I implemented for writing images and labels on remote. The problem is that this version is only available with zarr>3. |
Awesome! And thanks for all the work 🙏 Great to see that this will be included. |
No description provided.