Zonal statistics using geopandas GeoDataFrame and/or shapely objects? #656
vidurmithal
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most use-cases of zonal statistics would have the geometries stored in a
geopandas
GeoDataFrame
, rather than as anxarray
DataArray
. Converting aGeoDataFrame
to anDataArray
with "zones" is relatively simple using theregionmask
package.Beta Was this translation helpful? Give feedback.
All reactions