global-power-plants
4 rows where owner = "Power Generation Company of Trinidad and Tobago"
This data as json, CSV (advanced)
Suggested facets: source
owner 1
- Power Generation Company of Trinidad and Tobago · 4 ✖
country_long 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21653 | 21653 | TTO | Trinidad and Tobago | Penal | WRI1002029 | 236.0 | 10.1476 | -61.4747 | Gas | Power Generation Company of Trinidad and Tobago | Power Generation Company of Trinidad and Tobago | http://www.powergen.co.tt/Power/History-of-Power-Stations/Penal | WRI | 1025686 | 1242.8543979504698 | |||||||||||
| 21654 | 21654 | TTO | Trinidad and Tobago | Point Lisas | WRI1002028 | 852.0 | 10.4188 | -61.4855 | Gas | 1999.0 | Power Generation Company of Trinidad and Tobago | Power Generation Company of Trinidad and Tobago | http://www.powergen.co.tt/Power/History-of-Power-Stations/Point-Lisas | WRI | 1025687 | 4486.915029888984 | ||||||||||
| 21655 | 21655 | TTO | Trinidad and Tobago | Port of Spain | WRI1002026 | 260.0 | 10.6565 | -61.5182 | Oil | Gas | Power Generation Company of Trinidad and Tobago | Power Generation Company of Trinidad and Tobago | http://www.powergen.co.tt/Power/Port-of-Spain | WRI | 1025688 | 23.025830258302584 | ||||||||||
| 21656 | 21656 | TTO | Trinidad and Tobago | Scarborough | WRI1002030 | 11.0 | 11.1847 | -60.7378 | Oil | Power Generation Company of Trinidad and Tobago | Trinidad and Tobago Energy Agency | http://www.energy.gov.tt/our-business/electric-power/ | WRI | 1025689 | 0.9741697416974168 |
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");