station_quality: Check the quality of an individual station based on its...

Description Usage Arguments Value

View source: R/station_quality.R

Description

For an indivifual station, if more than 35% of its raw observations records zero, then it is a suspect station; if more than 5% of its nonzero observations failed the persist test, then it is a low-quality station; if there are very long periods of missing data, then it is also a doubtful station. We suggest manually check for such stations.

Usage

1
station_quality(windspeed.df)

Arguments

windspeed.df

a data.frame, the output of the persist check.

Value

a list of percentages to determine the station quality


jieyu97/QCwind documentation built on June 18, 2021, 3:37 a.m.