global-power-plants
8 rows where owner = "J-POWER"
This data as json, CSV (advanced)
Suggested facets: source, url, geolocation_source
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16588 | 16588 | JPN | Japan | Ishikawa power station | WRI1020042 | 312.0 | 26.4307 | 127.8419 | Coal | 1986.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | GEODB | 1014482 | 2621.707898730518 | ||||||||||
| 16590 | 16590 | JPN | Japan | Isogo power station | WRI1000672 | 1200.0 | 35.4036 | 139.6419 | Coal | 2006.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | GEODB | 1076904 | 10083.4919181943 | ||||||||||
| 16601 | 16601 | JPN | Japan | J-POWER Tachibana-wan power station | WRI1000669 | 2100.0 | 33.8572 | 134.6514 | Coal | 2000.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | WRI | 1014527 | 17646.110856840027 | ||||||||||
| 16685 | 16685 | JPN | Japan | Matsushima power station | WRI1000673 | 1000.0 | 32.9409 | 129.5969 | Coal | 1981.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | WRI | 1014493 | 8402.909931828584 | ||||||||||
| 16687 | 16687 | JPN | Japan | Matsuura power station | WRI1000670 | 2000.0 | 33.3552 | 129.6925 | Coal | 1994.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | GEODB | 1014494 | 16805.81986365717 | ||||||||||
| 16882 | 16882 | JPN | Japan | Sumikawa Akita | WRI1020125 | 50.0 | 39.9813 | 140.7822 | Geothermal | 1995.0 | J-POWER | Japanese Electric Power Information Center | https://www.jepic.or.jp/en/ | GEODB | 1031541 | 240.2573186649264 | ||||||||||
| 16900 | 16900 | JPN | Japan | Takasago power station | WRI1020041 | 500.0 | 34.7535 | 134.7663 | Coal | 1968.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | GEODB | 1014530 | 4201.454965914292 | ||||||||||
| 16903 | 16903 | JPN | Japan | Takehara power station | WRI1000671 | 1300.0 | 34.3373 | 132.9572 | Coal | 1978.0 | J-POWER | GCPT | https://endcoal.org/global-coal-plant-tracker/ | GEODB | 1014531 | 10923.782911377159 |
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");