Description Usage Arguments Value Author(s) References See Also Examples
To get all time periods available of the oceanographic data.
1 | timePeriod(dataset)
|
dataset |
the data set of the oceanographic data. Use |
timePeriod
return a character vector indicating all time periods available for the oceanographic data.
For data files which represent composites of several day's worth of data, the timeperiod indicates the length of the composite. For example, for a 3day time period, if the centered time is 2006-08-04 12:00:00, the data is a composite (the mean) of all satellite passes from 2006-08-03 00:00:00 until 2006-08-06 00:00:00.
Raul O Martinez-Rincon and Hector Villalobos
http://coastwatch.pfel.noaa.gov/coastwatch/CWBrowserWW360Info.html
1 2 3 4 5 6 7 | ## Make a query of all time periods available of global sea surface temperature
## with a spatial resolution of 0.1deggres
dataSetQuery(parameter = "temperature", resolution = "0.1degrees")
dataset <- "TBAssta" # or
dataset <- dataSetQuery(dataset = 40)
timePeriod(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.