# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Forest Road Designer
# We use writeAsVectorFormatV2 (v3 for >= 3.20) which was included in 3.10.3
qgisMinimumVersion=3.12
description=This plugin serves as support of foresters in the design of forest roads
version=3.00.91
author=PANOimagen S.L.
email=info@panoimagen.com

about=This plugin serves as support of foresters in the design of forest roads. Taking as input a digital terrain model (raster dtm) and a starting polyline or Point layer (whose nodes/points indicates the starting point, end point and the waypoints of the road to be designed), another polyline is produced that meets a series of design requirements established by the user (longitudinal slope among others). This plugin allows user to generate a longitudinal terrain profile of the road designed. The funcionality of the plugin is inspired in the ESRI Arcview Extension PEGGER (http://www.ruraltech.org/tools/pegger/). This plugin has been funded by the Dirección General de Medio Natural del Gobierno de La Rioja and developed by PANOimagen S.L.

tracker=https://github.com/GobiernoLaRioja/forestroaddesigner/issues
repository=https://github.com/GobiernoLaRioja/forestroaddesigner
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=forest, road, design, dtm, profile

homepage=https://github.com/GobiernoLaRioja/forestroaddesigner
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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