get_data | R Documentation |
get_data
is a set of utility functions for finding the path of benchmark data on disk
get_data(plot_name, type)
plot_name |
A plot name. |
type |
Which data object should be returned: "rgb" for camera imagery "chm" for a canopy height raster "lidar" for 3D point clouds, "hyperspectral" for 426 band raster, "annotations" for dataframe of bounding box ground truth. |
The filename of the object.
path <- get_data("SJER_052", "lidar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.