libLAS¶
Dostęp do danych LiDAR¶
libLAS jest biblioteką C/C++ przeznaczoną do odczytu i zapisu bardzo popularnego formatu LAS LiDAR. ASPRS LAS format jest binarnym formatem przechowywania danych pochodzących z sensorów LiDAR lub programów przetwarzających dane LiDAR w celu wymiany lub archiwizacji danych.
LiDAR (Light Detection and Ranging) is a form of high precision range detection much like a radar system that uses laser light as the electromagnetic emission. One of LiDAR systems’ products is a “point cloud” data product that can be conceptualized as a series of point measurements representing distance from the sensor to a returned emission. A common storage format for these point cloud data is ASPRS LAS format.
Główne funkcje¶
- C/C++/Python APIs for reading, writing, and manipulating LAS data
- Command line utilities for manipulating LAS data based on LAStools
- Coordinate reprojection via GDAL
Szczegóły¶
Strona internetowa: http://liblas.org
Licencja: BSD
Wersja programu: 1.7.0
Systemy operacyjne: Cross Platform C++ – Mac OS X, Windows (via OSGeo4W), and Linux
Interfejsy API: C, C++, Python
Wsparcie: Communication and Support