OpenFields SAS
  • Home
  • Who are we?
  • Projects
    • CloudComPy
    • CloudCompare
Sign In
Featured

The October 7, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The October 7, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

WARNING This version requires a conda environment based on Python 3.10,

To create this environment, see the README, use the following instructions.

conda activate
conda update -y -n base -c defaults conda
conda create --name CloudComPy310 python=3.10
   # --- erase previous env if existing
conda activate CloudComPy310
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install "boost=1.74" "cgal=5.4" cmake ffmpeg "gdal=3.5" jupyterlab "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5" "openmp=8.0" "pcl=1.12" "pdal=2.4" "psutil=5.9" pybind11 "qhull=2020.2" "qt=5.15" "scipy=1.8" sphinx_rtd_theme spyder tbb tbb-devel "xerces-c=3.2"

WARNING CloudComPy is now built with pybind11 instead of Boost.Python. For the CloudComPy user, the Python scripts are unchanged, but there is always the possibility of small changes in the behaviour of the code or bugs not covered by the tests. (if so, please post issues).

This version brings the following features:

  • update to CloudCompare master > 2.12.4 (october 6, 2022)
  • (issue #60) implement precision maps for M3C2 plugin
  • (issue #71) implement scalar field interpolation from another entity.
  • (issue #72) define a better message on Windows when setting the environment for CloudComPy
  • Various small fixes.

NOTE: issues #49 and #50 are still under analysis, they will require further development.

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20221007

Featured

The September 18, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The September 18, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

WARNING This version requires a new conda environment based on Python 3.10,

To create this environment, see the README, use the following instructions.

conda activate
conda update -y -n base -c defaults conda
conda create --name CloudComPy310 python=3.10
   # --- erase previous env if existing
conda activate CloudComPy310
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install "boost=1.74" "cgal=5.4" cmake ffmpeg "gdal=3.5" jupyterlab "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5" "openmp=8.0" "pcl=1.12" "pdal=2.4" "psutil=5.9" pybind11 "qhull=2020.2" "qt=5.15" "scipy=1.8" sphinx_rtd_theme spyder tbb tbb-devel "xerces-c=3.2"

WARNING CloudComPy is now built with pybind11 instead of Boost.Python. For the CloudComPy user, the Python scripts are unchanged, but there is always the possibility of small changes in the behaviour of the code or bugs not covered by the tests. (if so, please post issues).

WARNING On Windows, with the binary based on the conda packages, Python 3.10, only the English version of CloudCompare is available,
   the translations are not available: it seems that this is due to a bug in the Qt 5.15.4 version of the conda package.
   We are waiting for the correction of this bug in the packaging.

This version brings the following features:

  • CloudComPy is built with Python 3.10 instead of Python 3.9
  • update to CloudCompare master > 2.12.4 (september 15, 2022)
  • (issue #53) update pdal version to 2.4.2: needs conda Python 3.10. Works on Linux and Windows
  • (issue #54) fix the bug on save scalar fields with laz 1.4 -test added on extra scalar field saved an correctly loaded, see test020.py
  • (issue #64) a use case with invalid points (E57 file) and scalar fields to resize, see test041.py
  • (issue #65) add possibility of automatic downloading of sample files for ctest, update README for ctest, see test041.py
  • (issue #66) get access to global shift: see ccShiftedObject::getGlobalShift, see test006.py
  • Various small fixes.

NOTE: issues #49 and #50 are still under analysis, they will require further development. The changes done in the conda packaging and the use of pybind11 are a necessary step towards solving these issues.

Corresponding git tag CloudComPy_master_20220918.

Featured

The September 18, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The September 18, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

WARNING This version requires a new conda environment based on Python 3.10,

To create this environment, see the README, use the following instructions.

conda activate
conda update -y -n base -c defaults conda
conda create --name CloudComPy310 python=3.10
   # --- erase previous env if existing
conda activate CloudComPy310
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install "boost=1.74" "cgal=5.4" cmake ffmpeg "gdal=3.5" jupyterlab "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5" "openmp=8.0" "pcl=1.12" "pdal=2.4" "psutil=5.9" pybind11 "qhull=2020.2" "qt=5.15" "scipy=1.8" sphinx_rtd_theme spyder tbb tbb-devel "xerces-c=3.2"

WARNING CloudComPy is now built with pybind11 instead of Boost.Python. For the CloudComPy user, the Python scripts are unchanged, but there is always the possibility of small changes in the behaviour of the code or bugs not covered by the tests. (if so, please post issues).

This version brings the following features:

  • CloudComPy is built with Python 3.10 instead of Python 3.9
  • update to CloudCompare master > 2.12.4 (september 15, 2022)
  • (issue #53) update pdal version to 2.4.2: needs conda Python 3.10. Works on Linux and Windows
  • (issue #54) fix the bug on save scalar fields with laz 1.4 -test added on extra scalar field saved an correctly loaded, see test020.py
  • (issue #64) a use case with invalid points (E57 file) and scalar fields to resize, see test041.py
  • (issue #65) add possibility of automatic downloading of sample files for ctest, update README for ctest, see test041.py
  • (issue #66) get access to global shift: see ccShiftedObject::getGlobalShift, see test006.py
  • Various small fixes.

NOTE: issues #49 and #50 are still under analysis, they will require further development. The changes done in the conda packaging and the use of pybind11 are a necessary step towards solving these issues.

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20220918.

Featured

The July 19, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The July 19, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

This version brings the following features:

  • update to CloudCompare master > 2.12.4 (july 19, 2022)
  • add a user documentation with some use cases.
  • improve C2C split distances (issue #56), see test009.py
  • get access to sensor TSL info (sensors position, transformation...) (issue #57), see test041.py
  • get access to E57 structure (issue #58), see test041.py
  • compute scattering angles (issue #59), see test041.py
  • implement GuessBestParams for M2C2 plugin (issue #60), see test030.py
  • compute CSF filter on a cloud (issue #61), see test043.py
  • add a use case for memory leaks in iterative processes (issue #62), see test042.py
  • Various small fixes.

 

NOTE: issues #49, #50, #53, #54 are still under analysis, they will require further development.

Corresponding git tag CloudComPy_master_20220719.
 

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described in README, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20220719.

Featured

The July19, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The July 19, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  • update to CloudCompare master > 2.12.4 (july 19, 2022)
  • add a user documentation with some use cases.
  • improve C2C split distances (issue #56), see test009.py
  • get access to sensor TSL info (sensors position, transformation...) (issue #57), see test041.py
  • get access to E57 structure (issue #58), see test041.py
  • compute scattering angles (issue #59), see test041.py
  • implement GuessBestParams for M2C2 plugin (issue #60), see test030.py
  • compute CSF filter on a cloud (issue #61), see test043.py
  • add a use case for memory leaks in iterative processes (issue #62), see test042.py
  • Various small fixes.

 

NOTE: issues #49, #50, #53, #54 are still under analysis, they will require further development.

Corresponding git tag CloudComPy_master_20220719.

Featured

The June 22, 2022 CloudComPy Linux release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The June 22, 2022 version of the Linux64 Anaconda 3 binary is available here.

Please have a look at README for requirements.

This version brings the following features:

  • update to CloudCompare 2.12.3 (june 14, 2022)
  • get the transformation matrix computed by the fast global registration function in PCL Plugin (issue #35), see test038.py
  • compute a scalarField gradient (issue #46), see test003.py
  • add an extra parameter to LoadParameters, to give a regex filter to ply reader, extra scalar fields selection (issue #51), see test040.py
  • fix ccGLMatrix constructor, provide another alternate constructor and method fromString (issue #52), see test026.py
  • build the doc on Windows
  • Various small fixes.

This binary works only on Linux 64, on recent distributions, and with Anaconda3 as described in README, not anywhere else!

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04 (focal), please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20220513.

WARNING: the lastest updates of conda packages are no more compatible with this binary (and older ones): If you have a working conda environment for a recent CloudComPy binary, keep it! In case of problems look at the conda list and compare it with the output of conda list command in the conda CloudCompy39 environment. Major version changes may induce problems.

If you need to create or recreate the CloudCompy39 conda environment please use the following (warning: commands are slightly different between Linux and Windows):

conda update -y -n base -c defaults conda
conda activate
conda create -y --name CloudComPy39 python=3.9
   # --- erase previous env if existing
conda activate CloudComPy39
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install -y "boost=1.72" "cgal=5.0" cmake ffmpeg "gdal=3.3" jupyterlab "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5.3" "openmp=8.0" "pcl=1.11" "pdal=2.3" "psutil=5.9" "qhull=2019.1" "qt=5.12" "scipy=1.8" sphinx_rtd_theme spyder tbb tbb-devel "xerces-c=3.2"
Featured

The June 22, 2022 CloudComPy Windows10 release is available

CloudComPy Last Updated: 21 October 2023
  • versions

The June 22, 2022 version of the Windows 10 Anaconda 3 binary is available here.

The corresponding Anaconda3 configuration is described in the README.

This version brings the following features:

  • update to CloudCompare 2.12.3 (june 14, 2022)
  • get the transformation matrix computed by the fast global registration function in PCL Plugin (issue #35), see test038.py
  • compute a scalarField gradient (issue #46), see test003.py
  • add an extra parameter to LoadParameters, to give a regex filter to ply reader, extra scalar fields selection (issue #51), see test040.py
  • fix ccGLMatrix constructor, provide another alternate constructor and method fromString (issue #52), see test026.py
  • build the doc on Windows
  • Various small fixes.

Corresponding git tag CloudComPy_master_20220622.

WARNING: the lastest updates of conda packages are no more compatible with this binary (and older ones): If you have a working conda environment for a recent CloudComPy binary, keep it! In case of problems look at the conda list and compare it with the output of conda list command in the conda CloudCompy39 environment. Major version changes may induce problems.

If you need to create or recreate the CloudCompy39 conda environment please use the following (warning: commands are slightly different between Linux and Windows):

conda update -y -n base -c defaults conda
conda activate
conda create -y --name CloudComPy39 python=3.9
   # --- erase previous env if existing
conda activate CloudComPy39
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install -y "boost=1.72" "cgal=5.0" cmake "ffmpeg=4.3" "gdal=3.3" "jupyterlab=3.2" "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5" "openmp=8.0" "pcl=1.11" "pdal=2.3" "psutil=5.9" "qt=5.12" "scipy=1.8" "sphinx_rtd_theme=1.0" "spyder=5.2" "tbb=2021.5" "tbb-devel=2021.5" "xerces-c=3.2"

 

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
Page 5 of 9
  1. You are here:  
  2. Home
© 2025 OpenFields SAS
  • Home
  • Who are we?
  • Projects
    • CloudComPy
    • CloudCompare