You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the circular kernel, I would like to have the ability to use an annulus as a mask for calculating spatial statistics.
I am dealing with high resolution datasets and radii in the [km] range. Don't think there would be issues with converting from circle->ellipse at larger radii for an annulus, but correct me if I'm wrong.
Happy to contribute this if the authors feel it's useful.
The text was updated successfully, but these errors were encountered:
Thanks, opened up a PR to add the kernel. Probably worth considering abstracting out kernel generation into its own class or set of functions, though I am not sure what other kernels are popular with geospatial analysis.
In addition to the circular kernel, I would like to have the ability to use an annulus as a mask for calculating spatial statistics.
I am dealing with high resolution datasets and radii in the [km] range. Don't think there would be issues with converting from
circle->ellipse
at larger radii for an annulus, but correct me if I'm wrong.Happy to contribute this if the authors feel it's useful.
The text was updated successfully, but these errors were encountered: