solarforecastarbiter.validation.tasks.validate_daily_ghi

solarforecastarbiter.validation.tasks.validate_daily_ghi(observation, values)[source]

Run validation on a daily timeseries of GHI. First, all checks of validate_ghi are run in addition to detecting stale values and interpolation

Parameters:
Returns:

tuple – Tuple of integer bitmask series of flags from the following tests, in order, tests from validate_ghi validator.detect_stale_values validator.detect_interpolation