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 5d020f752c027411f45de1b5b09de3675181618f
parent 9d2ee54ebf40856d1dc9ea5ff60af351c9478a73
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Jun 2026 23:01:19 +0300

feat: add icon

Diffstat:
Atem_loader/icon.svg | 159+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtem_loader/metadata.txt | 1+
2 files changed, 160 insertions(+), 0 deletions(-)

diff --git a/tem_loader/icon.svg b/tem_loader/icon.svg @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + viewBox="0 0 24 24" + width="100%" + height="100%" + version="1.1" + id="svg12" + sodipodi:docname="icon.svg" + inkscape:version="1.4.4 (dcaf3e7, 2026-05-05)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs12" /> + <sodipodi:namedview + id="namedview12" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:zoom="10.306134" + inkscape:cx="33.911843" + inkscape:cy="24.014825" + inkscape:window-width="1728" + inkscape:window-height="1056" + inkscape:window-x="0" + inkscape:window-y="33" + inkscape:window-maximized="0" + inkscape:current-layer="svg12" /> + <rect + width="24" + height="24" + rx="4" + fill="none" + id="rect1" /> + <path + d="M 1,8 C 5,6 7,11 11,9 15,7 19,3 23,5" + fill="none" + stroke="#4a4a4a" + stroke-width="1.5" + stroke-linecap="round" + id="path1" /> + <line + x1="4" + y1="8" + x2="4" + y2="11" + stroke="#e31a1c" + id="line1" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#ea3323;stroke-opacity:1" /> + <line + x1="4" + y1="11" + x2="4" + y2="14" + stroke="#feb24c" + id="line2" + style="stroke:#ffff54;stroke-width:1.5;stroke-linecap:butt;stroke-opacity:1" /> + <line + x1="4" + y1="14" + x2="4" + y2="16" + stroke="#1f78b4" + id="line3" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#1131d3;stroke-opacity:1" /> + <line + x1="19" + y1="14" + x2="19" + y2="18.251162" + stroke="#1f78b4" + id="line3-9" + style="stroke-width:1.5;stroke-linecap:butt;stroke-dasharray:none;stroke:#1170d3;stroke-opacity:1" /> + <line + x1="9" + y1="9.5" + x2="9" + y2="12" + stroke="#33a02c" + id="line4" + style="stroke:#ea3323;stroke-width:1.5;stroke-linecap:butt;stroke-opacity:1" /> + <line + x1="9" + y1="12" + x2="9" + y2="15" + stroke="#ff7f00" + id="line5" + style="stroke-width:1.5;stroke-linecap:butt" /> + <line + x1="9" + y1="15" + x2="9" + y2="18" + stroke="#1f78b4" + id="line6" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#115dd3;stroke-opacity:1" /> + <line + x1="14" + y1="17" + x2="14" + y2="20" + stroke="#1f78b4" + id="line6-9" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#1131d3;stroke-opacity:1" /> + <line + x1="14" + y1="7.5" + x2="14" + y2="10" + stroke="#e31a1c" + id="line7" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#ea3323;stroke-opacity:1" /> + <line + x1="14" + y1="10" + x2="14" + y2="13" + stroke="#feb24c" + id="line8" + style="stroke-width:1.5;stroke-linecap:butt;stroke:#ffff54;stroke-opacity:1" /> + <line + x1="14" + y1="13" + x2="14" + y2="17" + stroke="#33a02c" + id="line9" + style="stroke-width:1.5;stroke-linecap:butt" /> + <line + x1="19" + y1="4.5" + x2="19" + y2="8" + stroke="#33a02c" + id="line10" + style="stroke:#ea3323;stroke-width:1.5;stroke-linecap:butt;stroke-opacity:1" /> + <line + x1="19" + y1="8" + x2="19" + y2="11" + stroke="#ff7f00" + id="line11" + style="stroke-width:1.5;stroke-linecap:butt" /> + <line + x1="19" + y1="11" + x2="19" + y2="14" + stroke="#e31a1c" + id="line12" + style="stroke-width:1.5;stroke-linecap:butt" /> +</svg> diff --git a/tem_loader/metadata.txt b/tem_loader/metadata.txt @@ -27,6 +27,7 @@ changelog= * Pre-compute per-layer color from resistivity for 3D rendering 0.1.4 * Add SCI Workbench 2026 XYZ format support +icon=icon.svg tracker=https://gitlab.com/qgeomodel/qgis-tem-loader/issues repository=https://gitlab.com/qgeomodel/qgis-tem-loader homepage=https://andersdamsgaard.dk/tem-loader.html