global-power-plants
6 rows where owner = "TRUenergy"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 496 | 496 | AUS | Australia | Hallett | AUS0000250 | 228.3 | -33.3487 | 138.7517 | Gas | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1055702 | 58.81916666666667 | 33.946944444444455 | 22.2875 | 33.32944444444445 | 46.25333333333333 | Australia Clean Energy Regulator | ||||||
| 571 | 571 | AUS | Australia | Longford | AUS0000091 | 31.0 | -38.2236 | 147.1657 | Gas | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1016695 | 78.17424053371661 | |||||||||||
| 728 | 728 | AUS | Australia | Tallawarra | AUS0000288 | 460.0 | -34.5228 | 150.8081 | Gas | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1014217 | 2840.0586111111106 | 3283.508611111111 | 2082.391666666667 | 1866.0408333333328 | 803.0308333333335 | Australia Clean Energy Regulator | ||||||
| 773 | 773 | AUS | Australia | Wallerawang C | AUS0000296 | 500.0 | -33.4028 | 150.0833 | Coal | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1013605 | 2030.6866368689475 | |||||||||||
| 777 | 777 | AUS | Australia | Waterloo Wind Farm | AUS0000050 | 111.0 | -34.001 | 138.9109 | Wind | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1078276 | 314.21472222222224 | 341.6486111111111 | 295.43916666666667 | 306.6638888888889 | 309.19694444444445 | Australia Clean Energy Regulator | ||||||
| 815 | 815 | AUS | Australia | Yallourn | AUS0000100 | 1480.0 | -38.177 | 146.3428 | Coal | TRUenergy | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1033560 | 8336.88 | 8678.68 | 11253.57 | 11588.11 | 11473.837222222222 | Australia Clean Energy Regulator |
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");