fill_time_series: Fill gaps in time series

Description Usage Arguments Author(s)

View source: R/gap_filling.R

Description

Fill gaps in time series using the function fill_gap. The monthly series which have the id column STAID are one by one selected, checked for gaps and if possible filled. The filled values are written to a single file which is appended. Additionally to the filling value the number of stations from which the median is calculated and their standard deviation is included.

Usage

1
fill_time_series(staids, qq_meta, qq_monthly, fname)

Arguments

staids

unique station ids corresponding with STAID in qq_monthly

qq_meta

metadata from the stations are read by read_ECAD_info

qq_monthly

monthly averaged file as calculated by either allsky_monthly_qq or clearsky_monthly_qq_cc

fname

file name to which the filled gaps should be written

Author(s)

Marieke Dirksen


MariekeDirk/Dimming-Brightening documentation built on March 21, 2020, 2:41 a.m.