ocfiles: Load metadata and location of files of ocean colour data...

View source: R/ocfiles.R

ocfilesR Documentation

Load metadata and location of files of ocean colour data products.

Description

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

Usage

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


AustralianAntarcticDivision/raadtools documentation built on Feb. 14, 2024, 6:28 a.m.