You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. clearsky.detect_clearsky implicitly assumes data at 1 minute time intervals. See #505
Describe the solution you'd like clearsky.detect_clearsky should be capable of accepting data at different, and possibly non-uniform, time intervals. PVLib MATLAB function pvl_detect_clear_times provides an example method.