Search found 3 matches

by abellia
Mon Jul 25, 2016 5:31 pm
Forum: Questions
Topic: 2D view?
Replies: 1
Views: 1271

2D view?

Hi,

Is there a simple way to get a 2D-view of a point cloud with the Z dimension represented as some color scale (like a scalar field)?

Thanks,
by abellia
Fri Jul 01, 2016 8:26 pm
Forum: Questions
Topic: LAZ file size
Replies: 1
Views: 5215

Re: LAZ file size

The maximum points in LAZ 1.0 - 1.3 is 2^32 - 1 (4.2+ billion). LAS/LAZ 1.4 supports 2^64 -1, but liblas that ClouldCompare uses doesn't support it. I can try to hook PDAL into CloudCompare if I get some time and that supports LAS 1.4. If you're crashing on 1 billion points, you're probably having m...
by abellia
Fri Jul 01, 2016 2:49 pm
Forum: Questions
Topic: Simple clip?
Replies: 1
Views: 3137

Simple clip?

Hi,

Is there a way to do a simple crop based on a polygon and write all the points in the cropped area to a file?

Thanks,