makepath / xarray-spatial

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

Convolve_2d gpu fixes #702

Closed thuydotm closed 2 years ago

thuydotm commented 2 years ago

In function _convolve_2d_cuda(), the coordinates of the convolved data are flipped in y-axis. This PR is to keep it as is so that the logic is all the same with numpy, dask and cupy cases.