xarray-spatial
xarray-spatial copied to clipboard
Raster-based Spatial Analytics for Python
## Reason or Problem Seems like there is a way to cast an xarray.Dataset to cupy, maybe not for xarray.DataArray ## Proposal I would like a way to cast an...
**Author of Proposal: Dylan Stewart** ## Reason or Problem A common issue with multi-dimensional raster image processing (at the extremes, hyperspectral imagery with hundreds of features) is significant redundancy within...
**Author of Proposal: Brendan Collins** ## Reason or Problem Xarray-Spatial currently uses `rtxpy` to interface with OptiX APIs. Nvidia is going to release PyOptix sometime soon and it would be...
Add new notebook to discover how geo-related aspects affect housing price in the USA. We will consider a house based on the information provided in an existing dataset with some...
**Describe the bug** ndvi is giving incorrect results when input arrays are unsigned integer due to overflow in subtraction. **Expected behavior** Consider the following ``` import numpy as np import...
The notebooks we currently have cover almost tools that array-spatial provided. However, there are some missing tools that should be included as well: - [ ] zonal_crosstab - [ ]...
There is an interesting example of the approach implemented in Rust: https://github.com/mthh/contour-rs