global-power-plants
3 rows where owner = "Horizon Power"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 539 | 539 | AUS | Australia | Kununurra | AUS0000370 | 12.4 | -15.7796 | 128.7395 | Oil | Horizon Power | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1030202 | 0.2477777777777778 | Australia Clean Energy Regulator | 130.5602920313421 | |||||||||
| 585 | 585 | AUS | Australia | Marble Bar Diesel Backup | AUS0000365 | 1.28 | -21.1649 | 119.7419 | Oil | Horizon Power | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1030206 | 13.477191435493374 | |||||||||||
| 620 | 620 | AUS | Australia | Mungullah | AUS0000387 | 18.0 | -24.8911 | 113.7095 | Gas | Horizon Power | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1066238 | 45.39149450344837 |
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");