rs_layers: AppEEARS dataset layers

View source: R/rs_layers.R

rs_layersR Documentation

AppEEARS dataset layers

Description

Returns a data frame of available layers for an AppEEARS product

Usage

rs_layers(product)

Arguments

product

product for which to list the layers

Value

returns a data frame with the AppEEARS datasets

Author(s)

Koen Hufkens

See Also

rs_products

Examples


# is the server reachable
server_check <- appeears:::rs_running(
 file.path(appeears:::rs_server(),"product")
)

# get a list of datasets
if(server_check){
 layers <- rs_layers("MCD43A4.006")
 print(layers$Layer)
}

appeears documentation built on Sept. 15, 2023, 5:06 p.m.