View source: R/download_auxiliary.R
generate_time_sequence | R Documentation |
Generate a sequence of time values based on the GEOS-CF collection.
generate_time_sequence(collection)
collection |
character(1). GEOS-CF data collection |
vector
GEOS-CF hourly values are observed on the hour (ie. 0000 = 12:00:00 AM, 0100 = 01:00:00 AM) or the half hour (ie. 0030 = 12:30:00 AM, 0130 = 01:30:00 AM). Typically, 2-dimensional collections (latitude and longitude only) utilize half hour, and 3-dimensional collections (latitude, longitude, and time) utilize hour.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.