A simple docker wrapper around PDAL and LAStools
206
This repository acts as a simple docker wrapper around a number of excellent opensource LiDAR processing tools such as PDAL.
The toolset is built from source wherever possible to maintain portability.
Run the container and mount a working directory.
docker run --rm -it -v ./data:/data saracen9/lidartools bash
Now try to download a sample e57 file and translate it into a laz file.
wget "https://netix.dl.sourceforge.net/project/e57-3d-imgfmt/E57Example-data/Trimble_StSulpice-Cloud-50mm.e57"
pdal translate -i Trimble_StSulpice-Cloud-50mm.e57 -o Trimble_StSulpice-Cloud-50mm.e57.laz
Once completed you should now have two files:
Original: Trimble_StSulpice-Cloud-50mm.e57 (138MB)Compressed LAZ: Trimble_StSulpice-Cloud-50mm.e57.laz (85MB)Content type
Image
Digest
Size
737.9 MB
Last updated
almost 7 years ago
docker pull saracen9/lidartools