Skip to content
forked from PDAL/PDAL

PDAL is Point Data Abstraction Library. GDAL for point cloud data. Fork

License

Notifications You must be signed in to change notification settings

geocomchile/PDAL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDAL

DOI

Join the chat at https://gitter.im/PDAL/PDAL

Build Status

OSX Linux Windows Docs Conda

See https://pdal.io/ for more info

Steps to compile with rxp and rdbx drivers:

Clone this repo

unzip the rxp and rdb library folder depending on the operating system

set RiVLib_DIR and rdb_DIR enviroment variables to the folder that contains /cmake/rivlib-config.cmake and /interface/cpp/rdb-config.cmake

run:

sudo apt install libgdal-dev

sudo apt install ninja-build

sudo apt install cmake

mkdir build

cd build

cmake -G Ninja ..

if there is not any error run:

ninja

test with:

bin/pdal --drivers

About

PDAL is Point Data Abstraction Library. GDAL for point cloud data. Fork

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 3.1%
  • C 0.4%
  • Shell 0.2%
  • Dockerfile 0.0%
  • Batchfile 0.0%