Learn R Programming

sirad (version 2.3-0)

ts.CMSAF: Extract punctual data from CM SAF data.

Description

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 2-column matrix with latitude(s), longitude(s) of the location(s) in decimal degrees. First column: latitude; second column: longitude.

Value

  • 4-column data frame: lat, lon, cmsaf value, date.

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.

Examples

Run this code
ts.CMSAF(files,latlon)

Run the code above in your browser using DataLab