Description Usage Arguments Value
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).
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"
)
|
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 |
list with
bb the requested bounding box
res the resolution
start vector of start values
count vector of count values
ext vector of extent (for raster::raster)
crs character, proj string for raster::raster
varname character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.