[general]
name=Raster Reclassifier
qgisMinimumVersion=3.40
qgisMaximumVersion=4.99
version=1.1.1
author=Dr. Geol. Faustino Cetraro
email=geol-faustino@libero.it
homepage=https://github.com/drFaustino/Raster_Reclassifier
repository=https://github.com/drFaustino/Raster_Reclassifier
tracker=https://github.com/drFaustino/Raster_Reclassifier
icon=resources/images/icon_rast.png
category=Raster
tags=raster, reclassify, histogram, analysis, gdal, numpy, classification, intervals, qgis4, qt6
experimental=False
deprecated=False
hasProcessingProvider=False

about=Reclassify raster values using equal intervals, quantiles, K-means, Natural Breaks (approx.), or user-defined ranges. Includes histogram visualization, raster statistics, interactive interval definition, table import/export, and graph export.

description=Raster Reclassifier for QGIS 4 (Qt6). Supports histogram generation, multiple classification methods, manual and interactive interval definition, table import/export (CSV/TXT), graph export, and customizable output raster settings.

changelog=
Version 1.1.1:
 - Added numeric validation for reclassification rules using a try/except block to prevent crashes when table cells contain empty or invalid values. The plugin now shows an error message indicating the problematic row instead of failing at 20 percent.

Version 1.1.0:
 - Added interactive interval definition in User mode (row selection + histogram click)
 - Automatic filling of interval boundaries based on row position
 - Movable and fixed boundary lines on histogram (xmin/xmax)
 - Improved table validation and color handling
 - Enhanced histogram refresh from table values
 - Updated documentation and README
