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 infile you can specify the input as an object of class ncdf4 (as returned from ncdf4::nc_open).

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(), remap()


[Package cmsafops version 1.3.0 Index]