global-power-plants
6 rows where owner = "Rhein-Main-Donau AG"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12751 | 12751 | DEU | Germany | Ellgau | WRI1005655 | 9.7 | 48.5967 | 10.8789 | Hydro | 1952.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1066203 | 24.719984775793506 | ||||||||||
| 12828 | 12828 | DEU | Germany | Geisling | WRI1005689 | 25.0 | 48.9748 | 12.344 | Hydro | 1985.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1027415 | 63.71130096853997 | ||||||||||
| 13108 | 13108 | DEU | Germany | Kachlet | WRI1005853 | 53.7 | 48.5797 | 13.4083 | Hydro | 1927.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1027423 | 136.85187448042387 | ||||||||||
| 13382 | 13382 | DEU | Germany | Oberpeiching | WRI1005989 | 11.9 | 48.6464 | 10.8791 | Hydro | 1954.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1027428 | 30.326579261025024 | ||||||||||
| 13451 | 13451 | DEU | Germany | Rain | WRI1006015 | 10.9 | 48.6924 | 10.8978 | Hydro | 1955.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1027430 | 27.778127222283427 | ||||||||||
| 13598 | 13598 | DEU | Germany | Straubing | WRI1006060 | 21.5 | 48.8966 | 12.5575 | Hydro | 1994.0 | Rhein-Main-Donau AG | Open Power System Data | http://data.open-power-system-data.org/ | Open Power System Data | 1027435 | 54.79171883294436 |
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");