Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.hand: Height Above Nearest Drainage #1316

Merged
merged 24 commits into from
Feb 21, 2025
Merged

Conversation

cwhite911
Copy link
Contributor

The r.hand tool uses the HAND method to create flood inundation extent estimates. The tool will return an inundation raster map or a times series (STRDS) of inundation raster maps based on user define water levels.

Corey White and others added 6 commits February 17, 2025 11:10
Co-authored-by: Markus Neteler <markus@neteler.org>
@cwhite911
Copy link
Contributor Author

cwhite911 commented Feb 17, 2025

I would like to reference whoever first came up with the GRASS GIS implementation for inundation using the HAND method. The earliest reference I'm aware of is https://grasswiki.osgeo.org/wiki/From_GRASS_GIS_novice_to_power_user_(workshop_at_FOSS4G_Boston_2017).

@petrasovaa
Copy link
Contributor

This relies on other addons, we don't have a good mechanism to handle that, but at least it should test if they are installed, something like:

def check_addon_installed(addon, fatal=True):

@petrasovaa
Copy link
Contributor

I would like to reference whoever first came up with the GRASS GIS implementation for inundation using the HAND method. The earliest reference I'm aware of is https://grasswiki.osgeo.org/wiki/From_GRASS_GIS_novice_to_power_user_(workshop_at_FOSS4G_Boston_2017).

I don't remember exactly how we came up with it, but maybe you can just cite the r.stream authors who implemented the actual algorithm.

@petrasovaa petrasovaa merged commit 9a49d5b into OSGeo:grass8 Feb 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants