rdustinb / noaasolarweather

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

Ability to Switch Source #18

Open rdustinb opened 9 years ago

rdustinb commented 9 years ago

NOAA data typically provides two URLs for each dataset that is being graphed. One is primary and one is secondary. After researching this more, the primary and secondary coincide with the two geosynchronous GOES satellites on the different "coasts" of the continental US (though the "west coast" GOES-15 is actually over Hawaii).

It would be nice to have a user-controllable switch that will put the application in either "Primary" or "Secondary" data mode.

Or maybe allow the user to view both simultaneously.