xarray-spatial
xarray-spatial copied to clipboard
Raster-based Spatial Analytics for Python
- [ ] for staters, with custom functions, they should be called with `val.compressed()`
**Describe the bug** I'm trying to get statistical values of my `xarray.DataArray` in loop , but getting the error ``` TypingError Traceback (most recent call last) Cell In[18], [line 2](vscode-notebook-cell:?execution_count=18&line=2)...
As of June 16, numpy 2.0.0 was released with breaking changes regarding the handling of out of bounds values when casting. This breaks the below line since python's native hash...
**Author of Proposal:** ## Reason or Problem I use the library to carry out viewshed analyses from an observer in a tall building, to see if they can see the...
Fixes # ## Proposed Changes - clarifying target_elev - viewshed returns -
**Author of Proposal:** Harrison K ## Reason or Problem For a given observer location, I would like to know at what height a given observable point is visible. ## Proposal...
**Description:** This pull request introduces support for negative target heights in the viewshed function. The modification ensures that target points can have a decreased z-value, which is particularly useful for...
**Describe the bug** In the Contributing guidelines, the "Getting Started page" link (https://xarray-spatial.org/getting_started/index.html) is broken and currently redirects to an online gambling website. This presents both a documentation issue and...
It seems that viewshed is not properly documented and is leading to a little bit of confusion on whether it supports GPUs so I'm going to update the docs to...