add_grid_info {cmsafops} | R Documentation |
Add grid info
Description
Adds a standard longitude/latitude grid to a file which is based on a different grid.
Usage
add_grid_info(infile, auxfile, outfile, overwrite = FALSE, verbose = FALSE)
Arguments
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 |
Details
No existing data is changed. The additional grid info is added as two additional variables (lon and lat).
See Also
Other data manipulation functions:
acsaf_box_mergetime()
,
box_mergetime()
,
cmsaf.transform.coordinate.system()
,
levbox_mergetime()
,
map_regular()
,
remap()
[Package cmsafops version 1.4.0 Index]