Description Usage Arguments Value
Decompose one or more obpg filenames into the obpg database
1 2 3 4 5 | as_database(
x = c("A2004001.L3m_DAY_CHL_chlor_a_4km.nc", "A2004001.L3m_DAY_SST_sst_4km.nc",
"AQUA_MODIS.20191130.L3m.DAY.NSST.sst.4km.NRT.nc",
"NPP_VIIRS.20190703.L3m.DAY.SST.sst.4km.nc")
)
|
x |
character, vector of filenames to decompose. Path is discarded. |
a database as a data frame (tibble)
date, Date We only use L3 which is by day, so no POSIXct
year, character date formatted as YYYY
mmdd, character date formatted as mmdd
mit, character mission-instrument-type
level, character string indicating the level
period, charcater period indicator for L3
suite, character suite identifier
param, character parameter name chlor_a, sst, etc
per, compositing period such as DAY, MO, 8D
res, character resolution in km
nrt, character optional Near Real-Time identifier
file, basename of the input file less the extension
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.