[general]
name=RichDEM
qgisMinimumVersion=3.16
description=Terrain analysis algorithms from the RichDEM library
version=0.1.0
author=Andrew D. Wickert
email=awickert@umn.edu
about=A QGIS Processing provider exposing seven terrain-analysis algorithms from the
    RichDEM library: depression filling, depression breaching (including epsilon-gradient
    variant), flat resolution, flow accumulation, terrain attributes, depression hierarchy,
    and Fill-Spill-Merge surface water routing.

    EXTERNAL DEPENDENCY: The richdem Python package must be installed before use.
    In the OSGeo4W shell (Windows) or a terminal (Linux/macOS) run:
        pip install richdem
    The plugin will raise an informative error if richdem is not found.
tracker=https://github.com/MNiMORPH/processing_richdem/issues
repository=https://github.com/MNiMORPH/processing_richdem
tags=raster,terrain,hydrology,dem,flow accumulation,depression,geomorphology
homepage=https://github.com/MNiMORPH/processing_richdem
category=Raster
icon=icon.png
changelog=0.1.0 - Initial release
    - Fill Depressions (Priority-Flood, Barnes 2014; D8/D4, optional epsilon gradient)
    - Breach Depressions (Lindsay 2016 / Barnes 2016; D8/D4, optional epsilon variant)
    - Resolve Flats (Barnes 2014)
    - Flow Accumulation (13 flow-routing methods)
    - Terrain Attribute (slope, aspect, curvature)
    - Depression Hierarchy (Barnes 2020; GeoPackage output)
    - Fill-Spill-Merge (Barnes 2020; raster or scalar water depth)
experimental=True
deprecated=False
hasProcessingProvider=yes
