Renewable Energy Statistics
@owid.renewable_energy_statistics
@owid.renewable_energy_statistics
The renewable power capacity data represents the maximum net generating capacity of power plants and other installations that use renewable energy sources to produce electricity. For most countries and technologies, the data reflects the capacity installed and connected at the end of the calendar year. The data is presented in megawatts (MW) rounded to the nearest one megawatt, with figures between zero and 0.5MW shown as a 0. The data has been obtained from a variety of sources, including: the IRENA questionnaire; official statistics; industry association reports; and other reports and news articles.
Some technologies include others, following this schema:
CREATE TABLE owid_renewable_energy_statistics (
"country" VARCHAR,
"year" INTEGER,
"bioenergy_total" FLOAT -- Bioenergy, Total,
"biogas" FLOAT,
"biogas_off_grid" FLOAT -- Biogas, Off Grid,
"concentrated_solar_power" FLOAT,
"geothermal" FLOAT,
"geothermal_off_grid" INTEGER -- Geothermal, Off Grid,
"geothermal_total" FLOAT -- Geothermal, Total,
"hydropower" FLOAT,
"hydropower_off_grid" FLOAT -- Hydropower, Off Grid,
"hydropower_total" FLOAT -- Hydropower, Total,
"hydropower_total_excl_pumped_storage" FLOAT -- Hydropower, Total, Excl, Pumped Storage,
"liquid_biofuels" FLOAT,
"liquid_biofuels_off_grid" FLOAT -- Liquid Biofuels, Off Grid,
"marine" FLOAT,
"mixed_hydro_plants" FLOAT,
"offshore_wind" FLOAT,
"onshore_wind" FLOAT,
"onshore_wind_off_grid" FLOAT -- Onshore Wind, Off Grid,
"pumped_storage" FLOAT,
"renewable_municipal_waste" FLOAT,
"renewables_total" FLOAT -- Renewables, Total,
"solar_total" FLOAT -- Solar, Total,
"solar_photovoltaic" FLOAT,
"solar_photovoltaic_off_grid" FLOAT -- Solar Photovoltaic, Off Grid,
"solid_biofuels" FLOAT,
"solid_biofuels_off_grid" FLOAT -- Solid Biofuels, Off Grid,
"wind_total" FLOAT -- Wind, Total
);Anyone who has the link will be able to view this.