AlexLipp / POOPy

Object Oriented Python package for interfacing with English Water Companies EDM data
GNU General Public License v3.0
7 stars 1 forks source link

Add ability to generate offline event history #15

Closed AlexLipp closed 3 months ago

AlexLipp commented 8 months ago

Currently only the history of active discharges is displayed for a monitor. However, it would be helpful to also show when it has been offline. This can be easily achieved by modifying the existing history functions to generate an offline history dataframe. This could then be incorporated into the front-end.

AlexLipp commented 3 months ago

This was closed by #23