How to convert your point cloud data into .Las / .Laz
published: 11.05.2020
First of all – Don’t worry it’s pretty easy!
Pointly will work with the data format LAS or LAZ. The preferred upload format is LAZ because of its compression, followed by LAS.
Excurse: A LAS (LiDAR Aerial Survey) is an open and binary file format which stores LiDAR point cloud data and a point classification system. It is specified by the American Society for Photogrammetry and Remote Sensing (ASPRS) and its latest Version is LAS 1.4. The purpose of LAS is to function as a standard format between LiDAR tools, including hardware and software. It is seen by the majority as an industry standard for LiDAR data.
Whereas LAS is probably the most used data format for the work with point clouds, there are as well a couple of different formats, like ASCII or PLY. If you have your point cloud data in a format different to LAS, there are some easy ways to convert your specific point cloud format to LAS or LAZ. For example open source solutions like CloudCompare, LASzip or PDAL help you to achieve this within very few clicks.
How to convert benchmark point cloud data sets with Python
Apart from the solutions mentioned above, there is always the possibility to quickly convert any kind of file format using Python and the accompanying LAS packages laspy and Open3D. This approach is very useful, when dealing with custom formats you frequently encounter with benchmark point cloud datasets, such as Semantic3D. In this example, point cloud data is stored in various text files and point classifications are likewise stored separately. To have LAS-formatted files including the classification layer, the “pythonic” way of doing this would be:
Now that you know how to convert your data types into LAS, last but not least let’s have a look on how to compress LAS into LAZ. PDAL is one tool for an easy compression. Here (https://pdal.io/workshop/exercises/translation/compression.html) you’ll find a detailed description on how to use PDAL and get that LAZ format.
Pointly – Point out what matters.
Pointly is an intelligent, cloud-based software solution to manage and classify 3D point clouds – faster and more precise than ever before.
With Pointly Services you can get on-demand advanced 3D point cloud solutions tailormade for you.
converting pcd to laz is not possible, tried with this but could’nt able to process it, could you please help me