xarray-spatial
xarray-spatial copied to clipboard
Raster-based Spatial Analytics for Python
Adds support for Python 3.13 by explicitly testing against this version of Python.
Getting ready to merge some new functionality and I want to make sure existing features are working ok on CUDA 13. I'm currently testing with WSL and Nvidia A6000... fixes...
**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add...
**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add...
Fixes #814 Fixes #140 ## Proposed Changes - Enables Dask + Cupy for aspect - Enables Dask + Cupy for convolve2d - Enables Dask + Cupy for curvature - Enables...
I tried implementing it by myself for the aspect, it seems to work just fine: ```py def _run_dask_cupy(data: da.Array) -> da.Array: data = data.astype(cupy.float32) _func = partial(_run_cupy) out = data.map_overlap(_func,...
**Describe the bug** From version 2025.12, dask has no attibute Dataframe 'module 'dask.dataframe.core' has no attribute 'DataFrame'' Could you consider updating to fix this or is the pin needed ?