py4dgeo
py4dgeo copied to clipboard
py4dgeo - A Python library for change analysis in 4D point clouds
Scaling must be specified when writing las, or it loses some precisions with the default laspy parameters (https://github.com/3dgeo-heidelberg/py4dgeo/blob/7d74b6d1ee3c09d69675d96a12f2dd70c802663b/src/py4dgeo/epoch.py#L144). Solutions could be like [this way ] (https://github.com/3dgeo-heidelberg/py4dgeo/blob/m3c2-ep/src/py4dgeo/m3c2ep.py#L198) : ``` hdr.x_scale =...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.6...0.29.0)
Hi, I'm using py4dgeo to align point clouds from a defined area (a rocky area considered as stable terrain and present in each cloud, which allows to compare snow volumes...
How does the PB-M3C2 program work? Ask for a detailed tutorial. THANKS
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19 to 2.20. Release notes Sourced from pypa/cibuildwheel's releases. Version 2.20.0 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time...
Problems with plane segmentation (py4dgeo.PBM3C2()): - Plane segmentation loads forever (hours?) and crashes eventuallyon small datasets (.laz ~ 1mb) - Plane segmentation crashes even earlier or does not finish on...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.1...0.31.2)
An additional method to export the point cloud of an Epoch would be useful. The point cloud should include computed values such as the M3C2 distance or similar. It could...