
Process LiDAR-based Reference Data
RefLidar.Rd
This function processes LiDAR-based reference data from raster files, converting them to a standardized point data format.
Value
A data frame containing processed point data with columns varying based on the raster type:
- PLOT_ID
Unique identifier for each plot
- POINT_X
Longitude coordinate
- POINT_Y
Latitude coordinate
- AGB/CV/SD
Above Ground Biomass, Coefficient of Variation, or Standard Deviation (depending on raster type)
- AVG_YEAR
Year of data collection
Details
The function performs the following steps:
Loads raster files from the specified directory
Reprojects rasters to WGS84 if necessary
Converts raster data to points
Prompts user for information to extract PLOT_ID and AVG_YEAR from file names
Formats output based on the specified raster type (AGB, CV, or SD)