[general]
name=QToolbox
qgisMinimumVersion=3.40
qgisMaximumVersion=3.99
description=Essential processing tools for GeoAI workflows - post-processing, raster operations, and vector utilities
version=0.9.0
author=Nextelia
email=hello@nextelia.fr

about=QToolbox is part of the QGeoAI Tools ecosystem. It provides a comprehensive collection of processing tools designed to complement the GeoAI workflow:
    
    POST-PROCESSING TOOLS:
    • Building Regulariser: Regularise building polygons by adjusting angles and edges for cleaner, more orthogonal geometries
    • Smoothify: Smooth polygon geometries using advanced algorithms
    
    RASTER TOOLS:
    • Resample: Simple and efficient raster resampling with multiple interpolation methods (bilinear, nearest, cubic, etc.)
    • More tools coming soon...
    
    VECTOR TOOLS:
    • Geometry operations and utilities
    • More tools coming soon...
    
    All tools feature intuitive interfaces with real-time progress tracking and detailed logging. Perfect for cleaning up AI predictions, preparing datasets, and performing common GIS operations efficiently. Requires a local installation of QGeoAI Server.

tracker=https://github.com/nextelia/qtoolbox/issues
repository=https://github.com/nextelia/qtoolbox
homepage=https://qgeoai.nextelia.fr/

category=Processing
icon=resources/icon.png
experimental=False
deprecated=False

tags=geoai,buildings,regularisation,smoothing,raster,resample,vector,geometry,post-processing,qgeoai,tools,processing

changelog=
    0.9.0 (2026-01-17)
    - Initial release
    - Building Regulariser tool
    - Smoothify tool
    - Raster Resample tool
    - Dockable panel interface with tool selection
    - Real-time progress tracking
    - Detailed processing logs
    - Part of QGeoAI Tools ecosystem