rdustinb / noaasolarweather

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

Add Ability to Parse Data Update Period #12

Closed rdustinb closed 9 years ago

rdustinb commented 9 years ago

This would be nice to pull directly off of the server when the script starts up, then this value can be used to initialize each respective data sets timer to expire at the required time interval causing the data to be resampled from the server.

rdustinb commented 9 years ago

Completed and verified functionally.