validate_nc | R Documentation |
This function validates a netcdf file as a potential dataset for pastclim
.
The key checks are:
a) that the dimensions (longitude, latitude and time) have been set correctly.
b) that all variables have the appropriate metadata (longname and units)
validate_nc(path_to_nc)
path_to_nc |
path to the nc file of interest |
TRUE if the file is valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.