Solar Installations in the United States¶
Sarah Unbehaun
May 2018
Looking at a map of solar installations across the U.S., the distribution of solar installations in the U.S. appears to vary more than we might expect based only on solar irradiation or population centers.
us_plot
With solar installations per 1000 small buildings as the dependent variable, most variation is still explained by basic geographic and population features.
Top predictors:
Other predictors:
$R^{2}$ on test data = .64
The following slides present maps to inspect these data more close for two of the states with the highest number of solar installations: California and Massachusetts. The color scale is a log of the number of solar installations. Hover over each county to learn more about its other features. Below each map, there is also a timeseries graph showing installations per month in each state The dataset only reliably included solar installations through 2015*, so the number of installations was predicted through the middle of 2017 using an ARIMA model.
* Although anyone can contribute to the Open PV database and it claims to be "real time", the vast majority of contributions have been made by NREL themselves after cleaning data for their Tracking the Sun report (data last updated 2016) or by energy companies, consultants, or utilities, which may only report data periodicially.
show(c)
show(ca)
show(m)
show(ma)
Conclusions¶
A large part of the variation in solar installations seems to be explained by solar irradiation, population, and the number of buildings. However, the voting percentages were a crude proxy for political sentiment (and by extension attitudes towards renewable energy) and the likelihood of solar installation incentives in a county. A better analysis could be carried out using more detailed information about renewable energy sentiment (which may not be available at a county level for the entire country) and solar incentives, for example by quantifying the information contained in DSIRE, the Database of State Incentives for Renewables and Efficiency.