<div dir="ltr"><div dir="ltr">Thanks for the reply and information. I'll do my best to keep it general and avoid free solutioning.<div><br></div><div>I've read the addon section about a dozen times and can't wrap my head around it. In the example, "~/entwine/addons/autzen/smrf" looks like a file, but I don't know what's in it. Is there documentation on how to create your own addon?</div><font color="#888888"><div><br>Dan</div></font></div><div class="gmail-yj6qo gmail-ajU" style="outline:none;padding:10px 0px;width:22px;margin:2px 0px 0px"><br class="gmail-Apple-interchange-newline"></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 21, 2024 at 7:58 AM Howard Butler <<a href="mailto:howard@hobu.co">howard@hobu.co</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br id="m_-8374649991484206102lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On May 21, 2024, at 1:57 AM, Dan Mullins via pdal <<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a>> wrote:</div><br><div><div dir="ltr">Hello - <div><br></div><div>We would like to store our data (points + point specific data) in an Entwine point cloud. We've been testing a subset (~35m points) and noticed some strange performance. When we give the reader.ept a polygon, the response time for just X/Y/Z data is really fast. It returns ~15k points in 1s. When we create the ept with our additional data attributes (8 total), it slows down to 6s. Is this expected? If so, are there ways to improve the performance? </div></div></div></blockquote><div><br></div><div>Extra byte dimensions in LAZ are poorly compressed, so it might be that you're simply fetching a lot more bytes. Maybe it makes more sense to use EPT Addons <a href="https://pdal.io/en/latest/stages/writers.ept_addon.html" target="_blank">https://pdal.io/en/latest/stages/writers.ept_addon.html</a> instead of extra byte dimensions.</div><br><blockquote type="cite"><div><div dir="ltr"><div>Can we pick which columns of data we want returned?</div></div></div></blockquote><br></div><div>Selective access and decompression is something that's possible but not yet implemented. </div><div><br></div>Howard<div><br></div><div>PS, do note that you are going to quite quickly move from help-us-with-open-source-software to consult-with-us-to-tell-us-how-to-exploit-this-software-the-best with this topic. </div></div></blockquote></div>