global-power-plants
11 rows where country_long = "Finland" and primary_fuel = "Oil"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |||||||||
| 10119 | 10119 | FIN | Finland | Harjavalta | WRI1002330 | 6.3 | 61.3167 | 22.1333 | Oil | Suomen Teollisuuden Energiapalvelut - STEP Oy | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1025083 | 1.7239170936190034 | |||||||||||
| 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 | ||||||||||||
| 10155 | 10155 | FIN | Finland | Kellosaari | WRI1002386 | 118.0 | 60.1695 | 24.9354 | Oil | Helsingin Energia | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1018284 | 32.28924080111784 | |||||||||||
| 10174 | 10174 | FIN | Finland | Koskensaari | WRI1002410 | 1.2 | 61.7667 | 28.7667 | Oil | Helsingin Rauta Oy | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1021264 | 0.328365160689334 | |||||||||||
| 10232 | 10232 | FIN | Finland | Porvoo | WRI1002500 | 76.0 | 60.3067 | 25.5506 | Oil | Gas | Neste Oil Oy | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 20.796460176991147 | |||||||||||
| 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 | ||||||||||||
| 10253 | 10253 | FIN | Finland | Sopenkorpi | WRI1002540 | 14.5 | 60.9827 | 25.6615 | Oil | Lahti Energia Oy | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1021762 | 3.9677456916627856 | |||||||||||
| 10274 | 10274 | FIN | Finland | Uusikaupunki | WRI1002569 | 14.2 | 60.8004 | 21.4084 | Oil | Yara Suomi Oy | Finnish Energy Authority | http://www.energiavirasto.fi/en/voimalaitosrekisteri | CARMA | 1020700 | 3.8856544014904517 | |||||||||||
| 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");