kurkutesa / Upper_atmosphere_dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Summary

Upper atmospheric (Stratospheric weather) conditions forecasts are important for satellite communications and navigation. A data visualization dashboard develoepd for automatic acquisition of historic and current solar wind magnetic field and sunspot count data, processing, and visualization upper atmospheric conditions. Dashboard for Upper Atmosphere weather in Dash/Plotly. In order to run the App please installed the required Python libraries.

Built with with Python-Flask/SQLite/Dash

Installation

  1. CD into your preferred directory and git clone the project:
$ git clone https://github.com/ksopan/Upper_atmosphere_dashboard
  1. Set up custom Python Virtual Environment
    • Load or create virtual environment
    • Install required libraries
  2. Run Python Scripts:
python  sunspots.py
python mag_plasma.py
python geo_mag_map.py
  1. Run the App:
python upper_atm_dash.py
  1. Webpage :
localhost:PORT 

Demo of the APP

About

License:MIT License


Languages

Language:Python 91.6%Language:CSS 8.4%