makepath / xarray-spatial

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

Pytests for CuPy zonal stats #658

Closed kiliakis closed 2 years ago

kiliakis commented 2 years ago

Adds new unit tests and fixes bug related to passing a list of zone_ids in the cupy implementation of zonal.stats()

Proposed Changes