[general]
name=Line Node Processor
qgisMinimumVersion=3.28
description=Sample points along lines at fixed distance and/or original vertices with KP/azimuth/2D/3D and elevation sampling. GUI in Plugins menu.
about=Fixed the bug in ver1.0.0
version=1.0.1
author=Mingyi Hsu
email=skyflying07@gmail.com
category=Analysis
homepage=https://github.com/skyflying/Create-Node-KP-QGIS-Plugin
repository=https://github.com/skyflying/Create-Node-KP-QGIS-Plugin
tracker=https://github.com/skyflying/Create-Node-KP-QGIS-Plugin/issues
hasProcessingProvider=yes
icon=icons/icon.ico
experimental=False
deprecated=False
tags=line,sampling,elevation,node,KP,vertices
license=GPL-3.0-or-later
changelog=
    1.0.1 - 2025-08-19
        * Improved UI layout: reduced excessive spacing and better alignment
        * Updated elevation/3D distance logic: 3D is only calculated if DEM is available; fallback to 2D when missing values
        * Added group field selection via dropdown menu
        * Added DEM band selection dropdown
        * Fixed behavior when distance field is empty: original vertices are preserved
        * Improved grouped export for SHP/CSV outputs
    1.0.0 - 2025-08-10
        * Initial release: line sampling, KP calculation, azimuth, 2D/3D length, elevation sampling from GeoTIFF