global-power-plants
9 rows where owner = "NT Government"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 362 | 362 | AUS | Australia | Berrimah | AUS0000251 | 10.0 | -12.4262 | 130.9195 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024437 | 25.217496946360196 | |||||||||||
| 418 | 418 | AUS | Australia | Channel Island | AUS0000261 | 310.0 | -12.555 | 130.8666 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024439 | 1040.7402777777775 | 1068.0919444444444 | 978.0472222222223 | 1068.4391666666668 | 1039.4716666666666 | Australia Clean Energy Regulator | ||||||
| 533 | 533 | AUS | Australia | Katherine | AUS0000259 | 34.7 | -14.4587 | 132.2445 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024443 | 33.314166666666665 | 18.738055555555555 | 15.546111111111115 | 11.247222222222224 | 24.29333333333333 | Australia Clean Energy Regulator | ||||||
| 652 | 652 | AUS | Australia | Owen Springs | AUS0000255 | 36.0 | -23.8636 | 133.8255 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1075622 | 62.74722222222222 | 53.36611111111111 | 79.60305555555556 | 92.04416666666668 | 85.23277777777777 | Australia Clean Energy Regulator | ||||||
| 689 | 689 | AUS | Australia | Ron Goodin | AUS0000254 | 44.6 | -23.7091 | 133.8912 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024451 | 123.045 | 123.08305555555555 | 93.04805555555555 | 88.70611111111111 | 113.87805555555555 | Australia Clean Energy Regulator | ||||||
| 738 | 738 | AUS | Australia | Tennant Creek | AUS0000253 | 16.7 | -19.6549 | 134.1753 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024454 | 31.77527777777777 | 32.055 | 30.328888888888887 | 30.668888888888887 | 29.4025 | Australia Clean Energy Regulator | ||||||
| 743 | 743 | AUS | Australia | Timber Creek | AUS0000486 | 1.0 | -15.6562 | 130.479 | Oil | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 2.9719444444444445 | 2.8833333333333333 | Australia Clean Energy Regulator | 10.5290558089792 | |||||||||
| 769 | 769 | AUS | Australia | Wadeye | AUS0000480 | 6.8 | -14.2602 | 129.5368 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 9.546111111111113 | 9.42 | Australia Clean Energy Regulator | 17.147897923524937 | |||||||||
| 820 | 820 | AUS | Australia | Yulara | AUS0000257 | 10.95 | -25.2323 | 130.9912 | Gas | NT Government | Australian Renewable Energy Mapping Infrastructure | http://services.ga.gov.au/site_3/rest/services/Electricity_Infrastructure/MapServer | Australian Renewable Energy Mapping Infrastructure | 1024458 | 21.9475 | 22.775 | 24.086111111111112 | 23.043888888888887 | 19.885 | 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");