lidar: lfcLiDAR class

View source: R/lfcLiDAR.R

lidarR Documentation

lfcLiDAR class

Description

lidar() creates an object to access the LiDAR database.

Usage

lidar()

Value

An lfcLiDAR class object (inherits from R6Class), with methods to access the data. See Methods section.

Methods

lfcLiDAR objects has the following methods available:

  • $get_data: Retrieve aggregated precalculated data for administrative divisions and natural areas. See lidar_get_data for more details

  • $get_lowres_raster: Retrieve and collect LiDAR database rasters. See lidar_get_lowres_raster for more details

  • $avail_tables: List all the tables that can be consulted. See lidar_avail_tables for more details

  • $describe_var: Describe the variables, with their units and details. See lidar_describe_var for more details

  • $clip_and_stats: Clip the specified variables with the provided set of polygons and calculate the raw raster statistics for each polygon. See lidar_clip_and_stats for more details

  • $point_value: Extract values from the raw raster for the desired points. See lidar_point_value for more details

See Also

Other LiDAR functions: lidar_avail_tables(), lidar_clip_and_stats(), lidar_describe_var(), lidar_get_data(), lidar_get_lowres_raster(), lidar_point_value()

Examples

lidardb <- lidar()
lidardb

MalditoBarbudo/lfcdata documentation built on May 2, 2023, 10:30 p.m.