adamsgaard.dk

my academic webpage
git clone git://src.adamsgaard.dk/adamsgaard.dk # fast
git clone https://src.adamsgaard.dk/adamsgaard.dk.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit ed3149c14940d5cfadc460afef6b05463a59bc35
parent f1f3da83e490f1b9d25b19a33d7a8a503004ef2f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 27 Apr 2026 10:31:49 +0200

docs(018-tem-loader): add 0.1.5 release section with 3D Map View video

Diffstat:
Mpages/018-tem-loader.cfg | 2+-
Mpages/018-tem-loader.html | 13+++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/pages/018-tem-loader.cfg b/pages/018-tem-loader.cfg @@ -4,5 +4,5 @@ description=A new QGIS plugin for loading TEM geophysical inversion files as 3D id=tem-loader tags=gis, science, geophysics created=2026-04-10 -updated=2026-04-24 +updated=2026-04-27 #index=0 diff --git a/pages/018-tem-loader.html b/pages/018-tem-loader.html @@ -4,6 +4,19 @@ <p>If you run into problems installing or using the plugin, please <a href="mailto:andam@geus.dk">get in touch</a>.</p> +<h2 id="release-0-1-5">Release 0.1.5 &mdash; 3D Map View</h2> +<p>Version 0.1.5 adds support for the QGIS 3D Map View. Imported soundings and resistivity layers are rendered as true 3D objects, making it straightforward to inspect fence diagrams and depth-of-investigation boundaries in three dimensions alongside other 3D datasets.</p> + +<figure class="pagefigure"> + <video autoplay loop muted playsinline + src="https://andersdamsgaard.dk/tmp/tem-loader-3d-example.mp4" + style="width:100%;border-radius:4px;"> + </video> + <figcaption> + TEM soundings displayed in the QGIS 3D Map View (release 0.1.5). + </figcaption> +</figure> + <h2 id="motivation">Motivation</h2> <p>The Transient Electromagnetic Method (TEM) is used for imaging subsurface electrical properties from the ground surface or with airborne instrumentation. The method is popular in ground-water surveys, mineral exploration, and other geological applications where differences in electrical resistivity of the subsurface are of interest.</p>