Brendan Collins
Brendan Collins
**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...
There is an interesting example of the approach implemented in Rust: https://github.com/mthh/contour-rs
- [ ] General concept implemented here: `interpolation.idw()` method (checkout implementation here: https://github.com/makepath/safegraph-where-should-i-shop/blob/master/SafeGraph%20-%20Where%20Should%20I%20Go%3F.ipynb) - [ ] Add Basic Numpy / Numba support - [ ] Add Dask Support - [...
- [ ] Flow Direction: https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-flow-direction-works.htm - [ ] Fill Depressions: https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/creating-a-depressionless-dem.htm - [ ] Flow Accumulation: https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-flow-accumulation-works.htm - [ ] Delineate watershed: https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/watershed.htm
- [ ] What is the largest array (10000x10000?) you can run `a_star` on and get a valid output. - [ ] Create Example of Iterative pathfinding...
https://stackoverflow.com/questions/64684876/numba-cuda-changing-xr-dataarray-shape-causes-call-to-cumemcpydtoh-results-in
Add new kernels: -------- - [ ] add custom (allow user to supply 2d array representing convolution kernel) - [ ] add circle - [ ] add wedge - [...