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 0000000265 265 Bytes
d79a17fd.patch 0000001300 1.27 KB
pointcloud.changes 0000008080 7.89 KB
pointcloud.spec 0000003519 3.44 KB
v1.2.1.tar.gz 0000317926 310 KB
Revision 14 (latest revision is 25)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 769280 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 14)
- Update to 1.2.1 version
  + Bug fixes
    - Fix compilation with PostgreSQL 11 #237
    - Fix compilation with PostgreSQL 12 #243
  + Enhancements
    - Improve documentation for PC_MemSize #232
    - Fix unit tests with PostgreSQL >= 10 #253
    - Fix typo in README #238
- Packaging
  + Add support to postgresql12
  + Update spec minimal
  + Remove d79a17fd.patch merged upstream
Comments 0
openSUSE Build Service is sponsored by