xarray-spatial
xarray-spatial copied to clipboard
Add xr.Dataset as input type for appropriate modules
zonal.stats
should run for each layer in xr.Dataset
and return a pd.DataFrame with columns named {dataset_layer_name}_{stat_name}
@chase-dwelle hey what do you think about the API for accepting xr.Dataset
s as inputs in the focal / convolution modules?
@brendancol for the focal module, you mean accepting an xr.Dataset
as input and returning an xr.Dataset
of the same size with the focal kernel applied to each layer, correct? If so, happy to do that in a new PR.
@brendancol, will this issue be worked on?