Related Plugins and Tags

QGIS Python Plugins Repository

Relief Fill Plugin icon

Plugin ID: 2553
(0) votes 

Masks out altitude or basins upstream or downstream from a starting point.

This plugin runs a fill algorithm over a DEM to extract cells that are either upstream or downstream from a starting point and connected to it. It can extract :
- basins : algorithm only fetches neighboring cells that are continuously upstream or downstream from one another (drain to/from the starting point)
- altitudes : all connected cells that are above or below the starting elevation (creates an elevation mask).
Please note :
- the results are very dependent on the quality of the DEM, so make sure to fill the sinks in your DEM before running the plugin
- the input coordinates must be in the same CRS as the DEM raster
- if the result appears as an empty raster, try to reclassify it as "unique values" in the raster symbology tab
This plugin was developed using Plugin Builder and Plugin Reloader. The algorithms were built upon functions found in the following ressources :
- "Learning Geospatial Analysis with Python" (second edition) by Joel Lawhead (for the flood fill algorithm)
- Master Degree course material by Nicolas Karasiak (writing/reading rasters with GDAL).
Icon by Icons8 : https://icones8.fr/icon/Av4zJi08KK9C/spotted-patterns.

Author
Nicolas Specklin
Maintainer
rnest
Tags
pythonrasterdemtopographyrelief
Plugin home page
https://github.com/r-nest/relief-fill
Tracker
Browse and report bugs
Code repository
https://github.com/r-nest/relief-fill.git
Latest experimental version:
0.2
Plugin ID
2553
Version Experimental Min QGIS version Max QGIS version Downloads Uploaded by Date
0.2 yes 3.0.0 3.99.0 596 rnest 2023-08-08T14:49:40.154444+00:00
0.1 yes 3.0.0 3.99.0 792 rnest 2021-12-02T20:37:40.007269+00:00

Sustaining Members