PDAL is a C++ BSD library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data.
PDAL is a C++ BSD library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data.
To install PDAL, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install PDAL
To see what files were installed by PDAL, run:
port contents PDAL
To later upgrade PDAL, run:
sudo port selfupdate && sudo port upgrade PDAL
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.