global-power-plants
8 rows where owner = "Fingrid Oyj"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, source, url, geolocation_source, estimated_generation_gwh
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10111 | 10111 | FIN | Finland | Forssa kt | WRI1002631 | 332.6 | 60.7905 | 23.5866 | Oil | Fingrid Oyj | Nord Pool | https://umm.nordpoolspot.com/infra/stations/510 | WRI | 6.212999999999999 | 2.093 | JRC-PPDB-OPEN | 91.01187703772707 | |||||||||
| 10129 | 10129 | FIN | Finland | Huutokoski kt | WRI1002343 | 180.0 | 62.9 | 29.4 | Oil | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 49.254774103400095 | ||||||||||||
| 10192 | 10192 | FIN | Finland | Loviisa kt | WRI1002444 | 40.0 | 60.3722 | 26.3472 | Other | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1019393 | 41.06194690265487 | |||||||||||
| 10207 | 10207 | FIN | Finland | Naantali kt | WRI1002465 | 40.0 | 60.459 | 22.0545 | Other | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 831.732 | 1099.726 | 605.896 | JRC-PPDB-OPEN | 41.06194690265487 | ||||||||
| 10213 | 10213 | FIN | Finland | Olkiluoto kt | WRI1002474 | 100.5 | 61.2371 | 21.4433 | Other | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | GEODB | 103.16814159292036 | ||||||||||||
| 10233 | 10233 | FIN | Finland | Porvoo Tolkkinen | WRI1002503 | 40.0 | 60.3923 | 25.6651 | Oil | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 10.945505356311132 | ||||||||||||
| 10278 | 10278 | FIN | Finland | Vanaja kt 1 | WRI1002574 | 50.0 | 60.996 | 24.4643 | Oil | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 13.681881695388913 | ||||||||||||
| 10280 | 10280 | FIN | Finland | Vaskiluoto kt | WRI1002580 | 26.0 | 63.0453 | 21.7863 | Oil | Fingrid Oyj | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1032742 | 7.114578481602236 |
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");