obpg_nc_nav: Retrieve OBPG navigation values (start, count, lons, lats)....

Description Usage Arguments Value

View source: R/nc.R

Description

Retrieve OBPG navigation values (start, count, lons, lats). Create one of these to resuse hwen downloading a suite of images from related NCDF resources (like a series of days for a given product and parameter).

Usage

1
2
3
4
5
6
obpg_nc_nav(
  x,
  bb = c(-77, -42.5, 36.5, 56.7),
  res = obpg_res(what = "4km"),
  varname = "sst"
)

Arguments

x

ncdfd4 object

bb

numeric, 4 element requested bounding box [west, east, south, north]

res

numeric, 2 element resolution [res_x,res_y]

varname

character the name of the variable

Value

list with


BigelowLab/ohwobpg documentation built on Aug. 11, 2020, 11:51 p.m.