**SunDance dataset**

This dataset includes hourly energy data (net meter, solar generation) and weather data (weather condition data from public weather stations and apis) for 100 solar sites in North America from 2015/1/1 to 2016/1/1 in SunDance paper.

SunDance: Black-box Behind-the-Meter Solar Disaggregation. 
Dong Chen, David Irwin. 
In Proceedings of the eighth ACM International Conference on Future Energy Systems (e-Energy'17), Hongkong, 2017.


---energy--data---
For each energy csv file, a header is included to indicate different monitored circuits (solar/gen, .......).

---weather--data---

For weather condition data file, the format is described as follows.
(from column #1 ~ column#36, seperator = ",")
dateyear,datemon,datemday,datehour,datemin,datetzname,tempm,tempi,dewptm,dewpti,hum,wspdm,wspdi,wgustm,wgusti,wdird,wdire,vism,visi,pressurem,pressurei,windchillm,windchilli,heatindexm,heatindexi,precipm,precipi,conds,icon,fog, rain, snow, hail,thunder, tornado, metar

Dong Chen