Description Usage Arguments Value Examples
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.
1 | request_bbox(ncdf4_handle, rep_var, bbox_in)
|
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. |
bbox_indices a set of indices from the source dataset for the bounding box.
1 2 3 4 | ## Not run:
Soon!
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.