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
geopandasGeoDataFrame, rather than as anxarrayDataArray. Converting aGeoDataFrameto anDataArraywith "zones" is relatively simple using theregionmaskpackage.Beta Was this translation helpful? Give feedback.
All reactions