[general]
name=Landcover Encoding Plugin
qgisMinimumVersion=3.22
description=Assigns each polygon the dominant and subdominant land cover class from an underlying raster with proportional coverage percentages. Includes a built-in land cover legend (34 classes) with optional custom CSV override.
version=1.0.0
author=Santhosh M
email=santhoshlab31@gmail.com
about=A processing-based plugin for land cover classification of segmented polygons. For each polygon in a vector layer, the tool extracts raster pixel values, computes the majority (dominant) and second-majority (subdominant) classes, and resolves class labels from a built-in legend or a user-supplied CSV. Invalid geometries are repaired automatically. CRS mismatches are handled on the fly.
tracker=https://github.com/Santhosh-M31/landcover-encoding-plugin/issues
repository=https://github.com/Santhosh-M31/landcover-encoding-plugin
tags=raster,vector,zonal,majority,land cover,classification,segmentation
homepage=https://github.com/Santhosh-M31/landcover-encoding-plugin
category=Analysis
icon=icon.png
experimental=False
deprecated=False
license=MIT
changelog=
    1.0.0 - Initial release
        - Dominant and subdominant class extraction with coverage percentages
        - Built-in land cover legend (34 classes)
        - Optional custom legend CSV input
        - Automatic geometry repair
        - CRS mismatch handling
        - Band selection support