liblas-config
ASPRS LiDAR data translation library - C++ development files
Install
- All systems
-
curl cmd.cat/liblas-config.sh
- Debian
-
apt-get install liblas-dev
- Ubuntu
-
apt-get install liblas-dev
- Kali Linux
-
apt-get install liblas-dev
- Fedora
-
dnf install liblas-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liblas-dev
- Raspbian
-
apt-get install liblas-dev
- Dockerfile
- dockerfile.run/liblas-config
liblas-dev
ASPRS LiDAR data translation library - C++ development files
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 development files to build applications in C++.