Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.03 KB

File metadata and controls

25 lines (21 loc) · 1.03 KB

DATA1050_DanTheBest

This project concerns the weather on Mars. Main functions of the dashboard is in app.py.

Project Description

Our goal is to make visualizations and predictions of temperature and pressure on Mars. We make predictions using Vector Autoregression (VAR) Time Series on max and min temperature along with pressure. For visualization, we make graph of wind rose and line graph. Line graph shows the confidence interval of the prediction. Users can use sliders to check the visualizations of a specific date.

Demo

You can run it on GitPod, give it some time till portal 1050 pops up, our analysis and predictions are in that page.

Packages

  • Dash: 1.7.0
  • Matplotlib: 3.1.2
  • Numpy: 1.17.4
  • Pandas: 0.25.3
  • Plotly: 4.4.1
  • Pymongo: 3.10.0
  • Requests: 2.22.0
  • Notebook: 6.0.2
  • Statsmodels: 0.10.2
  • Dash_dangerously_set_inner_html: 0.0.2
  • Dash_renderer: 1.2.2
  • Dash-core-components: 1.6.0
  • Dash-html-components: 1.0.2
  • Dash-table: 4.5.1