We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a6f70 commit ba7ef28Copy full SHA for ba7ef28
xvec/zonal.py
@@ -60,6 +60,7 @@ def _zonal_stats_rasterize(
60
transform=transform,
61
fill=np.nan, # type: ignore
62
all_touched=all_touched,
63
+ dtype=np.float32,
64
)
65
groups = acc._obj.groupby(xr.DataArray(labels, dims=(y_coords, x_coords)))
66
0 commit comments