mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-02-01 17:20:32 +00:00
Adding minimal doc for #67
This commit is contained in:
parent
6fd8dc6b47
commit
3b0cf7cd1a
12
README.md
12
README.md
@ -466,6 +466,18 @@ The `pointcloud_postgis` extension adds functions that allow you to use PostgreS
|
||||
>
|
||||
> POINT Z (-127 45 124)
|
||||
|
||||
**PC_Compress(p pcpatch, compression_type text, compression_details text)** returns **pcpatch**
|
||||
PC_Compress(mypatch, 'dimensional','zlib,sigbits,auto,rle');
|
||||
|
||||
> Returns a PcPatch compressed following the arguments
|
||||
> compression_type : can be 'auto', 'ght', or 'dimensionnal'
|
||||
> compression_details : can be comma separated list of 'auto', 'zlib', 'sigbits', 'rle'
|
||||
> 'auto' lets the classical heuristic chose the compression
|
||||
> warning : this function is only necessary for test purpose.
|
||||
|
||||
|
||||
|
||||
|
||||
## Compressions ##
|
||||
|
||||
One of the issues with LIDAR data is that there is a lot of it. To deal with data volumes, PostgreSQL Pointcloud allows schemas to declare their preferred compression method in the `<pc:metadata>` block of the schema document. In the example schema, we declared our compression as follows:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user