[general]
name=QClassiPy
email=michele.lissoni@obspm.fr
author=Michele Lissoni
qgisMinimumVersion=3.34
qgisMaximumVersion=3.99
description=Custom QGIS plugin for manually drawing raster categorical masks.
about=A QGIS plugin that allows the manual, interactive drawing and editing of classification maps.
      The user can interactively change the pixel values of a classification raster using intuitive tools: 
      - Selection: draw a selection shape over the chosen pixels using the QGIS built-in Select Feature tools to change their value.
      - Brush and Erase: change pixel values by dragging your mouse over them.
      - Polygons: convert regions of uniform classification into polygons, modify their borders with QGIS built-in tools and see the changes reflected on the raster.
      It is furthermore possible to split large rasters into tiles to edit separately.
version=0.3.4
repository=http://github.com/michelelissoni/QClassiPy

category=Raster
changelog=
    0.3.4 - Fixed bug with brush tool over band change
    0.3.3 - Fixed layers directory creation
    0.3.2 - Released the plugin on the official repository
    0.3.1 - Removed some bugs, added comments, improved quality
    0.3.0 - Added remove class options 
    0.2.1 - Fixed bug with list opening, removed layer files
    0.2.0 - Fixed dependencies, improved brush and polygon
    0.1.0 - Created the plugin GitHub repository
    
tags=raster,thematic,categorical,mask,edit,editing,classification,interactive,draw,brush

homepage=https://github.com/michelelissoni/QClassiPy
tracker=https://github.com/michelelissoni/QClassiPy/issues
icon=icons/qcl_icon.svg

experimental=True
deprecated=False

server=False
hasProcessingProvider=False

plugin_dependencies=numpy<2.0,pandas,shapely
