Zonal statistics using geopandas GeoDataFrame and/or shapely objects? #656
Closed
vidurmithal
started this conversation in
Ideas
Replies: 1 comment
-
|
@vidurmithal sorry for the late response. right now xarray-spatial does not support rasterization and tend to point folks to datashader, gdal and other packages. |
Beta Was this translation helpful? Give feedback.
0 replies
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