Version: 1.2.0, Package name: pointcloud-1.2.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 303.937 KB |
Version History (View Complete History) |
|
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2019-01-23 10:37:50 by Landry Breuil | Files touched by this commit (6) |
Log message: Update to pgpointcloud 1.2.0. |
2017-07-27 09:43:59 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Unbreak pgpointcloud by using proper CMake idioms. |
2017-07-27 03:55:45 by Stuart Henderson | Files touched by this commit (62) |
Log message: add COMPILER_LIBCXX to WANTLIB and bump |