Skip to content
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

Add support for remote datasets #842

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Conversation

berombau
Copy link
Contributor

This is the PR to close #441.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.97%. Comparing base (412bf45) to head (d97a1d2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #842      +/-   ##
==========================================
+ Coverage   91.95%   91.97%   +0.02%     
==========================================
  Files          47       47              
  Lines        7293     7293              
==========================================
+ Hits         6706     6708       +2     
+ Misses        587      585       -2     

see 1 file with indirect coverage changes

@LucaMarconato LucaMarconato marked this pull request as ready for review January 31, 2025 09:48
@LucaMarconato LucaMarconato marked this pull request as draft January 31, 2025 14:53
@berombau
Copy link
Contributor Author

berombau commented Feb 1, 2025

I added my progress. Local read/write behavior should still work. Remote reading for raster (image, labels) elements is added. The tests succeeded locally and I expanded the remote tests for future work on reading and writing all elements.

Next steps are:

  • merging with the incremental reading now in main
  • finish the public element read functions
  • merge

Out-of-scope for this PR:

  • support for the remaining points, shapes and tables elements
  • support writing to remote

@LucaMarconato
Copy link
Member

LucaMarconato commented Feb 1, 2025

Thanks @berombau! I will take over for this 😊 (timeline, working on 2-3 PRs and then I want to work on this next).

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.

Support for private remote object storage
2 participants