This function loads the latest cache of stored files for NASA ocean colour products.

ocfiles(
  time.resolution = c("daily", "weekly", "monthly", "weekly32"),
  product = c("MODISA", "SeaWiFS", "VIIRS"),
  varname = c("RRS", "CHL", "POC", "KD490", "NPP_PAR", "SNPP_CHL", "SNPP_RRS"),
  type = c("L3b", "L3m"),
  bz2.rm = TRUE,
  ext = c("nc", "main"),
  ...
)

Arguments

time.resolution

daily or monthly files?

product

choice of ocean colour sensor

varname

which variable (or set of variables)

type

which level of data

bz2.rm

ignore files that are compressed

ext

which extension, e.g. "nc" or "main"

...

reserved for future use, currently ignored

Value

data.frame of file and date