mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Alter WKT definitions to remove tags
This commit is contained in:
parent
6249d2b039
commit
ae080075a2
10
README.md
10
README.md
@ -17,12 +17,11 @@ In order to preserve some compactness in dump files and network transmissions, t
|
||||
Human-Readable Text
|
||||
-------------------
|
||||
|
||||
PCPOINT( <pcid> : <dim1>, <dim2>, <dim3>, <dim4> )
|
||||
( <pcid> : <dim1>, <dim2>, <dim3>, <dim4> )
|
||||
|
||||
PCPATCH( <pcid> : ( <dim1>, <dim2>, <dim3>, <dim4> ),
|
||||
( <dim1>, <dim2>, <dim3>, <dim4> ),
|
||||
( <dim1>, <dim2>, <dim3>, <dim4> )
|
||||
)
|
||||
[ <pcid> : ( <dim1>, <dim2>, <dim3>, <dim4> ),
|
||||
( <dim1>, <dim2>, <dim3>, <dim4> ),
|
||||
( <dim1>, <dim2>, <dim3>, <dim4> ) ]
|
||||
|
||||
Uncompressed Binary
|
||||
-------------------
|
||||
@ -40,4 +39,3 @@ Uncompressed Binary
|
||||
uint32: pcid (key to POINTCLOUD_SCHEMAS)
|
||||
uint32: npoints
|
||||
uchar[]: data (interpret relative to pcid)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user