QGIS plugin for converting point cloud data between GeoParquet and COPC.
It adds two entries to the Layers panel context menu:
- Convert to COPC — on a GeoParquet vector layer
- Convert to GeoParquet — on a COPC point cloud layer
The conversion runs pdal translate in the background with a progress dialog, and
the converted layer replaces the original one at the same position in the layer tree.
- QGIS 4.0 or newer
pdalavailable onPATH
Use QGIS plugin installer to install the plugin from the official plugin repository.
Clone the repository and symlink the plugin directory into your QGIS profile:
./link-plugin.shThen enable RoboCOPC in QGIS via Plugins → Manage and Install Plugins.