Skip to content

Conversation

melonora
Copy link
Collaborator

No description provided.

berombau and others added 30 commits January 24, 2025 10:34
…or to emulate previous ome_zarr.io.parse_url
@melonora melonora marked this pull request as draft August 20, 2025 07:51
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

❌ Patch coverage is 95.97990% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.39%. Comparing base (4021946) to head (a0ec5be).
⚠️ Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata/_io/_utils.py 88.23% 4 Missing ⚠️
src/spatialdata/_core/operations/vectorize.py 88.88% 1 Missing ⚠️
src/spatialdata/_core/query/_utils.py 66.66% 1 Missing ⚠️
src/spatialdata/_io/io_raster.py 90.00% 1 Missing ⚠️
src/spatialdata/_io/io_zarr.py 97.05% 1 Missing ⚠️
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     
Files with missing lines Coverage Δ
src/spatialdata/__init__.py 96.42% <100.00%> (ø)
src/spatialdata/_core/_deepcopy.py 98.36% <ø> (-0.03%) ⬇️
src/spatialdata/_core/_elements.py 92.30% <100.00%> (+0.08%) ⬆️
src/spatialdata/_core/_utils.py 100.00% <100.00%> (ø)
src/spatialdata/_core/centroids.py 100.00% <ø> (ø)
src/spatialdata/_core/concatenate.py 92.00% <ø> (-0.07%) ⬇️
src/spatialdata/_core/data_extent.py 97.88% <ø> (-0.03%) ⬇️
src/spatialdata/_core/operations/aggregate.py 94.31% <100.00%> (-0.04%) ⬇️
src/spatialdata/_core/operations/map.py 98.79% <ø> (+1.12%) ⬆️
src/spatialdata/_core/operations/rasterize.py 90.03% <ø> (-0.04%) ⬇️
... and 24 more

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

ap-- and others added 6 commits August 20, 2025 11:06
* 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]>
* 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
@melonora
Copy link
Collaborator Author

@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.
We are currently working on getting this zarr v3 support.

@ap--
Copy link

ap-- commented Aug 22, 2025

Awesome! And thanks for all the work 🙏 Great to see that this will be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants