Skip to content

Pulls evening forecast for the next week from the NWS

License

Notifications You must be signed in to change notification settings

mklein805/ClearSky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClearSky

Pulls evening forecast for the next week from the NWS

About

This is meant to pull the nightly forecast for the next seven nights according to the National Weather Service. This is of partiular use to astronomers. This class requires: requests, json, and geopy.

How to Use

This class is relatively straightforward to use. An example is below:

sky = ClearSky()
sky.getForecast('Wellesley, MA')

First, initialize a ClearSky object and then call getForecast. getForecast takes a string location and then pulls from the National Weather Service to find the forecast for the coming nights.

How to Use ClearSkyGUI

This is the graphical interface counterpart to ClearSky. It uses PySimpleGUI and functions exactly the same, but instead of having to run a script it is an easy to use interface.

About

Pulls evening forecast for the next week from the NWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages