Skip to content

Uses Python to retrieve forecasted cloud cover data from the Dark Sky API and store it in a CSV file.

Notifications You must be signed in to change notification settings

abhaycashikar/PythonIrradianceFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonIrradianceFinder

Uses Python to retrieve forecasted cloud cover data from the Dark Sky API and store it in a CSV file, then creates a gradient map of the cloud cover with respect to time and distance.

Instructions

  1. Put a Dark Sky API key in APIKey.txt as the only line.
  2. Make sure csvMaker.py, csvGrapher.py, APIKey.txt, and your route data .txt file are in the same directory. Set the filename variable in csvMaker.py and csvGrapher.py to the name of your route data .txt file. This same name will be used when writing the CSV file.
  3. Run csvMaker.py, then csvGrapher.py.

Dependencies

You must have csv, datetime, requests, numpy, matplotlib, and scipy installed to use this code.

Powered by Dark Sky

About

Uses Python to retrieve forecasted cloud cover data from the Dark Sky API and store it in a CSV file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages