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

metadata.txt (1763B)


      1 [general]
      2 name=TEM Loader
      3 qgisMinimumVersion=3.40.0
      4 qgisMaximumVersion=4.99.0
      5 description=Load TEM inversion XYZ files as styled 3D vector layers
      6 version=0.2.2
      7 author=Anders Damsgaard
      8 email=andam@geus.dk
      9 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.
     10 changelog=
     11 	0.2.2
     12 	  * Hide layers below DOI by default with new import option that clips layer geometry at the DOI
     13 	  * Exclude DOI layer from Elevation Profile by default
     14 	  * Raise 3D tiling max-chunk-features to 50000 for faster 3D rendering on large datasets
     15 	0.2.1
     16 	  * Apply the high-resistivity color for values above 1600 ohm*m to both layer styling and pre-computed layer colors
     17 	0.2.0
     18 	  * Add optional DEM elevation adjustment using a selected project raster layer
     19 	  * Add import options for DEM adjustment and DOI masking controls
     20 	  * Add layer opacity output for DOI-aware layer styling
     21 	0.1.6
     22 	  * Increase performance on large datasets by writing outputs to GeoPackage layers instead of CSV
     23 	  * Create spatial indexes for output layers to improve map and profile responsiveness
     24 	  * Add Workbench wide XYZ export support
     25 	0.1.5
     26 	  * Add 3D Map View rendering for points, DOI, and layers
     27 	  * Pre-compute per-layer color from resistivity for 3D rendering
     28 	0.1.4
     29 	  * Add SCI Workbench 2026 XYZ format support
     30 tracker=https://gitlab.com/qgeomodel/qgis-tem-loader/issues
     31 repository=https://gitlab.com/qgeomodel/qgis-tem-loader
     32 homepage=https://andersdamsgaard.dk/tem-loader.html