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;

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000231 231 Bytes
d79a17fd.patch 0000001300 1.27 KB
pointcloud.changes 0000007558 7.38 KB
pointcloud.spec 0000003659 3.57 KB
v1.2.0.tar.gz 0000311231 304 KB
Revision 13 (latest revision is 25)
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 719648 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 13)
- Add patch to Fix boolean case errors when compiling againt pg11
  d79a17fd.patch
- Minimal spec-cleaner, reorder spec-cleaner mess
Comments 0
openSUSE Build Service is sponsored by