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
-
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