Baselight

Renewable Capacity Statistics

@owid.renewable_capacity_statistics

Loading...
Loading...

About this Dataset

Renewable Capacity 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:

  • Total renewable capacity (on-grid and off-grid)
    • Hydropower
      • Renewable hydropower (including mixed plants)
      • Pumped storage (note that this is included in total hydropower capacity, but not in total renewable capacity)
    • Marine energy
    • Wind energy
      • Onshore wind energy
      • Offshore wind energy
    • Solar energy
      • Solar photovoltaic
      • Concentrated solar power
    • Bioenergy
      • Solid biofuels and renewable waste
        • Renewable municipal waste
        • Bagasse
        • Other solid biofuels
      • Liquid biofuels
      • Biogas
    • Geothermal
  • Total off-grid renewable capacity
    • Off-grid hydropower
    • Off-grid solar photovoltaic
    • Other off-grid renewable energy

Tables

Renewable Electricity Capacity

@owid.renewable_capacity_statistics.owid_renewable_capacity_statistics
  • 200.63 KB
  • 5196 rows
  • 29 columns
Loading...

CREATE TABLE owid_renewable_capacity_statistics (
  "country" VARCHAR,
  "year" INTEGER,
  "bioenergy_total" FLOAT,
  "biogas" FLOAT,
  "biogas_off_grid" FLOAT,
  "concentrated_solar_power" FLOAT,
  "geothermal" FLOAT,
  "geothermal_off_grid" INTEGER,
  "geothermal_total" FLOAT,
  "hydropower" FLOAT,
  "hydropower_off_grid" FLOAT,
  "hydropower_total" FLOAT,
  "hydropower_total_excl_pumped_storage" FLOAT,
  "liquid_biofuels" FLOAT,
  "liquid_biofuels_off_grid" FLOAT,
  "marine" FLOAT,
  "mixed_hydro_plants" FLOAT,
  "offshore_wind" FLOAT,
  "onshore_wind" FLOAT,
  "onshore_wind_off_grid" FLOAT,
  "pumped_storage" FLOAT,
  "renewable_municipal_waste" FLOAT,
  "renewables_total" FLOAT,
  "solar_total" FLOAT,
  "solar_photovoltaic" FLOAT,
  "solar_photovoltaic_off_grid" FLOAT,
  "solid_biofuels" FLOAT,
  "solid_biofuels_off_grid" FLOAT,
  "wind_total" FLOAT
);

Share link

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