View source: R/add_grid_info.R
add_grid_info | R Documentation |
Adds a standard longitude/latitude grid to a file which is based on a different grid.
add_grid_info(infile, auxfile, outfile, overwrite = FALSE, verbose = FALSE)
infile |
Character containing file name or path of input file. |
auxfile |
Character containing file name or path of auxiliary file. |
outfile |
Character containing file name or path of output file. If NULL, the input file is directly edited instead. |
overwrite |
Logical; should existing output file be overwritten? If outfile is NULL, this parameter is ignored. |
verbose |
logical; if TRUE, progress messages are shown |
No existing data is changed. The additional grid info is added as two additional variables (lon and lat).
Other data manipulation functions:
acsaf_box_mergetime()
,
box_mergetime()
,
cmsaf.transform.coordinate.system()
,
levbox_mergetime()
,
map_regular()
,
remap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.