cmsaf.transform.coordinate.system {cmsafops} | R Documentation |
Transform the coordinate system to -180 to 180 longitude of an infile
Description
Transform the coordinate system to -180 to 180 longitude of an infile
Usage
cmsaf.transform.coordinate.system(infile, var, outfile, nc = NULL)
Arguments
infile |
Filename of input NetCDF file. This may include the directory (character). |
var |
Name of NetCDF variable (character). |
outfile |
Filename of output NetCDF file. This may include the directory (character). |
nc |
Alternatively to |
Value
A NetCDF file including the coordinate system (-180 to 180 longitude) is written.
See Also
Other data manipulation functions:
acsaf_box_mergetime()
,
add_grid_info()
,
box_mergetime()
,
levbox_mergetime()
,
map_regular()
,
remap()
[Package cmsafops version 1.4.0 Index]