qgis-tem-loader

qgis plugin for loading TEM geophysical inversion XYZ files as 3D objects
git clone git://src.adamsgaard.dk/qgis-tem-loader # fast
git clone https://src.adamsgaard.dk/qgis-tem-loader.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 186288b4ebca621edac6402597fe630273ab27be
parent b194b8ed8820243af06500b09f259a9491d7c297
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 23 May 2026 19:49:19 +0200

chore(release): 0.2.1

Diffstat:
MCHANGELOG.md | 8++++++++
Mtem_loader/metadata.txt | 4+++-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1] - 2026-05-23 + +### Fixed +- Apply the high-resistivity color for values above 1600 ohm*m to both layer styling and pre-computed layer colors + +### Changed +- Add flake8 to local and CI verification + ## [0.2.0] - 2026-05-16 ### Added diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt @@ -3,11 +3,13 @@ name=TEM Loader qgisMinimumVersion=3.40.0 qgisMaximumVersion=4.99.0 description=Load TEM inversion XYZ files as styled 3D vector layers -version=0.2.0 +version=0.2.1 author=Anders Damsgaard email=andam@geus.dk about=QGIS plugin for loading geophysical inversion models. Adds a menu item to the "Plugin" menu. The models are loaded as 3D points for the terrain surface with line numbers as labels, 3D points for depth of investigation (DOI), and model layers as 3D lines. The plugin supports profile visualization using the "Elevation Profile" tool in QGIS and 3D Map Views. changelog= + 0.2.1 + * Apply the high-resistivity color for values above 1600 ohm*m to both layer styling and pre-computed layer colors 0.2.0 * Add optional DEM elevation adjustment using a selected project raster layer * Add import options for DEM adjustment and DOI masking controls