Function extracts time series for given locations from a set of CM SAF netcdf files.
Usage
ts.CMSAF(files,latlon)
Arguments
files
The vector of file names which the data are to be read from.
latlon
A vector or a 2-column matrix with latitude(s), longitude(s) of the location(s).
Value
A multivariate 'zoo' object.
Details
CM SAF delivers datasets in the NetCDF format. 'ts.CMSAF' allows to extract the time series from a set of those NetCDF files for the specified locations.