-
Notifications
You must be signed in to change notification settings - Fork 45
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
refactor data loader #299
Merged
Merged
refactor data loader #299
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
45ab2df
fix docs
giovp 0a7eecb
update
giovp 6cff536
get tile centroid and eextent outside of function
giovp 638dd33
add return type
giovp 1736377
move return table out of init
giovp 1ee6abb
add comments
giovp 288e28a
merge branch 'main' into feat/dataloader
giovp 9eb6854
Merge branch 'main' into feat/dataloader
giovp 9079490
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 38cfcff
update precommit
giovp 5dbd876
Merge branch 'main' into feat/dataloader
giovp b9a5b9e
simplify return
giovp 1d2f3cc
update tests and simplify
giovp dd03cdf
add tests
giovp f846caf
fix tests for pandas
giovp 58b15c8
fix import and docs
giovp 43065a9
update api
giovp 556b87b
update import
giovp ffe73ec
fix imports
giovp 05f5db7
update api
giovp bba86ef
fix api
giovp b37f40c
try fix docs
giovp a96b6fd
try fix docs
giovp ceb6f5b
add optional import of dataloader
giovp d290845
minor fixes
giovp 7878379
fix test
giovp 2f0b5e5
Merge branch 'main' into feat/dataloader
giovp 9b84084
fixed typos
LucaMarconato 13da142
Update src/spatialdata/dataloader/datasets.py
giovp 13dc9be
update
giovp 6ef34a5
update with more comments
giovp a65a855
fix precommit
giovp 8ef16eb
modified docstring for transform in ImageTilesDataset
LucaMarconato d24bd7c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 61f347b
Merge branch 'main' into feat/dataloader
giovp f32d472
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fc0528a
Merge branch 'main' into feat/dataloader
giovp 854360d
Merge branch 'main' into feat/dataloader
giovp de79554
Merge branch 'main' into feat/dataloader
LucaMarconato 77a590f
Merge branch 'main' into feat/dataloader
giovp 95b5b49
tryf ixing docs
giovp 16977e0
fix tests again
giovp 4923ee6
fix tests
giovp 63066ea
update
giovp 000f83b
fix docs
giovp fa539f5
update
giovp 63e761d
fix tests and docs and remove
giovp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restoring this, since it's imported from
spatialdata._core.operations