# This file contains metadata for your plugin.

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

[general]
name=Rockyfor3D Input Rasters
qgisMinimumVersion=3.0
description=This plugin prepares the input rasters for the Rockyfor3D rockfall simulation model.
version=0.3
author=Alexandra Erbach
email=a.erbach@posteo.de

about=Based on a digital elevation model (DEM) and a polygon or line input (terrain / forest / rockfall nets), the algorithm rasterizes the attributes from the vector layer, ensuring alignment of all output rasters with the DEM grid, and the correct output format of all data (ASCII grid). The tool includes internal checks for invalid or missing geometries, mismatched coordinate reference systems (CRS), and missing values. In addition, attributes are validated against predefined type and value constraints that reflect the expectations of the Rockyfor3D model.

tracker=https://github.com/ecorisQ/QGIS-RF3D/issues
repository=https://github.com/ecorisQ/QGIS-RF3D
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
# tags=python, Rockyfor3D, ecorisQ

homepage=https://github.com/ecorisQ/QGIS-RF3D
# category=Plugins
icon=Logo_ecorisQ_with_URL.png
# experimental flag
experimental=False

# 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=

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

