Types#
PDAL supports the standard integral and floating point types for dimensions. This table lists the types and associated strings that can be used to describe the types in options.
Type |
Size in Bits |
Text Representations |
---|---|---|
Signed Integer |
8 |
|
Signed Integer |
16 |
|
Signed Integer |
32 |
|
Signed Integer |
64 |
|
Unsigned Integer |
8 |
|
Unsigned Integer |
16 |
|
Unsigned Integer |
32 |
|
Unsigned Integer |
64 |
|
Floating Point |
32 |
|
Floating Point |
64 |
|