lidar | R Documentation |
lidar()
creates an object to access the LiDAR database.
lidar()
An lfcLiDAR
class object (inherits from R6Class
),
with methods to access the data. See Methods section.
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
Other LiDAR functions:
lidar_avail_tables()
,
lidar_clip_and_stats()
,
lidar_describe_var()
,
lidar_get_data()
,
lidar_get_lowres_raster()
,
lidar_point_value()
lidardb <- lidar()
lidardb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.