Skip to content

Add HAND and TWI to README feature matrix#955

Merged
brendancol merged 1 commit into
masterfrom
issue-954
Mar 4, 2026
Merged

Add HAND and TWI to README feature matrix#955
brendancol merged 1 commit into
masterfrom
issue-954

Conversation

@brendancol
Copy link
Copy Markdown
Contributor

@brendancol brendancol commented Mar 4, 2026

Closes #954.

Summary

  • Added HAND (Height Above Nearest Drainage) and TWI (Topographic Wetness Index) rows to the Hydrology section of the README feature matrix
  • Both functions were already implemented in xrspatial/hand.py and xrspatial/twi.py with full API reference docs, but were missing from the README

Test plan

  • Verify the two new rows render correctly in the GitHub README preview
  • Confirm backend checkmarks match actual implementation (HAND: native NumPy/Dask, fallback CuPy; TWI: native NumPy/Dask/CuPy, fallback Dask+CuPy)

Both functions were already implemented but missing from the
Hydrology section of the feature matrix.
@github-actions github-actions Bot added the performance PR touches performance-sensitive code label Mar 4, 2026
@brendancol brendancol merged commit 214fca7 into master Mar 4, 2026
11 checks passed
@brendancol brendancol deleted the issue-954 branch May 4, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance PR touches performance-sensitive code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add HAND and TWI to README feature matrix

1 participant