Skip to content

Commit 6167014

Browse files
ENH: support exactextract as a method in zonal_stats (#68)
* exactextract * try getting exactextract from PyPI dev0 * fix errors * item iterable * item iterable * pytest * Update xvec/tests/test_zonal_stats.py it was a typo. I used same values Co-authored-by: Martin Fleischmann <[email protected]> * q20 * doc * doc * expected type * minor docstring change * minor message changes * i/o matches and pytests * args types * pass attrs --------- Co-authored-by: Martin Fleischmann <[email protected]>
1 parent e450c89 commit 6167014

File tree

11 files changed

+1121
-104
lines changed

11 files changed

+1121
-104
lines changed

ci/310.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ dependencies:
1919
- geopandas-base
2020
- geodatasets
2121
- pyogrio
22+
- pip
23+
- pip:
24+
- exactextract==0.2.0.dev0
2225

ci/311.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ dependencies:
1919
- geopandas-base
2020
- geodatasets
2121
- pyogrio
22+
- pip
23+
- pip:
24+
- exactextract==0.2.0.dev0
2225

ci/312.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ dependencies:
2020
- geodatasets
2121
- pyogrio
2222
- mypy
23+
- pip
24+
- pip:
25+
- exactextract==0.2.0.dev0
2326

ci/39.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ dependencies:
1919
- geopandas-base
2020
- geodatasets
2121
- pyogrio
22+
- pip
23+
- pip:
24+
- exactextract==0.2.0.dev0

ci/dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dependencies:
2424
- git+https://github.com/shapely/shapely.git@main
2525
- git+https://github.com/pydata/xarray.git@main
2626
- git+https://github.com/pyproj4/pyproj.git
27+
- exactextract==0.2.0.dev0

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"geopandas": ("https://geopandas.org/en/latest", None),
4646
"pandas": ("https://pandas.pydata.org/docs", None),
4747
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),
48+
"exactextract": ("https://isciences.github.io/exactextract/", None),
4849
}
4950

5051
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)