-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* example * assign the pixels ids based on their polygons then group them using their ids * fix importing xagg and run an example * xagg using openEO data , it needs to implement parallel processing to make it faster * clean up * spatial_aggregation * clean up * rioxarray * packages * deps * deps * deps * fix the notes * zonal stats in pytest * handle long lines * handle long lines * fix pre-commit * updated files * support lat&lon names * fix the dimension names on the fly * testpy * dask support just axis as integer * Dimension Mapping * updated files * [pre-commit.ci] pre-commit autoupdate (#53) * MAINT: test on Python 3.12, update actions, use ruff format (#54) * DOC: fix formatting * MAINT: add PYthon 3.12, use ruff formatter * ignore conflicting rules * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <[email protected]> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <[email protected]> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <[email protected]> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <[email protected]> * clean uo * clean accessor * remove dask option * clean * internal funcs * pytest * clean up * example * assign the pixels ids based on their polygons then group them using their ids * fix importing xagg and run an example * xagg using openEO data , it needs to implement parallel processing to make it faster * clean up * spatial_aggregation * clean up * rioxarray * packages * deps * deps * deps * fix the notes * zonal stats in pytest * handle long lines * handle long lines * fix pre-commit * updated files * support lat&lon names * fix the dimension names on the fly * testpy * dask support just axis as integer * Dimension Mapping * updated files * clean uo * clean accessor * remove dask option * clean * internal funcs * pytest * clean up * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <[email protected]> * accessor * dimension-agnostic * clean up * update pytest * refactor * refactor structure * geodatasets * pyogrio for IO * api * include vectorized rasterize-based method * rasterio link * fix docstring * fmt * fix for DataArray * testing * stat -> stats * fix keyword --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Fleischmann <[email protected]>
- Loading branch information
1 parent
718c414
commit 18ee579
Showing
12 changed files
with
584 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,3 +144,5 @@ doc/source/generated | |
.ruff_cache | ||
doc/source/cube.joblib.compressed | ||
doc/source/cube.pickle | ||
|
||
cache/ |
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.