PDAL on the VDI - course under construction
Introduction
This is a modular workshop demonstrating the Point Data Abstraction Library (PDAL) on NCI's VDI. We use PDAL release 1.3.0, documentation can be found here: http://www.pdal.io. it is aimed at NCI users who have had some exposure to working with point data obtained from airborne LiDAR, terrestrial LiDAR, 3D photogrammetry or multibeam bathymetry. Other point data formats exist, but are not yet useable in the PDAL ecosystem. Workshops on, for example, geophysical line data will be linked below as they arrive.
PDAL's own workshop documentation is extensive - please feel free to race through the materials at: http://www.pdal.io/workshop/index.html, which cover many of the topics presented in this workshop. If you get stuck, check the materials here - since they are tested on the VDI. If a really important example is missing please let us know!
What is PDAL
PDAL is a set of C libraries and command-line applications designed to work with topology-free point data (ie not gridded)
Why would I want to use PDAL?
PDAL was designed to meet the needs of users working with airborne LiDAR datasets. It has since grown to accomodate a number of different styles of point cloud data, and ways to use them. It was an early adopter of the LAS 1.4 community standard, and offers the best open-source, interoperable point cloud data processing engine we have seen to date.
Who is this course aimed at?
Users with some experience in point cloud analysis, geospatial techniques and at least some exposure to the Linux command line environment
Prerequisites
Attendee skills
- A working knowledge of NCI's VDI module load system
- A working knowledge of NCI's data storage structure (/g/data)
- Basic unix command line skills
- Basic knowledge of QGIS (or similar) for visualising results
- Basic Python and Jupyter notebook skills (for the PDAL + Python module)
Data and resources
- A user account on NCI's VDI module load system
- Access to data required for workshop tasks. This may be customised for each workshop, or drawn directly from user-specific project space on /g/data
Licensing
PDAL is a BSD-licensed open source product. Please review the license terms before deploying in your software stack.
Data used in this workshop come from the Geoscience Australia reference elevation collection, published via NCI's thredds catalogue and distributed under a CCBY4.0 license.
Workshop tasks
- Setup and test
- Basic translation
- PDAL pipelines
- Collecting a subset of a LiDAR survey
- Point selection by attribute - extracting a single class or intensity thresholding
- Some data QA tasks
- DSMs, DTMs, and Height-above-ground
- Visualising results
- PDAL + Python
- Interacting with Postgres-pointcloud
Related workshops
- Processing geophysical line data