readchla | R Documentation |
Ocean colour Chlorophyll-a data, provide an input of daily dates and these will be averaged into one layer.
readCHL_month(
date,
xylim = NULL,
returnfiles = FALSE,
...,
inputfiles = NULL,
latest = TRUE
)
readchla(
date,
product = c("any", "MODISA", "SeaWiFS", "VIIRS"),
xylim = NULL,
algorithm = c("nasa"),
latest = TRUE,
grid = NULL,
...,
returnfiles = FALSE,
inputfiles = NULL
)
date |
date or dates of data to read, see Details |
xylim |
spatial extents to crop from source data, can be anything accepted by |
returnfiles |
ignore options and just return the file names and dates |
... |
currently ignored Note that reaCHL_month reads the NASA algorithm L3m products. Note that this function cannot be used with 'extract()', for that use |
inputfiles |
input the files data base to speed up initialization |
latest |
if TRUE (and date not supplied) return the latest time available, otherwise the earliest |
product |
choice of product, see Details |
algorithm |
nasa only |
grid |
template raster object for output |
raster
object
readCHL_month
chlafiles
for details on the repository of
data files, raster
for the return value
readCHL_month()
## Not run:
d <- readchla(c("2003-01-01", c("2003-06-01")),
xylim = extent(100, 150, -70, -30))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.