GitXplorerGitXplorer
p

clear_sky_dictionary

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1d1971ddeed4ea2af01d8f63d3394e534648af25

adding pawar csd code

committed 5 years ago
Unverified
aa1ad9309b0f00a980658958f401c4d3a6928392

adding new figures, some small changes to the code

committed 5 years ago
Unverified
e7e5d65a1107d3e877b8100cb77ff6077eda9003

adding csv of all image data and dcsi

committed 5 years ago
Unverified
86df373ab7382c544605222503b67e31a524b650

fixing broken link in top-level README

committed 5 years ago
Unverified
83da40652a5a9dbb9cd8edbcbdd84976309f71c3

adding TeX files, figures, and some new python code

committed 5 years ago
Unverified
cab77140794a67392957ef9d51e9fd53f012f878

adding python readme

committed 5 years ago

README

The README file for this repository.

Clearsky Dictionary Creation

Introduction

This respository contains data and code used to construct a "clearsky dictionary". A full description of the algorithm and data can be found here. Files are sorted by type into code and data.

code

The code directory contains all code used in the project. Code is further broken up by matlab, python, and bash. See the python subdirectory for further description of the code contained there, as well as instructions for compiling the CSD. Scripts in bash are to be used in conjunction with some scripts in python, and so description of the bash scripts can also be found in python.

data

The data directory contains all data used in the project. Several data sources can be found here, including the raw TSIs (found in TSI_images) as well as pyranometer measurements provided by NREL's SRRL group (found in clearsky_index). The TSI_images directory contains not only the structured image files (contained in jpegs and ordered so that the path to each TSI indicates the date on which it was taken, as well as the camera which took it), but also a zip file containing all TSIs, an unstuctured directory containing the originally-named copies of the TSIs (cloud_images), and some python scripts which be used to unpack the TSIs from cloud_images (found in utils).

If you are accessing this code through GitHub then the image files will not be included, as they are too large to push through Git. Instead the utils directory is included, and a zip file of the images can be made available upon request. A description of how to do this can be found in the utils README file.