Skip to content

Docs CSC now features an automatic Finnish translation. Click here for more information.

Warning!

Puhti and Mahti will be decommissioned after Roihu becomes available. Users should clean up unnecessary files and move any required data by the end of August 2026. See the Roihu data preparation instructions for details.

Puhti scratch is very full: keep only active data there and move or delete everything else. No new Puhti scratch quota will be granted.

PCL

PCL (Point Cloud Library) is a standalone, large scale, open project for 2D/3D image and point cloud processing.

PCLpy adds Python bindings to PCL.

Available

PCL is available in Puhti with following versions:

  • 1.12.1 without PCLpy
  • 1.9.1 with PCLpy version 0.12.0 with Python 3.8.

All included Python packages can be seen by using the command list-packages.

Usage

PCL is included in the pcl module and can be loaded with

module load pcl

You can see all available binaries with the command depending on the version:

ls /appl/soft/geo/pcl/1.12.1/bin
or
ls /appl/soft/geo/pcl/1.9.1/bin

Note, that PCL/1.9.1 includes less PCL modules.

License

PCL is released under the terms of the BSD license, and thus free for commercial and research use.

Citation

Radu Bogdan Rusu and Steve Cousins, 2011: "3D is here: Point Cloud Library (PCL)" in IEEE International Conference on Robotics and Automation (ICRA)

Acknowledgement

Please acknowledge CSC and Geoportti in your publications, it is important for project continuation and funding reports. As an example, you can write "The authors wish to thank CSC - IT Center for Science, Finland (urn:nbn:fi:research-infras-2016072531) and the Open Geospatial Information Infrastructure for Research (Geoportti, urn:nbn:fi:research-infras-2016072513) for computational resources and support".

Installation

PCL was installed to Puhti with Apptainer, using this PCL Apptainer definition file.

References