Skip to content

Instantly share code, notes, and snippets.

@stdavis
Last active December 14, 2015 05:09
Show Gist options
  • Select an option

  • Save stdavis/5033180 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/5033180 to your computer and use it in GitHub Desktop.
SolarSOEComparison for State Office Building
// old service
{
"SolarValues": {
"directDur": [116, 133, 194, 232, 281, 274, 278, 252, 198, 168, 118, 89],
"directRad": [47362, 55685, 85571, 111281, 134067, 118954, 110845, 93663, 59411, 41572, 34990, 34176],
"durArea": 2765,
"time": "18.0028616"
}
}
// new service
{
"solarPotential": {
"duration": {
"january": 247.22282608695653,
"february": 247.51992753623188,
"march": 308.62681159420288,
"april": 329.68115942028987,
"may": 381.77898550724638,
"june": 362.57201086956519,
"july": 374.23052536231882,
"august": 351.29755434782606,
"september": 298.71286231884056,
"october": 296.27083333333331,
"november": 244.17889492753622,
"december": 202.87681159420291
},
"radiation": {
"january": 52839.415537488705,
"february": 77590.115627822946,
"march": 128457.85275519422,
"april": 169514.97425474256,
"may": 214193.83333333334,
"june": 213758.94715447153,
"july": 215828.22131887986,
"august": 189510.19331526649,
"september": 135559.977868112,
"october": 96606.688798554649,
"november": 50321.804426377596,
"december": 35601.94941282746
},
"inputDurationArea": 2214,
"qualifyingDurationArea": 2208
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment