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 418a6fdee673d369e097d11e4aa767f72080ed12
parent 38d06e72660037428d4d878c757b36ee9e2a0b71
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 24 Apr 2026 08:38:48 +0200

docs(018-tem-loader): note official plugin manager availability, drop manual ZIP install steps

Diffstat:
Mpages/018-tem-loader.cfg | 2+-
Mpages/018-tem-loader.html | 8+-------
Mpages/018-tem-loader.txt | 24++++++++----------------
3 files changed, 10 insertions(+), 24 deletions(-)

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-14 +updated=2026-04-24 #index=0 diff --git a/pages/018-tem-loader.html b/pages/018-tem-loader.html @@ -1,5 +1,5 @@ <blockquote> -<p>Download the current release <a href="/tmp/tem_loader.zip">tem_loader.zip</a> or install via the <a href="https://plugins.qgis.org/plugins/tem_loader/">QGIS plugin manager</a>.</p> +<p>Install via the <a href="https://plugins.qgis.org/plugins/tem_loader/">QGIS Plugin Manager</a>.</p> </blockquote> <p>If you run into problems installing or using the plugin, please <a href="mailto:andam@geus.dk">get in touch</a>.</p> @@ -63,12 +63,6 @@ layer_wkt = f'LINESTRING Z ({x} {y} {z_top}, {x} {y} {z_bot})' <p>For TEMImager data the depths are accumulated from the Thick_* columns. For Aarhus Workbench data the explicit DEP_TOP_* and DEP_BOT_* columns are used when present. Rendered side by side along a survey line, the stacked line segments form a fence diagram coloured by resistivity.</p> <p>TEM Loader targets QGIS 3.40 or later, and works on Windows, MacOS, and Linux.</p> -<ol type="1"> - <li>Download <a href="/tmp/tem_loader.zip">tem_loader.zip</a>.</li> - <li>In QGIS: <strong>Plugins → Manage and Install Plugins → Install from ZIP</strong>.</li> - <li>Select the file and click <strong>Install Plugin</strong>.</li> - <li>The plugin appears under <strong>Plugins → TEM Loader → Load TEM XYZ files…</strong>.</li> -</ol> <p>Source and issue tracker: <a href="https://gitlab.com/qgeomodel/qgis-tem-loader">gitlab.com/qgeomodel/qgis-tem-loader</a>.</p> diff --git a/pages/018-tem-loader.txt b/pages/018-tem-loader.txt @@ -1,5 +1,4 @@ - [1]Download the current release: tem_loader.zip - or install via the QGIS Plugin Manager: + Install via the QGIS Plugin Manager: https://plugins.qgis.org/plugins/tem_loader/ If you run into problems installing or using the plugin, please get @@ -55,7 +54,7 @@ The parser is a small core.py module with no QGIS dependency, which keeps it unit-testable. TEMImage and Aarhus Workbench headers are normalised into a common schema. -Geometry is written as [3]WKT strings into the CSVs and parsed by +Geometry is written as [2]WKT strings into the CSVs and parsed by QGIS on load. For a sounding at (x, y) with surface elevation z and depth of investigation doi: @@ -79,15 +78,10 @@ coloured by resistivity. TEM Loader targets QGIS 3.40 or later, and works on Windows, MacOS, and Linux. - 1. Download [4]tem_loader.zip. - 2. In QGIS: Plugins → Manage and Install Plugins → Install from ZIP. - 3. Select the file and click Install Plugin. - 4. The plugin appears under Plugins → TEM Loader → Load TEM XYZ files…. - -Source and issue tracker: [5]https://gitlab.com/qgeomodel/qgis-tem-loader. +Source and issue tracker: [3]https://gitlab.com/qgeomodel/qgis-tem-loader. If something does not work, or the loader rejects a file it should -handle, please [6]send me an email. +handle, please [4]send me an email. Examples: - sTEM data from Kenya: https://andersdamsgaard.dk/img/tem-loader.png @@ -95,9 +89,7 @@ Examples: References: -[1] file:///tmp/tem_loader.zip -[2] mailto:andam@geus.dk -[3] https://www.ogc.org/standard/sfa/ -[4] file:///tmp/tem_loader.zip -[5] https://gitlab.com/qgeomodel/qgis-tem-loader -[6] mailto:andam@geus.dk +[1] mailto:andam@geus.dk +[2] https://www.ogc.org/standard/sfa/ +[3] https://gitlab.com/qgeomodel/qgis-tem-loader +[4] mailto:andam@geus.dk