-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented incremental io; tests missing * added draft for write_metadata(); need to write new tests * wip better explanation * fixed bug wrong order of points columns after spatial query * testing the copying of metadata and their inclusion in assert_elements_are_identical * improved readwrite tests * added tests for incremental io * implemented write_metadata for transformations * tests for incremental io of transformation, with separate validation for writing metadata incrementally * tests for IO and incremental IO of consolidated metadata * improved control over elements only on-disk/in-memory * added tests for delete_element_from_disk * fix * added _check_element_not_on_disk_with_different_type() * updated changelog * fixed changelog * attempt fix docs * Update src/spatialdata/_io/_utils.py Co-authored-by: Kevin Yamauchi <[email protected]> * fixes from review * update test read write on disk (#515) * test read write on disk * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * improved tests for workarounds for incremental io * fixed tests * improved comment --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Luca Marconato <[email protected]> * Update src/spatialdata/_core/spatialdata.py Co-authored-by: Giovanni Palla <[email protected]> * list of names for write_element() and delete_element_from_disk() * improved docs * code review from Giovanni --------- Co-authored-by: Kevin Yamauchi <[email protected]> Co-authored-by: ArneD <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Giovanni Palla <[email protected]>
- Loading branch information
1 parent
592561f
commit 137e1e0
Showing
17 changed files
with
1,679 additions
and
525 deletions.
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
Oops, something went wrong.