# 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=QPROTO
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Rockfall analysis plugin based on the Cone Method
version=2.0
author=Matteo Ghetta (Faunalia); aggiornamento 2026 Stefano Campus &Codex
email=matteo.ghetta@faunalia.eu; skampus@gmail.com

about=
    <p style="margin:0 0 6px 0;">QPROTO is a QGIS Processing plugin for small-scale rockfall analyses based on the simplified Cone Method (Jaboyedoff &amp; Labiouse, 2011). It supports preliminary assessment of exposed areas, block velocity, block energy and time-independent relative hazard.</p>
    <p style="margin:0 0 6px 0;">QPROTO was designed by Politecnico di Torino (Marta Castelli, Monica Barbero and Marco Grisolia) and Arpa Piemonte (Rocco Pispico and Luca Lanteri), and developed by Faunalia. The 2026 update was carried out by Stefano Campus.</p>
    <p style="margin:0;">The plugin was partially funded by the Italian 2015 PRIN project "Innovative monitoring and design strategies for sustainable landslide risk mitigation".</p>

tracker=https://gitlab.com/faunalia/QPROTO/issues
repository=https://gitlab.com/faunalia/QPROTO/
homepage=https://gitlab.com/faunalia/QPROTO/
# End of mandatory metadata

# Recommended items:

changelog=
    2.0 - 2026-03-25
    - Unified `results_summary` workflow with direct aggregation from `finalpoints`.
    - Added `analysis log` output, saved to disk and loaded in the analysis group in QGIS.
    - Improved handling of zero-cone runs, numeric attribute coercion, and QGIS 3 layer-tree compatibility.
    - Fixed `Source affecting index` source/finalpoints ID matching.
    - Added safer output creation checks and clearer user/help messages.

# Tags are comma separated with spaces allowed
tags=rockfall, landslide, hazard, cone method, viewshed, python, geology

icon=icons/QPROTO_main_icon.png
# experimental flag
experimental=False

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