get_data: Retrieve sensor or annotation data from package contents

View source: R/get_data.R

get_dataR Documentation

Retrieve sensor or annotation data from package contents

Description

get_data is a set of utility functions for finding the path of benchmark data on disk

Usage

get_data(plot_name, type)

Arguments

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.

Value

The filename of the object.

Examples

path <- get_data("SJER_052", "lidar")

weecology/NeonTreeEvaluation_package documentation built on Aug. 27, 2024, 10:53 a.m.