Skip to content

Commit b28d71c

Browse files
committed
Update docs and README for GLCM texture (#963)
Add glcm_texture to the focal reference docs and to the README feature matrix. CuPy/Dask+CuPy marked as CPU-fallback.
1 parent 8f796db commit b28d71c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ In the GIS world, rasters are used for representing continuous phenomena (e.g. e
168168
| [Emerging Hotspots](xrspatial/emerging_hotspots.py) | Classifies time-series hot/cold spot trends using Gi* and Mann-Kendall | ✅️ | ✅️ | ✅️ | ✅️ |
169169
| [Mean](xrspatial/focal.py) | Computes the mean value within a sliding neighborhood window | ✅️ | ✅️ | ✅️ | ✅️ |
170170
| [Focal Statistics](xrspatial/focal.py) | Computes summary statistics over a sliding neighborhood window | ✅️ | ✅️ | ✅️ | ✅️ |
171+
| [GLCM Texture](xrspatial/glcm.py) | Computes Haralick GLCM texture features over a sliding window | ✅️ | ✅️ | 🔄 | 🔄 |
171172

172173
-------
173174

docs/source/reference/focal.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Mean
2626
xrspatial.focal.mean
2727

2828

29+
GLCM Texture
30+
=============
31+
.. autosummary::
32+
:toctree: _autosummary
33+
34+
xrspatial.glcm.glcm_texture
35+
36+
2937
Focal Statistics
3038
================
3139
.. autosummary::

0 commit comments

Comments
 (0)