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 37d553aaef65e263863fa798ea6666735ec2849d
parent b89c87f0b053bd9eede7d4049c12f68f35eb6434
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  8 Apr 2026 15:57:59 +0200

docs(metadata): add additional fields

Diffstat:
Mtem_loader/metadata.txt | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt @@ -1,8 +1,12 @@ [general] name=TEM Loader -qgisMinimumVersion=3.4 -qgisMaximumVersion=4.1 +qgisMinimumVersion=3.40.0 +qgisMaximumVersion=4.1.0 description=Load TEM inversion XYZ files as styled 3D vector layers -version=0.1 +version=0.1.0 author=Anders Damsgaard email=andam@geus.dk +about=QGIS plugin for loading geophysical inversion mdels. 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 DOI at depth, and model layers as 3D lines. The plugin supports profile visualization using the "Elevation Profile" tool in QGIS. +tracker=https://gitlab.com/qgeomodel/qgis-tem-loader/issues +repository=https://gitlab.com/qgeomodel/qgis-tem-loader +homepage=https://gitlab.com/qgeomodel/qgis-tem-loader