mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
readme
This commit is contained in:
parent
5a0f7944fd
commit
3eeae8ef06
@ -447,6 +447,10 @@ Now that you have created two tables, you'll see entries for them in the `pointc
|
||||
> - sigbits -- significant bits removal
|
||||
> - rle -- run-length encoding
|
||||
|
||||
**PC_PointN(p pcpatch, n int4)** returns **pcpoint**
|
||||
|
||||
> Returns the n-th point of the patch with 1-based indexing. Negative n counts point from the end.
|
||||
|
||||
## PostGIS Integration ##
|
||||
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user