request_bbox: An OPeNDAP wrapper for the Climates function CF_bbox_grid.

Description Usage Arguments Value Examples

View source: R/request_bbox.R

Description

This function takes an open ncdf4 data source, a representative variable and a bounding box. It returns a set of indices in the source dataset for the bounding box.

Usage

1
request_bbox(ncdf4_handle, rep_var, bbox_in)

Arguments

ncdf4_handle

ncdf4 object.

rep_var

a variable in the necdf4 source that is representative.

bbox_in

a bounding box to be passwed to CF_bbox_grid.

Value

bbox_indices a set of indices from the source dataset for the bounding box.

Examples

1
2
3
4
## Not run: 
Soon!

## End(Not run)

jjvanderwal/climates documentation built on May 19, 2019, 11:41 a.m.