4 Commits

Author SHA1 Message Date
landry
00dc81f5a6 Properly set COMPILER to base-clang ports-gcc so that those have a
chance to fail further on crippled archs.
2017-11-04 21:26:00 +00:00
zhuk
ee1c03aa8c Unbreak pgpointcloud by using proper CMake idioms. 2017-07-27 15:43:59 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
landry
12595f7c5a Import pgpointcloud 1.1.0pre0 (snapshot from git master)
LIDAR sensors quickly produce millions of points with large numbers of
variables measured on each point. The challenge for a point cloud database
extension is efficiently storing this data while allowing high fidelity access
to the many variables stored.

PostgreSQL Pointcloud deals with all this variability by using a "schema
document" to describe the contents of any particular LIDAR point. Each point
contains a number of dimensions, and each dimension can be of any data type,
with scaling and/or offsets applied to move between the actual value and the
value stored in the database. The schema document format used by PostgreSQL
Pointcloud is the same one used by the [PDAL](http://pointcloud.org) library.

Note that this needs cmake 3.7.2p3 to build.

ok dcoppa@
2017-07-11 18:50:19 +00:00