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

CHANGELOG.md (1784B)


      1 # Changelog
      2 
      3 ## [0.2.2] - 2026-05-28
      4 
      5 ### Added
      6 - Import option "Hide layers below depth of interest (DOI, 2D and 3D views)", ON by default, which clips resistivity layers to the DOI so geometry below the DOI is not written to the GeoPackage. Clipping is exact when the DOI falls inside a layer.
      7 
      8 ### Changed
      9 - The DOI layer is now excluded from the Elevation Profile by default, matching the existing default for the points layer.
     10 - Raised the layers 3D tiling max-chunk-features from 1000 to 50000 for faster 3D rendering on large datasets.
     11 
     12 ## [0.2.1] - 2026-05-23
     13 
     14 ### Fixed
     15 - Apply the high-resistivity color for values above 1600 ohm*m to both layer styling and pre-computed layer colors
     16 
     17 ### Changed
     18 - Add flake8 to local and CI verification
     19 
     20 ## [0.2.0] - 2026-05-16
     21 
     22 ### Added
     23 - Optional DEM elevation adjustment during import using a selected project raster layer
     24 - Import options dialog for DEM adjustment and DOI masking controls
     25 - Layer opacity output for improved DOI-aware layer styling
     26 
     27 ### Changed
     28 - Reordered import options so DOI masking controls appear before DEM controls
     29 
     30 ## [0.1.6] - 2026-05-10
     31 
     32 ### Added
     33 - Workbench wide XYZ export support
     34 
     35 ### Changed
     36 - Write outputs to GeoPackage layers instead of CSV for better performance on large datasets
     37 - Create spatial indexes for output layers to improve map and profile responsiveness
     38 
     39 ## [0.1.5] - 2026-04-27
     40 
     41 ### Added
     42 - 3D Map View rendering for points, DOI, and layers
     43 - Pre-computed per-layer color from resistivity for 3D rendering
     44 
     45 ## [0.1.4] - 2026-04-23
     46 
     47 ### Added
     48 - Support for SCI Workbench 2026 XYZ export format
     49 
     50 ## [0.1.3]
     51 
     52 ### Fixed
     53 - Correct Windows layer file URIs
     54 - Validate XYZ rows and continue batch imports on error
     55 
     56 ### Changed
     57 - Set QGIS maximum version to 4.99
     58 - Set homepage to blog post