R/grd_list_variables.R
grd_list_variables.Rd
Get the variables available for a given collection
grd_list_variables(collection)
collection | string. mandatory. Collection of interest (see details). |
---|
A data.frame with the available variables for the collection, and a set of related information for each variable.
# 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