U.S. Electric Power Generators
Spatial dispersion of electric power generators in the contiguous U.S.
@kaggle.saurabhshahane_us_electric_power_generators
Spatial dispersion of electric power generators in the contiguous U.S.
@kaggle.saurabhshahane_us_electric_power_generators
The soft path revisited: Quantifying the spatial dispersion of electric power generators in the contiguous U.S.
These are cleaned, compiled, and geocoded datasets of publicly available EIA-860 data for 2001-2018. Original data is found here: https://www.eia.gov/electricity/data/eia860/
Kahsar, Rudy (2021), “Data for: The soft path revisited: Quantifying the spatial dispersion of electric power generators in the contiguous U.S.”, Mendeley Data, V1, doi: 10.17632/37hn87t2rb.1
CREATE TABLE y2001 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2002 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2003 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2004 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2005 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2006 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2007 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2008 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plntcode" BIGINT,
"state" VARCHAR
);CREATE TABLE y2009 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_code" BIGINT,
"state" VARCHAR
);CREATE TABLE y2010 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_code" BIGINT,
"state" VARCHAR
);CREATE TABLE y2011 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_code" BIGINT,
"state" VARCHAR
);CREATE TABLE y2012 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2013 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2014 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2015 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2016 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2017 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"plant_id" BIGINT,
"state" VARCHAR
);CREATE TABLE y2018 (
"nameplate" DOUBLE,
"technology" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"state" VARCHAR,
"plant_id" BIGINT
);Anyone who has the link will be able to view this.