Baselight

Solar Energy Power Generation Dataset

Solar power generated from a solar plant

@kaggle.stucom_solar_energy_power_generation_dataset

Spg
@kaggle.stucom_solar_energy_power_generation_dataset.spg

  • 318.53 KB
  • 4213 rows
  • 21 columns
temperature_2_m_above_gnd

Temperature 2 M Above Gnd

relative_humidity_2_m_above_gnd

Relative Humidity 2 M Above Gnd

mean_sea_level_pressure_msl

Mean Sea Level Pressure MSL

total_precipitation_sfc

Total Precipitation Sfc

snowfall_amount_sfc

Snowfall Amount Sfc

total_cloud_cover_sfc

Total Cloud Cover Sfc

high_cloud_cover_high_cld_lay

High Cloud Cover High Cld Lay

medium_cloud_cover_mid_cld_lay

Medium Cloud Cover Mid Cld Lay

low_cloud_cover_low_cld_lay

Low Cloud Cover Low Cld Lay

shortwave_radiation_backwards_sfc

Shortwave Radiation Backwards Sfc

wind_speed_10_m_above_gnd

Wind Speed 10 M Above Gnd

wind_direction_10_m_above_gnd

Wind Direction 10 M Above Gnd

wind_speed_80_m_above_gnd

Wind Speed 80 M Above Gnd

wind_direction_80_m_above_gnd

Wind Direction 80 M Above Gnd

wind_speed_900_mb

Wind Speed 900 Mb

wind_direction_900_mb

Wind Direction 900 Mb

wind_gust_10_m_above_gnd

Wind Gust 10 M Above Gnd

angle_of_incidence

Angle Of Incidence

zenith

Zenith

azimuth

Azimuth

generated_power_kw

Generated Power Kw

2.173110356.37312.719.3622.626.62337.6224.4858.75310883.237322128.33543454.10095
2.31271035.11.785.15294.785.9932.744.61321.3421.9645.40858575.143041139.65531411.9994
3.65331035.4108.584.682703.8956.313.76286.714.0432.84828268.820648152.537692214.8493
5.82301035.4258.13.6323.133.5523.963.08339.4419.822.69928864.883536166.901592527.6092
7.73271034.4375.586.2110.016.7625.26.6222.3816.5619.19990863.795208182.135262640.2034
8.69291034.6449.456.2923.637.130.476.9227.917.2825.08816765.70086197.220622546.0816
9.72271034469.925.9625.026.6129.366.4426.5712.9636.19751470.351498211.214222270.3207
10.07281034.1436.997.0714.747.6319.297.5216.710.849.07300877.228779223.656411063.8302
9.38321033.9353.339.426.5810.55.9110.146.1211.5262.3711485.585411234.5030886.817611
6.54471035.1228.737.9236012.251.6811.531.7912.24105.86656121.46318216.067569.6666667

CREATE TABLE spg (
  "temperature_2_m_above_gnd" DOUBLE,
  "relative_humidity_2_m_above_gnd" BIGINT,
  "mean_sea_level_pressure_msl" DOUBLE,
  "total_precipitation_sfc" DOUBLE,
  "snowfall_amount_sfc" DOUBLE,
  "total_cloud_cover_sfc" DOUBLE,
  "high_cloud_cover_high_cld_lay" BIGINT,
  "medium_cloud_cover_mid_cld_lay" BIGINT,
  "low_cloud_cover_low_cld_lay" BIGINT,
  "shortwave_radiation_backwards_sfc" DOUBLE,
  "wind_speed_10_m_above_gnd" DOUBLE,
  "wind_direction_10_m_above_gnd" DOUBLE,
  "wind_speed_80_m_above_gnd" DOUBLE,
  "wind_direction_80_m_above_gnd" DOUBLE,
  "wind_speed_900_mb" DOUBLE,
  "wind_direction_900_mb" DOUBLE,
  "wind_gust_10_m_above_gnd" DOUBLE,
  "angle_of_incidence" DOUBLE,
  "zenith" DOUBLE,
  "azimuth" DOUBLE,
  "generated_power_kw" DOUBLE
);

Share link

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