A Docker image packaging software for LiDAR data processing used at Aberystwyth University (AU) in the Earth Observation and Ecosystem Dynamics (EOED) research group, primarily SPDLib. More information can be found at https://www.remotesensing.info.
AU-EOED software includes:
Other software:
This image is based on the official ubuntu release with Python 3.6 and packages from ContinuumIO Miniconda3.
docker build -t petebunting/spdlib https://[email protected]/petebunting/docker-spdlib.git
docker pull petebunting/spdlib
To run commands, you need to mount the data path of where the data is located and where they are mounted within the image. In this example, /home/pete/temp is mounted as /data and therefore the data paths for the data processing need to be referenced from that path e.g., /data/TestImg.kea.
docker run -i -t -v /home/pete/temp:/data petebunting/spdlib spdinfo /data/Testfile.spd
For tutorials in using spdlib there are some materials available at https://www.remotesensing.info.
Content type
Image
Digest
Size
1 GB
Last updated
over 7 years ago
docker pull petebunting/spdlib