The function creates a plot of the variables in NetCDF file(s) specified in the config file. Only NetCDF files that conform to the CM SAF naming convention are supported.
quicklook(
config,
filelist,
outpath = getwd(),
jpeg_quality = 100,
dpi = 150,
iwidth = 1242,
logo = TRUE,
copyright = TRUE,
bluemarble = FALSE,
maxpixels = TRUE,
verbose = TRUE
)A jpeg file with the same name as the original NetCDF file.
filename of configuration file. This may include the directory (character).
list of NetCDF file to create plots from (character).
directory in which to save the output files. (character).
jpeg quality for the image in percent, see grDevices::jpeg()
resolution of the image in dots per inch, see grDevices::jpeg()
width of the resulting image in pixels, see grDevices::jpeg()
logical; should the cmsaf logo be added to the plot?
logical; should the copyright text be added to the plot?
logical; should the data be plotted onto a NASA bluemarble (only available for MSG/Seviri based data)? Due to data size this option is not available for the cmsafvis package on CRAN. Please have a look at our website https://www.cmsaf.eu/R_toolbox
logical; use actual number of pixels or default (100000)
logical; if TRUE, progress messages are shown
This operator can be applied using a configuration file (quicklook_config.yml). An example config file can be found in the extdata folder of this package. The following parameters can be defined:
logo: color / black
slot: numeric (e.g., 13)
invert_col: TRUE / FALSE
Dataset: character (e.g., ICDR Seviri Radiation)
limits: min: numeric; max: numeric
legend: TRUE / FALSE
colorscale: character (e.g., Viridis)
unit: character (e.g., Percent / '%')
var_name: character (e.g., Percent / '%')
bluemarble: TRUE / FALSE
mirror_data: TRUE / FALSE / NP / SP
namin: numeric (e.g., 2e-04), minimum in case of no data
logmin: numeric (e.g., 0.2), minimum in case of log-scale
scale_factor: numeric (e.g., 1)
smooth_factor: numeric (e.g., 1)
aux_file: path to optional aux-file, including CLAAS level 2 lon/ lat data
sysd: path to optional sysdata.rda file, which includes bluemarble data
remap: remap data to regular grid. TRUE / FALSE
tri_up: plot upper triangle on colorscale. TRUE / FALSE
tri_down: plot lower triangle on colorscale. TRUE / FALSE