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
_service 0000000658 658 Bytes
_servicedata 0000000232 232 Bytes
pointcloud-1.0.1~1503330292.0146bd7.tar.xz 0000171480 167 KB
pointcloud.changes 0000006938 6.78 KB
pointcloud.spec 0000002868 2.8 KB
Revision 6 (latest revision is 25)
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 589852 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 6)
- Add cmake, gcc and gcc-c++ as dependencies.
- Remove update-alternatives, which doesn't seem to be required.
- Use standard macros again, which seems to be unproblematic.
- On older Leap versions we override CMAKE_MODULE_LINKER_FLAGS.
- Indent code in description to force raw formatting.
- Replace non-breaking spaces by spaces in change log.
Comments 0
openSUSE Build Service is sponsored by