-
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.
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]>
- Loading branch information
1 parent
e450c89
commit 6167014
Showing
11 changed files
with
1,121 additions
and
104 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 |
---|---|---|
|
@@ -19,4 +19,7 @@ dependencies: | |
- geopandas-base | ||
- geodatasets | ||
- pyogrio | ||
- pip | ||
- pip: | ||
- exactextract==0.2.0.dev0 | ||
|
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 |
---|---|---|
|
@@ -19,4 +19,7 @@ dependencies: | |
- geopandas-base | ||
- geodatasets | ||
- pyogrio | ||
- pip | ||
- pip: | ||
- exactextract==0.2.0.dev0 | ||
|
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 |
---|---|---|
|
@@ -20,4 +20,7 @@ dependencies: | |
- geodatasets | ||
- pyogrio | ||
- mypy | ||
- pip | ||
- pip: | ||
- exactextract==0.2.0.dev0 | ||
|
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 |
---|---|---|
|
@@ -19,3 +19,6 @@ dependencies: | |
- geopandas-base | ||
- geodatasets | ||
- pyogrio | ||
- pip | ||
- pip: | ||
- exactextract==0.2.0.dev0 |
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.