unsignedFourByteIntToDouble | R Documentation |
This is a helper function used in the LidarIndexR package to help read
unsigned long
data types. It takes a 4-byte block and interprets
it as and unsigned long
value. The function is used mainly to read
value from LAS file headers.
unsignedFourByteIntToDouble(i)
i |
A 4-byte block of data. |
An (invisible) double value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.