<div dir="ltr">Slow as in near unresponsive...but that seemed to be due to to a problem with libGL the remote server (was running over ssh).   I've switched to my local machine and I could view a 20MB file ok....a 2 GB file crashed my system after several minutes.    I'll try some additional things to get the remote server running, it's far beefier.<div><br></div><div>I've got a couple other questions but will send out with a new email.</div><div><br></div><div>Thanks again!</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Matthew Hanson<div>Applied GeoSolutions</div><div>(603) 659-3363 x91</div><div><a href="http://appliedgeosolutions.com" target="_blank">http://appliedgeosolutions.com</a></div><div><a href="mailto:mhanson@appliedgeosolutions.com" target="_blank">mhanson@appliedgeosolutions.com</a></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Jan 9, 2015 at 2:15 PM, Bradley Chambers <span dir="ltr"><<a href="mailto:brad.chambers@gmail.com" target="_blank">brad.chambers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks, that did it.  It was the c++11 switch to PCL that finally got it working.</div></blockquote><div><br></div></span><div>Great!<br></div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div>I'm trying to view a file (192MB) and it's awfully slow to do anything.   Any tips to speed up visualization?</div></div></blockquote><div><br></div></span><div>How slow is slow? I've loaded a 134MB file in under 20 seconds on my laptop. I've loaded a 1GB file in about 2 minutes (this one is pretty sluggish once loaded).<br><br></div><div>We aren't really doing anything fancy with the viewer, just leveraging PCL's visualizer under the hood. We do create a PCL PointCloud with XYZIRGBA information when converting from PDAL's PointBuffer, regardless of whether or not this information is available. I suppose if you only have XYZ data (or only want to visualize the XYZ information), then there may be some savings in using the PointXYZ point type instead. This is something we'd have to explore in the code, not something you could switch on the command line. If you're curious, the place to look is <a href="https://github.com/PDAL/PDAL/blob/master/plugins/pcl/io/PCLVisualizer.cpp#L146" target="_blank">https://github.com/PDAL/PDAL/blob/master/plugins/pcl/io/PCLVisualizer.cpp#L146</a>.<br></div></div></div></div>
</blockquote></div><br></div>