Hi there!
Is the below possible through the Dashboard? Someone bought this to my attention and is relevant to a project I am working on.
- Integrate a water distribution system into dashboard map (I know this can be done obviously)
- Allow users to interact with map (all interactive functionality listed in bullet points)
- Open and close pipes (line segments)
- Specify initial tank levels (maybe as attributes?)
- Specify pump on/off times (also as attributes)
- Have Python take that information from the dashboard and then place into EPANET (a hydraulic calculator) which will then return results from the system over a 24 hour period. Tank levels over time, flow rates in pipe segments over time. etc. (python to epanet done through python-epanet toolkit)
- Display these results in the dashboard
Essentially I am just trying to create a semi-interactive environment but I am mostly looking for a clean place to display results from EPANET. Let me know what you think!
Thank you in advance for your help on this!