-
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.
* minimal rasterize structure for shapes * test rasterize * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rename squares -> box * fix mypy and use python>=3.10 typings * fix docstrings and support points * save label_index_to_category mapping dict * remove column drop, since using view of the data * fix docs * reworking docstring * add tests points * wip * remove instance_key_as_default_value_key * fix tests pre release install * refactoring * tests for alternative calls of rasterize(); refactor relational_query * fix type checking * using to polygons * labels now accept table annotations * testing rasterize for points and shapes when index is str * testing rasterize() for SpatialData objects * changelog --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Luca Marconato <[email protected]>
- Loading branch information
1 parent
62a6440
commit 592561f
Showing
8 changed files
with
770 additions
and
232 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
Oops, something went wrong.