Science Event Dashboard
This example largely follows the instructions from the Plotly Dash documentation.
This application demonstrates how to create a simple dashboard for visualizing NOS-T data in real time. It subscribes to the scienceEventPublisher.py application and displays the science utility separated by location.
- scienceEventDashboard.on_message(obj, msg)
Callback to process an incoming message and then run the update_fig function.
- scienceEventDashboard.update_fig()
Updates the dashboard when new data is received.
Below is what the dashboard will display in a browser.