Description Usage Arguments Value Examples
View source: R/netCDF_functions.R
Function to extract a single variable from NetCDF and save to file as a rasterStack. Variable names can be found using 'ncdf_info' function.
1 | extract_netCDF(ncPaths, varname, savePath, r_level = NULL, verbose = T)
|
ncPaths |
One or more netCDF files containing the same variable. |
varname |
Variable name. |
savePath |
Path to save rasterStack as. Not written to file if not provided this arg. |
r_level |
Variable level if required. |
verbose |
Show progress bar and text |
Names of files.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.