Replies: 1 comment
-
|
@sebiegli sorry for the delayed response. The was just merged in #924 |
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.
-
I'd like to use the focal-functionalities of xarray-spatial to calculate some statistics for a raster with multiple bands (in my case R, G and B). Unfortunately, so far, focal seems to be limited to 2d-arrays, eg. when handing over a RGB-3d-array to focal.apply() I get this error message:
ValueError:rastermust be 2DIs there a way of calculating focal statistics on multiple bands? Or are there plans to include this functionality in the future?
Beta Was this translation helpful? Give feedback.
All reactions