[pdal] PlyReader inspect QuickInfo

Daniel Brookes dbrookes at micromine.com
Thu Oct 21 23:00:51 PDT 2021


Hello point cloud people!

One part of the PDAL C++ API we utilise in our application is the QuickInfo inspection to relatively quickly determine info about a point cloud file. We use this for some UI components. This works great for LAS and E57 but we recently had a request for this to work for PLY files as well.

I'm happy to submit a PR to extend PlyReader for this but a problem I realised is that the PLY header does not specify bounds (or SRS) which would leave the QuickInfo incomplete (without reading the entire file to determine bounds, which defeats the purpose).

What's the feeling around that? Is it reasonable for the QuickInfo bounds to be empty and we fill out the parts we can - which for PLY would be the point count and dimensions.

Regards,

Daniel Brookes | Micromine Developer
MICROMINE Pty Ltd
e: dbrookes at micromine.com<mailto:dbrookes at micromine.com>

[cid:image001.jpg at 01D7C74D.33A24240]<https://www.micromine.com/>

[Micromine PL]<http://www.micromine.com>

Micromine PL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20211022/fc66b176/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 61851 bytes
Desc: image001.jpg
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20211022/fc66b176/attachment-0001.jpg>


More information about the pdal mailing list