[general]
name=Self-intersection by JDK
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99
description=Repairs self-intersections, converts multipart to singlepart, computes area (Surface_Ha) and removes polygons from 0 to 0.25 ha.
about=Self-intersection by JDK repairs geometries (makeValid + buffer 0 to remove self-intersections), applies "Multipart to singleparts" to isolate non-conforming geometries, creates a Surface_Ha = $area / 10000 field, then removes features whose 0 <= Surface_Ha < 0.25 ha (upper bound excluded), producing a deleted-polygons layer. Graphical interface plus a Processing algorithm (Model designer / batch / qgis_process). Designed for geometric quality control (land, cadastre, agriculture, forestry, EUDR/RA).
version=1.0.4
author=JDK
email=jeandavidkyao@gmail.com
tracker=https://github.com/jeandavid23/self-intersection-jdk/issues
repository=https://github.com/jeandavid23/self-intersection-jdk
homepage=https://github.com/jeandavid23/self-intersection-jdk
category=Vector
icon=icons/icon.svg
experimental=False
deprecated=False
tags=self-intersection,geometry,fix,multipart,singlepart,area,cleaning,quality,cadastre,EUDR
hasProcessingProvider=yes
changelog=1.0.4 - Finalized author, contact email and public repository URLs for QGIS plugin repository submission.
    1.0.4 - Finalized author, email and public repository links for QGIS plugin repository submission.
    1.0.3 - Metadata fields verified free of special characters for repository submission.
    1.0.2 - Metadata hardening for QGIS repository (no special characters in fields).
    1.0.1 - Metadata cleaned for QGIS plugin repository submission (English description/about, removed build artifacts).
    1.0.0 - Initial version.
