[general]
name=Thermal to Polygon
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
supportsQt6=True
description=Converts a thermal raster into polygons: binary threshold, polygonization, buffer and dissolve. / Converte un raster termico in poligoni: soglia binaria, poligonizzazione, buffer e dissolvenza.
about=Provides a Processing algorithm that processes a thermal raster in a chain: (1) raster calculator with a threshold to obtain a binary 0/1 raster; (2) polygonization; (3) removal of polygons with value 0; (4) buffer around the polygons; (5) optional dissolve of the resulting polygons. The output layer is loaded with the chosen style (fill color, outline color and width). The algorithm appears in the Processing Toolbox under the "Thermal Tools" group. Available in English, Italian, German and French: the interface follows the QGIS language, or can be forced via Plugins > Thermal to Polygon > Plugin language.
version=0.3.1
author=Drone Agri Tech
email=info@droneagritech.ch

changelog=
      0.3.1
        - Qt6 compatibility fix: scoped enum for QgsProcessingParameterNumber type
      0.3.0
        - Multilingual interface: English, Italian, German and French
        - Language follows the QGIS locale, with English fallback
        - New "Plugin language…" menu entry to force a specific language
      0.2.1
        - Initial public release: thermal raster to polygons Processing algorithm

tracker=https://github.com/Dix92/Plugin-QGIS-Termal-to-Poligons/issues
repository=https://github.com/Dix92/Plugin-QGIS-Termal-to-Poligons
homepage=https://github.com/Dix92/Plugin-QGIS-Termal-to-Poligons

tags=thermal,termico,raster,polygon,poligoni,buffer,dissolve,dissolvenza,agriculture,agricoltura,drone,processing
category=Analysis
icon=icon.svg
hasProcessingProvider=yes

experimental=False
deprecated=False
