Meta.QuickFacts | R Documentation |
Read and return short overview of data set characteristics, supported types, extent, time frames and required arguments.
Meta.QuickFacts(dataset = "reanalysis-era5-land")
dataset |
Character. Name of data set. Usually a set of words separated by dashes. See possible datasets by calling |
A list object reporting information on queried dataset in standardised way:
DataSetdata set string.
Typecharacter, supported types of the data set.
URLcharacter, url of CDS webpage corresponding to data set.
Descriptioncharacter, plain text description of data set scraped from CDS.
TResolutioncharacter, base temporal resolution of each layer in data set.
TStepnumeric, vector of time step between layers in data set corresponding to Type.
TStartPOSIXct, date and time at which first layer is available.
TEndPOSIXct or character, date and time at which first layer is available.
Projectioncrs of data set.
SpatialResolutionnumeric, resolution of data set in space in degrees.
CDSArgumentslist, required arguments for CDS call beyond standard arguments and also reporting default/options for common CDS query arguments.
Meta.List
, Meta.Read
, Meta.Variables
, Meta.DOI
.
Meta.QuickFacts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.