Baselight

Horizontal Photovoltaic Power Output Data

Northern Hemisphere Horizontal Photovoltaic Power Output Data for 12 Sites

@kaggle.saurabhshahane_northern_hemisphere_horizontal_photovoltaic

Loading...
Loading...

About this Dataset

Horizontal Photovoltaic Power Output Data

Context

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.

Acknowledgements

Williams, Jada; Wagner, Torrey (2019), “Northern Hemisphere Horizontal Photovoltaic Power Output Data for 12 Sites”, Mendeley Data, V5, doi: 10.17632/hfhwmn8w24.5

Tables

Pasion Et Al Dataset

@kaggle.saurabhshahane_northern_hemisphere_horizontal_photovoltaic.pasion_et_al_dataset
  • 457.64 KB
  • 21045 rows
  • 17 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.