makepath / xarray-spatial

Raster-based Spatial Analytics for Python
https://xarray-spatial.readthedocs.io/
MIT License
828 stars 84 forks source link

Focal stats GPU support #707

Closed thuydotm closed 2 years ago

thuydotm commented 2 years ago

Currently focal_stats() calls to focal_apply(), whose GPU support will be soon removed. We'll need to enhance/refactor our focal_stats() so that it works properly in CuPy case.