Here is a dashboard I have been maintaining:

  • Weather Forecast Tracking Dashboard (Plotly+Dash)
    A weather forecast tracking dashboard built with Dash + Plotly. The data for this dashboard reflect actual measurements and forecasts for weather stations located at the largest airports in all 50 states. Data are pulled at midnight in each airport’s local time-zone in multiple nightly cron-jobs, and are inserted into the SQLite database serving the dashboard. The Dashboard runs server side on a combination of Gunicorn + Apache. Batch jobs for this project have been running nightly for this project since August 25th 2019.

    The repository for this dashboard can be found here.