-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: xarray-contrib/xvec
base: v0.1.0
head repository: xarray-contrib/xvec
compare: v0.2.0
- 18 commits
- 26 files changed
- 3 contributors
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82d6d34 - Browse repository at this point
Copy the full SHA 82d6d34View commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 393d056 - Browse repository at this point
Copy the full SHA 393d056View commit details
Commits on Mar 17, 2023
-
[pre-commit.ci] pre-commit autoupdate (#43)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](astral-sh/ruff-pre-commit@v0.0.254...v0.0.255) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab691eb - Browse repository at this point
Copy the full SHA ab691ebView commit details
Commits on Apr 4, 2023
-
[pre-commit.ci] pre-commit autoupdate (#44)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.255...v0.0.260) * disable ruff rule for common CRS --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
Configuration menu - View commit details
-
Copy full SHA for ca73f96 - Browse repository at this point
Copy the full SHA ca73f96View commit details
Commits on Apr 25, 2023
-
[pre-commit.ci] pre-commit autoupdate (#45)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.262](astral-sh/ruff-pre-commit@v0.0.260...v0.0.262) * remove list comprehension --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
Configuration menu - View commit details
-
Copy full SHA for 40450b1 - Browse repository at this point
Copy the full SHA 40450b1View commit details
Commits on Jun 13, 2023
-
[pre-commit.ci] pre-commit autoupdate (#46)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.262...v0.0.272) * new repo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
Configuration menu - View commit details
-
Copy full SHA for d428599 - Browse repository at this point
Copy the full SHA d428599View commit details
Commits on Jul 3, 2023
-
[pre-commit.ci] pre-commit autoupdate (#47)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.272...v0.0.275) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65c5f9d - Browse repository at this point
Copy the full SHA 65c5f9dView commit details
Commits on Jul 18, 2023
-
[pre-commit.ci] pre-commit autoupdate (#49)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.275...v0.0.278) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6bed799 - Browse repository at this point
Copy the full SHA 6bed799View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aaefddb - Browse repository at this point
Copy the full SHA aaefddbView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a3d081 - Browse repository at this point
Copy the full SHA 0a3d081View commit details
Commits on Oct 27, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 718c414 - Browse repository at this point
Copy the full SHA 718c414View commit details
Commits on Dec 14, 2023
-
* 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 <martin@martinfleischmann.net> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * Update xvec/accessor.py Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * 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 <martin@martinfleischmann.net> * 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 <martin@martinfleischmann.net>
Configuration menu - View commit details
-
Copy full SHA for 18ee579 - Browse repository at this point
Copy the full SHA 18ee579View commit details
Commits on Dec 15, 2023
-
ENH: support callable as stats in zonal_stats (#55)
* ENH: support callable as stats in zonal_stats * polygons -> geometry * single thread to get proper coverage
Configuration menu - View commit details
-
Copy full SHA for 07a8e92 - Browse repository at this point
Copy the full SHA 07a8e92View commit details -
ENH: multiple aggregations at once in zonal_stats (#56)
* ENH: multiple aggregations at once in zonal_stats * expand doctring * fix typing
Configuration menu - View commit details
-
Copy full SHA for e86d3ec - Browse repository at this point
Copy the full SHA e86d3ecView commit details
Commits on Dec 21, 2023
-
add zonal_stats guide, update docs (#57)
* add zonal_stats guide, update docs * note on optional deps
Configuration menu - View commit details
-
Copy full SHA for 1630fa9 - Browse repository at this point
Copy the full SHA 1630fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37556a0 - Browse repository at this point
Copy the full SHA 37556a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b347903 - Browse repository at this point
Copy the full SHA b347903View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62761e - Browse repository at this point
Copy the full SHA c62761eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.2.0