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
270f3e112.patch 0000001571 1.53 KB
7cca13ce1.patch 0000000870 870 Bytes
_multibuild 0000000197 197 Bytes
e71401a28.patch 0000000559 559 Bytes
pointcloud.changes 0000009438 9.22 KB
pointcloud.spec 0000004845 4.73 KB
v1.2.1.tar.gz 0000317926 310 KB
Revision 18 (latest revision is 25)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 880772 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 18)
- Split llvmjit part to its own package
- Packaging cleanup
  + Use same macro and define definition as pgRouting and postgis
  + Adjust build target (keep 15.1 and < 13.2) for some months
Comments 0
openSUSE Build Service is sponsored by