-
Notifications
You must be signed in to change notification settings - Fork 88
Support sharding through config and raster_write_kwargs #1106
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
Open
melonora
wants to merge
52
commits into
scverse:main
Choose a base branch
from
melonora:support_sharding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+387
−44
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
7039c00
build: change supported dask versions
melonora 63fbe9a
feat[config]: allow for persisting config
melonora b7e98b9
test: add config fixture
melonora 558fe97
test: add tests for config
melonora 8eebdb0
add raster write kwargs to api
melonora 790be0c
add tests for raster API
melonora 1a1c673
build: add zarrs-python for improved shard io
melonora 471f72c
CI: change lowerbound dask version
melonora cd48574
build: correct zarrs
melonora 0187fe9
build: change distributed version constraint
melonora b629de0
build: support dask and distributed >=2026.3.0
melonora c2b1375
CI: change lowerbound test version of dask
melonora bf5b910
fix: pre-commit error due to incorrect typehint
melonora 49441fe
build: include zarrs as dependency
melonora 6334fa8
make zarrs codec default
melonora 73ca72a
config: change chunks and shards to accomodate for raster and table
melonora c6041bb
chore: adjust raster_write to new config fields
melonora 278606a
docs: add docstring
melonora f6c0a37
change: add support for providing storage options as list
melonora 36e2271
docs: make docstring for raster write kwargs more clear
melonora 50cb6bb
tests: complete and refactor sharding tests
melonora 6257096
docs: adjust docstring config
melonora 5525fbf
fix: correct parsing chunks, shards argument
melonora 44414c1
test: add testing for adjusting chunks with env variable
melonora e974647
test: write using settings raster_chunks
melonora bd6249e
feat: add raster_write_kwargs to write_element
melonora 2600237
test: add test writing multiple elements with raster_kwargs
melonora bbb4bb6
fix: handle case of element name other than current element
melonora b95c710
fix: add contextmanager preventing settings leakage between tests
melonora 03aafc9
build: remove sharding dependency group
melonora f44221a
Merge branch 'main' into support_sharding
LucaMarconato f77cff4
chore: use JSONdict
melonora d614519
Merge branch 'support_sharding' of github.com:melonora/spatialdata in…
melonora 10ba46b
chore: use JSONDict
melonora c036d49
docs: add comment passing by create_raster_element_kwargs
melonora e65c0fb
docs: consistent arrow format and comment renaming chunks/shards
melonora 26cb40b
refactor: create base_options before storage_options
melonora 2642b74
build: update dependencies
melonora 302fd1a
Merge branch 'main' into support_sharding
LucaMarconato 1ce8d08
Merge branch 'main' into support_sharding
melonora 7851d94
build: make zarrs optional and test dependency
melonora 1cd0eb3
change: don't enforce zarrs codec globally
melonora a2b05ab
add zarrs context manager
melonora 1f49846
revert: config settings restored
melonora 60289cf
tests: add shards check
melonora 9b7e111
chore: add zarrs warning comment
melonora 533355f
docs: added docstring for create_raster_element_kwargs
melonora 4915319
refactor: move normalization raster_write_kwargs
melonora edb245f
refactor: simplify create_raster_element_kwargs
melonora e2dd762
refactor: modify copy raster_write_kwargs
melonora 26aa48c
chore: add comment on prefix raster_
melonora 02d2a6d
docs: use docstring decorator for raster_write_kwargs
melonora 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.