Get the variables available for a given collection

grd_list_variables(collection)

Arguments

collection

string. mandatory. Collection of interest (see details).

Value

A data.frame with the available variables for the collection, and a set of related information for each variable.

Examples

# Get the variables available for the collection VIIRS_DNB_MONTH (df_varinfo <- grd_list_variables("VIIRS_DNB_MONTH"))
#> name long_name #> 6 Monthly_AvgRadiance_StrayLightImpacted NA #> 7 Monthly_AvgRadiance NA #> 8 Monthly_CloudFreeCoverage_StrayLightImpacted NA #> 9 Monthly_CloudFreeCoverage NA