read_oc_sochla: Southern Ocean Chlorophyll-a

View source: R/oc_L3deriv.R

read_oc_sochlaR Documentation

Southern Ocean Chlorophyll-a

Description

Read Southern Ocean Chlorophyll-a in L3 bin form.

Usage

read_oc_sochla(
  date,
  time.resolution = c("daily"),
  bins = NULL,
  product = c("MODISA", "SeaWiFS"),
  latest = TRUE,
  returnfiles = FALSE,
  ...,
  inputfiles = NULL
)

Arguments

date

date/s to read

time.resolution

daily for now

latest

return only the latest day if date intput missing, otherwise the earliest

returnfiles

give the files instead of the data

...

ignored

inputfiles

speed up the read by inputting the files

xylim

extent in longitude latitude using 'raster::extent'

Details

relies on processing done here https://github.com/AustralianAntarcticDivision/ocean_colour

Value

tibble of the values in L3 bin form


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