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 0000000197 197 Bytes
pointcloud.changes 0000010440 10.2 KB
pointcloud.spec 0000002672 2.61 KB
v1.2.4.tar.gz 0000348003 340 KB
Revision 23 (latest revision is 25)
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 1038616 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 23)
- Update to version 1.2.4
  https://github.com/pgpointcloud/pointcloud/blob/v1.2.4/NEWS
- Removed merged upstream patch
  - 270f3e112.patch CXXFlags
  - 7cca13ce1.patch PG Minor
  - e71401a28.patch GCC 10.1 build
- Remove postgresql10 target
- Add postgresl15 target
Comments 0
openSUSE Build Service is sponsored by