# This file contains metadata for your plugin.

[general]
name=MDE AP - Acurácia Posicional
qgisMinimumVersion=3.30
qgisMaximumVersion=3.99
description=Evaluates three-dimensional positional accuracy of Digital Elevation Models (DEM) using homologous linear features (PEC-PCD and CE90/LE90).
version=1.3.10
author=Adriano Caliman Salvador
email=adriano.salvador@ufv.br

about=MDE AP evaluates the three-dimensional positional accuracy of a test Digital Elevation Model (DEM) against a reference DEM.
    The workflow extracts ridge and drainage lines with GRASS r.watershed, matches homologous pairs, computes mean discrepancy (DM) from double buffers (planimetry) and altimetric profiles, and classifies the result using the Brazilian PEC-PCD standard (classes A–D) or CE90/LE90 thresholds.
    Requirements: QGIS 3.30 or later; GRASS GIS Processing provider enabled (morphology). No extra Python packages are required.
    The interface is available in Portuguese, English and Spanish. Results are stored in a project GeoPackage (.pa.gpkg).
    Developed at the Postgraduate Program in Civil Engineering (PPGEC), Universidade Federal de Viçosa (UFV), Brazil.

tracker=https://github.com/adrianocsalvador/pos_accuracy/issues
repository=https://github.com/adrianocsalvador/pos_accuracy
homepage=https://github.com/adrianocsalvador/pos_accuracy

hasProcessingProvider=False
changelog=1.3.10: Bandit B608 static pair-matching SQL; audit PDF generation can be stopped like other processing
    1.3.9: disable untested main-window workflow options (edit study area, layer polygon, pair review, per-outlier review)
    1.3.8: Bandit B608 static SQL; B112 except/continue logged via ignore_exc()
    1.3.7: Bandit B110 — replace silent try/except/pass with ignore_exc()
    1.3.6: Qt6 scoped enums; pair-matching SQL bound parameters; UI pt-BR; ZIP via package_plugin.py only
    1.3.5: README — PEC-PCD/CE90 criteria, scale and EQ tables, planimetric ×10⁻³, DM equations with A_T/A_R/A_I
    1.3.4: selective pipeline resume (morphology/pairs/buffers/compatibilization/DM); CE90/LE90 with audit CSV; new pair criteria; UFV/PPGEC logos; README
    1.3.3.2: automatic ref/test assignment by resolution when DEMs are not in the .pa.gpkg
    1.3.3.1: DM formula option (original / mean A1+A2); i18n fix for the parameters window
    1.3.3: vertical audit layout — smaller left margin and more space between 2D view and Elevation (m) label
    1.3.2: panel progress bars follow H/V audit PDF generation
    1.3.1: thread-safe processing; r.watershed basin/stream only + raster validation; RAM/GRASS diagnostics
    1.3.0: H/V audit reports (PDF, logo); high-to-low line orientation; progressive proximity correction
    1.2.0: EN/ES i18n; PDF report; WKT of matched profiles; PPGEC logo; rename to MDE AP

tags=DEM, DSM, elevation, positional accuracy, PEC-PCD, CE90, LE90, GRASS, cartography, quality control
category=Raster
icon=icons/icon_bfn.png
experimental=False
deprecated=False
server=False
