global-power-plants
4 rows where owner = "Pacific Hydro Investments Pty Ltd"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 462 | 462 | AUS | Australia | Eildon Small Hydro | AUS0000335 | 5.0 | -37.2431 | 145.8974 | Hydro | Pacific Hydro Investments Pty Ltd | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 18.529722222222226 | 12.07 | 14.727777777777776 | 12.632222222222223 | 8.516944444444443 | Australia Clean Energy Regulator | |||||||
| 554 | 554 | AUS | Australia | Lake Glenmaggie | AUS0000086 | 4.0 | -37.9047 | 146.8011 | Hydro | Pacific Hydro Investments Pty Ltd | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 7.985 | 5.456944444444446 | 6.778888888888888 | 5.0102777777777785 | 10.228611111111109 | Australia Clean Energy Regulator | |||||||
| 556 | 556 | AUS | Australia | Lake William Hovell | AUS0000099 | 2.0 | -36.9129 | 146.3921 | Hydro | Pacific Hydro Investments Pty Ltd | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 3.960833333333333 | 4.841666666666667 | 2.960833333333333 | 2.7641666666666667 | 5.466666666666668 | Australia Clean Energy Regulator | |||||||
| 741 | 741 | AUS | Australia | The Drop | AUS0000011 | 3.0 | -35.6043 | 145.7837 | Hydro | Pacific Hydro Investments Pty Ltd | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1055740 | 7.658888888888888 | 6.122777777777778 | 7.834722222222222 | 3.94 | 5.3644444444444455 | 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");