[general]
name=Clip Raster Layout
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
version=1.1.0
author=Enzo Cocca
email=enzo.ccc@gmail.com
description=Clip raster layers using polygon masks with optional topographic profile generation. Features batch clipping, interactive polygon drawing, section profiles with elevation charts, and automatic layer management.
about=A comprehensive QGIS plugin for topographic analysis that provides:

    - Batch Raster Clipping: Clip multiple raster layers (DEM, DTM, orthophotos) using a polygon mask
    - Interactive Polygon Drawing: Draw clip polygons directly on the map canvas
    - Topographic Sections: Create cross-section lines with automatic labeling (A-B, C-D, etc.)
    - Elevation Profiles: Generate matplotlib elevation charts along section lines
    - Auto-refresh Layer Lists: Layer lists update automatically when layers are added/removed
    - Built-in Tutorial: Interactive help system with usage instructions

    Compatible with QGIS 3.x (Qt5) and QGIS 4.x (Qt6).

tracker=https://github.com/enzococca/clip_raster_layout
repository=https://github.com/enzococca/clip_raster_layout
tags=raster,clip,dem,profile,elevation,topography,section,batch,mask
homepage=https://github.com/enzococca/clip_raster_layout
category=Raster
icon=icon.png
experimental=False
deprecated=False
hasProcessingProvider=no
supportsQt6=True

changelog=1.1.0
    - Atlas layout with adaptive scale to section line
    - Professional A3 layout: map 250x110mm, profile 390x125mm
    - Elevation profile with QgsDistanceArea (geographic CRS support)
    - Qt5/Qt6 full compatibility
    - Auto-refresh layer lists
    - Interactive polygon drawing tool
    - Built-in tutorial
    1.0.0
    - Initial release
    - Batch raster clipping
    - Section profiles with elevation charts
