ts2las
ASPRS LiDAR data translation toolset
Install
- All systems
-
curl cmd.cat/ts2las.sh
- Debian
-
apt-get install liblas-bin
- Ubuntu
-
apt-get install liblas-bin
- Kali Linux
-
apt-get install liblas-bin
- Fedora
-
dnf install liblas-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liblas-bin
- Raspbian
-
apt-get install liblas-bin
- Dockerfile
- dockerfile.run/ts2las
liblas-bin
ASPRS LiDAR data translation toolset
libLAS is a C/C++ library for reading and writing ASPRS LAS versions 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format used to store data from sensors and as intermediate processing storage by some LiDAR-related applications. LiDAR (Light Detection and Ranging) is an optical remote sensing technology that measures properties of scattered light to find range and/or other information of a distant target. The prevalent method to determine distance to an object or surface is to use laser pulses. This package contains the essential toolset to manage LiDAR data: lasinfo, lasmerge, las2las, las2txt, txt2las, las2ogr.