Renewable Energy Generation Capacity: 2006 - 2017
State of Maryland
@usgov.state_of_maryland_renewable_energy_generation_capacity_01070cbc
State of Maryland
@usgov.state_of_maryland_renewable_energy_generation_capacity_01070cbc
This data set estimates the installed capacity for renewable energy generation in Maryland, in megawatts (MW). Reported data comes from energy generators in Maryland registered to generate renewable energy credits (RECs) through the PJM Environmental Information Services (EIS) Generation Attributes Tracking System (GATS) (available at https://gats.pjm-eis.com/gats2/PublicReports/RenewableGeneratorsRegisteredinGATS). As renewable energy generators are not required to register in GATS, there may be some renewable energy generation capacity installed in Maryland but not generating RECs that is not captured in this estimate.
Organization: State of Maryland
Last updated: 2020-11-10T17:25:10.988914
Tags: biomass, electricity, lfg, maryland-energy-administration, mea, photovoltaic, renewable-energy, solar, wind
CREATE TABLE table_1 (
"year" BIGINT,
"landfill_gas_mw" DOUBLE -- Landfill Gas (MW),
"black_liquor_mw" BIGINT -- Black Liquor (MW),
"hydro_mw" BIGINT -- Hydro (MW),
"waste_to_energy_mw" BIGINT -- Waste-to-Energy (MW),
"land_based_wind_mw" DOUBLE -- Land-Based Wind (MW),
"solar_mw" DOUBLE -- Solar (MW),
"animal_litter_mw" VARCHAR -- Animal Litter (MW),
"offshore_wind_mw" VARCHAR -- Offshore Wind (MW),
"biomass_mw" DOUBLE -- Biomass (MW),
"blast_furnace_gas" DOUBLE,
"geothermal" DOUBLE,
"wood" BIGINT
);Anyone who has the link will be able to view this.