qgis-profile-interpreter

qgis plugin for placing 3D points along elevation profiles
git clone git://src.adamsgaard.dk/qgis-profile-interpreter # fast
git clone https://src.adamsgaard.dk/qgis-profile-interpreter.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 8da68d84975038fa6202062a3b9816063ce1e2e2
parent 079a20c90c1358ba64e417a6bd12735391abeced
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Jun 2026 22:02:07 +0300

chore(release): v0.1.2

Diffstat:
Mprofile_interpreter/metadata.txt | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/profile_interpreter/metadata.txt b/profile_interpreter/metadata.txt @@ -3,11 +3,17 @@ name=Profile Interpreter qgisMinimumVersion=3.40.0 qgisMaximumVersion=4.99.0 description=Place 3D interpretation points by clicking on the Elevation Profile view -version=0.1.1 +version=0.1.2 author=Anders Damsgaard and Jakob Lanstorp email=andam@geus.dk about=Plugin for interpreting geophysical sections and borehole data. Adds a tool that captures clicks on the QGIS Elevation Profile panel and places PointZ features at the clicked along-section position and elevation. Useful for digitizing geological boundaries and other interpretation points from profile views such as those produced by the TEM Loader plugin. changelog= + 0.1.2 + * CRS-aware geometry reprojection when active layer has a different CRS + * SVG toolbar icon + * Feature IDs derived from target layer; no duplicate IDs across sessions + * Warn and abort on addFeatures failure instead of silently dropping points + * Replace console print with QgsMessageLog 0.1.1 * Do not force-enable snapping on tool activation; leave snapping to user settings 0.1.0