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 63522c63b066fccddbe6c705db3f3426baa3d860
parent 50267ad015dbe70cc8a5323f75ed34c3c5504abe
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  4 Jun 2026 22:05:28 +0300

chore(release): v0.1.1

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

diff --git a/profile_interpreter/metadata.txt b/profile_interpreter/metadata.txt @@ -3,11 +3,13 @@ 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.0 +version=0.1.1 author=Anders Damsgaard 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.1 + * Do not force-enable snapping on tool activation; leave snapping to user settings 0.1.0 * Active-layer targeting, canvas redraw fix, test suite, PyQt5/6 support 0.0.1