HorizonsRC / hydrobot

Python package providing tools for the automation of data processing.
Other
0 stars 0 forks source link

6 Minute repacker #144

Closed Sirvine1994 closed 5 months ago

Sirvine1994 commented 6 months ago

Need to be able to repack rainfall as 6 minute data.

SCADA rainfall reads as an instantaneous moment of rainfall, but that rain happens over a preiod before that. The assumption is that the rainfall has occured at a constant rate since either the last SCADA event or 6 minutes before the current SCADA event, whichever is shorter. This rainfall is then grouped into 6 minute chunks rounded to fit into the hour.

Sirvine1994 commented 5 months ago

Implemented in #154