LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival.
libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival.
To install liblas, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install liblas
To see what files were installed by liblas, run:
port contents liblas
To later upgrade liblas, run:
sudo port selfupdate && sudo port upgrade liblas
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.