Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

calc_overlapping_time

Routine to calculate overlapping time periods in two files.


Description

Designed for CMSAF Toolbox.

Usage

calc_overlapping_time(var1, infile1, var2 = NULL, infile2)

Arguments

var1

Name of NetCDF variable of the first data set (character).

infile1

Filename of first input NetCDF file. This may include the directory (character).

var2

Name of NetCDF variable of the second data set (character).

infile2

Filename of second input NetCDF file. This may include the directory (character). Also supported formats for station data are .csv and .RData files.

Value

Start date and end date are the result (list).


cmsafops

Tools for CM SAF NetCDF Data

v1.1.1
GPL (>= 3)
Authors
Steffen Kothe [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.