R/MBsst.R

#' MBsst Data
#'
#' pre-Download of Pacific West Coast SST fro use in `plotBBox()` example
#' can run within CRAN Time limits
#'
#' obtained using the `rxtracto_3D()` command
#' dataInfo <- rerddap::info('erdMBsstd1day')
#' parameter <- 'sst'
#' xcoord <- c(230, 230.1)
#' ycoord <- c(33, 33.1)
#' tcoord <- c('2006-01-15', '2006-01-15')
#' zcoord <- c(0., 0.)
#' MBsst <- rxtracto_3D(dataInfo, parameter, xcoord = xcoord, ycoord = ycoord,
#'                      tcoord = tcoord, zcoord = zcoord)
"MBsst"

Try the rerddapXtracto package in your browser

Any scripts or data that you put into this service are public.

rerddapXtracto documentation built on Oct. 19, 2023, 1:06 a.m.