global-power-plants
4 rows where owner = "Macquarie Generation"
This data as json, CSV (advanced)
| Link | rowid ▼ | country | country_long | name | gppd_idnr | capacity_mw | latitude | longitude | primary_fuel | other_fuel1 | other_fuel2 | other_fuel3 | commissioning_year | owner | source | url | geolocation_source | wepp_id | year_of_capacity_data | generation_gwh_2013 | generation_gwh_2014 | generation_gwh_2015 | generation_gwh_2016 | generation_gwh_2017 | generation_data_source | estimated_generation_gwh |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 357 | 357 | AUS | Australia | Bayswater | AUS0000265 | 2640.0 | -32.3953 | 150.9491 | Coal | Macquarie Generation | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1014198 | 16593.38 | 15526.9 | 17090.68 | 17914.93 | 15944.58 | Australia Clean Energy Regulator | ||||||
| 511 | 511 | AUS | Australia | Hunter Valley | AUS0000278 | 50.0 | -32.3893 | 150.9664 | Gas | Macquarie Generation | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1014206 | 0.3647222222222222 | 0.18777777777777774 | 0.3163888888888889 | 1.132777777777778 | 0.6419444444444444 | Australia Clean Energy Regulator | ||||||
| 568 | 568 | AUS | Australia | Liddell | AUS0000280 | 2200.0 | -32.3713 | 150.9776 | Coal | Macquarie Generation | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1014209 | 6577.395555555556 | 7365.723055555555 | 8068.4622222222215 | 7955.425555555556 | 9510.035555555556 | Australia Clean Energy Regulator | ||||||
| 569 | 569 | AUS | Australia | Liddell Solar Thermal | AUS0000473 | 9.3 | -32.3761 | 150.9797 | Solar | Macquarie Generation | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 13.469285563775408 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "global-power-plants" (
"country" TEXT,
"country_long" TEXT,
"name" TEXT,
"gppd_idnr" TEXT,
"capacity_mw" REAL,
"latitude" REAL,
"longitude" REAL,
"primary_fuel" TEXT,
"other_fuel1" TEXT,
"other_fuel2" TEXT,
"other_fuel3" TEXT,
"commissioning_year" REAL,
"owner" TEXT,
"source" TEXT,
"url" TEXT,
"geolocation_source" TEXT,
"wepp_id" TEXT,
"year_of_capacity_data" INTEGER,
"generation_gwh_2013" REAL,
"generation_gwh_2014" REAL,
"generation_gwh_2015" REAL,
"generation_gwh_2016" REAL,
"generation_gwh_2017" REAL,
"generation_data_source" TEXT,
"estimated_generation_gwh" REAL
);
CREATE INDEX ["global-power-plants_country_long"] ON [global-power-plants]("country_long");
CREATE INDEX ["global-power-plants_owner"] ON [global-power-plants]("owner");