.resource_grid | R Documentation |
Extract grid metadata from NC Pointer
.resource_grid(nc, X_name = NULL, Y_name = NULL, stopIfNotEqualSpaced = TRUE)
nc |
"NetCDF" object which points to the NetCDF dataset. Found with RNetCDF::open.nc. |
X_name |
Name of X diminion. If NULL it is found |
Y_name |
Name of Y diminion. If NULL it is found |
stopIfNotEqualSpaced |
stop if not equal space grid |
list with (proj, ext, and dimension)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.