rdustinb / noaasolarweather

Python graphing script that pulls real time NOAA satellite data and displays it in a graph.
14 stars 2 forks source link

This Python application pulls data from the NOAA Satellite near real-time server files located here:

http://services.swpc.noaa.gov/text/

The application parses the data from the NOAA servers and initializes a timer for each plot,

which is embedded within a Qt Widget and thus updated individually.

Light Mode

Graph Image

Dark Mode

Graph Image

Data

GOES Satellites

ACE Satellites

Required Packages

The required packages to be installed to run this application are:

Most of the data sets are updated by the NOAA Satellites once every 60 seconds though there are a few data sets that only update once every 5 minutes.