Horizontal Photovoltaic Power Output Data
Northern Hemisphere Horizontal Photovoltaic Power Output Data for 12 Sites
@kaggle.saurabhshahane_northern_hemisphere_horizontal_photovoltaic
Northern Hemisphere Horizontal Photovoltaic Power Output Data for 12 Sites
@kaggle.saurabhshahane_northern_hemisphere_horizontal_photovoltaic
This dataset accompanies the paper "Machine Learning Modeling of Horizontal Photovoltaics Using Weather and Location Data" submitted to the Journal of Renewable Energy. This file contains power output from horizontal photovoltaic panels located at 12 Northern hemisphere sites over 14 months. Independent variables in each column include: location, date, time sampled, latitude, longitude, altitude, year and month, month, hour, season, humidity, ambient temperature, power output from the solar panel, wind speed, visibility, pressure, and cloud ceiling.
Williams, Jada; Wagner, Torrey (2019), “Northern Hemisphere Horizontal Photovoltaic Power Output Data for 12 Sites”, Mendeley Data, V5, doi: 10.17632/hfhwmn8w24.5
CREATE TABLE pasion_et_al_dataset (
"location" VARCHAR,
"date" BIGINT,
"time" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" BIGINT,
"yrmodahrmi" DOUBLE,
"month" BIGINT,
"hour" BIGINT,
"season" VARCHAR,
"humidity" DOUBLE,
"ambienttemp" DOUBLE,
"polypwr" DOUBLE,
"wind_speed" BIGINT,
"visibility" DOUBLE,
"pressure" DOUBLE,
"cloud_ceiling" BIGINT
);Anyone who has the link will be able to view this.