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 7736f5427c5fbbaec79dff32255f93873defa509
parent a0568d22390c72d4fcab7086e6cfe382dbc2d770
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 23 Apr 2026 16:45:34 +0200

chore(release): bump version to 0.1.4 and add changelog

Diffstat:
ACHANGELOG.md | 16++++++++++++++++
Mtem_loader/metadata.txt | 5++++-
2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.4] - 2026-04-23 + +### Added +- Support for SCI Workbench 2026 XYZ export format + +## [0.1.3] + +### Fixed +- Correct Windows layer file URIs +- Validate XYZ rows and continue batch imports on error + +### Changed +- Set QGIS maximum version to 4.99 +- Set homepage to blog post diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt @@ -3,10 +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.1.3 +version=0.1.4 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. +changelog= + 0.1.4 + * Add SCI Workbench 2026 XYZ format support tracker=https://gitlab.com/qgeomodel/qgis-tem-loader/issues repository=https://gitlab.com/qgeomodel/qgis-tem-loader homepage=https://andersdamsgaard.dk/tem-loader.html