# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=DEM Crawler
qgisMinimumVersion=3.22
description=Masks out altitude or basins upstream or downstream from a starting point.
version=1.0
author=r-nest
email=n.specklin@gmail.com
about=Crawls over a DEM and extracts areas or basins that are either upstream or downstream from a starting point and connected to it.
    The algorithm is added to the processing toolbox.
	Icon by Icons8 : https://icones8.fr/icon/Av4zJi08KK9C/spotted-patterns.

tracker=https://github.com/r-nest/dem-crawler/issues
repository=https://github.com/r-nest/dem-crawler
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=True
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python, DEM, raster, relief, topography, hydrography, MNT, fill algorithm

homepage=https://github.com/r-nest/dem-crawler
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Raster

# If the plugin can run on QGIS Server.
server=False
