<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
This is also of interest to the archaeological community, in terms of 3-D representations of excavations, soil strata, location of artifacts, etc. GRASS has Voxel capabilities that allow this, but additional tools like this would be of interest to archaeologists.
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class=""><br class="">
</div>
<div class="">Scott Madry</div>
<div class=""><br class="">
</div>
<div class="">
<div style="orphans: 2; widows: 2;" class="">
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Scott Madry, Ph.D.</span></font></div>
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Research Associate Professor of Archaeology</span></font></div>
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">The University of North Carolina at Chapel Hill</span></font></div>
<div class=""><br class="">
</div>
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Tel         1-919-448-4493</span></font></div>
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Email:    <a href="mailto:madrys@email.unc.edu" class="">madrys@email.unc.edu</a></span></font></div>
<div class=""><span style="font-size: 12px;" class=""><a href="https://scottmadry.web.unc.edu" class="">https://scottmadry.web.unc.edu</a></span></div>
<div class=""><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Skype:   scott madry</span></font></div>
</div>
<div style="orphans: 2; widows: 2;" class=""><br class="">
</div>
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Mar 15, 2018, at 10:00 AM, Ramon Andinach <<a href="mailto:custard@westnet.com.au" class="">custard@westnet.com.au</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<table id="msexchangesafetytips;36e9257f-f838-4e84-3649-08d58a7e76c1;R:en-US" border="0" cellspacing="0" cellpadding="0" width="100%" style="cellpadding:0;border:0;cellspacing:0;display:table;width:100%;table-layout:fixed;border-collapse:seperate;float:none;" align="left" class="">
<tbody class="">
<tr class="">
<td valign="middle" width="1px" bgcolor="#910A19" cellpadding="7px 2px 7px 2px" style="padding:7px 2px 7px 2px;background-color:#910A19;valign:middle" class="">
</td>
<td valign="middle" width="100%" bgcolor="#FDF2F4" cellpadding="7px 5px 7px 15px" style="width:100%;background-color:#FDF2F4;padding:7px 5px 7px 15px;font-family:wf_segoe-ui_normal,Segoe UI,Segoe WP,Tahoma,Arial, sans-serif;font-size:12px;font-weight:normal;color:#212121;text-align:left;word-wrap:break-word;" class="">
<div class="">This sender failed our fraud detection checks and may not be who they appear to be. Learn about <a href="http://aka.ms/LearnAboutSpoofing" class="">spoofing</a></div>
</td>
<td valign="middle" align="left" width="75px" bgcolor="#FDF2F4" cellpadding="7px 5px 7px 5px" style="width:75px;background-color:#FDF2F4;padding:7px 5px 7px 5px;font-family:wf_segoe-ui_normal,Segoe UI,Segoe WP,Tahoma,Arial, sans-serif;font-size:12px;font-weight:normal;color:#212121;text-align:left;word-wrap:break-word;align:left" class="">
<a href="http://aka.ms/SafetyTipsFeedback" class="">Feedback</a></td>
</tr>
</tbody>
</table>
<div class="">
<div class="">Hi Calvin,</div>
<div class=""><br class="">
</div>
<div class="">In geology, we use a set of drill holes into the ground to interpret the space in the earth between them. Depending on what the geologist is interested in, we might be plotting the location of an aquifer, or a gold seam, an oil reservoir or some
 other feature. Note here, that I’m deliberately picking things that have length, breath and depth, so just interpolating a surface is not the same thing.</div>
<div class=""><br class="">
</div>
<div class="">So, things that you might want to be able to do include:</div>
<div class=""> display attributes of the drill hole on a string representing the drill hole (or drill trace) in real 3D space.</div>
<div class=""> Create slices (sections) of these drill traces (so depth is the right and left side), with windows of included data on either side of the slice.</div>
<div class=""> Draw polygons snapped to the drill trace to link areas with similar features between holes.</div>
<div class=""> Build a mesh/wireframe model that links the polygons together</div>
<div class=""> Get a volume of said model</div>
<div class=""> Create a voxel model of an attribute/s distribution within the mesh.</div>
<div class=""><br class="">
</div>
<div class="">This is probably a slightly economic geology skewed view, but hopefully I’ve left enough geo-jargon out that it’s understandable[1]</div>
<div class=""><br class="">
</div>
Depends on how complex you want to be. A well known GIS package in my neck of the woods trumpets the ability to do the slice and dice and section bit, but really it’s making up non-earth plans and dressing them up as having proper depth (a section). For some
 people that seems enough. 
<div class="">But - that sort of approach makes it really difficult if what you’d really like to do is show just the bits of the drill holes with say, gold grades greater that 20g/t - leaving any other result as transparent - and spin it slowly around in 3D
 so that you can get a sense of the go/d’s distribution pattern. This last one is much more complex and only possible if you’re working in a truly 3D environment. </div>
<div class=""><br class="">
</div>
<div class="">Hope that makes some sort of sense. Feel free to ask for clarification.</div>
<div class=""><br class="">
</div>
<div class="">Ramon.</div>
<div class="">[1] I’ve made an attempt to swap out terms I’m used to using for more generic explanations or more comp sci friendly terms. Hopefully, mostly understandable to both sides now.<br class="">
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On 15 Mar 2018, at 20:31, C Hamilton <<a href="mailto:adenaculture@gmail.com" class="">adenaculture@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">Pardon my ignorance on the matter, but what does a drill hole capability mean? Is it simply making a hole in a polygon or is it much more complex.
</div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Calvin</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Wed, Mar 14, 2018 at 3:46 PM, John Harrop <span dir="ltr" class="">
<<a href="mailto:jcharrop@gmail.com" target="_blank" class="">jcharrop@gmail.com</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;line-break:after-white-space" class="">It looks like no one has been answering this for you yet and I’m just catching up on a few days emails after my computer was in the shop.
<div class=""><br class="">
</div>
<div class="">There is active interest in developing a drill hole plugin for QGIS3 now that 3D is more fully supported.  I also work with drill holes and have been running them in QGIS fairly easily in plan view where I just calculate traces to a plan view
 (either in a spreadsheet or using code) and apply theme patterns based on the attributes I kept with the segments.  This has worked reasonable well with grade and lithology which are two of the main things you want to see.</div>
<div class=""><br class="">
</div>
<div class="">Cross sections have been harder, but those are still “maps” in non-Earth coordinates.  Again I’ve tended to build those with projections to a plane in either a spreadsheet or by code.  This is not as easy to work with as plan view so I am very
 interested in seeing the developing interest in getting a drill hole section plugin for QGIS.  That will really finalize QGIS as the logical choice for geological exploration work.</div>
<div class=""><br class="">
</div>
<div class="">I’ve cc’ed the others I know using QGIS so I hope you can be included in the list of interested users.</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class=""><br class="">
<div class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; word-wrap: break-word;" class="">
<div class="">John Harrop, PGeo, FGS<br class="">
Senior Project Geologist</div>
<div class="">Coast Mountain Geological Ltd</div>
<div class=""><br class="">
PO Box 62<br class="">
Suite 488 - 625 Howe St<br class="">
Vancouver, BC   V6C 2T6<br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
_______________________________________________<br class="">
Qgis-user mailing list<br class="">
<a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">
https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br class="">
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">
https://lists.osgeo.org/mailman/listinfo/qgis-user</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
Qgis-user mailing list<br class="">
<a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br class="">
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>