HAND is a plugin for generating the Height Above Nearest Drainage (HAND) raster — the height above the nearest drainage point — from a Digital Elevation Model (DEM), watershed, flow direction raster, and drainage network. Additionally, it generates a flood-prone area map based on a user-defined threshold.
The plugin computes the HAND raster, which represents, for each pixel of the DEM, the vertical difference between its elevation and the elevation of the nearest drainage pixel (the drainage network pixel to which it flows). This product is widely used in flood susceptibility analysis, hydrological modeling, and floodplain mapping.
Additionally, the plugin generates a flood-prone area map by classifying areas where HAND values are below the specified threshold as flood-prone.
Processing can be executed locally, by invoking Python/Fortran routines, or through a backend that receives the input files via HTTP and returns the resulting GeoTIFF.
osgeo.gdal).), not a comma (,).Plugins → HAND Plugin.The plugin will call the HAND routine developed in Fortran. Upon completion, two GeoTIFF files will be generated and automatically added to the current QGIS project:
MIT License
Copyright (c) 2025 João Vitor Lima & Adriano Paz