A PostgreSQL extension for storing point cloud (LIDAR) data.

Edit Package pointcloud
https://github.com/pgpointcloud/pointcloud

pointcloud is an extension for storing point cloud data (LIDAR) into postgresql Activate the pointcloud extension: CREATE EXTENSION pointcloud

The pointcloud_postgis extension adds functions that allow you to use PostgreSQL Pointcloud with PostGIS, converting PcPoint and PcPatch to Geometry and doing spatial filtering on point cloud data. The pointcloud_postgis extension depends on both the postgis and pointcloud extensions, so they must be installed first:

CREATE EXTENSION postgis;
CREATE EXTENSION pointcloud;
CREATE EXTENSION pointcloud_postgis;

Source Files
Filename Size Changed
_multibuild 0000000231 231 Bytes
pointcloud.changes 0000011027 10.8 KB
pointcloud.spec 0000002679 2.62 KB
v1.2.5.tar.gz 0000348678 341 KB
Comments 0
No comments available
openSUSE Build Service is sponsored by