global-power-plants
9 rows where country_long = "Belgium" and primary_fuel = "Oil"
This data as json, CSV (advanced)
Suggested facets: capacity_mw, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1028 | 1028 | BEL | Belgium | AALTER TJ | WRI1002206 | 18.6 | 51.0902 | 3.4469 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014396 | 22.176923076923078 | ||||||||||||
| 1035 | 1035 | BEL | Belgium | BEERSE TJ | WRI1002211 | 33.2 | 51.3193 | 4.853 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014402 | 39.5846153846154 | ||||||||||||
| 1036 | 1036 | BEL | Belgium | BUDA TJ | WRI1002217 | 18.6 | 50.9079 | 4.4155 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014408 | 22.176923076923078 | ||||||||||||
| 1041 | 1041 | BEL | Belgium | CIERREUX TJ | WRI1002219 | 18.6 | 50.2444 | 5.9302 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014410 | 22.176923076923078 | ||||||||||||
| 1047 | 1047 | BEL | Belgium | Deux-Acren TJ | WRI1002222 | 18.6 | 50.7303 | 3.8531 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014412 | 22.176923076923078 | ||||||||||||
| 1071 | 1071 | BEL | Belgium | Noordschote TJ | WRI1002259 | 18.6 | 50.9548 | 2.8103 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014431 | 22.176923076923078 | ||||||||||||
| 1090 | 1090 | BEL | Belgium | Zedelgem TJ | WRI1002284 | 18.6 | 51.1424 | 3.1368 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014447 | 22.176923076923078 | ||||||||||||
| 1092 | 1092 | BEL | Belgium | Zeebrugge TJ | WRI1002286 | 18.6 | 51.329 | 3.1819 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014448 | 22.176923076923078 | ||||||||||||
| 1094 | 1094 | BEL | Belgium | Zelzate TJ | WRI1002289 | 18.6 | 51.1896 | 3.8078 | Oil | ELIA Belgian Grid Operator | http://publications.elia.be/upload/ProductionParkOverview.html?TS=20120416193815 | CARMA | 1014450 | 22.176923076923078 |
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");