unsignedFourByteIntToDouble: LidarIndexR - Utility function to help read unsigned long...

View source: R/LidarIndexR.R

unsignedFourByteIntToDoubleR Documentation

LidarIndexR – Utility function to help read unsigned long data types

Description

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.

Usage

unsignedFourByteIntToDouble(i)

Arguments

i

A 4-byte block of data.

Value

An (invisible) double value.


bmcgaughey1/LidarIndexR documentation built on April 14, 2025, 6:07 p.m.