Skip to content

Instantly share code, notes, and snippets.

@rgdonohue
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgdonohue/e02164e9e688ab3ab9e0 to your computer and use it in GitHub Desktop.
Save rgdonohue/e02164e9e688ab3ab9e0 to your computer and use it in GitHub Desktop.
spotlight filter

Faking a spotlight filter of renewable energy power plants in the US.

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<style>
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
}
</style>
</head>
<body>
<div id='map'></div>
<script src="power-plants.js"></script>
<script>
var map = L.map('map', {
center: [36,-94],
zoom: 4,
});
var tiles = L.tileLayer('http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png',
{
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
subdomains: 'abcd',
minZoom: 0,
maxZoom: 18
});
map.addLayer(tiles);
plants.features.sort(function(a,b) {
return b.properties.capacity_mw - a.properties.capacity_mw;
});
var commonStyles = {
stroke: false,
fill: false,
fillOpacity: .8
}
var radiusCircle = L.circle([0,0], 500000, {
fillColor: false,
fillOpacity: .1,
stroke: false,
weight: 3,
}).addTo(map);
var layerInfo = {
hydroLayer: {source:"Hydro", color:'#1f78b4'},
windLayer: {source:"Wind", color:'#a6cee3'},
solarLayer: {source:"Solar", color:'#ffff99'},
}
var geoJsonLayers = {};
for(var layer in layerInfo) {
geoJsonLayers[layer] = L.geoJson(plants, {
pointToLayer: function(feature,latlng) {
return L.circleMarker(latlng, commonStyles);
},
filter: function(feature) {
if(feature.properties.fuel_source[layerInfo[layer].source]) {
return feature;
}
},
style: function(feature) {
return {
color: layerInfo[layer].color,
fillColor: layerInfo[layer].color,
radius: getRadius(feature.properties.fuel_source[layerInfo[layer].source])
}
}
}).addTo(map);
}
function getRadius(val) {
var radius = Math.sqrt(val/Math.PI);
return radius * .8;
}
map.on('mousemove', function(e) {
radiusCircle.setStyle({fillColor: "white"}).setLatLng(e.latlng);
for(var l in geoJsonLayers) {
geoJsonLayers[l].eachLayer(function(layer) {
var distance = e.latlng.distanceTo(layer.getLatLng())/1000;
if(distance > 500) {
layer.setStyle({
fill: false
});
} else {
layer.setStyle({
fill: true
});
layer.bindPopup(distance.toLocaleString()+" km from click");
}
});
}
});
var sourcesLayers = {
"<b style='color:#1f78b4'>Hydro</b>": geoJsonLayers.hydroLayer,
"<b style='color:#a6cee3'>Wind</b>": geoJsonLayers.windLayer,
"<b style='color:#ffff99; text-shadow: 0px 0px 1px #333;'>Solar</b>": geoJsonLayers.solarLayer
}
L.control.layers(null, sourcesLayers, { collapsed:false }).addTo(map);
</script>
</body>
</html>
This file has been truncated, but you can view the full file.
var plants = {"type":"FeatureCollection","features":[{"type":"Feature","properties":{"code":2,"plant_name":"Bankhead Dam","capacity_mw":56,"fuel_source":{"Hydro":56}},"geometry":{"type":"Point","coordinates":[-87.35682,33.45867]}},{"type":"Feature","properties":{"code":3,"plant_name":"Barry","capacity_mw":2574.5,"fuel_source":{"Coal":1612.5,"Natural Gas":962}},"geometry":{"type":"Point","coordinates":[-88.0103,31.0069]}},{"type":"Feature","properties":{"code":4,"plant_name":"Walter Bouldin Dam","capacity_mw":225.9,"fuel_source":{"Hydro":225.9}},"geometry":{"type":"Point","coordinates":[-86.28306,32.58389]}},{"type":"Feature","properties":{"code":7,"plant_name":"Gadsden","capacity_mw":130,"fuel_source":{"Coal":130}},"geometry":{"type":"Point","coordinates":[-85.9708,34.0128]}},{"type":"Feature","properties":{"code":8,"plant_name":"Gorgas","capacity_mw":1241,"fuel_source":{"Coal":1241}},"geometry":{"type":"Point","coordinates":[-87.19649,33.64434]}},{"type":"Feature","properties":{"code":9,"plant_name":"Copper","capacity_mw":62,"fuel_source":{"Natural Gas":62}},"geometry":{"type":"Point","coordinates":[-106.375,31.7569]}},{"type":"Feature","properties":{"code":10,"plant_name":"Greene County","capacity_mw":1237,"fuel_source":{"Coal":497,"Natural Gas":740}},"geometry":{"type":"Point","coordinates":[-87.7811,32.6017]}},{"type":"Feature","properties":{"code":11,"plant_name":"H Neely Henry Dam","capacity_mw":70,"fuel_source":{"Hydro":70}},"geometry":{"type":"Point","coordinates":[-86.0524,33.7845]}},{"type":"Feature","properties":{"code":12,"plant_name":"Holt Dam","capacity_mw":45,"fuel_source":{"Hydro":45}},"geometry":{"type":"Point","coordinates":[-87.4495,33.2553]}},{"type":"Feature","properties":{"code":13,"plant_name":"Jordan Dam","capacity_mw":100,"fuel_source":{"Hydro":100}},"geometry":{"type":"Point","coordinates":[-86.2548,32.6189]}},{"type":"Feature","properties":{"code":14,"plant_name":"Logan Martin Dam","capacity_mw":135,"fuel_source":{"Hydro":135}},"geometry":{"type":"Point","coordinates":[-86.33755,33.42588]}},{"type":"Feature","properties":{"code":15,"plant_name":"Lay Dam","capacity_mw":178.8,"fuel_source":{"Hydro":178.8}},"geometry":{"type":"Point","coordinates":[-86.5187,32.9633]}},{"type":"Feature","properties":{"code":16,"plant_name":"Martin Dam","capacity_mw":186,"fuel_source":{"Hydro":186}},"geometry":{"type":"Point","coordinates":[-85.91144,32.68039]}},{"type":"Feature","properties":{"code":17,"plant_name":"Mitchell Dam","capacity_mw":165.9,"fuel_source":{"Hydro":165.9}},"geometry":{"type":"Point","coordinates":[-86.44489,32.80602]}},{"type":"Feature","properties":{"code":18,"plant_name":"Lewis Smith Dam","capacity_mw":180,"fuel_source":{"Hydro":180}},"geometry":{"type":"Point","coordinates":[-87.1077,33.9406]}},{"type":"Feature","properties":{"code":19,"plant_name":"Thurlow Dam","capacity_mw":78,"fuel_source":{"Hydro":78}},"geometry":{"type":"Point","coordinates":[-85.88761,32.53544]}},{"type":"Feature","properties":{"code":20,"plant_name":"Weiss Dam","capacity_mw":74.1,"fuel_source":{"Hydro":74.1}},"geometry":{"type":"Point","coordinates":[-85.75381,34.17214]}},{"type":"Feature","properties":{"code":21,"plant_name":"Yates Dam","capacity_mw":47,"fuel_source":{"Hydro":47}},"geometry":{"type":"Point","coordinates":[-85.8901,32.5743]}},{"type":"Feature","properties":{"code":26,"plant_name":"E C Gaston","capacity_mw":1878,"fuel_source":{"Coal":1862,"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-86.45806,33.24421]}},{"type":"Feature","properties":{"code":30,"plant_name":"Madelia","capacity_mw":10.3,"fuel_source":{"Natural Gas":10.3}},"geometry":{"type":"Point","coordinates":[-94.4153,44.0525]}},{"type":"Feature","properties":{"code":34,"plant_name":"Rollins","capacity_mw":12.1,"fuel_source":{"Hydro":12.1}},"geometry":{"type":"Point","coordinates":[-120.95334,39.13426]}},{"type":"Feature","properties":{"code":38,"plant_name":"Millers Ferry","capacity_mw":90,"fuel_source":{"Hydro":90}},"geometry":{"type":"Point","coordinates":[-87.39977,32.10088]}},{"type":"Feature","properties":{"code":46,"plant_name":"Browns Ferry","capacity_mw":3309.4,"fuel_source":{"Nuclear":3309.4}},"geometry":{"type":"Point","coordinates":[-87.1189,34.7042]}},{"type":"Feature","properties":{"code":47,"plant_name":"Colbert","capacity_mw":1547.2,"fuel_source":{"Coal":1184,"Natural Gas":363.2}},"geometry":{"type":"Point","coordinates":[-87.8486,34.7439]}},{"type":"Feature","properties":{"code":48,"plant_name":"Guntersville","capacity_mw":122.7,"fuel_source":{"Hydro":122.7}},"geometry":{"type":"Point","coordinates":[-86.39393,34.42127]}},{"type":"Feature","properties":{"code":49,"plant_name":"Wheeler Dam","capacity_mw":398.2,"fuel_source":{"Hydro":398.2}},"geometry":{"type":"Point","coordinates":[-87.3819,34.8069]}},{"type":"Feature","properties":{"code":50,"plant_name":"Widows Creek","capacity_mw":938,"fuel_source":{"Coal":938}},"geometry":{"type":"Point","coordinates":[-85.75525,34.88302]}},{"type":"Feature","properties":{"code":51,"plant_name":"Dolet Hills","capacity_mw":638,"fuel_source":{"Coal":638}},"geometry":{"type":"Point","coordinates":[-93.56917,32.03056]}},{"type":"Feature","properties":{"code":53,"plant_name":"Gantt","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-86.47947,31.4033]}},{"type":"Feature","properties":{"code":54,"plant_name":"J K Smith","capacity_mw":784,"fuel_source":{"Natural Gas":784}},"geometry":{"type":"Point","coordinates":[-84.1017,37.8833]}},{"type":"Feature","properties":{"code":55,"plant_name":"Point A","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-86.51831,31.36115]}},{"type":"Feature","properties":{"code":56,"plant_name":"Charles R Lowman","capacity_mw":553,"fuel_source":{"Coal":553}},"geometry":{"type":"Point","coordinates":[-87.91075,31.48802]}},{"type":"Feature","properties":{"code":59,"plant_name":"Platte","capacity_mw":100,"fuel_source":{"Coal":100}},"geometry":{"type":"Point","coordinates":[-98.34822,40.85477]}},{"type":"Feature","properties":{"code":60,"plant_name":"Whelan Energy Center","capacity_mw":309,"fuel_source":{"Coal":309}},"geometry":{"type":"Point","coordinates":[-98.31244,40.58087]}},{"type":"Feature","properties":{"code":62,"plant_name":"Annex Creek","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-134.101,58.3176]}},{"type":"Feature","properties":{"code":63,"plant_name":"Gold Creek","capacity_mw":9.7,"fuel_source":{"Petroleum":8.1,"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-134.4174,58.3107]}},{"type":"Feature","properties":{"code":64,"plant_name":"Lemon Creek","capacity_mw":57.5,"fuel_source":{"Petroleum":57.5}},"geometry":{"type":"Point","coordinates":[-134.4953,58.3536]}},{"type":"Feature","properties":{"code":65,"plant_name":"Salmon Creek 1","capacity_mw":5.2,"fuel_source":{"Hydro":5.2}},"geometry":{"type":"Point","coordinates":[-134.4631,58.3269]}},{"type":"Feature","properties":{"code":66,"plant_name":"Skagway","capacity_mw":4.4,"fuel_source":{"Petroleum":3.4,"Hydro":1}},"geometry":{"type":"Point","coordinates":[-135.3131,59.4545]}},{"type":"Feature","properties":{"code":69,"plant_name":"Haines","capacity_mw":6.2,"fuel_source":{"Petroleum":6.2}},"geometry":{"type":"Point","coordinates":[-135.445,59.2358]}},{"type":"Feature","properties":{"code":70,"plant_name":"Swan Lake","capacity_mw":22.4,"fuel_source":{"Hydro":22.4}},"geometry":{"type":"Point","coordinates":[-131.35417,55.61389]}},{"type":"Feature","properties":{"code":71,"plant_name":"Terror Lake","capacity_mw":22.4,"fuel_source":{"Hydro":22.4}},"geometry":{"type":"Point","coordinates":[-152.895,57.6861]}},{"type":"Feature","properties":{"code":72,"plant_name":"Venice","capacity_mw":10.1,"fuel_source":{"Hydro":10.1}},"geometry":{"type":"Point","coordinates":[-118.4168,34.01135]}},{"type":"Feature","properties":{"code":75,"plant_name":"Anchorage 1","capacity_mw":90.4,"fuel_source":{"Natural Gas":88.4,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-149.8661,61.2221]}},{"type":"Feature","properties":{"code":77,"plant_name":"Eklutna Hydro Project","capacity_mw":44.4,"fuel_source":{"Hydro":44.4}},"geometry":{"type":"Point","coordinates":[-149.15009,61.47521]}},{"type":"Feature","properties":{"code":78,"plant_name":"Snettisham","capacity_mw":78,"fuel_source":{"Hydro":78}},"geometry":{"type":"Point","coordinates":[-133.737,58.1415]}},{"type":"Feature","properties":{"code":79,"plant_name":"Aurora Energy LLC Chena","capacity_mw":32.4,"fuel_source":{"Coal":32.4}},"geometry":{"type":"Point","coordinates":[-147.73506,64.84774]}},{"type":"Feature","properties":{"code":84,"plant_name":"Ketchikan","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-131.63343,55.34464]}},{"type":"Feature","properties":{"code":85,"plant_name":"S W Bailey","capacity_mw":23,"fuel_source":{"Petroleum":23}},"geometry":{"type":"Point","coordinates":[-131.6778,55.3633]}},{"type":"Feature","properties":{"code":87,"plant_name":"Escalante","capacity_mw":247,"fuel_source":{"Coal":247}},"geometry":{"type":"Point","coordinates":[-108.082,35.4159]}},{"type":"Feature","properties":{"code":88,"plant_name":"Ashokan","capacity_mw":3.8,"fuel_source":{"Hydro":3.8}},"geometry":{"type":"Point","coordinates":[-74.2063,41.949]}},{"type":"Feature","properties":{"code":90,"plant_name":"Snake River","capacity_mw":17.8,"fuel_source":{"Petroleum":16,"Wind":1.8}},"geometry":{"type":"Point","coordinates":[-165.42938,64.50592]}},{"type":"Feature","properties":{"code":91,"plant_name":"Petersburg","capacity_mw":12.6,"fuel_source":{"Petroleum":11,"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-132.95709,56.81104]}},{"type":"Feature","properties":{"code":92,"plant_name":"Seward","capacity_mw":15.6,"fuel_source":{"Petroleum":15.6}},"geometry":{"type":"Point","coordinates":[-149.4417,60.1083]}},{"type":"Feature","properties":{"code":93,"plant_name":"Blue Lake","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-135.2297,57.0516]}},{"type":"Feature","properties":{"code":95,"plant_name":"Wrangell","capacity_mw":8.5,"fuel_source":{"Petroleum":8.5}},"geometry":{"type":"Point","coordinates":[-132.3683,56.4522]}},{"type":"Feature","properties":{"code":96,"plant_name":"Beluga","capacity_mw":344.4,"fuel_source":{"Natural Gas":344.4}},"geometry":{"type":"Point","coordinates":[-151.0356,61.1861]}},{"type":"Feature","properties":{"code":99,"plant_name":"Frederickson","capacity_mw":134,"fuel_source":{"Natural Gas":134}},"geometry":{"type":"Point","coordinates":[-122.365,47.07972]}},{"type":"Feature","properties":{"code":100,"plant_name":"South Consolidated","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-111.78106,33.46648]}},{"type":"Feature","properties":{"code":104,"plant_name":"J S Eastwood","capacity_mw":199.8,"fuel_source":{"Pumped Storage":199.8}},"geometry":{"type":"Point","coordinates":[-119.2567,37.14793]}},{"type":"Feature","properties":{"code":108,"plant_name":"Holcomb","capacity_mw":358.8,"fuel_source":{"Coal":358.8}},"geometry":{"type":"Point","coordinates":[-100.9725,37.9308]}},{"type":"Feature","properties":{"code":109,"plant_name":"Dillingham","capacity_mw":6.6,"fuel_source":{"Petroleum":6.6}},"geometry":{"type":"Point","coordinates":[-157.89,59.6708]}},{"type":"Feature","properties":{"code":113,"plant_name":"Cholla","capacity_mw":1027,"fuel_source":{"Coal":1027}},"geometry":{"type":"Point","coordinates":[-110.3033,34.9394]}},{"type":"Feature","properties":{"code":114,"plant_name":"Douglas","capacity_mw":15,"fuel_source":{"Petroleum":15}},"geometry":{"type":"Point","coordinates":[-109.5538,31.36412]}},{"type":"Feature","properties":{"code":116,"plant_name":"Ocotillo","capacity_mw":320.6,"fuel_source":{"Natural Gas":320,"Solar":0.6}},"geometry":{"type":"Point","coordinates":[-111.9122,33.4225]}},{"type":"Feature","properties":{"code":117,"plant_name":"West Phoenix","capacity_mw":952,"fuel_source":{"Natural Gas":952}},"geometry":{"type":"Point","coordinates":[-112.1583,33.4417]}},{"type":"Feature","properties":{"code":118,"plant_name":"Saguaro","capacity_mw":176,"fuel_source":{"Natural Gas":176}},"geometry":{"type":"Point","coordinates":[-111.3,32.5517]}},{"type":"Feature","properties":{"code":120,"plant_name":"Yucca","capacity_mw":328,"fuel_source":{"Natural Gas":257,"Petroleum":71}},"geometry":{"type":"Point","coordinates":[-114.7106,32.7214]}},{"type":"Feature","properties":{"code":124,"plant_name":"Demoss Petrie","capacity_mw":75,"fuel_source":{"Natural Gas":75}},"geometry":{"type":"Point","coordinates":[-110.99215,32.25227]}},{"type":"Feature","properties":{"code":126,"plant_name":"H Wilson Sundt Generating Station","capacity_mw":470,"fuel_source":{"Coal":156,"Natural Gas":314}},"geometry":{"type":"Point","coordinates":[-110.9047,32.16]}},{"type":"Feature","properties":{"code":127,"plant_name":"Oklaunion","capacity_mw":650,"fuel_source":{"Coal":650}},"geometry":{"type":"Point","coordinates":[-99.1753,34.0825]}},{"type":"Feature","properties":{"code":130,"plant_name":"Cross","capacity_mw":2350,"fuel_source":{"Coal":2350}},"geometry":{"type":"Point","coordinates":[-80.11333,33.37139]}},{"type":"Feature","properties":{"code":136,"plant_name":"Seminole","capacity_mw":1309,"fuel_source":{"Coal":1309}},"geometry":{"type":"Point","coordinates":[-81.63278,29.73306]}},{"type":"Feature","properties":{"code":141,"plant_name":"Agua Fria","capacity_mw":626.2,"fuel_source":{"Natural Gas":626,"Solar":0.2}},"geometry":{"type":"Point","coordinates":[-112.2153,33.5561]}},{"type":"Feature","properties":{"code":143,"plant_name":"Crosscut","capacity_mw":33,"fuel_source":{"Natural Gas":30,"Hydro":3}},"geometry":{"type":"Point","coordinates":[-111.94605,33.43938]}},{"type":"Feature","properties":{"code":145,"plant_name":"Horse Mesa","capacity_mw":149,"fuel_source":{"Hydro":30,"Pumped Storage":119}},"geometry":{"type":"Point","coordinates":[-111.344,33.5907]}},{"type":"Feature","properties":{"code":147,"plant_name":"Kyrene","capacity_mw":525,"fuel_source":{"Natural Gas":525}},"geometry":{"type":"Point","coordinates":[-111.9353,33.3556]}},{"type":"Feature","properties":{"code":148,"plant_name":"Mormon Flat","capacity_mw":68.8,"fuel_source":{"Hydro":11.5,"Pumped Storage":57.3}},"geometry":{"type":"Point","coordinates":[-111.4431,33.5536]}},{"type":"Feature","properties":{"code":149,"plant_name":"Roosevelt","capacity_mw":36,"fuel_source":{"Hydro":36}},"geometry":{"type":"Point","coordinates":[-111.16179,33.6711]}},{"type":"Feature","properties":{"code":150,"plant_name":"Stewart Mountain","capacity_mw":13,"fuel_source":{"Hydro":13}},"geometry":{"type":"Point","coordinates":[-111.536,33.5661]}},{"type":"Feature","properties":{"code":151,"plant_name":"McClure","capacity_mw":112,"fuel_source":{"Petroleum":112}},"geometry":{"type":"Point","coordinates":[-120.93139,37.62936]}},{"type":"Feature","properties":{"code":152,"plant_name":"Davis Dam","capacity_mw":254.8,"fuel_source":{"Hydro":254.8}},"geometry":{"type":"Point","coordinates":[-114.57067,35.19704]}},{"type":"Feature","properties":{"code":153,"plant_name":"Glen Canyon Dam","capacity_mw":1312,"fuel_source":{"Hydro":1312}},"geometry":{"type":"Point","coordinates":[-111.48387,36.93661]}},{"type":"Feature","properties":{"code":154,"plant_name":"Hoover Dam","capacity_mw":1039.4,"fuel_source":{"Hydro":1039.4}},"geometry":{"type":"Point","coordinates":[-114.73801,36.01551]}},{"type":"Feature","properties":{"code":159,"plant_name":"Lake Creek","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-111.31251,40.49363]}},{"type":"Feature","properties":{"code":160,"plant_name":"Apache Station","capacity_mw":548.5,"fuel_source":{"Coal":350,"Natural Gas":198.5}},"geometry":{"type":"Point","coordinates":[-109.8931,32.0603]}},{"type":"Feature","properties":{"code":161,"plant_name":"Turlock Lake","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-120.59468,37.61146]}},{"type":"Feature","properties":{"code":162,"plant_name":"Hickman","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-120.74625,37.62154]}},{"type":"Feature","properties":{"code":165,"plant_name":"GREC","capacity_mw":1010,"fuel_source":{"Coal":1010}},"geometry":{"type":"Point","coordinates":[-95.2894,36.19028]}},{"type":"Feature","properties":{"code":166,"plant_name":"Carpenter","capacity_mw":62.4,"fuel_source":{"Hydro":62.4}},"geometry":{"type":"Point","coordinates":[-93.0262,34.4425]}},{"type":"Feature","properties":{"code":170,"plant_name":"Lake Catherine","capacity_mw":519.7,"fuel_source":{"Natural Gas":519.7}},"geometry":{"type":"Point","coordinates":[-92.9049,34.4341]}},{"type":"Feature","properties":{"code":171,"plant_name":"Mabelvale","capacity_mw":26.5,"fuel_source":{"Natural Gas":26.5}},"geometry":{"type":"Point","coordinates":[-92.4096,34.636]}},{"type":"Feature","properties":{"code":172,"plant_name":"Osceola","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-90.0053,35.6975]}},{"type":"Feature","properties":{"code":174,"plant_name":"Remmel","capacity_mw":11.5,"fuel_source":{"Hydro":11.5}},"geometry":{"type":"Point","coordinates":[-92.8941,34.4272]}},{"type":"Feature","properties":{"code":180,"plant_name":"Volta 2","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-121.86215,40.45193]}},{"type":"Feature","properties":{"code":182,"plant_name":"Beaver","capacity_mw":128.8,"fuel_source":{"Hydro":128.8}},"geometry":{"type":"Point","coordinates":[-93.84737,36.42151]}},{"type":"Feature","properties":{"code":187,"plant_name":"Degray","capacity_mw":68,"fuel_source":{"Hydro":40,"Pumped Storage":28}},"geometry":{"type":"Point","coordinates":[-93.11096,34.21191]}},{"type":"Feature","properties":{"code":188,"plant_name":"Greers Ferry Lake","capacity_mw":94,"fuel_source":{"Hydro":94}},"geometry":{"type":"Point","coordinates":[-91.9953,35.5207]}},{"type":"Feature","properties":{"code":193,"plant_name":"Municipal Light","capacity_mw":7.2,"fuel_source":{"Petroleum":7.2}},"geometry":{"type":"Point","coordinates":[-90.1867,36.3858]}},{"type":"Feature","properties":{"code":195,"plant_name":"Narrows","capacity_mw":29.1,"fuel_source":{"Hydro":29.1}},"geometry":{"type":"Point","coordinates":[-93.71517,34.14843]}},{"type":"Feature","properties":{"code":196,"plant_name":"Norfork","capacity_mw":92,"fuel_source":{"Hydro":92}},"geometry":{"type":"Point","coordinates":[-92.2401,36.2491]}},{"type":"Feature","properties":{"code":197,"plant_name":"Blakely Mountain","capacity_mw":75,"fuel_source":{"Hydro":75}},"geometry":{"type":"Point","coordinates":[-93.19443,34.57098]}},{"type":"Feature","properties":{"code":198,"plant_name":"Bull Shoals","capacity_mw":390.8,"fuel_source":{"Hydro":390.8}},"geometry":{"type":"Point","coordinates":[-92.5763,36.3635]}},{"type":"Feature","properties":{"code":199,"plant_name":"Dardanelle","capacity_mw":160.8,"fuel_source":{"Hydro":160.8}},"geometry":{"type":"Point","coordinates":[-93.1686,35.2503]}},{"type":"Feature","properties":{"code":201,"plant_name":"Thomas Fitzhugh","capacity_mw":162,"fuel_source":{"Natural Gas":162}},"geometry":{"type":"Point","coordinates":[-93.80493,35.46238]}},{"type":"Feature","properties":{"code":202,"plant_name":"Carl Bailey","capacity_mw":122,"fuel_source":{"Natural Gas":122}},"geometry":{"type":"Point","coordinates":[-91.36343,35.2601]}},{"type":"Feature","properties":{"code":203,"plant_name":"McClellan","capacity_mw":134,"fuel_source":{"Natural Gas":134}},"geometry":{"type":"Point","coordinates":[-92.7917,33.5648]}},{"type":"Feature","properties":{"code":204,"plant_name":"Clinton Power Station","capacity_mw":1065,"fuel_source":{"Nuclear":1065}},"geometry":{"type":"Point","coordinates":[-88.8339,40.1719]}},{"type":"Feature","properties":{"code":207,"plant_name":"St Johns River Power Park","capacity_mw":1252,"fuel_source":{"Coal":1252}},"geometry":{"type":"Point","coordinates":[-81.5508,30.4308]}},{"type":"Feature","properties":{"code":210,"plant_name":"Wolf Creek Generating Station","capacity_mw":1175,"fuel_source":{"Nuclear":1175}},"geometry":{"type":"Point","coordinates":[-95.68978,38.23926]}},{"type":"Feature","properties":{"code":214,"plant_name":"Alta Powerhouse","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-120.80355,39.21598]}},{"type":"Feature","properties":{"code":215,"plant_name":"Angels","capacity_mw":0.7,"fuel_source":{"Hydro":0.7}},"geometry":{"type":"Point","coordinates":[-120.53944,38.07194]}},{"type":"Feature","properties":{"code":217,"plant_name":"Balch 1","capacity_mw":34,"fuel_source":{"Hydro":34}},"geometry":{"type":"Point","coordinates":[-119.08771,36.90914]}},{"type":"Feature","properties":{"code":218,"plant_name":"Balch 2","capacity_mw":105,"fuel_source":{"Hydro":105}},"geometry":{"type":"Point","coordinates":[-119.08756,36.90891]}},{"type":"Feature","properties":{"code":219,"plant_name":"Belden","capacity_mw":125,"fuel_source":{"Hydro":125}},"geometry":{"type":"Point","coordinates":[-121.24944,40.00744]}},{"type":"Feature","properties":{"code":220,"plant_name":"Bucks Creek","capacity_mw":65,"fuel_source":{"Hydro":65}},"geometry":{"type":"Point","coordinates":[-121.32769,39.91062]}},{"type":"Feature","properties":{"code":221,"plant_name":"Butt Valley","capacity_mw":41,"fuel_source":{"Hydro":41}},"geometry":{"type":"Point","coordinates":[-121.19066,40.17566]}},{"type":"Feature","properties":{"code":222,"plant_name":"Caribou 1","capacity_mw":75,"fuel_source":{"Hydro":75}},"geometry":{"type":"Point","coordinates":[-121.14824,40.08548]}},{"type":"Feature","properties":{"code":223,"plant_name":"Caribou 2","capacity_mw":120,"fuel_source":{"Hydro":120}},"geometry":{"type":"Point","coordinates":[-121.14937,40.086]}},{"type":"Feature","properties":{"code":224,"plant_name":"Centerville","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-121.65738,39.78888]}},{"type":"Feature","properties":{"code":225,"plant_name":"Chili Bar","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-120.81324,38.77176]}},{"type":"Feature","properties":{"code":227,"plant_name":"Coleman","capacity_mw":13,"fuel_source":{"Hydro":13}},"geometry":{"type":"Point","coordinates":[-122.1219,40.40464]}},{"type":"Feature","properties":{"code":229,"plant_name":"Cow Creek","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-122.02093,40.57082]}},{"type":"Feature","properties":{"code":231,"plant_name":"Cresta","capacity_mw":70,"fuel_source":{"Hydro":70}},"geometry":{"type":"Point","coordinates":[-121.40969,39.82591]}},{"type":"Feature","properties":{"code":232,"plant_name":"De Sabla","capacity_mw":18.5,"fuel_source":{"Hydro":18.5}},"geometry":{"type":"Point","coordinates":[-121.63182,39.86927]}},{"type":"Feature","properties":{"code":233,"plant_name":"Deer Creek","capacity_mw":5.7,"fuel_source":{"Hydro":5.7}},"geometry":{"type":"Point","coordinates":[-120.8443,39.29807]}},{"type":"Feature","properties":{"code":235,"plant_name":"Drum 1","capacity_mw":54,"fuel_source":{"Hydro":54}},"geometry":{"type":"Point","coordinates":[-120.76744,39.25687]}},{"type":"Feature","properties":{"code":236,"plant_name":"Drum 2","capacity_mw":49.5,"fuel_source":{"Hydro":49.5}},"geometry":{"type":"Point","coordinates":[-120.76705,39.25739]}},{"type":"Feature","properties":{"code":237,"plant_name":"Dutch Flat","capacity_mw":22,"fuel_source":{"Hydro":22}},"geometry":{"type":"Point","coordinates":[-120.83559,39.21698]}},{"type":"Feature","properties":{"code":238,"plant_name":"El Dorado","capacity_mw":20.6,"fuel_source":{"Hydro":20.6}},"geometry":{"type":"Point","coordinates":[-120.61915,38.79357]}},{"type":"Feature","properties":{"code":239,"plant_name":"Electra","capacity_mw":98,"fuel_source":{"Hydro":98}},"geometry":{"type":"Point","coordinates":[-120.6699,38.33098]}},{"type":"Feature","properties":{"code":240,"plant_name":"Haas","capacity_mw":144,"fuel_source":{"Hydro":144}},"geometry":{"type":"Point","coordinates":[-119.02025,36.92742]}},{"type":"Feature","properties":{"code":241,"plant_name":"Halsey","capacity_mw":11,"fuel_source":{"Hydro":11}},"geometry":{"type":"Point","coordinates":[-121.04193,38.95698]}},{"type":"Feature","properties":{"code":242,"plant_name":"Hamilton Branch","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-121.08948,40.26871]}},{"type":"Feature","properties":{"code":243,"plant_name":"Hat Creek 1","capacity_mw":8.5,"fuel_source":{"Hydro":8.5}},"geometry":{"type":"Point","coordinates":[-121.54446,40.9293]}},{"type":"Feature","properties":{"code":244,"plant_name":"Hat Creek 2","capacity_mw":8.5,"fuel_source":{"Hydro":8.5}},"geometry":{"type":"Point","coordinates":[-121.54866,40.96068]}},{"type":"Feature","properties":{"code":246,"plant_name":"Humboldt Bay","capacity_mw":163.4,"fuel_source":{"Natural Gas":163.4}},"geometry":{"type":"Point","coordinates":[-124.2103,40.7415]}},{"type":"Feature","properties":{"code":248,"plant_name":"Inskip","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-121.9655,40.40099]}},{"type":"Feature","properties":{"code":249,"plant_name":"James B Black","capacity_mw":172,"fuel_source":{"Hydro":172}},"geometry":{"type":"Point","coordinates":[-121.97518,40.99229]}},{"type":"Feature","properties":{"code":250,"plant_name":"Kerckhoff","capacity_mw":25.2,"fuel_source":{"Hydro":25.2}},"geometry":{"type":"Point","coordinates":[-119.55283,37.09249]}},{"type":"Feature","properties":{"code":253,"plant_name":"Kilarc","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-121.87325,40.67783]}},{"type":"Feature","properties":{"code":254,"plant_name":"Kings River","capacity_mw":52,"fuel_source":{"Hydro":52}},"geometry":{"type":"Point","coordinates":[-119.15878,36.88817]}},{"type":"Feature","properties":{"code":255,"plant_name":"Lime Saddle","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-121.57096,39.69876]}},{"type":"Feature","properties":{"code":258,"plant_name":"Merced Falls","capacity_mw":3.5,"fuel_source":{"Hydro":3.5}},"geometry":{"type":"Point","coordinates":[-120.3299,37.52301]}},{"type":"Feature","properties":{"code":260,"plant_name":"Dynegy Moss Landing Power Plant","capacity_mw":2529,"fuel_source":{"Natural Gas":2529}},"geometry":{"type":"Point","coordinates":[-121.78224,36.80484]}},{"type":"Feature","properties":{"code":261,"plant_name":"Murphys","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-120.4464,38.14709]}},{"type":"Feature","properties":{"code":262,"plant_name":"Narrows","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-121.27174,39.2364]}},{"type":"Feature","properties":{"code":264,"plant_name":"Phoenix","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-120.32654,38.0321]}},{"type":"Feature","properties":{"code":265,"plant_name":"Pit 1","capacity_mw":61,"fuel_source":{"Hydro":61}},"geometry":{"type":"Point","coordinates":[-121.49824,40.99084]}},{"type":"Feature","properties":{"code":266,"plant_name":"Pit 3","capacity_mw":69.9,"fuel_source":{"Hydro":69.9}},"geometry":{"type":"Point","coordinates":[-121.74814,40.99745]}},{"type":"Feature","properties":{"code":267,"plant_name":"Pit 4","capacity_mw":95,"fuel_source":{"Hydro":95}},"geometry":{"type":"Point","coordinates":[-121.84944,40.98636]}},{"type":"Feature","properties":{"code":268,"plant_name":"Pit 5","capacity_mw":160,"fuel_source":{"Hydro":160}},"geometry":{"type":"Point","coordinates":[-121.97759,40.9862]}},{"type":"Feature","properties":{"code":269,"plant_name":"Pit 6","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-121.99291,40.92257]}},{"type":"Feature","properties":{"code":270,"plant_name":"Pit 7","capacity_mw":113,"fuel_source":{"Hydro":113}},"geometry":{"type":"Point","coordinates":[-121.9908,40.84746]}},{"type":"Feature","properties":{"code":271,"plant_name":"Pittsburg Power","capacity_mw":1311,"fuel_source":{"Natural Gas":1311}},"geometry":{"type":"Point","coordinates":[-121.89447,38.03917]}},{"type":"Feature","properties":{"code":272,"plant_name":"Poe","capacity_mw":120,"fuel_source":{"Hydro":120}},"geometry":{"type":"Point","coordinates":[-121.46981,39.72289]}},{"type":"Feature","properties":{"code":274,"plant_name":"Potter Valley","capacity_mw":9.2,"fuel_source":{"Hydro":9.2}},"geometry":{"type":"Point","coordinates":[-123.12793,39.36179]}},{"type":"Feature","properties":{"code":275,"plant_name":"Rock Creek","capacity_mw":121,"fuel_source":{"Hydro":121}},"geometry":{"type":"Point","coordinates":[-121.34523,39.90521]}},{"type":"Feature","properties":{"code":276,"plant_name":"San Joaquin 2","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-119.49751,37.20323]}},{"type":"Feature","properties":{"code":277,"plant_name":"San Joaquin 3","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-119.51935,37.25372]}},{"type":"Feature","properties":{"code":279,"plant_name":"Salt Springs","capacity_mw":44,"fuel_source":{"Hydro":44}},"geometry":{"type":"Point","coordinates":[-120.21811,38.49791]}},{"type":"Feature","properties":{"code":280,"plant_name":"South","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-121.87919,40.3954]}},{"type":"Feature","properties":{"code":281,"plant_name":"Spaulding 1","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-120.64481,39.32461]}},{"type":"Feature","properties":{"code":282,"plant_name":"Spaulding 2","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-120.64538,39.32459]}},{"type":"Feature","properties":{"code":283,"plant_name":"Spaulding 3","capacity_mw":5.8,"fuel_source":{"Hydro":5.8}},"geometry":{"type":"Point","coordinates":[-120.63547,39.33768]}},{"type":"Feature","properties":{"code":284,"plant_name":"Spring Gap","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-120.11168,38.18653]}},{"type":"Feature","properties":{"code":285,"plant_name":"Stanislaus","capacity_mw":91,"fuel_source":{"Hydro":91}},"geometry":{"type":"Point","coordinates":[-120.37032,38.13905]}},{"type":"Feature","properties":{"code":286,"plant_name":"Geysers Unit 5-20","capacity_mw":770,"fuel_source":{"Geothermal":770}},"geometry":{"type":"Point","coordinates":[-122.745,38.777]}},{"type":"Feature","properties":{"code":287,"plant_name":"Tiger Creek","capacity_mw":58,"fuel_source":{"Hydro":58}},"geometry":{"type":"Point","coordinates":[-120.49264,38.44929]}},{"type":"Feature","properties":{"code":289,"plant_name":"Tule River","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-118.7071,36.16308]}},{"type":"Feature","properties":{"code":290,"plant_name":"Volta 1","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-121.86708,40.45911]}},{"type":"Feature","properties":{"code":291,"plant_name":"West Point","capacity_mw":14.5,"fuel_source":{"Hydro":14.5}},"geometry":{"type":"Point","coordinates":[-120.54957,38.4209]}},{"type":"Feature","properties":{"code":292,"plant_name":"Wise","capacity_mw":17.2,"fuel_source":{"Hydro":17.2}},"geometry":{"type":"Point","coordinates":[-121.09852,38.88986]}},{"type":"Feature","properties":{"code":293,"plant_name":"A G Wishon","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-119.50472,37.15105]}},{"type":"Feature","properties":{"code":294,"plant_name":"Copco 1","capacity_mw":26.4,"fuel_source":{"Hydro":26.4}},"geometry":{"type":"Point","coordinates":[-122.33532,41.97891]}},{"type":"Feature","properties":{"code":295,"plant_name":"Copco 2","capacity_mw":35.6,"fuel_source":{"Hydro":35.6}},"geometry":{"type":"Point","coordinates":[-122.35813,41.97572]}},{"type":"Feature","properties":{"code":296,"plant_name":"Fall Creek","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-122.36045,41.98561]}},{"type":"Feature","properties":{"code":297,"plant_name":"Iron Gate","capacity_mw":18.8,"fuel_source":{"Hydro":18.8}},"geometry":{"type":"Point","coordinates":[-122.43678,41.93298]}},{"type":"Feature","properties":{"code":298,"plant_name":"Limestone","capacity_mw":1689,"fuel_source":{"Coal":1689}},"geometry":{"type":"Point","coordinates":[-96.2525,31.4219]}},{"type":"Feature","properties":{"code":299,"plant_name":"Blundell","capacity_mw":34,"fuel_source":{"Geothermal":34}},"geometry":{"type":"Point","coordinates":[-112.8533,38.4889]}},{"type":"Feature","properties":{"code":301,"plant_name":"El Cajon","capacity_mw":16,"fuel_source":{"Natural Gas":16}},"geometry":{"type":"Point","coordinates":[-116.9722,32.7958]}},{"type":"Feature","properties":{"code":302,"plant_name":"Encina","capacity_mw":964,"fuel_source":{"Natural Gas":964}},"geometry":{"type":"Point","coordinates":[-117.3364,33.1361]}},{"type":"Feature","properties":{"code":303,"plant_name":"Kearny","capacity_mw":136,"fuel_source":{"Natural Gas":136}},"geometry":{"type":"Point","coordinates":[-117.1338,32.834]}},{"type":"Feature","properties":{"code":305,"plant_name":"Miramar","capacity_mw":36,"fuel_source":{"Natural Gas":36}},"geometry":{"type":"Point","coordinates":[-117.1664,32.8761]}},{"type":"Feature","properties":{"code":313,"plant_name":"Green Lake","capacity_mw":18.6,"fuel_source":{"Hydro":18.6}},"geometry":{"type":"Point","coordinates":[-135.12275,56.98628]}},{"type":"Feature","properties":{"code":314,"plant_name":"Drop 5","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-115.39203,32.6731]}},{"type":"Feature","properties":{"code":315,"plant_name":"AES Alamitos LLC","capacity_mw":1997,"fuel_source":{"Natural Gas":1997}},"geometry":{"type":"Point","coordinates":[-118.1009,33.7688]}},{"type":"Feature","properties":{"code":316,"plant_name":"Sepulveda Canyon","capacity_mw":8.5,"fuel_source":{"Hydro":8.5}},"geometry":{"type":"Point","coordinates":[-118.4795,34.0969]}},{"type":"Feature","properties":{"code":317,"plant_name":"Big Creek 1","capacity_mw":88.4,"fuel_source":{"Hydro":88.4}},"geometry":{"type":"Point","coordinates":[-119.2396,37.2042]}},{"type":"Feature","properties":{"code":318,"plant_name":"Big Creek 2","capacity_mw":66.6,"fuel_source":{"Hydro":66.6}},"geometry":{"type":"Point","coordinates":[-119.3069,37.2]}},{"type":"Feature","properties":{"code":319,"plant_name":"Big Creek 3","capacity_mw":173.5,"fuel_source":{"Hydro":173.5}},"geometry":{"type":"Point","coordinates":[-119.38662,37.14852]}},{"type":"Feature","properties":{"code":320,"plant_name":"Big Creek 4","capacity_mw":100,"fuel_source":{"Hydro":100}},"geometry":{"type":"Point","coordinates":[-119.4898,37.139]}},{"type":"Feature","properties":{"code":321,"plant_name":"Big Creek 8","capacity_mw":70.8,"fuel_source":{"Hydro":70.8}},"geometry":{"type":"Point","coordinates":[-119.3289,37.2096]}},{"type":"Feature","properties":{"code":322,"plant_name":"Big Creek 2A","capacity_mw":100,"fuel_source":{"Hydro":100}},"geometry":{"type":"Point","coordinates":[-119.30681,37.20006]}},{"type":"Feature","properties":{"code":323,"plant_name":"Bishop Creek 2","capacity_mw":7.3,"fuel_source":{"Hydro":7.3}},"geometry":{"type":"Point","coordinates":[-118.57334,37.27358]}},{"type":"Feature","properties":{"code":324,"plant_name":"Bishop Creek 3","capacity_mw":7.9,"fuel_source":{"Hydro":7.9}},"geometry":{"type":"Point","coordinates":[-118.53196,37.30196]}},{"type":"Feature","properties":{"code":325,"plant_name":"Bishop Creek 4","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-118.50171,37.32303]}},{"type":"Feature","properties":{"code":326,"plant_name":"Bishop Creek 5","capacity_mw":3.8,"fuel_source":{"Hydro":3.8}},"geometry":{"type":"Point","coordinates":[-118.4797,37.3344]}},{"type":"Feature","properties":{"code":327,"plant_name":"Bishop Creek 6","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-118.4628,37.3499]}},{"type":"Feature","properties":{"code":328,"plant_name":"Borel","capacity_mw":10.6,"fuel_source":{"Hydro":10.6}},"geometry":{"type":"Point","coordinates":[-118.5248,35.58807]}},{"type":"Feature","properties":{"code":329,"plant_name":"Coolwater","capacity_mw":636,"fuel_source":{"Natural Gas":636}},"geometry":{"type":"Point","coordinates":[-116.8539,34.8606]}},{"type":"Feature","properties":{"code":330,"plant_name":"El Segundo Power","capacity_mw":335,"fuel_source":{"Natural Gas":335}},"geometry":{"type":"Point","coordinates":[-118.42417,33.9098]}},{"type":"Feature","properties":{"code":331,"plant_name":"Etiwanda Generating Station","capacity_mw":640,"fuel_source":{"Natural Gas":640}},"geometry":{"type":"Point","coordinates":[-117.52663,34.09118]}},{"type":"Feature","properties":{"code":332,"plant_name":"Fontana","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-117.39712,34.15516]}},{"type":"Feature","properties":{"code":335,"plant_name":"AES Huntington Beach LLC","capacity_mw":451.6,"fuel_source":{"Natural Gas":451.6}},"geometry":{"type":"Point","coordinates":[-117.9792,33.6439]}},{"type":"Feature","properties":{"code":336,"plant_name":"Kaweah 2","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-118.87988,36.46133]}},{"type":"Feature","properties":{"code":337,"plant_name":"Kaweah 1","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-118.86202,36.46507]}},{"type":"Feature","properties":{"code":338,"plant_name":"Kaweah 3","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-118.83565,36.48606]}},{"type":"Feature","properties":{"code":339,"plant_name":"Kern River 3","capacity_mw":40.2,"fuel_source":{"Hydro":40.2}},"geometry":{"type":"Point","coordinates":[-118.43623,35.77618]}},{"type":"Feature","properties":{"code":340,"plant_name":"Kern River 1","capacity_mw":26.4,"fuel_source":{"Hydro":26.4}},"geometry":{"type":"Point","coordinates":[-118.77959,35.4603]}},{"type":"Feature","properties":{"code":341,"plant_name":"Long Beach Generation LLC","capacity_mw":260,"fuel_source":{"Natural Gas":260}},"geometry":{"type":"Point","coordinates":[-118.2248,33.7641]}},{"type":"Feature","properties":{"code":342,"plant_name":"Lundy","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-119.17201,38.04273]}},{"type":"Feature","properties":{"code":344,"plant_name":"Mammoth Pool","capacity_mw":160,"fuel_source":{"Hydro":160}},"geometry":{"type":"Point","coordinates":[-119.33798,37.2203]}},{"type":"Feature","properties":{"code":345,"plant_name":"Mandalay","capacity_mw":560,"fuel_source":{"Natural Gas":560}},"geometry":{"type":"Point","coordinates":[-119.2511,34.2067]}},{"type":"Feature","properties":{"code":350,"plant_name":"Ormond Beach","capacity_mw":1516,"fuel_source":{"Natural Gas":1516}},"geometry":{"type":"Point","coordinates":[-119.1689,34.1292]}},{"type":"Feature","properties":{"code":353,"plant_name":"Poole","capacity_mw":10.9,"fuel_source":{"Hydro":10.9}},"geometry":{"type":"Point","coordinates":[-119.2161,37.94424]}},{"type":"Feature","properties":{"code":354,"plant_name":"Portal","capacity_mw":10.8,"fuel_source":{"Hydro":10.8}},"geometry":{"type":"Point","coordinates":[-119.15894,37.25704]}},{"type":"Feature","properties":{"code":356,"plant_name":"AES Redondo Beach LLC","capacity_mw":1310,"fuel_source":{"Natural Gas":1310}},"geometry":{"type":"Point","coordinates":[-118.395,33.8504]}},{"type":"Feature","properties":{"code":357,"plant_name":"Rush Creek","capacity_mw":11,"fuel_source":{"Hydro":11}},"geometry":{"type":"Point","coordinates":[-119.12328,37.76695]}},{"type":"Feature","properties":{"code":358,"plant_name":"Mountainview Generating Station","capacity_mw":972,"fuel_source":{"Natural Gas":972}},"geometry":{"type":"Point","coordinates":[-117.2418,34.0818]}},{"type":"Feature","properties":{"code":361,"plant_name":"Santa Ana 1","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-117.05848,34.14522]}},{"type":"Feature","properties":{"code":363,"plant_name":"Santa Ana 3","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-117.09909,34.10724]}},{"type":"Feature","properties":{"code":365,"plant_name":"Tule River","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-118.78887,36.13568]}},{"type":"Feature","properties":{"code":371,"plant_name":"Columbia Generating Station","capacity_mw":1132,"fuel_source":{"Nuclear":1132}},"geometry":{"type":"Point","coordinates":[-119.3339,46.4711]}},{"type":"Feature","properties":{"code":376,"plant_name":"Pardee","capacity_mw":27.7,"fuel_source":{"Hydro":27.7}},"geometry":{"type":"Point","coordinates":[-120.8507,38.2569]}},{"type":"Feature","properties":{"code":377,"plant_name":"Grayson","capacity_mw":256,"fuel_source":{"Natural Gas":158,"Biomass":98}},"geometry":{"type":"Point","coordinates":[-118.2782,34.1556]}},{"type":"Feature","properties":{"code":378,"plant_name":"Prairie River","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-93.49827,47.28721]}},{"type":"Feature","properties":{"code":380,"plant_name":"Dion R Holm","capacity_mw":156.8,"fuel_source":{"Hydro":156.8}},"geometry":{"type":"Point","coordinates":[-119.9675,37.89665]}},{"type":"Feature","properties":{"code":381,"plant_name":"Moccasin","capacity_mw":100,"fuel_source":{"Hydro":100}},"geometry":{"type":"Point","coordinates":[-120.29925,37.80939]}},{"type":"Feature","properties":{"code":382,"plant_name":"R C Kirkwood","capacity_mw":115.5,"fuel_source":{"Hydro":115.5}},"geometry":{"type":"Point","coordinates":[-119.95323,37.87767]}},{"type":"Feature","properties":{"code":384,"plant_name":"Joliet 29","capacity_mw":1036,"fuel_source":{"Coal":1036}},"geometry":{"type":"Point","coordinates":[-88.12383,41.49464]}},{"type":"Feature","properties":{"code":385,"plant_name":"Drop 2","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-115.03098,32.70543]}},{"type":"Feature","properties":{"code":386,"plant_name":"Drop 3","capacity_mw":8.9,"fuel_source":{"Hydro":8.9}},"geometry":{"type":"Point","coordinates":[-115.1261,32.70543]}},{"type":"Feature","properties":{"code":387,"plant_name":"Drop 4","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-115.21907,32.70534]}},{"type":"Feature","properties":{"code":389,"plant_name":"El Centro","capacity_mw":325.3,"fuel_source":{"Natural Gas":325.3}},"geometry":{"type":"Point","coordinates":[-115.54,32.80222]}},{"type":"Feature","properties":{"code":390,"plant_name":"Solomon Gulch","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-146.3033,61.0828]}},{"type":"Feature","properties":{"code":391,"plant_name":"Big Pine","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-118.32408,37.1428]}},{"type":"Feature","properties":{"code":392,"plant_name":"Castaic","capacity_mw":1631,"fuel_source":{"Hydro":56,"Pumped Storage":1575}},"geometry":{"type":"Point","coordinates":[-118.65664,34.58724]}},{"type":"Feature","properties":{"code":393,"plant_name":"Control Gorge","capacity_mw":37.5,"fuel_source":{"Hydro":37.5}},"geometry":{"type":"Point","coordinates":[-118.55699,37.43792]}},{"type":"Feature","properties":{"code":394,"plant_name":"Cottonwood","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-118.04389,36.44342]}},{"type":"Feature","properties":{"code":396,"plant_name":"Foothill","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-118.49445,34.31825]}},{"type":"Feature","properties":{"code":397,"plant_name":"Franklin","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-118.41338,34.10393]}},{"type":"Feature","properties":{"code":398,"plant_name":"Haiwee","capacity_mw":7.2,"fuel_source":{"Hydro":7.2}},"geometry":{"type":"Point","coordinates":[-117.95667,36.10972]}},{"type":"Feature","properties":{"code":399,"plant_name":"Harbor","capacity_mw":461,"fuel_source":{"Natural Gas":461}},"geometry":{"type":"Point","coordinates":[-118.2644,33.7856]}},{"type":"Feature","properties":{"code":400,"plant_name":"Haynes","capacity_mw":1571.8,"fuel_source":{"Natural Gas":1571.8}},"geometry":{"type":"Point","coordinates":[-118.09913,33.76474]}},{"type":"Feature","properties":{"code":401,"plant_name":"Middle Gorge","capacity_mw":37.5,"fuel_source":{"Hydro":37.5}},"geometry":{"type":"Point","coordinates":[-118.56917,37.51]}},{"type":"Feature","properties":{"code":402,"plant_name":"Pleasant Valley","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-118.52389,37.41416]}},{"type":"Feature","properties":{"code":403,"plant_name":"San Fernando","capacity_mw":6.1,"fuel_source":{"Hydro":6.1}},"geometry":{"type":"Point","coordinates":[-118.38553,34.26053]}},{"type":"Feature","properties":{"code":404,"plant_name":"Scattergood","capacity_mw":796,"fuel_source":{"Natural Gas":796}},"geometry":{"type":"Point","coordinates":[-118.42765,33.91815]}},{"type":"Feature","properties":{"code":406,"plant_name":"Tok","capacity_mw":7.6,"fuel_source":{"Petroleum":7.6}},"geometry":{"type":"Point","coordinates":[-142.9856,63.3367]}},{"type":"Feature","properties":{"code":407,"plant_name":"Upper Gorge","capacity_mw":37.5,"fuel_source":{"Hydro":37.5}},"geometry":{"type":"Point","coordinates":[-118.59,37.54604]}},{"type":"Feature","properties":{"code":408,"plant_name":"Valley","capacity_mw":556,"fuel_source":{"Natural Gas":556}},"geometry":{"type":"Point","coordinates":[-118.39133,34.24499]}},{"type":"Feature","properties":{"code":409,"plant_name":"Exchequer","capacity_mw":94.5,"fuel_source":{"Hydro":94.5}},"geometry":{"type":"Point","coordinates":[-120.26859,37.58434]}},{"type":"Feature","properties":{"code":410,"plant_name":"McSwain","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-120.31009,37.52206]}},{"type":"Feature","properties":{"code":412,"plant_name":"Chicago Park","capacity_mw":44,"fuel_source":{"Hydro":44}},"geometry":{"type":"Point","coordinates":[-120.89086,39.1779]}},{"type":"Feature","properties":{"code":413,"plant_name":"Dutch Flat 2","capacity_mw":27.3,"fuel_source":{"Hydro":27.3}},"geometry":{"type":"Point","coordinates":[-120.8352,39.2184]}},{"type":"Feature","properties":{"code":414,"plant_name":"Beardsley","capacity_mw":11,"fuel_source":{"Hydro":11}},"geometry":{"type":"Point","coordinates":[-120.07698,38.20257]}},{"type":"Feature","properties":{"code":415,"plant_name":"Donnells","capacity_mw":72,"fuel_source":{"Hydro":72}},"geometry":{"type":"Point","coordinates":[-120.03407,38.24666]}},{"type":"Feature","properties":{"code":416,"plant_name":"Tulloch","capacity_mw":25.8,"fuel_source":{"Hydro":25.8}},"geometry":{"type":"Point","coordinates":[-120.605,37.87611]}},{"type":"Feature","properties":{"code":417,"plant_name":"Forbestown","capacity_mw":36,"fuel_source":{"Hydro":36}},"geometry":{"type":"Point","coordinates":[-121.27878,39.55101]}},{"type":"Feature","properties":{"code":418,"plant_name":"Kelly Ridge","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-121.49125,39.53178]}},{"type":"Feature","properties":{"code":419,"plant_name":"Woodleaf","capacity_mw":59,"fuel_source":{"Hydro":59}},"geometry":{"type":"Point","coordinates":[-121.20408,39.55381]}},{"type":"Feature","properties":{"code":420,"plant_name":"Broadway","capacity_mw":71,"fuel_source":{"Natural Gas":71}},"geometry":{"type":"Point","coordinates":[-118.148,34.1254]}},{"type":"Feature","properties":{"code":421,"plant_name":"Craig","capacity_mw":4.4,"fuel_source":{"Petroleum":4.4}},"geometry":{"type":"Point","coordinates":[-133.1483,55.4764]}},{"type":"Feature","properties":{"code":422,"plant_name":"Glenarm","capacity_mw":155,"fuel_source":{"Natural Gas":155}},"geometry":{"type":"Point","coordinates":[-118.1494,34.126]}},{"type":"Feature","properties":{"code":423,"plant_name":"Hydaburg","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-132.8267,55.2081]}},{"type":"Feature","properties":{"code":424,"plant_name":"French Meadows","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-120.40607,39.07797]}},{"type":"Feature","properties":{"code":425,"plant_name":"Middle Fork","capacity_mw":122,"fuel_source":{"Hydro":122}},"geometry":{"type":"Point","coordinates":[-120.59638,39.0248]}},{"type":"Feature","properties":{"code":426,"plant_name":"Oxbow","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-120.74665,39.00337]}},{"type":"Feature","properties":{"code":427,"plant_name":"Ralston","capacity_mw":86.3,"fuel_source":{"Hydro":86.3}},"geometry":{"type":"Point","coordinates":[-120.72505,39.001]}},{"type":"Feature","properties":{"code":428,"plant_name":"Parker","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-120.44449,37.47784]}},{"type":"Feature","properties":{"code":430,"plant_name":"Camino","capacity_mw":155.9,"fuel_source":{"Hydro":155.9}},"geometry":{"type":"Point","coordinates":[-120.53709,38.82881]}},{"type":"Feature","properties":{"code":431,"plant_name":"Jaybird","capacity_mw":156.2,"fuel_source":{"Hydro":156.2}},"geometry":{"type":"Point","coordinates":[-120.53176,38.83405]}},{"type":"Feature","properties":{"code":432,"plant_name":"Loon Lake","capacity_mw":74.1,"fuel_source":{"Hydro":74.1}},"geometry":{"type":"Point","coordinates":[-120.3245,38.9827]}},{"type":"Feature","properties":{"code":433,"plant_name":"Robbs Peak","capacity_mw":25.5,"fuel_source":{"Hydro":25.5}},"geometry":{"type":"Point","coordinates":[-120.37829,38.89651]}},{"type":"Feature","properties":{"code":435,"plant_name":"White Rock/Slab Creek","capacity_mw":241,"fuel_source":{"Hydro":241}},"geometry":{"type":"Point","coordinates":[-120.78737,38.76534]}},{"type":"Feature","properties":{"code":436,"plant_name":"Devil Canyon","capacity_mw":262,"fuel_source":{"Hydro":262}},"geometry":{"type":"Point","coordinates":[-117.3344,34.2056]}},{"type":"Feature","properties":{"code":437,"plant_name":"Edward C Hyatt","capacity_mw":743.1,"fuel_source":{"Hydro":405.9,"Pumped Storage":337.2}},"geometry":{"type":"Point","coordinates":[-121.49219,39.54299]}},{"type":"Feature","properties":{"code":438,"plant_name":"Thermalito","capacity_mw":104.8,"fuel_source":{"Hydro":28,"Pumped Storage":76.8}},"geometry":{"type":"Point","coordinates":[-121.63008,39.51489]}},{"type":"Feature","properties":{"code":439,"plant_name":"Don Pedro","capacity_mw":203.2,"fuel_source":{"Hydro":203.2}},"geometry":{"type":"Point","coordinates":[-120.42015,37.69599]}},{"type":"Feature","properties":{"code":440,"plant_name":"La Grange","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-120.4436,37.6697]}},{"type":"Feature","properties":{"code":441,"plant_name":"Folsom","capacity_mw":215.1,"fuel_source":{"Hydro":215.1}},"geometry":{"type":"Point","coordinates":[-121.15844,38.70675]}},{"type":"Feature","properties":{"code":442,"plant_name":"Judge F Carr","capacity_mw":177.4,"fuel_source":{"Hydro":177.4}},"geometry":{"type":"Point","coordinates":[-122.62697,40.64693]}},{"type":"Feature","properties":{"code":443,"plant_name":"Keswick","capacity_mw":117,"fuel_source":{"Hydro":117}},"geometry":{"type":"Point","coordinates":[-122.44644,40.61186]}},{"type":"Feature","properties":{"code":444,"plant_name":"Nimbus","capacity_mw":16.6,"fuel_source":{"Hydro":16.6}},"geometry":{"type":"Point","coordinates":[-121.2202,38.63735]}},{"type":"Feature","properties":{"code":445,"plant_name":"Shasta","capacity_mw":714,"fuel_source":{"Hydro":714}},"geometry":{"type":"Point","coordinates":[-122.42227,40.71745]}},{"type":"Feature","properties":{"code":446,"plant_name":"ONeill","capacity_mw":14.4,"fuel_source":{"Pumped Storage":14.4}},"geometry":{"type":"Point","coordinates":[-121.04772,37.09867]}},{"type":"Feature","properties":{"code":447,"plant_name":"Parker Dam","capacity_mw":120,"fuel_source":{"Hydro":120}},"geometry":{"type":"Point","coordinates":[-114.14022,34.29533]}},{"type":"Feature","properties":{"code":448,"plant_name":"W R Gianelli","capacity_mw":401,"fuel_source":{"Pumped Storage":401}},"geometry":{"type":"Point","coordinates":[-121.0772,37.0692]}},{"type":"Feature","properties":{"code":450,"plant_name":"Spring Creek","capacity_mw":180,"fuel_source":{"Hydro":180}},"geometry":{"type":"Point","coordinates":[-122.46751,40.62812]}},{"type":"Feature","properties":{"code":451,"plant_name":"Trinity","capacity_mw":140,"fuel_source":{"Hydro":140}},"geometry":{"type":"Point","coordinates":[-122.76255,40.7973]}},{"type":"Feature","properties":{"code":454,"plant_name":"Colgate","capacity_mw":315,"fuel_source":{"Hydro":315}},"geometry":{"type":"Point","coordinates":[-121.19167,39.33083]}},{"type":"Feature","properties":{"code":455,"plant_name":"Narrows 2","capacity_mw":46.7,"fuel_source":{"Hydro":46.7}},"geometry":{"type":"Point","coordinates":[-121.27041,39.239]}},{"type":"Feature","properties":{"code":457,"plant_name":"Bear Valley","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-117.01667,33.16611]}},{"type":"Feature","properties":{"code":460,"plant_name":"Pueblo","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-104.6144,38.2667]}},{"type":"Feature","properties":{"code":464,"plant_name":"Alamosa","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-105.8947,37.4594]}},{"type":"Feature","properties":{"code":465,"plant_name":"Arapahoe","capacity_mw":109,"fuel_source":{"Coal":109}},"geometry":{"type":"Point","coordinates":[-105.0028,39.67]}},{"type":"Feature","properties":{"code":466,"plant_name":"Boulder Canyon Hydro","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-105.3325,40.00473]}},{"type":"Feature","properties":{"code":467,"plant_name":"Cabin Creek","capacity_mw":324,"fuel_source":{"Pumped Storage":324}},"geometry":{"type":"Point","coordinates":[-105.7088,39.6551]}},{"type":"Feature","properties":{"code":469,"plant_name":"Cherokee","capacity_mw":504,"fuel_source":{"Coal":504}},"geometry":{"type":"Point","coordinates":[-104.96455,39.80728]}},{"type":"Feature","properties":{"code":470,"plant_name":"Comanche","capacity_mw":1426,"fuel_source":{"Coal":1426}},"geometry":{"type":"Point","coordinates":[-104.5747,38.2081]}},{"type":"Feature","properties":{"code":471,"plant_name":"Fruita","capacity_mw":18,"fuel_source":{"Natural Gas":18}},"geometry":{"type":"Point","coordinates":[-108.7347,39.1364]}},{"type":"Feature","properties":{"code":472,"plant_name":"Georgetown","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-105.6978,39.6919]}},{"type":"Feature","properties":{"code":473,"plant_name":"Grand Valley Project Power Plant","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-108.34556,39.10167]}},{"type":"Feature","properties":{"code":474,"plant_name":"Salida","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-106.182,38.53419]}},{"type":"Feature","properties":{"code":476,"plant_name":"Shoshone","capacity_mw":15,"fuel_source":{"Hydro":15}},"geometry":{"type":"Point","coordinates":[-107.22688,39.57013]}},{"type":"Feature","properties":{"code":477,"plant_name":"Valmont","capacity_mw":227,"fuel_source":{"Coal":184,"Natural Gas":43}},"geometry":{"type":"Point","coordinates":[-105.202,40.0195]}},{"type":"Feature","properties":{"code":478,"plant_name":"Zuni","capacity_mw":60,"fuel_source":{"Natural Gas":60}},"geometry":{"type":"Point","coordinates":[-105.01699,39.73735]}},{"type":"Feature","properties":{"code":479,"plant_name":"Temescal","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-117.4971,33.8343]}},{"type":"Feature","properties":{"code":480,"plant_name":"Corona","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-117.6106,33.85895]}},{"type":"Feature","properties":{"code":481,"plant_name":"Perris","capacity_mw":7.9,"fuel_source":{"Hydro":7.9}},"geometry":{"type":"Point","coordinates":[-117.1831,33.8361]}},{"type":"Feature","properties":{"code":482,"plant_name":"Rio Hondo","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-118.09917,34.00472]}},{"type":"Feature","properties":{"code":483,"plant_name":"Coyote Creek","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-117.95517,33.92493]}},{"type":"Feature","properties":{"code":484,"plant_name":"Red Mountain","capacity_mw":5.9,"fuel_source":{"Hydro":5.9}},"geometry":{"type":"Point","coordinates":[-117.1889,33.3944]}},{"type":"Feature","properties":{"code":487,"plant_name":"Valley View","capacity_mw":4.1,"fuel_source":{"Hydro":4.1}},"geometry":{"type":"Point","coordinates":[-117.82905,33.9001]}},{"type":"Feature","properties":{"code":489,"plant_name":"Upper Dawson","capacity_mw":5.5,"fuel_source":{"Hydro":5.5}},"geometry":{"type":"Point","coordinates":[-120.4706,37.6508]}},{"type":"Feature","properties":{"code":491,"plant_name":"Center","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-106.1092,37.755]}},{"type":"Feature","properties":{"code":492,"plant_name":"Martin Drake","capacity_mw":254,"fuel_source":{"Coal":254}},"geometry":{"type":"Point","coordinates":[-104.83333,38.82444]}},{"type":"Feature","properties":{"code":493,"plant_name":"George Birdsall","capacity_mw":55,"fuel_source":{"Natural Gas":55}},"geometry":{"type":"Point","coordinates":[-104.81694,38.88139]}},{"type":"Feature","properties":{"code":494,"plant_name":"Manitou Springs","capacity_mw":5.6,"fuel_source":{"Hydro":5.6}},"geometry":{"type":"Point","coordinates":[-104.93306,38.85556]}},{"type":"Feature","properties":{"code":495,"plant_name":"Ruxton Park","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-104.9738,38.84135]}},{"type":"Feature","properties":{"code":496,"plant_name":"Delta","capacity_mw":4.5,"fuel_source":{"Natural Gas":4.2,"Petroleum":0.3}},"geometry":{"type":"Point","coordinates":[-108.0708,38.7314]}},{"type":"Feature","properties":{"code":502,"plant_name":"Holly","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-102.2004,38.055]}},{"type":"Feature","properties":{"code":504,"plant_name":"Julesburg","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-102.2492,40.9681]}},{"type":"Feature","properties":{"code":505,"plant_name":"Boysen","capacity_mw":17.2,"fuel_source":{"Hydro":17.2}},"geometry":{"type":"Point","coordinates":[-108.17755,43.41787]}},{"type":"Feature","properties":{"code":506,"plant_name":"La Junta","capacity_mw":14.4,"fuel_source":{"Petroleum":14.4}},"geometry":{"type":"Point","coordinates":[-103.5436,37.9844]}},{"type":"Feature","properties":{"code":507,"plant_name":"Las Animas","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-103.2206,38.0597]}},{"type":"Feature","properties":{"code":508,"plant_name":"Lamar Plant","capacity_mw":51.7,"fuel_source":{"Coal":40,"Natural Gas":4.2}},"geometry":{"type":"Point","coordinates":[-102.6148,38.0921]}},{"type":"Feature","properties":{"code":510,"plant_name":"Sonoma California Geothermal","capacity_mw":55,"fuel_source":{"Geothermal":55}},"geometry":{"type":"Point","coordinates":[-122.7559,38.7903]}},{"type":"Feature","properties":{"code":511,"plant_name":"Trinidad","capacity_mw":13,"fuel_source":{"Coal":3.8,"Natural Gas":3.8}},"geometry":{"type":"Point","coordinates":[-104.48749,37.17898]}},{"type":"Feature","properties":{"code":512,"plant_name":"Blue Mesa","capacity_mw":86.4,"fuel_source":{"Hydro":86.4}},"geometry":{"type":"Point","coordinates":[-107.33748,38.45319]}},{"type":"Feature","properties":{"code":513,"plant_name":"Estes","capacity_mw":51.6,"fuel_source":{"Hydro":51.6}},"geometry":{"type":"Point","coordinates":[-105.50967,40.37677]}},{"type":"Feature","properties":{"code":514,"plant_name":"Morrow Point","capacity_mw":173.2,"fuel_source":{"Hydro":173.2}},"geometry":{"type":"Point","coordinates":[-107.5393,38.45175]}},{"type":"Feature","properties":{"code":515,"plant_name":"Big Thompson","capacity_mw":5.2,"fuel_source":{"Hydro":5.2}},"geometry":{"type":"Point","coordinates":[-105.2238,40.42103]}},{"type":"Feature","properties":{"code":516,"plant_name":"Green Mountain","capacity_mw":26,"fuel_source":{"Hydro":26}},"geometry":{"type":"Point","coordinates":[-106.33273,39.8788]}},{"type":"Feature","properties":{"code":517,"plant_name":"Marys Lake","capacity_mw":9.3,"fuel_source":{"Hydro":9.3}},"geometry":{"type":"Point","coordinates":[-105.53431,40.34408]}},{"type":"Feature","properties":{"code":518,"plant_name":"Flatiron","capacity_mw":98.5,"fuel_source":{"Hydro":90,"Pumped Storage":8.5}},"geometry":{"type":"Point","coordinates":[-105.23603,40.365]}},{"type":"Feature","properties":{"code":519,"plant_name":"Pole Hill","capacity_mw":38.2,"fuel_source":{"Hydro":38.2}},"geometry":{"type":"Point","coordinates":[-105.32507,40.36506]}},{"type":"Feature","properties":{"code":520,"plant_name":"Lower Molina","capacity_mw":5.6,"fuel_source":{"Hydro":5.6}},"geometry":{"type":"Point","coordinates":[-108.04409,39.19366]}},{"type":"Feature","properties":{"code":521,"plant_name":"Upper Molina","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-108.00478,39.14381]}},{"type":"Feature","properties":{"code":525,"plant_name":"Hayden","capacity_mw":446,"fuel_source":{"Coal":446}},"geometry":{"type":"Point","coordinates":[-107.185,40.4856]}},{"type":"Feature","properties":{"code":527,"plant_name":"Nucla","capacity_mw":100,"fuel_source":{"Coal":100}},"geometry":{"type":"Point","coordinates":[-108.5069,38.2383]}},{"type":"Feature","properties":{"code":531,"plant_name":"Camp Far West","capacity_mw":7.2,"fuel_source":{"Hydro":7.2}},"geometry":{"type":"Point","coordinates":[-121.31697,39.0488]}},{"type":"Feature","properties":{"code":533,"plant_name":"McWilliams","capacity_mw":663,"fuel_source":{"Natural Gas":663}},"geometry":{"type":"Point","coordinates":[-86.47645,31.40026]}},{"type":"Feature","properties":{"code":534,"plant_name":"Jones Fork","capacity_mw":10,"fuel_source":{"Hydro":10}},"geometry":{"type":"Point","coordinates":[-120.38188,38.85028]}},{"type":"Feature","properties":{"code":535,"plant_name":"McClellan","capacity_mw":77,"fuel_source":{"Natural Gas":77}},"geometry":{"type":"Point","coordinates":[-121.39334,38.65273]}},{"type":"Feature","properties":{"code":537,"plant_name":"Camanche","capacity_mw":10.5,"fuel_source":{"Hydro":10.5}},"geometry":{"type":"Point","coordinates":[-121.0245,38.2268]}},{"type":"Feature","properties":{"code":539,"plant_name":"Rocky River","capacity_mw":29.4,"fuel_source":{"Pumped Storage":29.4}},"geometry":{"type":"Point","coordinates":[-73.4349,41.5826]}},{"type":"Feature","properties":{"code":540,"plant_name":"Branford","capacity_mw":17.4,"fuel_source":{"Petroleum":17.4}},"geometry":{"type":"Point","coordinates":[-72.7942,41.2925]}},{"type":"Feature","properties":{"code":541,"plant_name":"Bulls Bridge","capacity_mw":8.4,"fuel_source":{"Hydro":8.4}},"geometry":{"type":"Point","coordinates":[-73.49198,41.65905]}},{"type":"Feature","properties":{"code":542,"plant_name":"Cos Cob","capacity_mw":95.6,"fuel_source":{"Petroleum":95.6}},"geometry":{"type":"Point","coordinates":[-73.5989,41.0289]}},{"type":"Feature","properties":{"code":544,"plant_name":"Devon Station","capacity_mw":132.5,"fuel_source":{"Petroleum":132.5}},"geometry":{"type":"Point","coordinates":[-73.10898,41.2098]}},{"type":"Feature","properties":{"code":546,"plant_name":"Montville Station","capacity_mw":496.4,"fuel_source":{"Petroleum":496.4}},"geometry":{"type":"Point","coordinates":[-72.1019,41.4281]}},{"type":"Feature","properties":{"code":547,"plant_name":"Northfield Mountain","capacity_mw":1146,"fuel_source":{"Pumped Storage":1146}},"geometry":{"type":"Point","coordinates":[-72.47164,42.61068]}},{"type":"Feature","properties":{"code":550,"plant_name":"Kettle Falls Generating Station","capacity_mw":56.2,"fuel_source":{"Natural Gas":6.2,"Wood":50}},"geometry":{"type":"Point","coordinates":[-118.11106,48.62034]}},{"type":"Feature","properties":{"code":551,"plant_name":"Scotland Dam","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-72.1221,41.6651]}},{"type":"Feature","properties":{"code":552,"plant_name":"Shepaug","capacity_mw":41.5,"fuel_source":{"Hydro":41.5}},"geometry":{"type":"Point","coordinates":[-73.29532,41.44842]}},{"type":"Feature","properties":{"code":553,"plant_name":"Stevenson","capacity_mw":28.9,"fuel_source":{"Hydro":28.9}},"geometry":{"type":"Point","coordinates":[-73.1714,41.3833]}},{"type":"Feature","properties":{"code":554,"plant_name":"Taftville","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-72.0458,41.5725]}},{"type":"Feature","properties":{"code":557,"plant_name":"Tunnel","capacity_mw":18.1,"fuel_source":{"Petroleum":16.5,"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-72.04183,41.55543]}},{"type":"Feature","properties":{"code":559,"plant_name":"Rainbow","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-72.69362,41.91531]}},{"type":"Feature","properties":{"code":560,"plant_name":"Falls Village","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-73.3693,41.95727]}},{"type":"Feature","properties":{"code":561,"plant_name":"Franklin Drive","capacity_mw":16.1,"fuel_source":{"Petroleum":16.1}},"geometry":{"type":"Point","coordinates":[-73.11627,41.79894]}},{"type":"Feature","properties":{"code":562,"plant_name":"Middletown","capacity_mw":770.2,"fuel_source":{"Petroleum":770.2}},"geometry":{"type":"Point","coordinates":[-72.57907,41.55494]}},{"type":"Feature","properties":{"code":563,"plant_name":"South Meadow","capacity_mw":148.4,"fuel_source":{"Petroleum":148.4}},"geometry":{"type":"Point","coordinates":[-72.6524,41.7495]}},{"type":"Feature","properties":{"code":564,"plant_name":"Stanton Energy Center","capacity_mw":1191,"fuel_source":{"Coal":896,"Natural Gas":295}},"geometry":{"type":"Point","coordinates":[-81.1678,28.4822]}},{"type":"Feature","properties":{"code":565,"plant_name":"Torrington Terminal","capacity_mw":17.4,"fuel_source":{"Petroleum":17.4}},"geometry":{"type":"Point","coordinates":[-73.12089,41.77611]}},{"type":"Feature","properties":{"code":566,"plant_name":"Millstone","capacity_mw":2102.5,"fuel_source":{"Nuclear":2102.5}},"geometry":{"type":"Point","coordinates":[-72.1677,41.3107]}},{"type":"Feature","properties":{"code":568,"plant_name":"Bridgeport Station","capacity_mw":399.4,"fuel_source":{"Coal":383.4,"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-73.1844,41.1706]}},{"type":"Feature","properties":{"code":579,"plant_name":"Central Hudson High Falls","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-74.13188,41.82881]}},{"type":"Feature","properties":{"code":581,"plant_name":"North Main Street","capacity_mw":15.3,"fuel_source":{"Petroleum":15.3}},"geometry":{"type":"Point","coordinates":[-72.06494,41.52679]}},{"type":"Feature","properties":{"code":583,"plant_name":"Tenth Street","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-72.05094,41.53895]}},{"type":"Feature","properties":{"code":584,"plant_name":"Navajo Dam","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-107.6131,36.8061]}},{"type":"Feature","properties":{"code":585,"plant_name":"Drop 1","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-114.94267,32.71161]}},{"type":"Feature","properties":{"code":586,"plant_name":"East Highline","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-115.28245,32.69945]}},{"type":"Feature","properties":{"code":589,"plant_name":"J C McNeil","capacity_mw":52,"fuel_source":{"Wood":52}},"geometry":{"type":"Point","coordinates":[-73.20806,44.4917]}},{"type":"Feature","properties":{"code":591,"plant_name":"Christiana","capacity_mw":50,"fuel_source":{"Petroleum":50}},"geometry":{"type":"Point","coordinates":[-75.5371,39.7302]}},{"type":"Feature","properties":{"code":592,"plant_name":"Delaware City 10","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-75.62681,39.60041]}},{"type":"Feature","properties":{"code":593,"plant_name":"Edge Moor","capacity_mw":725,"fuel_source":{"Natural Gas":710,"Petroleum":15}},"geometry":{"type":"Point","coordinates":[-75.50384,39.73886]}},{"type":"Feature","properties":{"code":594,"plant_name":"Indian River Generating Station","capacity_mw":591.4,"fuel_source":{"Coal":575,"Petroleum":16.4}},"geometry":{"type":"Point","coordinates":[-75.2341,38.5857]}},{"type":"Feature","properties":{"code":597,"plant_name":"West Station","capacity_mw":15,"fuel_source":{"Petroleum":15}},"geometry":{"type":"Point","coordinates":[-75.6289,39.7283]}},{"type":"Feature","properties":{"code":599,"plant_name":"McKee Run","capacity_mw":136,"fuel_source":{"Natural Gas":136}},"geometry":{"type":"Point","coordinates":[-75.54663,39.17622]}},{"type":"Feature","properties":{"code":602,"plant_name":"Brandon Shores","capacity_mw":1273,"fuel_source":{"Coal":1273}},"geometry":{"type":"Point","coordinates":[-76.5389,39.18]}},{"type":"Feature","properties":{"code":607,"plant_name":"Fredonia","capacity_mw":280,"fuel_source":{"Natural Gas":280}},"geometry":{"type":"Point","coordinates":[-122.4358,48.4558]}},{"type":"Feature","properties":{"code":609,"plant_name":"Cape Canaveral","capacity_mw":1210,"fuel_source":{"Natural Gas":1210}},"geometry":{"type":"Point","coordinates":[-80.7644,28.4698]}},{"type":"Feature","properties":{"code":612,"plant_name":"Fort Myers","capacity_mw":2395,"fuel_source":{"Natural Gas":1747,"Petroleum":648}},"geometry":{"type":"Point","coordinates":[-81.7831,26.6967]}},{"type":"Feature","properties":{"code":613,"plant_name":"Lauderdale","capacity_mw":1724,"fuel_source":{"Natural Gas":1724}},"geometry":{"type":"Point","coordinates":[-80.1984,26.0686]}},{"type":"Feature","properties":{"code":617,"plant_name":"Port Everglades","capacity_mw":420,"fuel_source":{"Natural Gas":420}},"geometry":{"type":"Point","coordinates":[-80.1253,26.0856]}},{"type":"Feature","properties":{"code":619,"plant_name":"Riviera","capacity_mw":1212,"fuel_source":{"Natural Gas":1212}},"geometry":{"type":"Point","coordinates":[-80.0525,26.7653]}},{"type":"Feature","properties":{"code":620,"plant_name":"Sanford","capacity_mw":1912,"fuel_source":{"Natural Gas":1912}},"geometry":{"type":"Point","coordinates":[-81.3256,28.8419]}},{"type":"Feature","properties":{"code":621,"plant_name":"Turkey Point","capacity_mw":3552,"fuel_source":{"Natural Gas":1148,"Petroleum":800}},"geometry":{"type":"Point","coordinates":[-80.3308,25.4356]}},{"type":"Feature","properties":{"code":622,"plant_name":"South Fork Tolt","capacity_mw":16.8,"fuel_source":{"Hydro":16.8}},"geometry":{"type":"Point","coordinates":[-121.78333,47.69917]}},{"type":"Feature","properties":{"code":624,"plant_name":"Avon Park","capacity_mw":48,"fuel_source":{"Natural Gas":24,"Petroleum":24}},"geometry":{"type":"Point","coordinates":[-81.49278,27.57944]}},{"type":"Feature","properties":{"code":625,"plant_name":"Upper Mechanicville","capacity_mw":18.4,"fuel_source":{"Hydro":18.4}},"geometry":{"type":"Point","coordinates":[-73.6805,42.9126]}},{"type":"Feature","properties":{"code":626,"plant_name":"Oak Flat","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-121.16143,40.07531]}},{"type":"Feature","properties":{"code":627,"plant_name":"Bayboro","capacity_mw":174,"fuel_source":{"Petroleum":174}},"geometry":{"type":"Point","coordinates":[-82.63528,27.75806]}},{"type":"Feature","properties":{"code":628,"plant_name":"Crystal River","capacity_mw":2291,"fuel_source":{"Coal":2291}},"geometry":{"type":"Point","coordinates":[-82.6977,28.9656]}},{"type":"Feature","properties":{"code":629,"plant_name":"G E Turner","capacity_mw":131,"fuel_source":{"Petroleum":131}},"geometry":{"type":"Point","coordinates":[-81.27396,28.86958]}},{"type":"Feature","properties":{"code":630,"plant_name":"Higgins","capacity_mw":105,"fuel_source":{"Natural Gas":105}},"geometry":{"type":"Point","coordinates":[-82.66151,28.00326]}},{"type":"Feature","properties":{"code":632,"plant_name":"Newcastle","capacity_mw":11.5,"fuel_source":{"Hydro":11.5}},"geometry":{"type":"Point","coordinates":[-121.09298,38.83518]}},{"type":"Feature","properties":{"code":634,"plant_name":"P L Bartow","capacity_mw":1251,"fuel_source":{"Natural Gas":1166,"Petroleum":85}},"geometry":{"type":"Point","coordinates":[-82.60176,27.85953]}},{"type":"Feature","properties":{"code":637,"plant_name":"Rio Pinar","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-81.25407,28.54151]}},{"type":"Feature","properties":{"code":638,"plant_name":"Suwannee River","capacity_mw":283,"fuel_source":{"Natural Gas":104,"Petroleum":179}},"geometry":{"type":"Point","coordinates":[-83.18056,30.37639]}},{"type":"Feature","properties":{"code":641,"plant_name":"Crist","capacity_mw":924,"fuel_source":{"Coal":924}},"geometry":{"type":"Point","coordinates":[-87.2244,30.5661]}},{"type":"Feature","properties":{"code":642,"plant_name":"Scholz","capacity_mw":92,"fuel_source":{"Coal":92}},"geometry":{"type":"Point","coordinates":[-84.8869,30.6692]}},{"type":"Feature","properties":{"code":643,"plant_name":"Lansing Smith","capacity_mw":870,"fuel_source":{"Coal":357,"Natural Gas":481}},"geometry":{"type":"Point","coordinates":[-85.7003,30.2686]}},{"type":"Feature","properties":{"code":645,"plant_name":"Big Bend","capacity_mw":1598,"fuel_source":{"Coal":1542,"Natural Gas":56}},"geometry":{"type":"Point","coordinates":[-82.4036,27.7944]}},{"type":"Feature","properties":{"code":649,"plant_name":"Vogtle","capacity_mw":2302,"fuel_source":{"Nuclear":2302}},"geometry":{"type":"Point","coordinates":[-81.7625,33.1427]}},{"type":"Feature","properties":{"code":663,"plant_name":"Deerhaven Generating Station","capacity_mw":417,"fuel_source":{"Coal":232,"Natural Gas":185}},"geometry":{"type":"Point","coordinates":[-82.3878,29.7592]}},{"type":"Feature","properties":{"code":664,"plant_name":"John R Kelly","capacity_mw":112,"fuel_source":{"Natural Gas":112}},"geometry":{"type":"Point","coordinates":[-82.3208,29.6461]}},{"type":"Feature","properties":{"code":665,"plant_name":"G W Ivey","capacity_mw":32.6,"fuel_source":{"Natural Gas":32.6}},"geometry":{"type":"Point","coordinates":[-80.47,25.4756]}},{"type":"Feature","properties":{"code":666,"plant_name":"J D Kennedy","capacity_mw":317.2,"fuel_source":{"Natural Gas":317.2}},"geometry":{"type":"Point","coordinates":[-81.62597,30.36482]}},{"type":"Feature","properties":{"code":667,"plant_name":"Northside Generating Station","capacity_mw":1322,"fuel_source":{"Natural Gas":524,"Petroleum":798}},"geometry":{"type":"Point","coordinates":[-81.5525,30.4172]}},{"type":"Feature","properties":{"code":673,"plant_name":"Tom G Smith","capacity_mw":88,"fuel_source":{"Natural Gas":52,"Petroleum":36}},"geometry":{"type":"Point","coordinates":[-80.0677,26.61277]}},{"type":"Feature","properties":{"code":674,"plant_name":"Pilot Butte","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-108.78768,43.21902]}},{"type":"Feature","properties":{"code":675,"plant_name":"Larsen Memorial","capacity_mw":124,"fuel_source":{"Natural Gas":95,"Other":29}},"geometry":{"type":"Point","coordinates":[-81.9228,28.0797]}},{"type":"Feature","properties":{"code":676,"plant_name":"C D McIntosh Jr","capacity_mw":892,"fuel_source":{"Coal":342,"Natural Gas":422}},"geometry":{"type":"Point","coordinates":[-81.9229,28.0801]}},{"type":"Feature","properties":{"code":678,"plant_name":"W K Sanders","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-72.53086,44.62528]}},{"type":"Feature","properties":{"code":682,"plant_name":"Kerckhoff 2","capacity_mw":155,"fuel_source":{"Hydro":155}},"geometry":{"type":"Point","coordinates":[-119.55801,37.07185]}},{"type":"Feature","properties":{"code":683,"plant_name":"Indian River Plant","capacity_mw":290,"fuel_source":{"Natural Gas":290}},"geometry":{"type":"Point","coordinates":[-80.78012,28.49323]}},{"type":"Feature","properties":{"code":685,"plant_name":"St Cloud","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-81.2881,28.2447]}},{"type":"Feature","properties":{"code":688,"plant_name":"Arvah B Hopkins","capacity_mw":504,"fuel_source":{"Natural Gas":364,"Other":140}},"geometry":{"type":"Point","coordinates":[-84.4,30.4522]}},{"type":"Feature","properties":{"code":689,"plant_name":"S O Purdom","capacity_mw":242,"fuel_source":{"Natural Gas":242}},"geometry":{"type":"Point","coordinates":[-84.20067,30.1623]}},{"type":"Feature","properties":{"code":690,"plant_name":"J Woodruff","capacity_mw":43.5,"fuel_source":{"Hydro":43.5}},"geometry":{"type":"Point","coordinates":[-84.86387,30.70857]}},{"type":"Feature","properties":{"code":692,"plant_name":"Medicine Bow","capacity_mw":6.1,"fuel_source":{"Wind":6.1}},"geometry":{"type":"Point","coordinates":[-106.24278,41.83528]}},{"type":"Feature","properties":{"code":693,"plant_name":"Vero Beach Municipal Power Plant","capacity_mw":150,"fuel_source":{"Natural Gas":150}},"geometry":{"type":"Point","coordinates":[-80.37755,27.63338]}},{"type":"Feature","properties":{"code":696,"plant_name":"Marathon Generating Plant","capacity_mw":22,"fuel_source":{"Petroleum":22}},"geometry":{"type":"Point","coordinates":[-81.0927,24.71083]}},{"type":"Feature","properties":{"code":698,"plant_name":"Trenton North","capacity_mw":13.5,"fuel_source":{"Petroleum":13.5}},"geometry":{"type":"Point","coordinates":[-93.635,40.0786]}},{"type":"Feature","properties":{"code":702,"plant_name":"Bartletts Ferry","capacity_mw":190.5,"fuel_source":{"Hydro":190.5}},"geometry":{"type":"Point","coordinates":[-85.09155,32.66198]}},{"type":"Feature","properties":{"code":703,"plant_name":"Bowen","capacity_mw":3202,"fuel_source":{"Coal":3202}},"geometry":{"type":"Point","coordinates":[-84.9222,34.1256]}},{"type":"Feature","properties":{"code":704,"plant_name":"Burton","capacity_mw":9.4,"fuel_source":{"Hydro":9.4}},"geometry":{"type":"Point","coordinates":[-83.5406,34.7939]}},{"type":"Feature","properties":{"code":706,"plant_name":"Flint River","capacity_mw":6.6,"fuel_source":{"Hydro":6.6}},"geometry":{"type":"Point","coordinates":[-84.1376,31.6028]}},{"type":"Feature","properties":{"code":707,"plant_name":"Goat Rock","capacity_mw":38.8,"fuel_source":{"Hydro":38.8}},"geometry":{"type":"Point","coordinates":[-85.0805,32.60965]}},{"type":"Feature","properties":{"code":708,"plant_name":"Hammond","capacity_mw":840,"fuel_source":{"Coal":840}},"geometry":{"type":"Point","coordinates":[-85.3456,34.2528]}},{"type":"Feature","properties":{"code":709,"plant_name":"Harllee Branch","capacity_mw":1282,"fuel_source":{"Coal":1282}},"geometry":{"type":"Point","coordinates":[-83.2983,33.195]}},{"type":"Feature","properties":{"code":710,"plant_name":"Jack McDonough","capacity_mw":2578,"fuel_source":{"Natural Gas":2578}},"geometry":{"type":"Point","coordinates":[-84.4758,33.8239]}},{"type":"Feature","properties":{"code":711,"plant_name":"Langdale","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-85.16779,32.81384]}},{"type":"Feature","properties":{"code":712,"plant_name":"Lloyd Shoals","capacity_mw":22.2,"fuel_source":{"Hydro":22.2}},"geometry":{"type":"Point","coordinates":[-83.84192,33.32077]}},{"type":"Feature","properties":{"code":714,"plant_name":"Toadtown","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-121.59338,39.89349]}},{"type":"Feature","properties":{"code":715,"plant_name":"McManus","capacity_mw":538,"fuel_source":{"Petroleum":538}},"geometry":{"type":"Point","coordinates":[-81.54616,31.21364]}},{"type":"Feature","properties":{"code":717,"plant_name":"Morgan Falls","capacity_mw":9.8,"fuel_source":{"Hydro":9.8}},"geometry":{"type":"Point","coordinates":[-84.3827,33.9684]}},{"type":"Feature","properties":{"code":718,"plant_name":"Nacoochee","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-83.50107,34.75527]}},{"type":"Feature","properties":{"code":719,"plant_name":"North Highlands","capacity_mw":33.8,"fuel_source":{"Hydro":33.8}},"geometry":{"type":"Point","coordinates":[-84.99559,32.49879]}},{"type":"Feature","properties":{"code":720,"plant_name":"Oliver Dam","capacity_mw":59,"fuel_source":{"Hydro":59}},"geometry":{"type":"Point","coordinates":[-84.9969,32.5163]}},{"type":"Feature","properties":{"code":722,"plant_name":"Sinclair Dam","capacity_mw":43.8,"fuel_source":{"Hydro":43.8}},"geometry":{"type":"Point","coordinates":[-83.2028,33.1403]}},{"type":"Feature","properties":{"code":723,"plant_name":"Tallulah Falls","capacity_mw":72,"fuel_source":{"Hydro":72}},"geometry":{"type":"Point","coordinates":[-83.37547,34.73133]}},{"type":"Feature","properties":{"code":724,"plant_name":"Terrora","capacity_mw":16.6,"fuel_source":{"Hydro":16.6}},"geometry":{"type":"Point","coordinates":[-83.4063,34.7504]}},{"type":"Feature","properties":{"code":725,"plant_name":"Tugalo","capacity_mw":52,"fuel_source":{"Hydro":52}},"geometry":{"type":"Point","coordinates":[-83.3519,34.7133]}},{"type":"Feature","properties":{"code":727,"plant_name":"Mitchell","capacity_mw":217,"fuel_source":{"Coal":155,"Petroleum":62}},"geometry":{"type":"Point","coordinates":[-84.1347,31.44473]}},{"type":"Feature","properties":{"code":728,"plant_name":"Yates","capacity_mw":1286,"fuel_source":{"Coal":1286}},"geometry":{"type":"Point","coordinates":[-84.8986,33.4622]}},{"type":"Feature","properties":{"code":729,"plant_name":"Yonah","capacity_mw":28.5,"fuel_source":{"Hydro":28.5}},"geometry":{"type":"Point","coordinates":[-83.34264,34.68148]}},{"type":"Feature","properties":{"code":732,"plant_name":"Boulevard","capacity_mw":14,"fuel_source":{"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-81.145,32.0411]}},{"type":"Feature","properties":{"code":733,"plant_name":"Kraft","capacity_mw":333,"fuel_source":{"Coal":201,"Natural Gas":132}},"geometry":{"type":"Point","coordinates":[-81.1458,32.1486]}},{"type":"Feature","properties":{"code":736,"plant_name":"Stevens Creek","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-82.05124,33.56264]}},{"type":"Feature","properties":{"code":745,"plant_name":"Etiwanda","capacity_mw":23.9,"fuel_source":{"Hydro":23.9}},"geometry":{"type":"Point","coordinates":[-117.5257,34.10345]}},{"type":"Feature","properties":{"code":748,"plant_name":"Phillips","capacity_mw":36,"fuel_source":{"Petroleum":36}},"geometry":{"type":"Point","coordinates":[-81.3633,27.4439]}},{"type":"Feature","properties":{"code":751,"plant_name":"Moccasin Low Head Hydro Project","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-120.31203,37.81645]}},{"type":"Feature","properties":{"code":752,"plant_name":"Lake Blackshear Project","capacity_mw":15.2,"fuel_source":{"Hydro":15.2}},"geometry":{"type":"Point","coordinates":[-83.942,31.8477]}},{"type":"Feature","properties":{"code":753,"plant_name":"Crisp Plant","capacity_mw":14,"fuel_source":{"Coal":10,"Natural Gas":4}},"geometry":{"type":"Point","coordinates":[-83.94073,31.84471]}},{"type":"Feature","properties":{"code":754,"plant_name":"Hartwell Lake","capacity_mw":420,"fuel_source":{"Hydro":420}},"geometry":{"type":"Point","coordinates":[-82.8219,34.3564]}},{"type":"Feature","properties":{"code":757,"plant_name":"Blue Ridge","capacity_mw":17.3,"fuel_source":{"Hydro":17.3}},"geometry":{"type":"Point","coordinates":[-82.12634,36.34161]}},{"type":"Feature","properties":{"code":758,"plant_name":"Nottely","capacity_mw":20.1,"fuel_source":{"Hydro":20.1}},"geometry":{"type":"Point","coordinates":[-84.08765,34.95915]}},{"type":"Feature","properties":{"code":759,"plant_name":"Buford","capacity_mw":126.8,"fuel_source":{"Hydro":126.8}},"geometry":{"type":"Point","coordinates":[-84.07737,34.16228]}},{"type":"Feature","properties":{"code":760,"plant_name":"Allatoona","capacity_mw":72,"fuel_source":{"Hydro":72}},"geometry":{"type":"Point","coordinates":[-84.7282,34.1637]}},{"type":"Feature","properties":{"code":761,"plant_name":"Walter F George","capacity_mw":168,"fuel_source":{"Hydro":168}},"geometry":{"type":"Point","coordinates":[-85.0639,31.6256]}},{"type":"Feature","properties":{"code":762,"plant_name":"Ponca","capacity_mw":34,"fuel_source":{"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-97.08576,36.71979]}},{"type":"Feature","properties":{"code":765,"plant_name":"Kahe","capacity_mw":582.1,"fuel_source":{"Petroleum":582.1}},"geometry":{"type":"Point","coordinates":[-158.12885,21.3564]}},{"type":"Feature","properties":{"code":766,"plant_name":"Waiau","capacity_mw":456.6,"fuel_source":{"Petroleum":456.6}},"geometry":{"type":"Point","coordinates":[-157.96152,21.389]}},{"type":"Feature","properties":{"code":768,"plant_name":"Waimea","capacity_mw":7.5,"fuel_source":{"Petroleum":7.5}},"geometry":{"type":"Point","coordinates":[-155.9817,19.6306]}},{"type":"Feature","properties":{"code":769,"plant_name":"Kanoelehua","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-155.0625,19.7052]}},{"type":"Feature","properties":{"code":771,"plant_name":"Puueo","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-155.0908,19.7264]}},{"type":"Feature","properties":{"code":772,"plant_name":"W H Hill","capacity_mw":35.5,"fuel_source":{"Petroleum":35.5}},"geometry":{"type":"Point","coordinates":[-155.0607,19.7041]}},{"type":"Feature","properties":{"code":774,"plant_name":"Waiau","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-155.1189,19.7203]}},{"type":"Feature","properties":{"code":776,"plant_name":"Sly Creek","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-121.11948,39.58041]}},{"type":"Feature","properties":{"code":785,"plant_name":"Kingsley","capacity_mw":38,"fuel_source":{"Hydro":38}},"geometry":{"type":"Point","coordinates":[-101.6681,41.2114]}},{"type":"Feature","properties":{"code":788,"plant_name":"East Barnet","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-72.03589,44.32633]}},{"type":"Feature","properties":{"code":789,"plant_name":"Orca","capacity_mw":10.7,"fuel_source":{"Petroleum":10.7}},"geometry":{"type":"Point","coordinates":[-145.7531,60.555]}},{"type":"Feature","properties":{"code":790,"plant_name":"Gem State","capacity_mw":23.4,"fuel_source":{"Hydro":23.4}},"geometry":{"type":"Point","coordinates":[-112.10185,43.42022]}},{"type":"Feature","properties":{"code":791,"plant_name":"Canyon","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-98.19473,29.87056]}},{"type":"Feature","properties":{"code":792,"plant_name":"Palaau Power","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-157.0647,21.106]}},{"type":"Feature","properties":{"code":794,"plant_name":"Lewisville","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-96.96381,33.06847]}},{"type":"Feature","properties":{"code":805,"plant_name":"Charles E Monty","capacity_mw":28,"fuel_source":{"Hydro":28}},"geometry":{"type":"Point","coordinates":[-70.22085,44.09946]}},{"type":"Feature","properties":{"code":808,"plant_name":"Jarvis (Hinckley)","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-75.109,43.3121]}},{"type":"Feature","properties":{"code":809,"plant_name":"American Falls","capacity_mw":110.4,"fuel_source":{"Hydro":110.4}},"geometry":{"type":"Point","coordinates":[-112.8764,42.7778]}},{"type":"Feature","properties":{"code":810,"plant_name":"Bliss","capacity_mw":81.4,"fuel_source":{"Hydro":81.4}},"geometry":{"type":"Point","coordinates":[-115.07099,42.91379]}},{"type":"Feature","properties":{"code":811,"plant_name":"Brownlee","capacity_mw":744,"fuel_source":{"Hydro":744}},"geometry":{"type":"Point","coordinates":[-116.8975,44.8367]}},{"type":"Feature","properties":{"code":812,"plant_name":"C J Strike","capacity_mw":94.2,"fuel_source":{"Hydro":94.2}},"geometry":{"type":"Point","coordinates":[-115.97786,42.94487]}},{"type":"Feature","properties":{"code":813,"plant_name":"Cascade","capacity_mw":14.4,"fuel_source":{"Hydro":14.4}},"geometry":{"type":"Point","coordinates":[-116.0483,44.5256]}},{"type":"Feature","properties":{"code":814,"plant_name":"Clear Lake","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-114.78012,42.66701]}},{"type":"Feature","properties":{"code":815,"plant_name":"Lower Malad","capacity_mw":15.3,"fuel_source":{"Hydro":15.3}},"geometry":{"type":"Point","coordinates":[-114.90617,42.86578]}},{"type":"Feature","properties":{"code":816,"plant_name":"Lower Salmon","capacity_mw":71.9,"fuel_source":{"Hydro":71.9}},"geometry":{"type":"Point","coordinates":[-114.90361,42.84161]}},{"type":"Feature","properties":{"code":817,"plant_name":"Salmon Diesel","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-113.88531,45.18337]}},{"type":"Feature","properties":{"code":818,"plant_name":"Shoshone Falls","capacity_mw":13.9,"fuel_source":{"Hydro":13.9}},"geometry":{"type":"Point","coordinates":[-114.4033,42.5975]}},{"type":"Feature","properties":{"code":819,"plant_name":"Swan Falls","capacity_mw":29.4,"fuel_source":{"Hydro":29.4}},"geometry":{"type":"Point","coordinates":[-116.3791,43.2435]}},{"type":"Feature","properties":{"code":820,"plant_name":"Thousand Springs","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-114.83672,42.74054]}},{"type":"Feature","properties":{"code":821,"plant_name":"Twin Falls","capacity_mw":53.2,"fuel_source":{"Hydro":53.2}},"geometry":{"type":"Point","coordinates":[-114.3553,42.5892]}},{"type":"Feature","properties":{"code":822,"plant_name":"Upper Salmon A","capacity_mw":18.2,"fuel_source":{"Hydro":18.2}},"geometry":{"type":"Point","coordinates":[-114.92469,42.76742]}},{"type":"Feature","properties":{"code":823,"plant_name":"Upper Malad","capacity_mw":8.1,"fuel_source":{"Hydro":8.1}},"geometry":{"type":"Point","coordinates":[-114.88554,42.86427]}},{"type":"Feature","properties":{"code":825,"plant_name":"Ashton","capacity_mw":7.2,"fuel_source":{"Hydro":7.2}},"geometry":{"type":"Point","coordinates":[-111.49733,44.07863]}},{"type":"Feature","properties":{"code":827,"plant_name":"Grace","capacity_mw":33,"fuel_source":{"Hydro":33}},"geometry":{"type":"Point","coordinates":[-111.79397,42.53675]}},{"type":"Feature","properties":{"code":829,"plant_name":"Oneida","capacity_mw":27.9,"fuel_source":{"Hydro":27.9}},"geometry":{"type":"Point","coordinates":[-111.74853,42.26777]}},{"type":"Feature","properties":{"code":831,"plant_name":"Soda","capacity_mw":15.2,"fuel_source":{"Hydro":15.2}},"geometry":{"type":"Point","coordinates":[-111.69669,42.64455]}},{"type":"Feature","properties":{"code":833,"plant_name":"Cabinet Gorge","capacity_mw":254.6,"fuel_source":{"Hydro":254.6}},"geometry":{"type":"Point","coordinates":[-116.05306,48.08444]}},{"type":"Feature","properties":{"code":835,"plant_name":"Post Falls","capacity_mw":17.5,"fuel_source":{"Hydro":17.5}},"geometry":{"type":"Point","coordinates":[-116.95389,47.70333]}},{"type":"Feature","properties":{"code":839,"plant_name":"Scott Flat","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-120.93251,39.27211]}},{"type":"Feature","properties":{"code":840,"plant_name":"Dworshak","capacity_mw":400,"fuel_source":{"Hydro":400}},"geometry":{"type":"Point","coordinates":[-116.2977,46.5143]}},{"type":"Feature","properties":{"code":841,"plant_name":"City Power Plant","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-112.04541,43.4914]}},{"type":"Feature","properties":{"code":843,"plant_name":"Lower No 2","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-112.0626,43.4684]}},{"type":"Feature","properties":{"code":844,"plant_name":"Upper Power Plant","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-112.05095,43.55269]}},{"type":"Feature","properties":{"code":846,"plant_name":"Combie South","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-121.0591,39.0096]}},{"type":"Feature","properties":{"code":850,"plant_name":"Palisades","capacity_mw":176.4,"fuel_source":{"Hydro":176.4}},"geometry":{"type":"Point","coordinates":[-111.20575,43.33485]}},{"type":"Feature","properties":{"code":851,"plant_name":"Albeni Falls","capacity_mw":42,"fuel_source":{"Hydro":42}},"geometry":{"type":"Point","coordinates":[-116.99859,48.18025]}},{"type":"Feature","properties":{"code":856,"plant_name":"E D Edwards","capacity_mw":650,"fuel_source":{"Coal":650}},"geometry":{"type":"Point","coordinates":[-89.6631,40.5958]}},{"type":"Feature","properties":{"code":861,"plant_name":"Coffeen","capacity_mw":895,"fuel_source":{"Coal":895}},"geometry":{"type":"Point","coordinates":[-89.4031,39.0586]}},{"type":"Feature","properties":{"code":862,"plant_name":"Grand Tower Energy Center LLC","capacity_mw":513,"fuel_source":{"Natural Gas":513}},"geometry":{"type":"Point","coordinates":[-89.51116,37.6577]}},{"type":"Feature","properties":{"code":869,"plant_name":"Dresden Generating Station","capacity_mw":1786.5,"fuel_source":{"Nuclear":1786.5}},"geometry":{"type":"Point","coordinates":[-88.27,41.39]}},{"type":"Feature","properties":{"code":874,"plant_name":"Joliet 9","capacity_mw":314,"fuel_source":{"Coal":314}},"geometry":{"type":"Point","coordinates":[-88.1153,41.4931]}},{"type":"Feature","properties":{"code":876,"plant_name":"Kincaid Generation LLC","capacity_mw":1158,"fuel_source":{"Coal":1158}},"geometry":{"type":"Point","coordinates":[-89.49639,39.59056]}},{"type":"Feature","properties":{"code":879,"plant_name":"Powerton","capacity_mw":1538,"fuel_source":{"Coal":1538}},"geometry":{"type":"Point","coordinates":[-89.6786,40.5408]}},{"type":"Feature","properties":{"code":880,"plant_name":"Quad Cities Generating Station","capacity_mw":1819,"fuel_source":{"Nuclear":1819}},"geometry":{"type":"Point","coordinates":[-90.31028,41.72611]}},{"type":"Feature","properties":{"code":883,"plant_name":"Waukegan","capacity_mw":796.8,"fuel_source":{"Coal":689,"Petroleum":107.8}},"geometry":{"type":"Point","coordinates":[-87.8133,42.3833]}},{"type":"Feature","properties":{"code":884,"plant_name":"Will County","capacity_mw":761,"fuel_source":{"Coal":761}},"geometry":{"type":"Point","coordinates":[-88.0629,41.6334]}},{"type":"Feature","properties":{"code":886,"plant_name":"Fisk Street","capacity_mw":197.2,"fuel_source":{"Petroleum":197.2}},"geometry":{"type":"Point","coordinates":[-87.6533,41.8508]}},{"type":"Feature","properties":{"code":887,"plant_name":"Joppa Steam","capacity_mw":948,"fuel_source":{"Coal":948}},"geometry":{"type":"Point","coordinates":[-88.85889,37.2094]}},{"type":"Feature","properties":{"code":889,"plant_name":"Baldwin Energy Complex","capacity_mw":1775,"fuel_source":{"Coal":1775}},"geometry":{"type":"Point","coordinates":[-89.8544,38.205]}},{"type":"Feature","properties":{"code":891,"plant_name":"Havana","capacity_mw":428,"fuel_source":{"Coal":428}},"geometry":{"type":"Point","coordinates":[-90.08,40.2797]}},{"type":"Feature","properties":{"code":892,"plant_name":"Hennepin Power Station","capacity_mw":285,"fuel_source":{"Coal":285}},"geometry":{"type":"Point","coordinates":[-89.315,41.3028]}},{"type":"Feature","properties":{"code":894,"plant_name":"Oglesby","capacity_mw":54,"fuel_source":{"Natural Gas":54}},"geometry":{"type":"Point","coordinates":[-89.0725,41.2897]}},{"type":"Feature","properties":{"code":895,"plant_name":"Stallings","capacity_mw":82,"fuel_source":{"Natural Gas":82}},"geometry":{"type":"Point","coordinates":[-90.0461,38.7314]}},{"type":"Feature","properties":{"code":898,"plant_name":"Wood River","capacity_mw":456,"fuel_source":{"Coal":456}},"geometry":{"type":"Point","coordinates":[-90.1347,38.8639]}},{"type":"Feature","properties":{"code":899,"plant_name":"Moline","capacity_mw":69.9,"fuel_source":{"Natural Gas":66.7,"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-90.53402,41.50996]}},{"type":"Feature","properties":{"code":902,"plant_name":"Bottle Rock Power","capacity_mw":10,"fuel_source":{"Geothermal":10}},"geometry":{"type":"Point","coordinates":[-122.7677,38.8348]}},{"type":"Feature","properties":{"code":903,"plant_name":"Rockton","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-89.0756,42.4511]}},{"type":"Feature","properties":{"code":905,"plant_name":"Alamo","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-118.6867,34.8158]}},{"type":"Feature","properties":{"code":913,"plant_name":"Venice","capacity_mw":491,"fuel_source":{"Natural Gas":491}},"geometry":{"type":"Point","coordinates":[-90.1764,38.6642]}},{"type":"Feature","properties":{"code":917,"plant_name":"Quincy Chute","capacity_mw":9.4,"fuel_source":{"Hydro":9.4}},"geometry":{"type":"Point","coordinates":[-119.25776,46.98251]}},{"type":"Feature","properties":{"code":925,"plant_name":"Hydro Plant No 3","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-111.33438,39.20562]}},{"type":"Feature","properties":{"code":934,"plant_name":"Breese","capacity_mw":14.5,"fuel_source":{"Petroleum":14.5}},"geometry":{"type":"Point","coordinates":[-89.52451,38.60746]}},{"type":"Feature","properties":{"code":935,"plant_name":"Bushnell","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-90.5408,40.5483]}},{"type":"Feature","properties":{"code":936,"plant_name":"Carlyle","capacity_mw":12.5,"fuel_source":{"Petroleum":12.5}},"geometry":{"type":"Point","coordinates":[-89.3583,38.6106]}},{"type":"Feature","properties":{"code":937,"plant_name":"Carmi","capacity_mw":15.6,"fuel_source":{"Petroleum":15.6}},"geometry":{"type":"Point","coordinates":[-88.1631,38.0967]}},{"type":"Feature","properties":{"code":940,"plant_name":"Fairfield","capacity_mw":7.5,"fuel_source":{"Petroleum":7.5}},"geometry":{"type":"Point","coordinates":[-88.3594,38.3783]}},{"type":"Feature","properties":{"code":941,"plant_name":"Farmer City","capacity_mw":9.7,"fuel_source":{"Natural Gas":4.1,"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-88.63876,40.24611]}},{"type":"Feature","properties":{"code":943,"plant_name":"Freeburg","capacity_mw":15.8,"fuel_source":{"Petroleum":15.8}},"geometry":{"type":"Point","coordinates":[-89.91444,38.42556]}},{"type":"Feature","properties":{"code":944,"plant_name":"Geneseo","capacity_mw":26.3,"fuel_source":{"Natural Gas":19.5,"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-90.14855,41.45149]}},{"type":"Feature","properties":{"code":946,"plant_name":"Highland","capacity_mw":16.8,"fuel_source":{"Petroleum":16.8}},"geometry":{"type":"Point","coordinates":[-89.6875,38.7333]}},{"type":"Feature","properties":{"code":948,"plant_name":"McLeansboro","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-88.5453,38.0925]}},{"type":"Feature","properties":{"code":949,"plant_name":"Marshall","capacity_mw":16.9,"fuel_source":{"Petroleum":16.9}},"geometry":{"type":"Point","coordinates":[-87.68513,39.39214]}},{"type":"Feature","properties":{"code":955,"plant_name":"Peru","capacity_mw":34.3,"fuel_source":{"Petroleum":27.5,"Hydro":6.8}},"geometry":{"type":"Point","coordinates":[-89.1123,41.3237]}},{"type":"Feature","properties":{"code":956,"plant_name":"C H Corn Hydroelectric Facility","capacity_mw":11,"fuel_source":{"Hydro":11}},"geometry":{"type":"Point","coordinates":[-84.64662,30.38852]}},{"type":"Feature","properties":{"code":957,"plant_name":"Princeton","capacity_mw":37.7,"fuel_source":{"Natural Gas":37.7}},"geometry":{"type":"Point","coordinates":[-89.3817,41.3767]}},{"type":"Feature","properties":{"code":958,"plant_name":"Rantoul","capacity_mw":24.2,"fuel_source":{"Petroleum":24.2}},"geometry":{"type":"Point","coordinates":[-89.1594,40.31222]}},{"type":"Feature","properties":{"code":959,"plant_name":"Red Bud","capacity_mw":14.3,"fuel_source":{"Petroleum":14.3}},"geometry":{"type":"Point","coordinates":[-89.9931,38.2064]}},{"type":"Feature","properties":{"code":960,"plant_name":"North Ninth Street","capacity_mw":14.3,"fuel_source":{"Natural Gas":12.5,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-89.0498,41.9093]}},{"type":"Feature","properties":{"code":961,"plant_name":"South Main Street","capacity_mw":3.6,"fuel_source":{"Natural Gas":3.6}},"geometry":{"type":"Point","coordinates":[-89.0504,41.9092]}},{"type":"Feature","properties":{"code":963,"plant_name":"Dallman","capacity_mw":534,"fuel_source":{"Coal":534}},"geometry":{"type":"Point","coordinates":[-89.60239,39.7548]}},{"type":"Feature","properties":{"code":964,"plant_name":"Lakeside","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-89.60051,39.75733]}},{"type":"Feature","properties":{"code":965,"plant_name":"Reynolds","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-89.64165,39.80687]}},{"type":"Feature","properties":{"code":969,"plant_name":"Sullivan","capacity_mw":24.5,"fuel_source":{"Petroleum":24.5}},"geometry":{"type":"Point","coordinates":[-88.61194,39.59667]}},{"type":"Feature","properties":{"code":971,"plant_name":"Waterloo","capacity_mw":28.3,"fuel_source":{"Natural Gas":13.2,"Petroleum":15.1}},"geometry":{"type":"Point","coordinates":[-90.15894,38.33479]}},{"type":"Feature","properties":{"code":972,"plant_name":"Winnetka","capacity_mw":33.4,"fuel_source":{"Natural Gas":28.2,"Petroleum":5.2}},"geometry":{"type":"Point","coordinates":[-87.73103,42.11559]}},{"type":"Feature","properties":{"code":976,"plant_name":"Marion","capacity_mw":430,"fuel_source":{"Coal":290,"Natural Gas":140}},"geometry":{"type":"Point","coordinates":[-88.95311,37.61975]}},{"type":"Feature","properties":{"code":983,"plant_name":"Clifty Creek","capacity_mw":1173,"fuel_source":{"Coal":1173}},"geometry":{"type":"Point","coordinates":[-85.4206,38.7378]}},{"type":"Feature","properties":{"code":986,"plant_name":"Elkhart","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-85.965,41.6928]}},{"type":"Feature","properties":{"code":987,"plant_name":"Last Chance","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-111.7053,42.60335]}},{"type":"Feature","properties":{"code":988,"plant_name":"Tanners Creek","capacity_mw":990,"fuel_source":{"Coal":990}},"geometry":{"type":"Point","coordinates":[-84.8594,39.0814]}},{"type":"Feature","properties":{"code":989,"plant_name":"Twin Branch","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-86.1322,41.665]}},{"type":"Feature","properties":{"code":990,"plant_name":"Harding Street","capacity_mw":929,"fuel_source":{"Coal":618,"Natural Gas":288}},"geometry":{"type":"Point","coordinates":[-86.19687,39.71132]}},{"type":"Feature","properties":{"code":991,"plant_name":"Eagle Valley","capacity_mw":260,"fuel_source":{"Coal":257,"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-86.4183,39.48517]}},{"type":"Feature","properties":{"code":992,"plant_name":"CC Perry K","capacity_mw":16.4,"fuel_source":{"Coal":16.4}},"geometry":{"type":"Point","coordinates":[-86.1667,39.7631]}},{"type":"Feature","properties":{"code":994,"plant_name":"AES Petersburg","capacity_mw":1709.5,"fuel_source":{"Coal":1701.5,"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-87.2525,38.5281]}},{"type":"Feature","properties":{"code":995,"plant_name":"Bailly","capacity_mw":511,"fuel_source":{"Coal":480,"Natural Gas":31}},"geometry":{"type":"Point","coordinates":[-87.1225,41.645]}},{"type":"Feature","properties":{"code":997,"plant_name":"Michigan City","capacity_mw":469,"fuel_source":{"Coal":469}},"geometry":{"type":"Point","coordinates":[-86.9086,41.7208]}},{"type":"Feature","properties":{"code":998,"plant_name":"Norway","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-86.76,40.7803]}},{"type":"Feature","properties":{"code":999,"plant_name":"Oakdale","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-86.7528,40.6564]}},{"type":"Feature","properties":{"code":1001,"plant_name":"Cayuga","capacity_mw":1104,"fuel_source":{"Coal":995,"Natural Gas":99}},"geometry":{"type":"Point","coordinates":[-87.4244,39.9242]}},{"type":"Feature","properties":{"code":1002,"plant_name":"Connersville","capacity_mw":86,"fuel_source":{"Petroleum":86}},"geometry":{"type":"Point","coordinates":[-85.1758,39.6561]}},{"type":"Feature","properties":{"code":1004,"plant_name":"Edwardsport","capacity_mw":571,"fuel_source":{"Other Fossil Gasses":571}},"geometry":{"type":"Point","coordinates":[-87.2472,38.8067]}},{"type":"Feature","properties":{"code":1005,"plant_name":"Markland","capacity_mw":45,"fuel_source":{"Hydro":45}},"geometry":{"type":"Point","coordinates":[-84.964,38.7795]}},{"type":"Feature","properties":{"code":1006,"plant_name":"Miami Wabash","capacity_mw":80,"fuel_source":{"Petroleum":80}},"geometry":{"type":"Point","coordinates":[-85.8178,40.7884]}},{"type":"Feature","properties":{"code":1007,"plant_name":"Noblesville","capacity_mw":285.2,"fuel_source":{"Natural Gas":285.2}},"geometry":{"type":"Point","coordinates":[-85.9714,40.0969]}},{"type":"Feature","properties":{"code":1008,"plant_name":"R Gallagher","capacity_mw":280,"fuel_source":{"Coal":280}},"geometry":{"type":"Point","coordinates":[-85.8381,38.2636]}},{"type":"Feature","properties":{"code":1010,"plant_name":"Wabash River","capacity_mw":676,"fuel_source":{"Coal":668,"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-87.4247,39.53]}},{"type":"Feature","properties":{"code":1011,"plant_name":"Broadway","capacity_mw":115,"fuel_source":{"Natural Gas":115}},"geometry":{"type":"Point","coordinates":[-87.60488,37.96912]}},{"type":"Feature","properties":{"code":1012,"plant_name":"F B Culley","capacity_mw":360,"fuel_source":{"Coal":360}},"geometry":{"type":"Point","coordinates":[-87.3275,37.9111]}},{"type":"Feature","properties":{"code":1013,"plant_name":"Northeast","capacity_mw":20,"fuel_source":{"Natural Gas":20}},"geometry":{"type":"Point","coordinates":[-87.5172,38.0211]}},{"type":"Feature","properties":{"code":1016,"plant_name":"Butler-Warner Generation Plant","capacity_mw":225,"fuel_source":{"Natural Gas":225}},"geometry":{"type":"Point","coordinates":[-78.8294,35.0986]}},{"type":"Feature","properties":{"code":1020,"plant_name":"Manti Lower","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-111.62149,39.25591]}},{"type":"Feature","properties":{"code":1024,"plant_name":"Crawfordsville","capacity_mw":24.1,"fuel_source":{"Coal":23.2,"Petroleum":0.9}},"geometry":{"type":"Point","coordinates":[-86.8992,40.04889]}},{"type":"Feature","properties":{"code":1032,"plant_name":"Logansport","capacity_mw":53.5,"fuel_source":{"Coal":38.5,"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-86.36029,40.75886]}},{"type":"Feature","properties":{"code":1037,"plant_name":"Peru","capacity_mw":33.8,"fuel_source":{"Coal":32,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-86.0575,40.7551]}},{"type":"Feature","properties":{"code":1038,"plant_name":"Rensselaer City Light Plant","capacity_mw":21.1,"fuel_source":{"Petroleum":21.1}},"geometry":{"type":"Point","coordinates":[-87.15447,40.93953]}},{"type":"Feature","properties":{"code":1040,"plant_name":"Whitewater Valley","capacity_mw":99.7,"fuel_source":{"Coal":99.7}},"geometry":{"type":"Point","coordinates":[-84.8953,39.8028]}},{"type":"Feature","properties":{"code":1043,"plant_name":"Frank E Ratts","capacity_mw":224,"fuel_source":{"Coal":224}},"geometry":{"type":"Point","coordinates":[-87.2662,38.5201]}},{"type":"Feature","properties":{"code":1046,"plant_name":"Dubuque","capacity_mw":70.2,"fuel_source":{"Natural Gas":66.8,"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-90.65861,42.5031]}},{"type":"Feature","properties":{"code":1047,"plant_name":"Lansing","capacity_mw":251.7,"fuel_source":{"Coal":249.4,"Petroleum":2.3}},"geometry":{"type":"Point","coordinates":[-91.1675,43.3359]}},{"type":"Feature","properties":{"code":1048,"plant_name":"Milton L Kapp","capacity_mw":204.1,"fuel_source":{"Coal":204.1}},"geometry":{"type":"Point","coordinates":[-90.23361,41.8081]}},{"type":"Feature","properties":{"code":1060,"plant_name":"Duane Arnold Energy Center","capacity_mw":601.4,"fuel_source":{"Nuclear":601.4}},"geometry":{"type":"Point","coordinates":[-91.7781,42.1011]}},{"type":"Feature","properties":{"code":1067,"plant_name":"Iowa Hydro LLC","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-90.69766,42.06999]}},{"type":"Feature","properties":{"code":1068,"plant_name":"Marshalltown","capacity_mw":154.5,"fuel_source":{"Petroleum":154.5}},"geometry":{"type":"Point","coordinates":[-92.863,42.048]}},{"type":"Feature","properties":{"code":1073,"plant_name":"Prairie Creek","capacity_mw":157.4,"fuel_source":{"Coal":157.4}},"geometry":{"type":"Point","coordinates":[-91.63917,41.94404]}},{"type":"Feature","properties":{"code":1077,"plant_name":"Sutherland","capacity_mw":110.7,"fuel_source":{"Natural Gas":110.7}},"geometry":{"type":"Point","coordinates":[-92.85944,42.04733]}},{"type":"Feature","properties":{"code":1079,"plant_name":"Coralville GT","capacity_mw":65.9,"fuel_source":{"Natural Gas":65.9}},"geometry":{"type":"Point","coordinates":[-91.564,41.67188]}},{"type":"Feature","properties":{"code":1081,"plant_name":"Riverside","capacity_mw":133.3,"fuel_source":{"Coal":133.3}},"geometry":{"type":"Point","coordinates":[-90.4481,41.54]}},{"type":"Feature","properties":{"code":1082,"plant_name":"Walter Scott Jr Energy Center","capacity_mw":1635.5,"fuel_source":{"Coal":1635.5}},"geometry":{"type":"Point","coordinates":[-95.8408,41.18]}},{"type":"Feature","properties":{"code":1084,"plant_name":"River Hills","capacity_mw":116.9,"fuel_source":{"Natural Gas":116.9}},"geometry":{"type":"Point","coordinates":[-93.6195,41.59022]}},{"type":"Feature","properties":{"code":1091,"plant_name":"George Neal North","capacity_mw":909.9,"fuel_source":{"Coal":909.9}},"geometry":{"type":"Point","coordinates":[-96.36171,42.29979]}},{"type":"Feature","properties":{"code":1097,"plant_name":"Merle Parr","capacity_mw":32.6,"fuel_source":{"Natural Gas":32.6}},"geometry":{"type":"Point","coordinates":[-92.6932,43.0563]}},{"type":"Feature","properties":{"code":1104,"plant_name":"Burlington","capacity_mw":273.9,"fuel_source":{"Coal":212,"Natural Gas":61.9}},"geometry":{"type":"Point","coordinates":[-91.11667,40.7412]}},{"type":"Feature","properties":{"code":1105,"plant_name":"Centerville","capacity_mw":57.8,"fuel_source":{"Petroleum":57.8}},"geometry":{"type":"Point","coordinates":[-92.87306,40.7478]}},{"type":"Feature","properties":{"code":1109,"plant_name":"Keokuk","capacity_mw":140.5,"fuel_source":{"Hydro":140.5}},"geometry":{"type":"Point","coordinates":[-91.3719,40.3965]}},{"type":"Feature","properties":{"code":1120,"plant_name":"Algona","capacity_mw":16.1,"fuel_source":{"Petroleum":16.1}},"geometry":{"type":"Point","coordinates":[-94.2392,43.0733]}},{"type":"Feature","properties":{"code":1121,"plant_name":"Alta Municipal Utilities","capacity_mw":1.9,"fuel_source":{"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-95.3039,42.6733]}},{"type":"Feature","properties":{"code":1122,"plant_name":"Ames Electric Services Power Plant","capacity_mw":99.6,"fuel_source":{"Coal":99.6}},"geometry":{"type":"Point","coordinates":[-93.6089,42.0258]}},{"type":"Feature","properties":{"code":1123,"plant_name":"Anita","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-94.7689,41.4444]}},{"type":"Feature","properties":{"code":1124,"plant_name":"Atlantic","capacity_mw":13.8,"fuel_source":{"Natural Gas":9.8,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-95,41.409]}},{"type":"Feature","properties":{"code":1125,"plant_name":"Bancroft","capacity_mw":4.4,"fuel_source":{"Petroleum":4.4}},"geometry":{"type":"Point","coordinates":[-94.21707,43.29263]}},{"type":"Feature","properties":{"code":1126,"plant_name":"Bellevue","capacity_mw":7.5,"fuel_source":{"Petroleum":7.5}},"geometry":{"type":"Point","coordinates":[-90.4167,42.25]}},{"type":"Feature","properties":{"code":1127,"plant_name":"Bloomfield","capacity_mw":6.9,"fuel_source":{"Natural Gas":6.5,"Petroleum":0.4}},"geometry":{"type":"Point","coordinates":[-92.4253,40.7031]}},{"type":"Feature","properties":{"code":1128,"plant_name":"Brooklyn","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-92.4479,41.7278]}},{"type":"Feature","properties":{"code":1129,"plant_name":"Cascade","capacity_mw":4.9,"fuel_source":{"Petroleum":4.9}},"geometry":{"type":"Point","coordinates":[-91.11374,42.2275]}},{"type":"Feature","properties":{"code":1130,"plant_name":"Gas Turbine","capacity_mw":34,"fuel_source":{"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-92.476,42.512]}},{"type":"Feature","properties":{"code":1131,"plant_name":"Streeter Station","capacity_mw":49.4,"fuel_source":{"Coal":15.7,"Natural Gas":33.7}},"geometry":{"type":"Point","coordinates":[-92.4394,42.5267]}},{"type":"Feature","properties":{"code":1132,"plant_name":"Coggon","capacity_mw":3.2,"fuel_source":{"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-91.5581,42.2925]}},{"type":"Feature","properties":{"code":1134,"plant_name":"Corning","capacity_mw":6.8,"fuel_source":{"Petroleum":6.8}},"geometry":{"type":"Point","coordinates":[-94.7669,40.974]}},{"type":"Feature","properties":{"code":1135,"plant_name":"Dayton","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-94.0581,42.2525]}},{"type":"Feature","properties":{"code":1137,"plant_name":"Estherville","capacity_mw":13.7,"fuel_source":{"Natural Gas":12.6,"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-94.8433,43.4028]}},{"type":"Feature","properties":{"code":1138,"plant_name":"Forest City Light Plant","capacity_mw":21.2,"fuel_source":{"Petroleum":21.2}},"geometry":{"type":"Point","coordinates":[-93.63538,43.26324]}},{"type":"Feature","properties":{"code":1141,"plant_name":"Gowrie","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-94.2702,42.27451]}},{"type":"Feature","properties":{"code":1142,"plant_name":"Graettinger","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-94.7498,43.2397]}},{"type":"Feature","properties":{"code":1143,"plant_name":"Grand Junction","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-94.3699,42.0296]}},{"type":"Feature","properties":{"code":1144,"plant_name":"Greenfield","capacity_mw":5.5,"fuel_source":{"Petroleum":5.5}},"geometry":{"type":"Point","coordinates":[-94.46056,41.30389]}},{"type":"Feature","properties":{"code":1145,"plant_name":"Grundy Center City Light Plant","capacity_mw":8.7,"fuel_source":{"Petroleum":8.7}},"geometry":{"type":"Point","coordinates":[-92.77232,42.36309]}},{"type":"Feature","properties":{"code":1146,"plant_name":"Harlan","capacity_mw":3.2,"fuel_source":{"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-95.31528,41.64454]}},{"type":"Feature","properties":{"code":1150,"plant_name":"Indianola","capacity_mw":51.2,"fuel_source":{"Petroleum":51.2}},"geometry":{"type":"Point","coordinates":[-93.56327,41.35949]}},{"type":"Feature","properties":{"code":1153,"plant_name":"Lake Park","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-95.3153,43.4301]}},{"type":"Feature","properties":{"code":1154,"plant_name":"Lake Mills","capacity_mw":18.5,"fuel_source":{"Petroleum":18.5}},"geometry":{"type":"Point","coordinates":[-93.5322,43.4172]}},{"type":"Feature","properties":{"code":1155,"plant_name":"Lamoni Municipal Utilities","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-93.9326,40.622]}},{"type":"Feature","properties":{"code":1156,"plant_name":"La Porte","capacity_mw":7.1,"fuel_source":{"Petroleum":7.1}},"geometry":{"type":"Point","coordinates":[-92.1967,42.3194]}},{"type":"Feature","properties":{"code":1157,"plant_name":"Laurens","capacity_mw":8.3,"fuel_source":{"Petroleum":8.3}},"geometry":{"type":"Point","coordinates":[-94.8506,42.8486]}},{"type":"Feature","properties":{"code":1158,"plant_name":"Lenox","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-94.5589,40.88]}},{"type":"Feature","properties":{"code":1160,"plant_name":"Manning","capacity_mw":7.9,"fuel_source":{"Petroleum":7.9}},"geometry":{"type":"Point","coordinates":[-95.0347,41.9067]}},{"type":"Feature","properties":{"code":1162,"plant_name":"Maquoketa 1","capacity_mw":22,"fuel_source":{"Natural Gas":16.9,"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-90.665,42.03556]}},{"type":"Feature","properties":{"code":1163,"plant_name":"McGregor","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-91.17493,43.02373]}},{"type":"Feature","properties":{"code":1164,"plant_name":"Milford","capacity_mw":6.5,"fuel_source":{"Petroleum":6.5}},"geometry":{"type":"Point","coordinates":[-95.14834,43.32608]}},{"type":"Feature","properties":{"code":1165,"plant_name":"Montezuma","capacity_mw":9.4,"fuel_source":{"Natural Gas":3.9,"Petroleum":5.5}},"geometry":{"type":"Point","coordinates":[-92.5228,41.58603]}},{"type":"Feature","properties":{"code":1166,"plant_name":"Mt Pleasant","capacity_mw":24,"fuel_source":{"Petroleum":24}},"geometry":{"type":"Point","coordinates":[-91.5622,40.9742]}},{"type":"Feature","properties":{"code":1167,"plant_name":"Muscatine Plant #1","capacity_mw":230.7,"fuel_source":{"Coal":230.7}},"geometry":{"type":"Point","coordinates":[-91.0569,41.3917]}},{"type":"Feature","properties":{"code":1168,"plant_name":"New Hampton","capacity_mw":24.1,"fuel_source":{"Natural Gas":13.5,"Petroleum":10.6}},"geometry":{"type":"Point","coordinates":[-92.3201,43.0689]}},{"type":"Feature","properties":{"code":1169,"plant_name":"Ogden","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-94.0462,42.0372]}},{"type":"Feature","properties":{"code":1172,"plant_name":"Osage","capacity_mw":16.8,"fuel_source":{"Natural Gas":3.1,"Petroleum":13.2}},"geometry":{"type":"Point","coordinates":[-92.81056,43.27972]}},{"type":"Feature","properties":{"code":1173,"plant_name":"Ottumwa City of","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-92.41487,41.01635]}},{"type":"Feature","properties":{"code":1176,"plant_name":"Preston","capacity_mw":3.2,"fuel_source":{"Natural Gas":1.8,"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-90.3911,42.0661]}},{"type":"Feature","properties":{"code":1177,"plant_name":"Primghar","capacity_mw":1.4,"fuel_source":{"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-95.62596,43.08713]}},{"type":"Feature","properties":{"code":1180,"plant_name":"Rockford","capacity_mw":2.9,"fuel_source":{"Petroleum":2.9}},"geometry":{"type":"Point","coordinates":[-92.95972,43.053]}},{"type":"Feature","properties":{"code":1181,"plant_name":"Rock Rapids","capacity_mw":2.5,"fuel_source":{"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-96.16917,43.42944]}},{"type":"Feature","properties":{"code":1184,"plant_name":"Sibley One","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-95.7261,43.405]}},{"type":"Feature","properties":{"code":1186,"plant_name":"Spencer","capacity_mw":17,"fuel_source":{"Petroleum":17}},"geometry":{"type":"Point","coordinates":[-95.14426,43.14458]}},{"type":"Feature","properties":{"code":1187,"plant_name":"State Center","capacity_mw":6.3,"fuel_source":{"Natural Gas":2.5,"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-93.16333,42.01667]}},{"type":"Feature","properties":{"code":1188,"plant_name":"Story City","capacity_mw":13.5,"fuel_source":{"Petroleum":13.5}},"geometry":{"type":"Point","coordinates":[-93.60048,42.18608]}},{"type":"Feature","properties":{"code":1190,"plant_name":"Stuart","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-94.3172,41.50389]}},{"type":"Feature","properties":{"code":1191,"plant_name":"Sumner","capacity_mw":5.5,"fuel_source":{"Petroleum":5.5}},"geometry":{"type":"Point","coordinates":[-92.0978,42.8464]}},{"type":"Feature","properties":{"code":1192,"plant_name":"Traer Main","capacity_mw":3.7,"fuel_source":{"Petroleum":3.7}},"geometry":{"type":"Point","coordinates":[-92.4636,42.1926]}},{"type":"Feature","properties":{"code":1193,"plant_name":"Villisca Municipal Power Plant","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-94.9758,40.9556]}},{"type":"Feature","properties":{"code":1194,"plant_name":"Vinton","capacity_mw":17.1,"fuel_source":{"Petroleum":17.1}},"geometry":{"type":"Point","coordinates":[-92.0222,42.1697]}},{"type":"Feature","properties":{"code":1198,"plant_name":"Webster City","capacity_mw":20.7,"fuel_source":{"Petroleum":20.7}},"geometry":{"type":"Point","coordinates":[-93.81499,42.47102]}},{"type":"Feature","properties":{"code":1199,"plant_name":"West Bend","capacity_mw":6.4,"fuel_source":{"Petroleum":6.4}},"geometry":{"type":"Point","coordinates":[-94.44557,42.96115]}},{"type":"Feature","properties":{"code":1200,"plant_name":"West Liberty","capacity_mw":14.8,"fuel_source":{"Petroleum":14.8}},"geometry":{"type":"Point","coordinates":[-91.26405,41.56913]}},{"type":"Feature","properties":{"code":1201,"plant_name":"Whittemore","capacity_mw":1.9,"fuel_source":{"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-94.42194,43.06444]}},{"type":"Feature","properties":{"code":1202,"plant_name":"Wilton","capacity_mw":9.1,"fuel_source":{"Petroleum":9.1}},"geometry":{"type":"Point","coordinates":[-91.01946,41.58775]}},{"type":"Feature","properties":{"code":1203,"plant_name":"Winterset","capacity_mw":13.6,"fuel_source":{"Petroleum":13.6}},"geometry":{"type":"Point","coordinates":[-94.0219,41.3215]}},{"type":"Feature","properties":{"code":1206,"plant_name":"Summit Lake","capacity_mw":75.4,"fuel_source":{"Natural Gas":75.4}},"geometry":{"type":"Point","coordinates":[-94.3472,41.1136]}},{"type":"Feature","properties":{"code":1217,"plant_name":"Earl F Wisdom","capacity_mw":113.5,"fuel_source":{"Coal":37.5,"Natural Gas":76}},"geometry":{"type":"Point","coordinates":[-95.2569,43.1606]}},{"type":"Feature","properties":{"code":1224,"plant_name":"Bird City","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-101.5319,39.7581]}},{"type":"Feature","properties":{"code":1225,"plant_name":"Colby","capacity_mw":13,"fuel_source":{"Natural Gas":13}},"geometry":{"type":"Point","coordinates":[-101.0382,39.403]}},{"type":"Feature","properties":{"code":1230,"plant_name":"Cimarron River","capacity_mw":74.9,"fuel_source":{"Natural Gas":74.9}},"geometry":{"type":"Point","coordinates":[-100.7619,37.1611]}},{"type":"Feature","properties":{"code":1233,"plant_name":"Fort Dodge","capacity_mw":147.8,"fuel_source":{"Natural Gas":147.8}},"geometry":{"type":"Point","coordinates":[-99.9497,37.7328]}},{"type":"Feature","properties":{"code":1235,"plant_name":"Great Bend","capacity_mw":100.6,"fuel_source":{"Natural Gas":100.6}},"geometry":{"type":"Point","coordinates":[-98.8689,38.41]}},{"type":"Feature","properties":{"code":1239,"plant_name":"Riverton","capacity_mw":284,"fuel_source":{"Coal":92,"Natural Gas":192}},"geometry":{"type":"Point","coordinates":[-94.6987,37.07262]}},{"type":"Feature","properties":{"code":1240,"plant_name":"Gordon Evans Energy Center","capacity_mw":824,"fuel_source":{"Natural Gas":821,"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-97.52167,37.7903]}},{"type":"Feature","properties":{"code":1241,"plant_name":"La Cygne","capacity_mw":1415.3,"fuel_source":{"Coal":1415.3}},"geometry":{"type":"Point","coordinates":[-94.6456,38.3481]}},{"type":"Feature","properties":{"code":1242,"plant_name":"Murray Gill","capacity_mw":293,"fuel_source":{"Natural Gas":293}},"geometry":{"type":"Point","coordinates":[-97.41361,37.5967]}},{"type":"Feature","properties":{"code":1248,"plant_name":"Hutchinson Energy Center","capacity_mw":399,"fuel_source":{"Natural Gas":334,"Petroleum":65}},"geometry":{"type":"Point","coordinates":[-97.87472,38.0906]}},{"type":"Feature","properties":{"code":1250,"plant_name":"Lawrence Energy Center","capacity_mw":531,"fuel_source":{"Coal":531}},"geometry":{"type":"Point","coordinates":[-95.26917,39.0072]}},{"type":"Feature","properties":{"code":1252,"plant_name":"Tecumseh Energy Center","capacity_mw":205,"fuel_source":{"Coal":205}},"geometry":{"type":"Point","coordinates":[-95.56889,39.0539]}},{"type":"Feature","properties":{"code":1258,"plant_name":"Anthony","capacity_mw":11.1,"fuel_source":{"Natural Gas":11.1}},"geometry":{"type":"Point","coordinates":[-98.0311,37.1517]}},{"type":"Feature","properties":{"code":1259,"plant_name":"Ashland","capacity_mw":4.2,"fuel_source":{"Natural Gas":1.3,"Petroleum":2.9}},"geometry":{"type":"Point","coordinates":[-99.76307,37.19379]}},{"type":"Feature","properties":{"code":1261,"plant_name":"Augusta Electric Plant No 1","capacity_mw":9.5,"fuel_source":{"Natural Gas":8.5,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-96.97193,37.67845]}},{"type":"Feature","properties":{"code":1262,"plant_name":"Baldwin City Plant No 1","capacity_mw":4.3,"fuel_source":{"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-95.205,38.7897]}},{"type":"Feature","properties":{"code":1263,"plant_name":"Belleville","capacity_mw":14.3,"fuel_source":{"Petroleum":14.3}},"geometry":{"type":"Point","coordinates":[-97.6505,39.8081]}},{"type":"Feature","properties":{"code":1264,"plant_name":"Beloit","capacity_mw":16.8,"fuel_source":{"Petroleum":16.8}},"geometry":{"type":"Point","coordinates":[-98.1122,39.4578]}},{"type":"Feature","properties":{"code":1265,"plant_name":"Burlingame","capacity_mw":3.6,"fuel_source":{"Natural Gas":3.6}},"geometry":{"type":"Point","coordinates":[-95.8528,38.7633]}},{"type":"Feature","properties":{"code":1266,"plant_name":"Burlington","capacity_mw":11.4,"fuel_source":{"Natural Gas":9.4,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-95.4458,38.1134]}},{"type":"Feature","properties":{"code":1268,"plant_name":"Chanute 2","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-95.4586,37.6953]}},{"type":"Feature","properties":{"code":1270,"plant_name":"Clay Center","capacity_mw":29.7,"fuel_source":{"Natural Gas":29.7}},"geometry":{"type":"Point","coordinates":[-97.12721,39.37397]}},{"type":"Feature","properties":{"code":1271,"plant_name":"Coffeyville","capacity_mw":57,"fuel_source":{"Natural Gas":53,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-95.61269,37.03734]}},{"type":"Feature","properties":{"code":1272,"plant_name":"Colby City of","capacity_mw":13.5,"fuel_source":{"Petroleum":13.5}},"geometry":{"type":"Point","coordinates":[-101.05837,39.39441]}},{"type":"Feature","properties":{"code":1274,"plant_name":"Ellinwood","capacity_mw":6.9,"fuel_source":{"Petroleum":6.9}},"geometry":{"type":"Point","coordinates":[-98.5806,38.35556]}},{"type":"Feature","properties":{"code":1276,"plant_name":"Erie","capacity_mw":3.9,"fuel_source":{"Petroleum":3.9}},"geometry":{"type":"Point","coordinates":[-95.2375,37.56681]}},{"type":"Feature","properties":{"code":1278,"plant_name":"Garnett Municipal","capacity_mw":10.2,"fuel_source":{"Petroleum":10.2}},"geometry":{"type":"Point","coordinates":[-95.2594,38.2858]}},{"type":"Feature","properties":{"code":1279,"plant_name":"Girard","capacity_mw":9.5,"fuel_source":{"Natural Gas":9.5}},"geometry":{"type":"Point","coordinates":[-94.83932,37.50771]}},{"type":"Feature","properties":{"code":1280,"plant_name":"Goodland","capacity_mw":16.1,"fuel_source":{"Natural Gas":15.4,"Petroleum":0.7}},"geometry":{"type":"Point","coordinates":[-101.70519,39.34162]}},{"type":"Feature","properties":{"code":1283,"plant_name":"Herington","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-96.9411,38.6728]}},{"type":"Feature","properties":{"code":1285,"plant_name":"Hill City","capacity_mw":6.2,"fuel_source":{"Natural Gas":6.2}},"geometry":{"type":"Point","coordinates":[-99.8239,39.3781]}},{"type":"Feature","properties":{"code":1286,"plant_name":"Hoisington","capacity_mw":14.1,"fuel_source":{"Natural Gas":13,"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-98.7758,38.5275]}},{"type":"Feature","properties":{"code":1287,"plant_name":"Holton","capacity_mw":19.4,"fuel_source":{"Natural Gas":6,"Petroleum":13.4}},"geometry":{"type":"Point","coordinates":[-95.73155,39.4735]}},{"type":"Feature","properties":{"code":1291,"plant_name":"Iola","capacity_mw":24.5,"fuel_source":{"Natural Gas":10,"Petroleum":14.5}},"geometry":{"type":"Point","coordinates":[-95.42557,37.92308]}},{"type":"Feature","properties":{"code":1292,"plant_name":"Jetmore","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-99.8989,38.0853]}},{"type":"Feature","properties":{"code":1294,"plant_name":"Kaw","capacity_mw":140.3,"fuel_source":{"Natural Gas":140.3}},"geometry":{"type":"Point","coordinates":[-94.65139,39.0867]}},{"type":"Feature","properties":{"code":1295,"plant_name":"Quindaro","capacity_mw":322,"fuel_source":{"Coal":207,"Natural Gas":13}},"geometry":{"type":"Point","coordinates":[-94.6381,39.1492]}},{"type":"Feature","properties":{"code":1296,"plant_name":"Kingman Municipal Power and Light Plant","capacity_mw":18,"fuel_source":{"Natural Gas":18}},"geometry":{"type":"Point","coordinates":[-98.07036,37.38311]}},{"type":"Feature","properties":{"code":1297,"plant_name":"La Crosse","capacity_mw":4.6,"fuel_source":{"Petroleum":4.6}},"geometry":{"type":"Point","coordinates":[-99.30833,38.53167]}},{"type":"Feature","properties":{"code":1299,"plant_name":"Larned","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-99.1125,38.17972]}},{"type":"Feature","properties":{"code":1300,"plant_name":"Lincoln","capacity_mw":9.1,"fuel_source":{"Natural Gas":9.1}},"geometry":{"type":"Point","coordinates":[-98.1472,39.0408]}},{"type":"Feature","properties":{"code":1305,"plant_name":"McPherson 2","capacity_mw":156.1,"fuel_source":{"Natural Gas":104,"Petroleum":52.1}},"geometry":{"type":"Point","coordinates":[-97.68335,38.36341]}},{"type":"Feature","properties":{"code":1306,"plant_name":"Meade","capacity_mw":6.8,"fuel_source":{"Natural Gas":5.1,"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-100.3261,37.225]}},{"type":"Feature","properties":{"code":1307,"plant_name":"Minneapolis City of","capacity_mw":8,"fuel_source":{"Natural Gas":6.2,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-97.7086,39.1194]}},{"type":"Feature","properties":{"code":1308,"plant_name":"Mulvane Power Plant","capacity_mw":6.4,"fuel_source":{"Natural Gas":4.3,"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-97.24675,37.47245]}},{"type":"Feature","properties":{"code":1312,"plant_name":"Oberlin","capacity_mw":5.2,"fuel_source":{"Natural Gas":5.2}},"geometry":{"type":"Point","coordinates":[-100.5289,39.8217]}},{"type":"Feature","properties":{"code":1313,"plant_name":"Osage City","capacity_mw":11.5,"fuel_source":{"Natural Gas":10.1,"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-95.8186,38.6406]}},{"type":"Feature","properties":{"code":1314,"plant_name":"Osawatomie City of","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-94.9775,38.5042]}},{"type":"Feature","properties":{"code":1315,"plant_name":"Osborne","capacity_mw":6,"fuel_source":{"Natural Gas":1.7,"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-98.6903,39.44198]}},{"type":"Feature","properties":{"code":1316,"plant_name":"Ottawa","capacity_mw":26,"fuel_source":{"Natural Gas":26}},"geometry":{"type":"Point","coordinates":[-95.27974,38.61558]}},{"type":"Feature","properties":{"code":1317,"plant_name":"Pratt","capacity_mw":14.5,"fuel_source":{"Natural Gas":13,"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-98.7433,37.6359]}},{"type":"Feature","properties":{"code":1319,"plant_name":"Russell Downtown","capacity_mw":14.4,"fuel_source":{"Natural Gas":9.4,"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-98.85694,38.89333]}},{"type":"Feature","properties":{"code":1320,"plant_name":"Sabetha Power Plant","capacity_mw":18.7,"fuel_source":{"Natural Gas":4.1,"Petroleum":14.6}},"geometry":{"type":"Point","coordinates":[-95.80337,39.90492]}},{"type":"Feature","properties":{"code":1321,"plant_name":"St Francis","capacity_mw":5.9,"fuel_source":{"Petroleum":5.9}},"geometry":{"type":"Point","coordinates":[-101.8122,39.7736]}},{"type":"Feature","properties":{"code":1322,"plant_name":"St John","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-98.7633,38.0083]}},{"type":"Feature","properties":{"code":1324,"plant_name":"Sharon Spring","capacity_mw":2.9,"fuel_source":{"Natural Gas":2.9}},"geometry":{"type":"Point","coordinates":[-101.7481,38.8917]}},{"type":"Feature","properties":{"code":1325,"plant_name":"Stafford","capacity_mw":4.2,"fuel_source":{"Petroleum":4.2}},"geometry":{"type":"Point","coordinates":[-98.5928,37.9553]}},{"type":"Feature","properties":{"code":1326,"plant_name":"Sterling","capacity_mw":8.3,"fuel_source":{"Petroleum":8.3}},"geometry":{"type":"Point","coordinates":[-98.1986,38.2025]}},{"type":"Feature","properties":{"code":1327,"plant_name":"Stockton","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-99.2947,39.3772]}},{"type":"Feature","properties":{"code":1328,"plant_name":"Wamego","capacity_mw":11.6,"fuel_source":{"Natural Gas":11.6}},"geometry":{"type":"Point","coordinates":[-96.3086,39.1992]}},{"type":"Feature","properties":{"code":1329,"plant_name":"Washington","capacity_mw":7.4,"fuel_source":{"Petroleum":7.4}},"geometry":{"type":"Point","coordinates":[-97.0556,39.8189]}},{"type":"Feature","properties":{"code":1330,"plant_name":"Wellington 1","capacity_mw":23.5,"fuel_source":{"Natural Gas":19.5,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-97.4057,37.26137]}},{"type":"Feature","properties":{"code":1332,"plant_name":"West 14th Street","capacity_mw":11.1,"fuel_source":{"Natural Gas":11.1}},"geometry":{"type":"Point","coordinates":[-97.011,37.2354]}},{"type":"Feature","properties":{"code":1336,"plant_name":"Garden City","capacity_mw":222,"fuel_source":{"Natural Gas":222}},"geometry":{"type":"Point","coordinates":[-100.8956,37.9703]}},{"type":"Feature","properties":{"code":1353,"plant_name":"Big Sandy","capacity_mw":1060,"fuel_source":{"Coal":1060}},"geometry":{"type":"Point","coordinates":[-82.6176,38.1707]}},{"type":"Feature","properties":{"code":1354,"plant_name":"Dix Dam","capacity_mw":31.5,"fuel_source":{"Hydro":31.5}},"geometry":{"type":"Point","coordinates":[-84.7028,37.7864]}},{"type":"Feature","properties":{"code":1355,"plant_name":"E W Brown","capacity_mw":1496,"fuel_source":{"Coal":684,"Natural Gas":812}},"geometry":{"type":"Point","coordinates":[-84.71257,37.78831]}},{"type":"Feature","properties":{"code":1356,"plant_name":"Ghent","capacity_mw":1932,"fuel_source":{"Coal":1932}},"geometry":{"type":"Point","coordinates":[-85.035,38.7497]}},{"type":"Feature","properties":{"code":1357,"plant_name":"Green River","capacity_mw":163,"fuel_source":{"Coal":163}},"geometry":{"type":"Point","coordinates":[-87.1214,37.3636]}},{"type":"Feature","properties":{"code":1358,"plant_name":"Haefling","capacity_mw":24,"fuel_source":{"Natural Gas":24}},"geometry":{"type":"Point","coordinates":[-84.5194,38.0794]}},{"type":"Feature","properties":{"code":1359,"plant_name":"Mother Ann Lee","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-84.7247,37.8297]}},{"type":"Feature","properties":{"code":1363,"plant_name":"Cane Run","capacity_mw":577,"fuel_source":{"Coal":563,"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-85.8892,38.1831]}},{"type":"Feature","properties":{"code":1364,"plant_name":"Mill Creek","capacity_mw":1472,"fuel_source":{"Coal":1472}},"geometry":{"type":"Point","coordinates":[-85.9103,38.0525]}},{"type":"Feature","properties":{"code":1365,"plant_name":"Ohio Falls","capacity_mw":56,"fuel_source":{"Hydro":56}},"geometry":{"type":"Point","coordinates":[-85.7792,38.2832]}},{"type":"Feature","properties":{"code":1366,"plant_name":"Paddys Run","capacity_mw":182,"fuel_source":{"Natural Gas":182}},"geometry":{"type":"Point","coordinates":[-85.8417,38.22359]}},{"type":"Feature","properties":{"code":1368,"plant_name":"Zorn","capacity_mw":14,"fuel_source":{"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-85.70233,38.28028]}},{"type":"Feature","properties":{"code":1371,"plant_name":"Barkley","capacity_mw":148,"fuel_source":{"Hydro":148}},"geometry":{"type":"Point","coordinates":[-88.2211,37.0217]}},{"type":"Feature","properties":{"code":1374,"plant_name":"Elmer Smith","capacity_mw":398.7,"fuel_source":{"Coal":398.7}},"geometry":{"type":"Point","coordinates":[-87.0608,37.7942]}},{"type":"Feature","properties":{"code":1376,"plant_name":"Paris","capacity_mw":11.9,"fuel_source":{"Petroleum":11.9}},"geometry":{"type":"Point","coordinates":[-84.2383,38.2049]}},{"type":"Feature","properties":{"code":1377,"plant_name":"Kentucky Dam","capacity_mw":222.5,"fuel_source":{"Hydro":222.5}},"geometry":{"type":"Point","coordinates":[-88.2692,37.0131]}},{"type":"Feature","properties":{"code":1378,"plant_name":"Paradise","capacity_mw":2201,"fuel_source":{"Coal":2201}},"geometry":{"type":"Point","coordinates":[-86.9783,37.2608]}},{"type":"Feature","properties":{"code":1379,"plant_name":"Shawnee","capacity_mw":1330,"fuel_source":{"Coal":1330}},"geometry":{"type":"Point","coordinates":[-88.775,37.1517]}},{"type":"Feature","properties":{"code":1380,"plant_name":"Wolf Creek","capacity_mw":312,"fuel_source":{"Hydro":312}},"geometry":{"type":"Point","coordinates":[-85.147,36.8691]}},{"type":"Feature","properties":{"code":1381,"plant_name":"Kenneth C Coleman","capacity_mw":443,"fuel_source":{"Coal":443}},"geometry":{"type":"Point","coordinates":[-86.7911,37.9631]}},{"type":"Feature","properties":{"code":1382,"plant_name":"HMP&L Station Two Henderson","capacity_mw":312,"fuel_source":{"Coal":312}},"geometry":{"type":"Point","coordinates":[-87.5028,37.6469]}},{"type":"Feature","properties":{"code":1383,"plant_name":"Robert A Reid","capacity_mw":123,"fuel_source":{"Coal":65,"Petroleum":58}},"geometry":{"type":"Point","coordinates":[-87.5019,37.6461]}},{"type":"Feature","properties":{"code":1384,"plant_name":"Cooper","capacity_mw":341,"fuel_source":{"Coal":341}},"geometry":{"type":"Point","coordinates":[-84.5919,36.9981]}},{"type":"Feature","properties":{"code":1385,"plant_name":"Dale","capacity_mw":195,"fuel_source":{"Coal":195}},"geometry":{"type":"Point","coordinates":[-84.2619,37.8806]}},{"type":"Feature","properties":{"code":1391,"plant_name":"Louisiana 1","capacity_mw":382.4,"fuel_source":{"Natural Gas":382.4}},"geometry":{"type":"Point","coordinates":[-91.1864,30.4922]}},{"type":"Feature","properties":{"code":1392,"plant_name":"Louisiana 2","capacity_mw":138,"fuel_source":{"Natural Gas":138}},"geometry":{"type":"Point","coordinates":[-91.1864,30.4922]}},{"type":"Feature","properties":{"code":1393,"plant_name":"R S Nelson","capacity_mw":1309,"fuel_source":{"Coal":540,"Natural Gas":556}},"geometry":{"type":"Point","coordinates":[-93.2911,30.2844]}},{"type":"Feature","properties":{"code":1394,"plant_name":"Willow Glen","capacity_mw":1752,"fuel_source":{"Natural Gas":1752}},"geometry":{"type":"Point","coordinates":[-91.1164,30.2743]}},{"type":"Feature","properties":{"code":1396,"plant_name":"Coughlin Power Station","capacity_mw":732,"fuel_source":{"Natural Gas":732}},"geometry":{"type":"Point","coordinates":[-92.26111,30.8439]}},{"type":"Feature","properties":{"code":1400,"plant_name":"Teche","capacity_mw":380,"fuel_source":{"Natural Gas":380}},"geometry":{"type":"Point","coordinates":[-91.5425,29.82222]}},{"type":"Feature","properties":{"code":1401,"plant_name":"Buras","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-89.53726,29.35915]}},{"type":"Feature","properties":{"code":1402,"plant_name":"Little Gypsy","capacity_mw":1169.3,"fuel_source":{"Natural Gas":1169.3}},"geometry":{"type":"Point","coordinates":[-90.46169,30.00507]}},{"type":"Feature","properties":{"code":1403,"plant_name":"Nine Mile Point","capacity_mw":1519.2,"fuel_source":{"Natural Gas":1519.2}},"geometry":{"type":"Point","coordinates":[-90.1458,29.9472]}},{"type":"Feature","properties":{"code":1404,"plant_name":"Sterlington","capacity_mw":174,"fuel_source":{"Natural Gas":174}},"geometry":{"type":"Point","coordinates":[-92.0792,32.7047]}},{"type":"Feature","properties":{"code":1409,"plant_name":"Michoud","capacity_mw":781.2,"fuel_source":{"Natural Gas":781.2}},"geometry":{"type":"Point","coordinates":[-89.9372,30.0081]}},{"type":"Feature","properties":{"code":1416,"plant_name":"Arsenal Hill","capacity_mw":116,"fuel_source":{"Natural Gas":116}},"geometry":{"type":"Point","coordinates":[-93.7611,32.5181]}},{"type":"Feature","properties":{"code":1417,"plant_name":"Lieberman","capacity_mw":268,"fuel_source":{"Natural Gas":268}},"geometry":{"type":"Point","coordinates":[-93.9597,32.7047]}},{"type":"Feature","properties":{"code":1435,"plant_name":"Franklin","capacity_mw":8,"fuel_source":{"Natural Gas":8}},"geometry":{"type":"Point","coordinates":[-91.5425,29.82222]}},{"type":"Feature","properties":{"code":1439,"plant_name":"Houma","capacity_mw":72.1,"fuel_source":{"Natural Gas":72.1}},"geometry":{"type":"Point","coordinates":[-90.7225,29.5806]}},{"type":"Feature","properties":{"code":1443,"plant_name":"Louis Doc Bonin","capacity_mw":256,"fuel_source":{"Natural Gas":256}},"geometry":{"type":"Point","coordinates":[-92.04626,30.23804]}},{"type":"Feature","properties":{"code":1447,"plant_name":"Minden","capacity_mw":33.9,"fuel_source":{"Natural Gas":25,"Petroleum":8.9}},"geometry":{"type":"Point","coordinates":[-93.29436,32.60464]}},{"type":"Feature","properties":{"code":1449,"plant_name":"Morgan City","capacity_mw":51,"fuel_source":{"Natural Gas":51}},"geometry":{"type":"Point","coordinates":[-91.18849,29.69144]}},{"type":"Feature","properties":{"code":1453,"plant_name":"New Roads","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-91.36833,30.72611]}},{"type":"Feature","properties":{"code":1455,"plant_name":"Plaquemine","capacity_mw":37.9,"fuel_source":{"Natural Gas":37.9}},"geometry":{"type":"Point","coordinates":[-91.2567,30.27333]}},{"type":"Feature","properties":{"code":1456,"plant_name":"Rayne","capacity_mw":7,"fuel_source":{"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-92.2486,30.2044]}},{"type":"Feature","properties":{"code":1464,"plant_name":"Big Cajun 1","capacity_mw":430,"fuel_source":{"Natural Gas":430}},"geometry":{"type":"Point","coordinates":[-91.3556,30.6739]}},{"type":"Feature","properties":{"code":1466,"plant_name":"Bar Harbor","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-68.2869,44.3817]}},{"type":"Feature","properties":{"code":1468,"plant_name":"Eastport","capacity_mw":3.4,"fuel_source":{"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-67.0033,44.9136]}},{"type":"Feature","properties":{"code":1469,"plant_name":"Ellsworth Hydro Station","capacity_mw":9.3,"fuel_source":{"Hydro":9.3}},"geometry":{"type":"Point","coordinates":[-68.4306,44.5442]}},{"type":"Feature","properties":{"code":1472,"plant_name":"Howland Hydro Station","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-68.6572,45.2386]}},{"type":"Feature","properties":{"code":1474,"plant_name":"Medway","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-68.5444,45.6078]}},{"type":"Feature","properties":{"code":1475,"plant_name":"Milford Hydro Station","capacity_mw":7.8,"fuel_source":{"Hydro":7.8}},"geometry":{"type":"Point","coordinates":[-68.64504,44.94206]}},{"type":"Feature","properties":{"code":1478,"plant_name":"Stillwater Hydro Station","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-68.6833,44.9094]}},{"type":"Feature","properties":{"code":1480,"plant_name":"Androscoggin 3","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-70.2015,44.13533]}},{"type":"Feature","properties":{"code":1481,"plant_name":"Bar Mills","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-70.5525,43.6136]}},{"type":"Feature","properties":{"code":1482,"plant_name":"Bonny Eagle","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-70.61155,43.68769]}},{"type":"Feature","properties":{"code":1483,"plant_name":"Brunswick","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-69.96782,43.92049]}},{"type":"Feature","properties":{"code":1484,"plant_name":"Cape Gas Turbine","capacity_mw":32,"fuel_source":{"Petroleum":32}},"geometry":{"type":"Point","coordinates":[-70.2544,43.6436]}},{"type":"Feature","properties":{"code":1486,"plant_name":"Cataract","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-70.4472,43.4956]}},{"type":"Feature","properties":{"code":1487,"plant_name":"Continental Mills","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-70.22192,44.092]}},{"type":"Feature","properties":{"code":1488,"plant_name":"Deer Rips","capacity_mw":6.2,"fuel_source":{"Hydro":6.2}},"geometry":{"type":"Point","coordinates":[-70.20372,44.13457]}},{"type":"Feature","properties":{"code":1491,"plant_name":"Gulf Island","capacity_mw":23.2,"fuel_source":{"Hydro":23.2}},"geometry":{"type":"Point","coordinates":[-70.20938,44.15285]}},{"type":"Feature","properties":{"code":1492,"plant_name":"Harris","capacity_mw":87.4,"fuel_source":{"Hydro":87.4}},"geometry":{"type":"Point","coordinates":[-69.8658,45.4592]}},{"type":"Feature","properties":{"code":1493,"plant_name":"Hiram","capacity_mw":11.6,"fuel_source":{"Hydro":11.6}},"geometry":{"type":"Point","coordinates":[-70.7969,43.8525]}},{"type":"Feature","properties":{"code":1497,"plant_name":"Messalonskee 2 (Oakland)","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-69.7104,44.54854]}},{"type":"Feature","properties":{"code":1498,"plant_name":"Messalonskee 3","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-69.68184,44.56987]}},{"type":"Feature","properties":{"code":1500,"plant_name":"Messalonskee 5","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-69.65223,44.5344]}},{"type":"Feature","properties":{"code":1501,"plant_name":"North Gorham","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-70.44992,43.80252]}},{"type":"Feature","properties":{"code":1504,"plant_name":"Shawmut","capacity_mw":9.2,"fuel_source":{"Hydro":9.2}},"geometry":{"type":"Point","coordinates":[-69.58353,44.62952]}},{"type":"Feature","properties":{"code":1505,"plant_name":"Skelton","capacity_mw":19.8,"fuel_source":{"Hydro":19.8}},"geometry":{"type":"Point","coordinates":[-70.5583,43.5708]}},{"type":"Feature","properties":{"code":1507,"plant_name":"William F Wyman","capacity_mw":821.6,"fuel_source":{"Petroleum":821.6}},"geometry":{"type":"Point","coordinates":[-70.1567,43.7508]}},{"type":"Feature","properties":{"code":1508,"plant_name":"West Buxton","capacity_mw":7.7,"fuel_source":{"Hydro":7.7}},"geometry":{"type":"Point","coordinates":[-70.60212,43.66687]}},{"type":"Feature","properties":{"code":1509,"plant_name":"Weston","capacity_mw":13.2,"fuel_source":{"Hydro":13.2}},"geometry":{"type":"Point","coordinates":[-69.71828,44.76388]}},{"type":"Feature","properties":{"code":1510,"plant_name":"Williams","capacity_mw":14.9,"fuel_source":{"Hydro":14.9}},"geometry":{"type":"Point","coordinates":[-69.8703,44.9589]}},{"type":"Feature","properties":{"code":1511,"plant_name":"Wyman Hydro","capacity_mw":83,"fuel_source":{"Hydro":83}},"geometry":{"type":"Point","coordinates":[-69.9064,45.0703]}},{"type":"Feature","properties":{"code":1513,"plant_name":"Caribou Generation Station","capacity_mw":30.8,"fuel_source":{"Petroleum":30,"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-68.0026,46.848]}},{"type":"Feature","properties":{"code":1514,"plant_name":"Flos Inn Diesel","capacity_mw":4.2,"fuel_source":{"Petroleum":4.2}},"geometry":{"type":"Point","coordinates":[-67.9556,46.71]}},{"type":"Feature","properties":{"code":1516,"plant_name":"Squa Pan Hydro Station","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-68.32554,46.55648]}},{"type":"Feature","properties":{"code":1552,"plant_name":"C P Crane","capacity_mw":399,"fuel_source":{"Coal":385,"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-76.36512,39.3236]}},{"type":"Feature","properties":{"code":1553,"plant_name":"Gould Street","capacity_mw":97,"fuel_source":{"Natural Gas":97}},"geometry":{"type":"Point","coordinates":[-76.6047,39.2663]}},{"type":"Feature","properties":{"code":1554,"plant_name":"Herbert A Wagner","capacity_mw":975.9,"fuel_source":{"Coal":440,"Natural Gas":126}},"geometry":{"type":"Point","coordinates":[-76.5268,39.1781]}},{"type":"Feature","properties":{"code":1555,"plant_name":"Notch Cliff","capacity_mw":116.7,"fuel_source":{"Natural Gas":116.7}},"geometry":{"type":"Point","coordinates":[-76.5087,39.4217]}},{"type":"Feature","properties":{"code":1556,"plant_name":"Perryman","capacity_mw":353.6,"fuel_source":{"Natural Gas":147.6,"Petroleum":206}},"geometry":{"type":"Point","coordinates":[-76.22176,39.44284]}},{"type":"Feature","properties":{"code":1557,"plant_name":"Philadelphia","capacity_mw":60.9,"fuel_source":{"Petroleum":60.9}},"geometry":{"type":"Point","coordinates":[-76.5636,39.2986]}},{"type":"Feature","properties":{"code":1559,"plant_name":"Riverside","capacity_mw":113,"fuel_source":{"Natural Gas":74,"Petroleum":39}},"geometry":{"type":"Point","coordinates":[-76.5133,39.2369]}},{"type":"Feature","properties":{"code":1560,"plant_name":"Westport","capacity_mw":115.8,"fuel_source":{"Natural Gas":115.8}},"geometry":{"type":"Point","coordinates":[-76.6186,39.2719]}},{"type":"Feature","properties":{"code":1563,"plant_name":"Crisfield","capacity_mw":10.4,"fuel_source":{"Petroleum":10.4}},"geometry":{"type":"Point","coordinates":[-75.8333,37.9833]}},{"type":"Feature","properties":{"code":1564,"plant_name":"Vienna Operations","capacity_mw":168.9,"fuel_source":{"Petroleum":168.9}},"geometry":{"type":"Point","coordinates":[-75.8208,38.4878]}},{"type":"Feature","properties":{"code":1567,"plant_name":"Deep Creek","capacity_mw":18,"fuel_source":{"Hydro":18}},"geometry":{"type":"Point","coordinates":[-79.413,39.523]}},{"type":"Feature","properties":{"code":1571,"plant_name":"Chalk Point LLC","capacity_mw":2248,"fuel_source":{"Coal":667,"Petroleum":1581}},"geometry":{"type":"Point","coordinates":[-76.6861,38.5444]}},{"type":"Feature","properties":{"code":1572,"plant_name":"Dickerson","capacity_mw":849,"fuel_source":{"Coal":537,"Natural Gas":294}},"geometry":{"type":"Point","coordinates":[-77.4644,39.2097]}},{"type":"Feature","properties":{"code":1573,"plant_name":"Morgantown Generating Plant","capacity_mw":1423,"fuel_source":{"Coal":1205,"Petroleum":218}},"geometry":{"type":"Point","coordinates":[-76.9767,38.3592]}},{"type":"Feature","properties":{"code":1574,"plant_name":"Conowingo","capacity_mw":572,"fuel_source":{"Hydro":572}},"geometry":{"type":"Point","coordinates":[-76.1752,39.6572]}},{"type":"Feature","properties":{"code":1580,"plant_name":"Easton","capacity_mw":31.9,"fuel_source":{"Petroleum":31.9}},"geometry":{"type":"Point","coordinates":[-76.0769,38.7786]}},{"type":"Feature","properties":{"code":1586,"plant_name":"Exelon Framingham LLC","capacity_mw":31.4,"fuel_source":{"Petroleum":31.4}},"geometry":{"type":"Point","coordinates":[-71.3983,42.2672]}},{"type":"Feature","properties":{"code":1587,"plant_name":"Exelon L Street","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-71.0353,42.3392]}},{"type":"Feature","properties":{"code":1588,"plant_name":"Mystic Generating Station","capacity_mw":2001.9,"fuel_source":{"Natural Gas":1992.8,"Petroleum":9.1}},"geometry":{"type":"Point","coordinates":[-71.0675,42.3908]}},{"type":"Feature","properties":{"code":1590,"plant_name":"Pilgrim Nuclear Power Station","capacity_mw":677.3,"fuel_source":{"Nuclear":677.3}},"geometry":{"type":"Point","coordinates":[-70.578,41.9438]}},{"type":"Feature","properties":{"code":1592,"plant_name":"Exelon Medway LLC","capacity_mw":123.8,"fuel_source":{"Petroleum":123.8}},"geometry":{"type":"Point","coordinates":[-71.44644,42.14003]}},{"type":"Feature","properties":{"code":1595,"plant_name":"Kendall Square Station","capacity_mw":225.7,"fuel_source":{"Natural Gas":208.5,"Petroleum":17.2}},"geometry":{"type":"Point","coordinates":[-71.0792,42.3633]}},{"type":"Feature","properties":{"code":1597,"plant_name":"Oak Bluffs Diesel Generating Facility","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-70.5547,41.4508]}},{"type":"Feature","properties":{"code":1599,"plant_name":"Canal","capacity_mw":1113,"fuel_source":{"Petroleum":1113}},"geometry":{"type":"Point","coordinates":[-70.5097,41.7694]}},{"type":"Feature","properties":{"code":1603,"plant_name":"Boatlock","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-72.6014,42.2086]}},{"type":"Feature","properties":{"code":1604,"plant_name":"Chemical","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-72.6097,42.1919]}},{"type":"Feature","properties":{"code":1605,"plant_name":"Hadley Falls","capacity_mw":30.3,"fuel_source":{"Hydro":30.3}},"geometry":{"type":"Point","coordinates":[-72.6036,42.2119]}},{"type":"Feature","properties":{"code":1606,"plant_name":"Mount Tom","capacity_mw":143.6,"fuel_source":{"Coal":143.6}},"geometry":{"type":"Point","coordinates":[-72.6055,42.2806]}},{"type":"Feature","properties":{"code":1607,"plant_name":"Riverside","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-72.59443,42.20059]}},{"type":"Feature","properties":{"code":1615,"plant_name":"Nantucket","capacity_mw":5.2,"fuel_source":{"Petroleum":5.2}},"geometry":{"type":"Point","coordinates":[-70.0517,41.2583]}},{"type":"Feature","properties":{"code":1619,"plant_name":"Brayton Point","capacity_mw":1518.5,"fuel_source":{"Coal":1083.5,"Petroleum":435}},"geometry":{"type":"Point","coordinates":[-71.1931,41.7103]}},{"type":"Feature","properties":{"code":1620,"plant_name":"Deerfield 5","capacity_mw":13.9,"fuel_source":{"Hydro":13.9}},"geometry":{"type":"Point","coordinates":[-72.9561,42.69118]}},{"type":"Feature","properties":{"code":1629,"plant_name":"Cabot","capacity_mw":61.8,"fuel_source":{"Hydro":61.8}},"geometry":{"type":"Point","coordinates":[-72.5793,42.5875]}},{"type":"Feature","properties":{"code":1630,"plant_name":"Cobble Mountain","capacity_mw":32.6,"fuel_source":{"Hydro":32.6}},"geometry":{"type":"Point","coordinates":[-72.86466,42.11711]}},{"type":"Feature","properties":{"code":1631,"plant_name":"Doreen","capacity_mw":16.6,"fuel_source":{"Petroleum":16.6}},"geometry":{"type":"Point","coordinates":[-73.2058,42.4433]}},{"type":"Feature","properties":{"code":1634,"plant_name":"Gardners Falls","capacity_mw":3.8,"fuel_source":{"Hydro":3.8}},"geometry":{"type":"Point","coordinates":[-72.7308,42.5914]}},{"type":"Feature","properties":{"code":1637,"plant_name":"Putts Bridge","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-72.48643,42.1579]}},{"type":"Feature","properties":{"code":1638,"plant_name":"Redbridge","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-72.40952,42.17605]}},{"type":"Feature","properties":{"code":1642,"plant_name":"NAEA Energy Massachusetts LLC","capacity_mw":193.9,"fuel_source":{"Natural Gas":75.5,"Petroleum":118.4}},"geometry":{"type":"Point","coordinates":[-72.595,42.095]}},{"type":"Feature","properties":{"code":1643,"plant_name":"Woodland Road","capacity_mw":16.7,"fuel_source":{"Petroleum":16.7}},"geometry":{"type":"Point","coordinates":[-73.23549,42.33621]}},{"type":"Feature","properties":{"code":1660,"plant_name":"Potter Station 2","capacity_mw":185.6,"fuel_source":{"Natural Gas":183.3,"Petroleum":2.3}},"geometry":{"type":"Point","coordinates":[-70.9672,42.235]}},{"type":"Feature","properties":{"code":1670,"plant_name":"High Street Station","capacity_mw":12.3,"fuel_source":{"Natural Gas":8.6,"Petroleum":3.7}},"geometry":{"type":"Point","coordinates":[-70.8697,42.6986]}},{"type":"Feature","properties":{"code":1678,"plant_name":"Waters River","capacity_mw":46.6,"fuel_source":{"Natural Gas":46.6}},"geometry":{"type":"Point","coordinates":[-70.92831,42.54295]}},{"type":"Feature","properties":{"code":1682,"plant_name":"Cleary Flood","capacity_mw":133.5,"fuel_source":{"Petroleum":133.5}},"geometry":{"type":"Point","coordinates":[-71.1061,41.8653]}},{"type":"Feature","properties":{"code":1693,"plant_name":"Alcona","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-83.80451,44.56196]}},{"type":"Feature","properties":{"code":1694,"plant_name":"Allegan Dam","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-85.95398,42.5638]}},{"type":"Feature","properties":{"code":1695,"plant_name":"B C Cobb","capacity_mw":494,"fuel_source":{"Coal":307,"Natural Gas":187}},"geometry":{"type":"Point","coordinates":[-86.24227,43.25877]}},{"type":"Feature","properties":{"code":1696,"plant_name":"B E Morrow","capacity_mw":24,"fuel_source":{"Natural Gas":24}},"geometry":{"type":"Point","coordinates":[-85.49255,42.28022]}},{"type":"Feature","properties":{"code":1698,"plant_name":"C W Tippy","capacity_mw":21,"fuel_source":{"Hydro":21}},"geometry":{"type":"Point","coordinates":[-85.93957,44.25914]}},{"type":"Feature","properties":{"code":1700,"plant_name":"Cooke","capacity_mw":7.5,"fuel_source":{"Hydro":7.5}},"geometry":{"type":"Point","coordinates":[-83.57195,44.47262]}},{"type":"Feature","properties":{"code":1701,"plant_name":"Croton","capacity_mw":8.4,"fuel_source":{"Hydro":8.4}},"geometry":{"type":"Point","coordinates":[-85.66446,43.43732]}},{"type":"Feature","properties":{"code":1702,"plant_name":"Dan E Karn","capacity_mw":1714,"fuel_source":{"Coal":510,"Natural Gas":1204}},"geometry":{"type":"Point","coordinates":[-83.84007,43.645]}},{"type":"Feature","properties":{"code":1704,"plant_name":"Five Channels","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-83.67627,44.45552]}},{"type":"Feature","properties":{"code":1705,"plant_name":"Foote","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-83.44072,44.43538]}},{"type":"Feature","properties":{"code":1706,"plant_name":"Gaylord","capacity_mw":33,"fuel_source":{"Natural Gas":33}},"geometry":{"type":"Point","coordinates":[-84.7039,45.0306]}},{"type":"Feature","properties":{"code":1707,"plant_name":"Hardy","capacity_mw":33.1,"fuel_source":{"Hydro":33.1}},"geometry":{"type":"Point","coordinates":[-85.62987,43.48662]}},{"type":"Feature","properties":{"code":1708,"plant_name":"Hodenpyl","capacity_mw":18.4,"fuel_source":{"Hydro":18.4}},"geometry":{"type":"Point","coordinates":[-85.81997,44.36286]}},{"type":"Feature","properties":{"code":1710,"plant_name":"J H Campbell","capacity_mw":1429,"fuel_source":{"Coal":1416,"Petroleum":13}},"geometry":{"type":"Point","coordinates":[-86.20074,42.9103]}},{"type":"Feature","properties":{"code":1712,"plant_name":"Loud","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-83.7208,44.4631]}},{"type":"Feature","properties":{"code":1713,"plant_name":"Ludington","capacity_mw":1872,"fuel_source":{"Pumped Storage":1872}},"geometry":{"type":"Point","coordinates":[-86.4447,43.8942]}},{"type":"Feature","properties":{"code":1714,"plant_name":"Mio","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-84.13169,44.66111]}},{"type":"Feature","properties":{"code":1715,"plant_name":"Palisades","capacity_mw":782.2,"fuel_source":{"Nuclear":782.2}},"geometry":{"type":"Point","coordinates":[-86.3146,42.323]}},{"type":"Feature","properties":{"code":1716,"plant_name":"Rogers","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-85.47947,43.613]}},{"type":"Feature","properties":{"code":1718,"plant_name":"Straits","capacity_mw":10,"fuel_source":{"Natural Gas":10}},"geometry":{"type":"Point","coordinates":[-84.7566,45.76686]}},{"type":"Feature","properties":{"code":1719,"plant_name":"Thetford","capacity_mw":114,"fuel_source":{"Natural Gas":114}},"geometry":{"type":"Point","coordinates":[-83.62859,43.15675]}},{"type":"Feature","properties":{"code":1720,"plant_name":"J C Weadock","capacity_mw":322,"fuel_source":{"Coal":309,"Natural Gas":13}},"geometry":{"type":"Point","coordinates":[-83.84471,43.63993]}},{"type":"Feature","properties":{"code":1722,"plant_name":"Webber","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-84.9025,42.9528]}},{"type":"Feature","properties":{"code":1723,"plant_name":"J R Whiting","capacity_mw":330,"fuel_source":{"Coal":317,"Petroleum":13}},"geometry":{"type":"Point","coordinates":[-83.44948,41.79211]}},{"type":"Feature","properties":{"code":1725,"plant_name":"Colfax","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-84.09518,42.65865]}},{"type":"Feature","properties":{"code":1728,"plant_name":"Delray","capacity_mw":120,"fuel_source":{"Natural Gas":120}},"geometry":{"type":"Point","coordinates":[-83.1019,42.2947]}},{"type":"Feature","properties":{"code":1729,"plant_name":"Fermi","capacity_mw":1133,"fuel_source":{"Petroleum":48,"Nuclear":1085}},"geometry":{"type":"Point","coordinates":[-83.2581,41.9631]}},{"type":"Feature","properties":{"code":1730,"plant_name":"Hancock","capacity_mw":124,"fuel_source":{"Natural Gas":124}},"geometry":{"type":"Point","coordinates":[-83.4425,42.5497]}},{"type":"Feature","properties":{"code":1733,"plant_name":"Monroe","capacity_mw":2944,"fuel_source":{"Coal":2930,"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-83.3464,41.8906]}},{"type":"Feature","properties":{"code":1734,"plant_name":"Northeast","capacity_mw":102,"fuel_source":{"Natural Gas":51,"Petroleum":51}},"geometry":{"type":"Point","coordinates":[-83.0381,42.45]}},{"type":"Feature","properties":{"code":1735,"plant_name":"Oliver","capacity_mw":11.5,"fuel_source":{"Petroleum":11.5}},"geometry":{"type":"Point","coordinates":[-83.2383,43.8264]}},{"type":"Feature","properties":{"code":1737,"plant_name":"Placid 12","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-83.4569,42.7106]}},{"type":"Feature","properties":{"code":1739,"plant_name":"Putnam","capacity_mw":11.5,"fuel_source":{"Petroleum":11.5}},"geometry":{"type":"Point","coordinates":[-83.4561,42.7108]}},{"type":"Feature","properties":{"code":1740,"plant_name":"River Rouge","capacity_mw":770.6,"fuel_source":{"Coal":527,"Natural Gas":234}},"geometry":{"type":"Point","coordinates":[-83.1119,42.2739]}},{"type":"Feature","properties":{"code":1741,"plant_name":"Slocum","capacity_mw":11.6,"fuel_source":{"Petroleum":11.6}},"geometry":{"type":"Point","coordinates":[-83.185,42.1225]}},{"type":"Feature","properties":{"code":1743,"plant_name":"St Clair","capacity_mw":1396.8,"fuel_source":{"Coal":1374,"Petroleum":22.8}},"geometry":{"type":"Point","coordinates":[-82.4719,42.7642]}},{"type":"Feature","properties":{"code":1744,"plant_name":"Superior","capacity_mw":44,"fuel_source":{"Petroleum":44}},"geometry":{"type":"Point","coordinates":[-83.6422,42.2639]}},{"type":"Feature","properties":{"code":1745,"plant_name":"Trenton Channel","capacity_mw":713,"fuel_source":{"Coal":713}},"geometry":{"type":"Point","coordinates":[-83.1808,42.1217]}},{"type":"Feature","properties":{"code":1746,"plant_name":"Wilmot","capacity_mw":11.5,"fuel_source":{"Petroleum":11.5}},"geometry":{"type":"Point","coordinates":[-83.1889,43.4566]}},{"type":"Feature","properties":{"code":1750,"plant_name":"Manistique","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-86.25629,45.95501]}},{"type":"Feature","properties":{"code":1751,"plant_name":"Edison Sault","capacity_mw":29.2,"fuel_source":{"Hydro":29.2}},"geometry":{"type":"Point","coordinates":[-84.3729,46.5162]}},{"type":"Feature","properties":{"code":1753,"plant_name":"Berrien Springs","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-86.3289,41.9439]}},{"type":"Feature","properties":{"code":1754,"plant_name":"Buchanan","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-86.3524,41.84]}},{"type":"Feature","properties":{"code":1756,"plant_name":"Saxon Falls","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-90.3742,46.5392]}},{"type":"Feature","properties":{"code":1757,"plant_name":"Superior Falls","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-90.41615,46.5646]}},{"type":"Feature","properties":{"code":1760,"plant_name":"Constantine","capacity_mw":0.5,"fuel_source":{"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-85.6694,41.8436]}},{"type":"Feature","properties":{"code":1761,"plant_name":"Mottville","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-85.7505,41.8056]}},{"type":"Feature","properties":{"code":1769,"plant_name":"Presque Isle","capacity_mw":344,"fuel_source":{"Coal":344}},"geometry":{"type":"Point","coordinates":[-87.395,46.5789]}},{"type":"Feature","properties":{"code":1771,"plant_name":"Escanaba","capacity_mw":38.5,"fuel_source":{"Coal":26,"Petroleum":12.5}},"geometry":{"type":"Point","coordinates":[-87.06392,45.77167]}},{"type":"Feature","properties":{"code":1772,"plant_name":"John H Warden","capacity_mw":17.7,"fuel_source":{"Wood":17.7}},"geometry":{"type":"Point","coordinates":[-88.4558,46.7553]}},{"type":"Feature","properties":{"code":1773,"plant_name":"Prickett","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-88.6625,46.7261]}},{"type":"Feature","properties":{"code":1774,"plant_name":"Victoria","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-89.2089,46.6964]}},{"type":"Feature","properties":{"code":1775,"plant_name":"Brule","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-88.2189,45.9472]}},{"type":"Feature","properties":{"code":1776,"plant_name":"Chalk Hill","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-87.8011,45.5136]}},{"type":"Feature","properties":{"code":1777,"plant_name":"Hemlock Falls","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-88.225,46.1311]}},{"type":"Feature","properties":{"code":1778,"plant_name":"Kingsford","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-88.12512,45.80796]}},{"type":"Feature","properties":{"code":1780,"plant_name":"Michigamme Falls","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-88.1958,45.9553]}},{"type":"Feature","properties":{"code":1781,"plant_name":"Peavy Falls","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-88.21051,45.99078]}},{"type":"Feature","properties":{"code":1784,"plant_name":"Twin Falls","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-88.0694,45.8719]}},{"type":"Feature","properties":{"code":1785,"plant_name":"Way Dam","capacity_mw":0.1,"fuel_source":{"Hydro":0.1}},"geometry":{"type":"Point","coordinates":[-88.2353,46.1592]}},{"type":"Feature","properties":{"code":1786,"plant_name":"White Rapids","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-87.80218,45.48208]}},{"type":"Feature","properties":{"code":1787,"plant_name":"Grand Rapids","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-87.6494,45.3547]}},{"type":"Feature","properties":{"code":1818,"plant_name":"Clinton","capacity_mw":3,"fuel_source":{"Natural Gas":2,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-83.9714,42.0725]}},{"type":"Feature","properties":{"code":1819,"plant_name":"Coldwater","capacity_mw":8.5,"fuel_source":{"Natural Gas":6,"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-84.99545,41.93222]}},{"type":"Feature","properties":{"code":1821,"plant_name":"Crystal Falls","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-88.33453,46.10628]}},{"type":"Feature","properties":{"code":1825,"plant_name":"J B Sims","capacity_mw":66.3,"fuel_source":{"Coal":66.3}},"geometry":{"type":"Point","coordinates":[-86.235,43.0706]}},{"type":"Feature","properties":{"code":1826,"plant_name":"Grand Haven Diesel Plant","capacity_mw":21.8,"fuel_source":{"Natural Gas":11.2,"Petroleum":10.6}},"geometry":{"type":"Point","coordinates":[-86.41,43.1006]}},{"type":"Feature","properties":{"code":1827,"plant_name":"Hart","capacity_mw":5.1,"fuel_source":{"Natural Gas":1.4,"Petroleum":3.7}},"geometry":{"type":"Point","coordinates":[-86.4367,43.7067]}},{"type":"Feature","properties":{"code":1829,"plant_name":"Hillsdale","capacity_mw":19.6,"fuel_source":{"Natural Gas":17.7,"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-84.6319,41.9061]}},{"type":"Feature","properties":{"code":1830,"plant_name":"James De Young","capacity_mw":58,"fuel_source":{"Coal":58}},"geometry":{"type":"Point","coordinates":[-86.1133,42.7956]}},{"type":"Feature","properties":{"code":1831,"plant_name":"Eckert Station","capacity_mw":285,"fuel_source":{"Coal":285}},"geometry":{"type":"Point","coordinates":[-84.55808,42.71839]}},{"type":"Feature","properties":{"code":1832,"plant_name":"Erickson Station","capacity_mw":154.5,"fuel_source":{"Coal":154.5}},"geometry":{"type":"Point","coordinates":[-84.65722,42.69222]}},{"type":"Feature","properties":{"code":1840,"plant_name":"Plant Four","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-87.40358,46.57597]}},{"type":"Feature","properties":{"code":1842,"plant_name":"James R Smith","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-87.41045,46.57164]}},{"type":"Feature","properties":{"code":1843,"plant_name":"Shiras","capacity_mw":72.1,"fuel_source":{"Coal":72.1}},"geometry":{"type":"Point","coordinates":[-87.39221,46.5306]}},{"type":"Feature","properties":{"code":1844,"plant_name":"Marshall","capacity_mw":10.7,"fuel_source":{"Natural Gas":9.8,"Petroleum":0.7}},"geometry":{"type":"Point","coordinates":[-84.9411,42.2717]}},{"type":"Feature","properties":{"code":1846,"plant_name":"Newberry","capacity_mw":4.5,"fuel_source":{"Petroleum":4.5}},"geometry":{"type":"Point","coordinates":[-85.8183,46.5933]}},{"type":"Feature","properties":{"code":1848,"plant_name":"Norway","capacity_mw":5.9,"fuel_source":{"Hydro":5.9}},"geometry":{"type":"Point","coordinates":[-87.9058,45.7889]}},{"type":"Feature","properties":{"code":1851,"plant_name":"Frank Jenkins","capacity_mw":3.5,"fuel_source":{"Petroleum":3.5}},"geometry":{"type":"Point","coordinates":[-84.9031,42.8644]}},{"type":"Feature","properties":{"code":1852,"plant_name":"St Louis","capacity_mw":6.9,"fuel_source":{"Petroleum":6.5,"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-84.6014,43.4019]}},{"type":"Feature","properties":{"code":1853,"plant_name":"Main Street","capacity_mw":5.6,"fuel_source":{"Natural Gas":4.8,"Petroleum":0.8}},"geometry":{"type":"Point","coordinates":[-83.4367,43.7289]}},{"type":"Feature","properties":{"code":1855,"plant_name":"Sturgis City Diesel Plant","capacity_mw":6,"fuel_source":{"Natural Gas":6}},"geometry":{"type":"Point","coordinates":[-85.4256,41.7992]}},{"type":"Feature","properties":{"code":1856,"plant_name":"Hydro Plant","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-85.5381,41.9711]}},{"type":"Feature","properties":{"code":1865,"plant_name":"Saint Marys Falls","capacity_mw":20.3,"fuel_source":{"Hydro":20.3}},"geometry":{"type":"Point","coordinates":[-84.34927,46.50625]}},{"type":"Feature","properties":{"code":1866,"plant_name":"Wyandotte","capacity_mw":77.4,"fuel_source":{"Coal":42.5,"Natural Gas":29.5}},"geometry":{"type":"Point","coordinates":[-83.1453,42.2081]}},{"type":"Feature","properties":{"code":1867,"plant_name":"Zeeland","capacity_mw":24,"fuel_source":{"Natural Gas":24}},"geometry":{"type":"Point","coordinates":[-86.0558,42.8067]}},{"type":"Feature","properties":{"code":1868,"plant_name":"Dafter","capacity_mw":6.8,"fuel_source":{"Petroleum":6.8}},"geometry":{"type":"Point","coordinates":[-84.3847,46.3292]}},{"type":"Feature","properties":{"code":1871,"plant_name":"Kleber","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-84.33326,45.39198]}},{"type":"Feature","properties":{"code":1873,"plant_name":"Tower","capacity_mw":19.3,"fuel_source":{"Petroleum":19.3}},"geometry":{"type":"Point","coordinates":[-84.29497,45.36282]}},{"type":"Feature","properties":{"code":1874,"plant_name":"Caro","capacity_mw":8.5,"fuel_source":{"Petroleum":8.5}},"geometry":{"type":"Point","coordinates":[-83.3881,43.4878]}},{"type":"Feature","properties":{"code":1875,"plant_name":"Ubly","capacity_mw":12.3,"fuel_source":{"Natural Gas":1.5,"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-82.9478,43.6806]}},{"type":"Feature","properties":{"code":1877,"plant_name":"George Johnson","capacity_mw":49.7,"fuel_source":{"Natural Gas":48.7,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-85.426,43.8393]}},{"type":"Feature","properties":{"code":1880,"plant_name":"Claude Vandyke","capacity_mw":39.5,"fuel_source":{"Natural Gas":39.5}},"geometry":{"type":"Point","coordinates":[-85.8551,42.731]}},{"type":"Feature","properties":{"code":1881,"plant_name":"Vestaburg","capacity_mw":24.5,"fuel_source":{"Natural Gas":18.5,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-84.9141,43.4016]}},{"type":"Feature","properties":{"code":1888,"plant_name":"Fox Lake","capacity_mw":91.9,"fuel_source":{"Natural Gas":91.9}},"geometry":{"type":"Point","coordinates":[-94.7075,43.6728]}},{"type":"Feature","properties":{"code":1889,"plant_name":"Hills","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-96.36472,43.52887]}},{"type":"Feature","properties":{"code":1891,"plant_name":"Syl Laskin","capacity_mw":88.9,"fuel_source":{"Coal":88.9}},"geometry":{"type":"Point","coordinates":[-92.1619,47.5306]}},{"type":"Feature","properties":{"code":1892,"plant_name":"Blanchard","capacity_mw":10.7,"fuel_source":{"Hydro":10.7}},"geometry":{"type":"Point","coordinates":[-94.3592,45.8614]}},{"type":"Feature","properties":{"code":1893,"plant_name":"Clay Boswell","capacity_mw":965.5,"fuel_source":{"Coal":964.7,"Petroleum":0.8}},"geometry":{"type":"Point","coordinates":[-93.6528,47.2611]}},{"type":"Feature","properties":{"code":1894,"plant_name":"Fond Du Lac","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-92.2939,46.66677]}},{"type":"Feature","properties":{"code":1895,"plant_name":"Knife Falls","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-92.44862,46.72663]}},{"type":"Feature","properties":{"code":1896,"plant_name":"Little Falls","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-94.36909,45.97501]}},{"type":"Feature","properties":{"code":1897,"plant_name":"M L Hibbard","capacity_mw":58,"fuel_source":{"Wood":58}},"geometry":{"type":"Point","coordinates":[-92.15171,46.73533]}},{"type":"Feature","properties":{"code":1898,"plant_name":"Pillager","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-94.48494,46.31603]}},{"type":"Feature","properties":{"code":1899,"plant_name":"Scanlon","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-92.42173,46.70913]}},{"type":"Feature","properties":{"code":1900,"plant_name":"Sylvan","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-94.3775,46.305]}},{"type":"Feature","properties":{"code":1901,"plant_name":"Thomson","capacity_mw":72.6,"fuel_source":{"Hydro":72.6}},"geometry":{"type":"Point","coordinates":[-92.3333,46.655]}},{"type":"Feature","properties":{"code":1902,"plant_name":"Winton","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-91.7639,47.9344]}},{"type":"Feature","properties":{"code":1904,"plant_name":"Black Dog","capacity_mw":503,"fuel_source":{"Coal":232,"Natural Gas":271}},"geometry":{"type":"Point","coordinates":[-93.2501,44.8108]}},{"type":"Feature","properties":{"code":1910,"plant_name":"Granite City","capacity_mw":52,"fuel_source":{"Natural Gas":52}},"geometry":{"type":"Point","coordinates":[-94.1408,45.5756]}},{"type":"Feature","properties":{"code":1911,"plant_name":"Hennepin Island","capacity_mw":6.5,"fuel_source":{"Hydro":6.5}},"geometry":{"type":"Point","coordinates":[-93.25416,44.98236]}},{"type":"Feature","properties":{"code":1912,"plant_name":"High Bridge","capacity_mw":534,"fuel_source":{"Natural Gas":534}},"geometry":{"type":"Point","coordinates":[-93.1117,44.9314]}},{"type":"Feature","properties":{"code":1913,"plant_name":"Inver Hills","capacity_mw":285.6,"fuel_source":{"Natural Gas":282,"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-93.042,44.781]}},{"type":"Feature","properties":{"code":1914,"plant_name":"Key City","capacity_mw":42,"fuel_source":{"Natural Gas":42}},"geometry":{"type":"Point","coordinates":[-94.0078,44.1974]}},{"type":"Feature","properties":{"code":1915,"plant_name":"Allen S King","capacity_mw":511,"fuel_source":{"Coal":511}},"geometry":{"type":"Point","coordinates":[-92.7786,45.03]}},{"type":"Feature","properties":{"code":1922,"plant_name":"Monticello","capacity_mw":633,"fuel_source":{"Nuclear":633}},"geometry":{"type":"Point","coordinates":[-93.8493,45.3338]}},{"type":"Feature","properties":{"code":1925,"plant_name":"Prairie Island","capacity_mw":1040,"fuel_source":{"Nuclear":1040}},"geometry":{"type":"Point","coordinates":[-92.6333,44.622]}},{"type":"Feature","properties":{"code":1926,"plant_name":"Red Wing","capacity_mw":18,"fuel_source":{"Biomass":18}},"geometry":{"type":"Point","coordinates":[-92.51691,44.5692]}},{"type":"Feature","properties":{"code":1927,"plant_name":"Riverside","capacity_mw":470,"fuel_source":{"Natural Gas":470}},"geometry":{"type":"Point","coordinates":[-93.2753,45.0203]}},{"type":"Feature","properties":{"code":1929,"plant_name":"St James","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-95.67889,43.62167]}},{"type":"Feature","properties":{"code":1934,"plant_name":"Wilmarth","capacity_mw":18,"fuel_source":{"Biomass":18}},"geometry":{"type":"Point","coordinates":[-94.0009,44.1967]}},{"type":"Feature","properties":{"code":1943,"plant_name":"Hoot Lake","capacity_mw":138.3,"fuel_source":{"Coal":138,"Petroleum":0.3}},"geometry":{"type":"Point","coordinates":[-96.04325,46.29064]}},{"type":"Feature","properties":{"code":1956,"plant_name":"Adrian","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-95.94361,43.63917]}},{"type":"Feature","properties":{"code":1958,"plant_name":"Alexandria","capacity_mw":8.2,"fuel_source":{"Petroleum":8.2}},"geometry":{"type":"Point","coordinates":[-95.37972,45.88917]}},{"type":"Feature","properties":{"code":1961,"plant_name":"Austin Northeast","capacity_mw":28,"fuel_source":{"Natural Gas":28}},"geometry":{"type":"Point","coordinates":[-92.9626,43.7014]}},{"type":"Feature","properties":{"code":1964,"plant_name":"Benson City of","capacity_mw":11.1,"fuel_source":{"Petroleum":11.1}},"geometry":{"type":"Point","coordinates":[-95.60278,45.31444]}},{"type":"Feature","properties":{"code":1966,"plant_name":"Blooming Prairie","capacity_mw":6.2,"fuel_source":{"Petroleum":6.2}},"geometry":{"type":"Point","coordinates":[-93.1247,43.9225]}},{"type":"Feature","properties":{"code":1967,"plant_name":"Blue Earth","capacity_mw":8.1,"fuel_source":{"Petroleum":8.1}},"geometry":{"type":"Point","coordinates":[-94.10167,43.6375]}},{"type":"Feature","properties":{"code":1969,"plant_name":"Delano","capacity_mw":22.6,"fuel_source":{"Natural Gas":2.4,"Petroleum":20.2}},"geometry":{"type":"Point","coordinates":[-93.79052,45.04138]}},{"type":"Feature","properties":{"code":1970,"plant_name":"Detroit Lakes","capacity_mw":9.6,"fuel_source":{"Petroleum":9.6}},"geometry":{"type":"Point","coordinates":[-95.84333,46.8175]}},{"type":"Feature","properties":{"code":1971,"plant_name":"Elk River City of","capacity_mw":12.2,"fuel_source":{"Petroleum":9,"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-93.5781,45.3158]}},{"type":"Feature","properties":{"code":1972,"plant_name":"Fairfax","capacity_mw":1.9,"fuel_source":{"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-94.7217,44.5278]}},{"type":"Feature","properties":{"code":1973,"plant_name":"Fairmont","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-94.4647,43.6579]}},{"type":"Feature","properties":{"code":1975,"plant_name":"Glencoe","capacity_mw":35.3,"fuel_source":{"Petroleum":35.3}},"geometry":{"type":"Point","coordinates":[-94.1582,44.7709]}},{"type":"Feature","properties":{"code":1976,"plant_name":"Grand Marais","capacity_mw":6.1,"fuel_source":{"Petroleum":6.1}},"geometry":{"type":"Point","coordinates":[-90.3392,47.7758]}},{"type":"Feature","properties":{"code":1977,"plant_name":"Granite Falls","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-95.53455,44.81169]}},{"type":"Feature","properties":{"code":1979,"plant_name":"Hibbing","capacity_mw":30.5,"fuel_source":{"Coal":30.5}},"geometry":{"type":"Point","coordinates":[-92.935,47.4294]}},{"type":"Feature","properties":{"code":1980,"plant_name":"Hutchinson Plant #1","capacity_mw":31.6,"fuel_source":{"Natural Gas":31.6}},"geometry":{"type":"Point","coordinates":[-94.36843,44.89574]}},{"type":"Feature","properties":{"code":1982,"plant_name":"Janesville","capacity_mw":4.3,"fuel_source":{"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-93.6944,44.1122]}},{"type":"Feature","properties":{"code":1983,"plant_name":"Kenyon Municipal","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-92.9714,44.2689]}},{"type":"Feature","properties":{"code":1985,"plant_name":"Lake Crystal","capacity_mw":5.8,"fuel_source":{"Petroleum":5.8}},"geometry":{"type":"Point","coordinates":[-94.2197,44.10689]}},{"type":"Feature","properties":{"code":1987,"plant_name":"Lanesboro","capacity_mw":3.1,"fuel_source":{"Petroleum":2.9,"Hydro":0.2}},"geometry":{"type":"Point","coordinates":[-91.97774,43.72003]}},{"type":"Feature","properties":{"code":1989,"plant_name":"Litchfield","capacity_mw":15.7,"fuel_source":{"Petroleum":15.7}},"geometry":{"type":"Point","coordinates":[-94.5281,45.115]}},{"type":"Feature","properties":{"code":1990,"plant_name":"Luverne","capacity_mw":3.5,"fuel_source":{"Petroleum":3.5}},"geometry":{"type":"Point","coordinates":[-96.20194,43.65444]}},{"type":"Feature","properties":{"code":1993,"plant_name":"Marshall","capacity_mw":15.4,"fuel_source":{"Petroleum":15.4}},"geometry":{"type":"Point","coordinates":[-95.79212,44.44658]}},{"type":"Feature","properties":{"code":1994,"plant_name":"Melrose","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-94.81528,45.675]}},{"type":"Feature","properties":{"code":1995,"plant_name":"Moorhead","capacity_mw":10.5,"fuel_source":{"Petroleum":10.5}},"geometry":{"type":"Point","coordinates":[-96.73111,46.85361]}},{"type":"Feature","properties":{"code":1996,"plant_name":"Moose Lake","capacity_mw":10.6,"fuel_source":{"Petroleum":10.6}},"geometry":{"type":"Point","coordinates":[-92.7814,46.4489]}},{"type":"Feature","properties":{"code":1997,"plant_name":"Mora","capacity_mw":13.2,"fuel_source":{"Natural Gas":13.2}},"geometry":{"type":"Point","coordinates":[-93.2942,45.8958]}},{"type":"Feature","properties":{"code":1998,"plant_name":"Mountain Lake","capacity_mw":8.7,"fuel_source":{"Petroleum":7.5,"Wind":1.2}},"geometry":{"type":"Point","coordinates":[-94.9434,43.9405]}},{"type":"Feature","properties":{"code":1999,"plant_name":"New Prague","capacity_mw":16.8,"fuel_source":{"Natural Gas":16.8}},"geometry":{"type":"Point","coordinates":[-93.5806,44.5403]}},{"type":"Feature","properties":{"code":2001,"plant_name":"New Ulm","capacity_mw":70.8,"fuel_source":{"Natural Gas":22.8,"Petroleum":48}},"geometry":{"type":"Point","coordinates":[-94.4581,44.3159]}},{"type":"Feature","properties":{"code":2002,"plant_name":"North Branch","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-92.9686,45.5017]}},{"type":"Feature","properties":{"code":2003,"plant_name":"Owatonna","capacity_mw":16.6,"fuel_source":{"Natural Gas":16.6}},"geometry":{"type":"Point","coordinates":[-93.23,44.0833]}},{"type":"Feature","properties":{"code":2004,"plant_name":"Preston","capacity_mw":4.1,"fuel_source":{"Natural Gas":2.2,"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-92.0847,43.6722]}},{"type":"Feature","properties":{"code":2005,"plant_name":"Princeton","capacity_mw":12.8,"fuel_source":{"Petroleum":12.8}},"geometry":{"type":"Point","coordinates":[-93.5761,45.5731]}},{"type":"Feature","properties":{"code":2007,"plant_name":"Rochester Hydro","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-92.48018,44.21298]}},{"type":"Feature","properties":{"code":2008,"plant_name":"Silver Lake","capacity_mw":80,"fuel_source":{"Coal":80}},"geometry":{"type":"Point","coordinates":[-92.46038,44.02818]}},{"type":"Feature","properties":{"code":2009,"plant_name":"Redwood Falls","capacity_mw":9.2,"fuel_source":{"Petroleum":8.7,"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-95.1178,44.5431]}},{"type":"Feature","properties":{"code":2011,"plant_name":"Sleepy Eye","capacity_mw":11.2,"fuel_source":{"Petroleum":11.2}},"geometry":{"type":"Point","coordinates":[-94.5744,44.2981]}},{"type":"Feature","properties":{"code":2012,"plant_name":"Springfield","capacity_mw":8.9,"fuel_source":{"Petroleum":8.9}},"geometry":{"type":"Point","coordinates":[-94.9758,44.2447]}},{"type":"Feature","properties":{"code":2013,"plant_name":"Spring Valley","capacity_mw":7.1,"fuel_source":{"Petroleum":7.1}},"geometry":{"type":"Point","coordinates":[-92.3956,43.6889]}},{"type":"Feature","properties":{"code":2014,"plant_name":"Thief River Falls","capacity_mw":5.8,"fuel_source":{"Petroleum":5.3,"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-96.17918,48.11426]}},{"type":"Feature","properties":{"code":2015,"plant_name":"Truman","capacity_mw":7.9,"fuel_source":{"Petroleum":7.9}},"geometry":{"type":"Point","coordinates":[-94.43691,43.82842]}},{"type":"Feature","properties":{"code":2018,"plant_name":"Virginia","capacity_mw":25,"fuel_source":{"Coal":25}},"geometry":{"type":"Point","coordinates":[-92.54095,47.52243]}},{"type":"Feature","properties":{"code":2020,"plant_name":"Wells","capacity_mw":8.1,"fuel_source":{"Petroleum":8.1}},"geometry":{"type":"Point","coordinates":[-93.72413,43.74453]}},{"type":"Feature","properties":{"code":2021,"plant_name":"Westbrook","capacity_mw":2.1,"fuel_source":{"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-95.4429,44.0399]}},{"type":"Feature","properties":{"code":2022,"plant_name":"Willmar","capacity_mw":26.4,"fuel_source":{"Coal":15.9,"Natural Gas":6.5}},"geometry":{"type":"Point","coordinates":[-95.05324,45.1217]}},{"type":"Feature","properties":{"code":2023,"plant_name":"Windom","capacity_mw":7.6,"fuel_source":{"Petroleum":7.6}},"geometry":{"type":"Point","coordinates":[-95.11444,43.86811]}},{"type":"Feature","properties":{"code":2024,"plant_name":"Worthington","capacity_mw":19.6,"fuel_source":{"Petroleum":14,"Wind":5.6}},"geometry":{"type":"Point","coordinates":[-95.60923,43.63349]}},{"type":"Feature","properties":{"code":2038,"plant_name":"Cambridge CT","capacity_mw":181.8,"fuel_source":{"Natural Gas":159,"Petroleum":22.8}},"geometry":{"type":"Point","coordinates":[-93.2081,45.601]}},{"type":"Feature","properties":{"code":2039,"plant_name":"Elk River","capacity_mw":210.5,"fuel_source":{"Natural Gas":186.3,"Biomass":24.2}},"geometry":{"type":"Point","coordinates":[-93.55845,45.2968]}},{"type":"Feature","properties":{"code":2042,"plant_name":"Maple Lake","capacity_mw":22.1,"fuel_source":{"Petroleum":22.1}},"geometry":{"type":"Point","coordinates":[-94.00967,45.22907]}},{"type":"Feature","properties":{"code":2047,"plant_name":"Chevron Oil","capacity_mw":130,"fuel_source":{"Natural Gas":130}},"geometry":{"type":"Point","coordinates":[-88.4919,30.34]}},{"type":"Feature","properties":{"code":2048,"plant_name":"Sweatt","capacity_mw":124,"fuel_source":{"Natural Gas":124}},"geometry":{"type":"Point","coordinates":[-88.7461,32.2925]}},{"type":"Feature","properties":{"code":2049,"plant_name":"Jack Watson","capacity_mw":998,"fuel_source":{"Coal":706,"Natural Gas":292}},"geometry":{"type":"Point","coordinates":[-89.0286,30.4392]}},{"type":"Feature","properties":{"code":2050,"plant_name":"Baxter Wilson","capacity_mw":1162.7,"fuel_source":{"Natural Gas":1162.7}},"geometry":{"type":"Point","coordinates":[-90.9306,32.2831]}},{"type":"Feature","properties":{"code":2053,"plant_name":"Rex Brown","capacity_mw":241.8,"fuel_source":{"Natural Gas":232.8,"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-90.21297,32.35695]}},{"type":"Feature","properties":{"code":2059,"plant_name":"L L Wilkins","capacity_mw":49.5,"fuel_source":{"Natural Gas":49.5}},"geometry":{"type":"Point","coordinates":[-90.56266,34.1845]}},{"type":"Feature","properties":{"code":2062,"plant_name":"Henderson","capacity_mw":78.8,"fuel_source":{"Natural Gas":69.8,"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-90.20966,33.51732]}},{"type":"Feature","properties":{"code":2067,"plant_name":"Yazoo","capacity_mw":33.3,"fuel_source":{"Natural Gas":33.3}},"geometry":{"type":"Point","coordinates":[-90.4211,32.8458]}},{"type":"Feature","properties":{"code":2068,"plant_name":"Benndale","capacity_mw":14,"fuel_source":{"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-88.8054,30.8889]}},{"type":"Feature","properties":{"code":2070,"plant_name":"Moselle","capacity_mw":477,"fuel_source":{"Natural Gas":477}},"geometry":{"type":"Point","coordinates":[-89.3004,31.528]}},{"type":"Feature","properties":{"code":2071,"plant_name":"Paulding","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-89.08555,32.03016]}},{"type":"Feature","properties":{"code":2076,"plant_name":"Asbury","capacity_mw":189,"fuel_source":{"Coal":189}},"geometry":{"type":"Point","coordinates":[-94.58926,37.36132]}},{"type":"Feature","properties":{"code":2079,"plant_name":"Hawthorn","capacity_mw":948.3,"fuel_source":{"Coal":564,"Natural Gas":384.3}},"geometry":{"type":"Point","coordinates":[-94.4778,39.1306]}},{"type":"Feature","properties":{"code":2080,"plant_name":"Montrose","capacity_mw":510,"fuel_source":{"Coal":510}},"geometry":{"type":"Point","coordinates":[-93.9348,38.3114]}},{"type":"Feature","properties":{"code":2081,"plant_name":"Northeast","capacity_mw":375,"fuel_source":{"Petroleum":375}},"geometry":{"type":"Point","coordinates":[-94.5606,39.1228]}},{"type":"Feature","properties":{"code":2082,"plant_name":"Fairgrounds","capacity_mw":55,"fuel_source":{"Petroleum":55}},"geometry":{"type":"Point","coordinates":[-92.2206,38.5935]}},{"type":"Feature","properties":{"code":2083,"plant_name":"Kirksville","capacity_mw":13,"fuel_source":{"Natural Gas":13}},"geometry":{"type":"Point","coordinates":[-92.58493,40.22453]}},{"type":"Feature","properties":{"code":2090,"plant_name":"Nevada","capacity_mw":17.7,"fuel_source":{"Petroleum":17.7}},"geometry":{"type":"Point","coordinates":[-94.3444,37.8503]}},{"type":"Feature","properties":{"code":2092,"plant_name":"Ralph Green","capacity_mw":70.5,"fuel_source":{"Natural Gas":70.5}},"geometry":{"type":"Point","coordinates":[-94.27769,38.78758]}},{"type":"Feature","properties":{"code":2094,"plant_name":"Sibley","capacity_mw":462.4,"fuel_source":{"Coal":462.4}},"geometry":{"type":"Point","coordinates":[-94.18444,39.17832]}},{"type":"Feature","properties":{"code":2098,"plant_name":"Lake Road","capacity_mw":239.8,"fuel_source":{"Coal":96.3,"Natural Gas":102}},"geometry":{"type":"Point","coordinates":[-94.8773,39.7246]}},{"type":"Feature","properties":{"code":2099,"plant_name":"Niangua","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-92.8477,37.9385]}},{"type":"Feature","properties":{"code":2102,"plant_name":"Howard Bend","capacity_mw":39,"fuel_source":{"Petroleum":39}},"geometry":{"type":"Point","coordinates":[-90.54005,38.6818]}},{"type":"Feature","properties":{"code":2103,"plant_name":"Labadie","capacity_mw":2374,"fuel_source":{"Coal":2374}},"geometry":{"type":"Point","coordinates":[-90.83769,38.56224]}},{"type":"Feature","properties":{"code":2104,"plant_name":"Meramec","capacity_mw":940,"fuel_source":{"Coal":836,"Natural Gas":49}},"geometry":{"type":"Point","coordinates":[-90.3358,38.4017]}},{"type":"Feature","properties":{"code":2106,"plant_name":"Osage","capacity_mw":240.1,"fuel_source":{"Hydro":240.1}},"geometry":{"type":"Point","coordinates":[-92.6239,38.2044]}},{"type":"Feature","properties":{"code":2107,"plant_name":"Sioux","capacity_mw":974,"fuel_source":{"Coal":974}},"geometry":{"type":"Point","coordinates":[-90.29025,38.91548]}},{"type":"Feature","properties":{"code":2108,"plant_name":"Taum Sauk","capacity_mw":440,"fuel_source":{"Pumped Storage":440}},"geometry":{"type":"Point","coordinates":[-90.83472,37.52083]}},{"type":"Feature","properties":{"code":2113,"plant_name":"Albany","capacity_mw":6.1,"fuel_source":{"Petroleum":6.1}},"geometry":{"type":"Point","coordinates":[-94.3303,40.2478]}},{"type":"Feature","properties":{"code":2115,"plant_name":"Butler","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-94.34438,38.26441]}},{"type":"Feature","properties":{"code":2120,"plant_name":"Carrollton","capacity_mw":19.5,"fuel_source":{"Natural Gas":17.7,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-93.4956,39.3617]}},{"type":"Feature","properties":{"code":2121,"plant_name":"Carthage","capacity_mw":35.7,"fuel_source":{"Natural Gas":35.7}},"geometry":{"type":"Point","coordinates":[-94.3089,37.1653]}},{"type":"Feature","properties":{"code":2122,"plant_name":"Chillicothe","capacity_mw":90,"fuel_source":{"Natural Gas":80,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-93.56411,39.78339]}},{"type":"Feature","properties":{"code":2123,"plant_name":"Columbia","capacity_mw":101.6,"fuel_source":{"Coal":38.5,"Natural Gas":47.5}},"geometry":{"type":"Point","coordinates":[-92.31677,38.96465]}},{"type":"Feature","properties":{"code":2124,"plant_name":"Stockton","capacity_mw":54.2,"fuel_source":{"Hydro":54.2}},"geometry":{"type":"Point","coordinates":[-93.7691,37.6936]}},{"type":"Feature","properties":{"code":2125,"plant_name":"Fayette","capacity_mw":9.2,"fuel_source":{"Petroleum":9.2}},"geometry":{"type":"Point","coordinates":[-92.68,39.1406]}},{"type":"Feature","properties":{"code":2126,"plant_name":"Fulton","capacity_mw":25.3,"fuel_source":{"Natural Gas":15,"Petroleum":10.3}},"geometry":{"type":"Point","coordinates":[-91.94778,38.8681]}},{"type":"Feature","properties":{"code":2127,"plant_name":"Gallatin","capacity_mw":7,"fuel_source":{"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-93.9619,39.9144]}},{"type":"Feature","properties":{"code":2131,"plant_name":"Higginsville","capacity_mw":47.2,"fuel_source":{"Natural Gas":37.5,"Petroleum":9.7}},"geometry":{"type":"Point","coordinates":[-93.71475,39.07332]}},{"type":"Feature","properties":{"code":2132,"plant_name":"Blue Valley","capacity_mw":143,"fuel_source":{"Coal":93,"Natural Gas":50}},"geometry":{"type":"Point","coordinates":[-94.3261,39.0919]}},{"type":"Feature","properties":{"code":2134,"plant_name":"Jackson Square","capacity_mw":30,"fuel_source":{"Petroleum":30}},"geometry":{"type":"Point","coordinates":[-94.41152,39.09457]}},{"type":"Feature","properties":{"code":2135,"plant_name":"Station H","capacity_mw":39,"fuel_source":{"Natural Gas":39}},"geometry":{"type":"Point","coordinates":[-94.3804,39.1067]}},{"type":"Feature","properties":{"code":2136,"plant_name":"Station I","capacity_mw":38,"fuel_source":{"Petroleum":38}},"geometry":{"type":"Point","coordinates":[-94.39296,39.05595]}},{"type":"Feature","properties":{"code":2137,"plant_name":"Jackson","capacity_mw":25.3,"fuel_source":{"Petroleum":25.3}},"geometry":{"type":"Point","coordinates":[-89.6606,37.3847]}},{"type":"Feature","properties":{"code":2138,"plant_name":"Kahoka","capacity_mw":7.1,"fuel_source":{"Natural Gas":2.9,"Petroleum":4.2}},"geometry":{"type":"Point","coordinates":[-91.7206,40.4225]}},{"type":"Feature","properties":{"code":2139,"plant_name":"Kennett","capacity_mw":40.1,"fuel_source":{"Natural Gas":37.2,"Petroleum":2.9}},"geometry":{"type":"Point","coordinates":[-90.0495,36.2431]}},{"type":"Feature","properties":{"code":2140,"plant_name":"La Plata","capacity_mw":3.4,"fuel_source":{"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-92.5075,40.0122]}},{"type":"Feature","properties":{"code":2141,"plant_name":"Macon","capacity_mw":5.3,"fuel_source":{"Petroleum":5.3}},"geometry":{"type":"Point","coordinates":[-92.4689,39.7378]}},{"type":"Feature","properties":{"code":2142,"plant_name":"Malden","capacity_mw":15.9,"fuel_source":{"Petroleum":15.9}},"geometry":{"type":"Point","coordinates":[-89.9682,36.5531]}},{"type":"Feature","properties":{"code":2144,"plant_name":"Marshall","capacity_mw":55,"fuel_source":{"Coal":21.8,"Natural Gas":30.5}},"geometry":{"type":"Point","coordinates":[-93.2064,39.1228]}},{"type":"Feature","properties":{"code":2145,"plant_name":"Memphis","capacity_mw":8.8,"fuel_source":{"Petroleum":8.8}},"geometry":{"type":"Point","coordinates":[-92.125,40.375]}},{"type":"Feature","properties":{"code":2146,"plant_name":"Monroe","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-91.7994,39.6525]}},{"type":"Feature","properties":{"code":2148,"plant_name":"Odessa","capacity_mw":5.3,"fuel_source":{"Petroleum":5.3}},"geometry":{"type":"Point","coordinates":[-93.96566,38.99785]}},{"type":"Feature","properties":{"code":2150,"plant_name":"Palmyra Municipal","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-91.5556,39.7961]}},{"type":"Feature","properties":{"code":2161,"plant_name":"James River Power Station","capacity_mw":391,"fuel_source":{"Coal":236,"Natural Gas":155}},"geometry":{"type":"Point","coordinates":[-93.26194,37.10861]}},{"type":"Feature","properties":{"code":2164,"plant_name":"Unionville City of","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-93.01002,40.47674]}},{"type":"Feature","properties":{"code":2165,"plant_name":"Vandalia","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-91.861,39.2036]}},{"type":"Feature","properties":{"code":2166,"plant_name":"Table Rock","capacity_mw":230,"fuel_source":{"Hydro":230}},"geometry":{"type":"Point","coordinates":[-93.3086,36.597]}},{"type":"Feature","properties":{"code":2167,"plant_name":"New Madrid","capacity_mw":1154,"fuel_source":{"Coal":1154}},"geometry":{"type":"Point","coordinates":[-89.5617,36.5147]}},{"type":"Feature","properties":{"code":2168,"plant_name":"Thomas Hill","capacity_mw":1133,"fuel_source":{"Coal":1133}},"geometry":{"type":"Point","coordinates":[-92.6381,39.5522]}},{"type":"Feature","properties":{"code":2169,"plant_name":"Chamois","capacity_mw":63,"fuel_source":{"Coal":63}},"geometry":{"type":"Point","coordinates":[-91.7558,38.6839]}},{"type":"Feature","properties":{"code":2171,"plant_name":"Missouri City","capacity_mw":38,"fuel_source":{"Coal":38}},"geometry":{"type":"Point","coordinates":[-94.30798,39.23153]}},{"type":"Feature","properties":{"code":2176,"plant_name":"Glendive GT","capacity_mw":74.9,"fuel_source":{"Natural Gas":74.9}},"geometry":{"type":"Point","coordinates":[-104.74,47.0539]}},{"type":"Feature","properties":{"code":2177,"plant_name":"Miles City GT","capacity_mw":23.6,"fuel_source":{"Natural Gas":23.6}},"geometry":{"type":"Point","coordinates":[-105.7953,46.4112]}},{"type":"Feature","properties":{"code":2181,"plant_name":"Black Eagle","capacity_mw":21,"fuel_source":{"Hydro":21}},"geometry":{"type":"Point","coordinates":[-111.26144,47.52133]}},{"type":"Feature","properties":{"code":2182,"plant_name":"Cochrane","capacity_mw":64,"fuel_source":{"Hydro":64}},"geometry":{"type":"Point","coordinates":[-111.19497,47.5375]}},{"type":"Feature","properties":{"code":2185,"plant_name":"Hauser","capacity_mw":19,"fuel_source":{"Hydro":19}},"geometry":{"type":"Point","coordinates":[-111.88734,46.76594]}},{"type":"Feature","properties":{"code":2186,"plant_name":"Holter","capacity_mw":48,"fuel_source":{"Hydro":48}},"geometry":{"type":"Point","coordinates":[-112.0047,46.9915]}},{"type":"Feature","properties":{"code":2187,"plant_name":"J E Corette Plant","capacity_mw":153,"fuel_source":{"Coal":153}},"geometry":{"type":"Point","coordinates":[-108.481,45.77562]}},{"type":"Feature","properties":{"code":2188,"plant_name":"Kerr","capacity_mw":206,"fuel_source":{"Hydro":206}},"geometry":{"type":"Point","coordinates":[-114.2339,47.6777]}},{"type":"Feature","properties":{"code":2191,"plant_name":"Morony","capacity_mw":48,"fuel_source":{"Hydro":48}},"geometry":{"type":"Point","coordinates":[-111.0609,47.58174]}},{"type":"Feature","properties":{"code":2192,"plant_name":"Mystic","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-109.76249,45.22574]}},{"type":"Feature","properties":{"code":2193,"plant_name":"Rainbow","capacity_mw":60.5,"fuel_source":{"Hydro":60.5}},"geometry":{"type":"Point","coordinates":[-111.2045,47.5344]}},{"type":"Feature","properties":{"code":2194,"plant_name":"Ryan","capacity_mw":60,"fuel_source":{"Hydro":60}},"geometry":{"type":"Point","coordinates":[-111.12255,47.56994]}},{"type":"Feature","properties":{"code":2195,"plant_name":"Thompson Falls","capacity_mw":94,"fuel_source":{"Hydro":94}},"geometry":{"type":"Point","coordinates":[-115.35824,47.59315]}},{"type":"Feature","properties":{"code":2196,"plant_name":"Old Faithful","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-110.8347,44.4533]}},{"type":"Feature","properties":{"code":2199,"plant_name":"Noxon Rapids","capacity_mw":580.5,"fuel_source":{"Hydro":580.5}},"geometry":{"type":"Point","coordinates":[-115.73361,47.95389]}},{"type":"Feature","properties":{"code":2203,"plant_name":"Hungry Horse","capacity_mw":428,"fuel_source":{"Hydro":428}},"geometry":{"type":"Point","coordinates":[-114.01443,48.34152]}},{"type":"Feature","properties":{"code":2204,"plant_name":"Yellowtail","capacity_mw":287.2,"fuel_source":{"Hydro":287.2}},"geometry":{"type":"Point","coordinates":[-107.95751,45.30741]}},{"type":"Feature","properties":{"code":2214,"plant_name":"Ansley","capacity_mw":1.3,"fuel_source":{"Natural Gas":0.8,"Petroleum":0.5}},"geometry":{"type":"Point","coordinates":[-99.4978,41.3528]}},{"type":"Feature","properties":{"code":2215,"plant_name":"Auburn","capacity_mw":17.5,"fuel_source":{"Natural Gas":17.5}},"geometry":{"type":"Point","coordinates":[-95.8464,40.3883]}},{"type":"Feature","properties":{"code":2216,"plant_name":"Arnold","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-100.19417,41.42389]}},{"type":"Feature","properties":{"code":2217,"plant_name":"Beaver City","capacity_mw":1.7,"fuel_source":{"Natural Gas":1.1,"Petroleum":0.6}},"geometry":{"type":"Point","coordinates":[-99.8272,40.1381]}},{"type":"Feature","properties":{"code":2221,"plant_name":"Broken Bow","capacity_mw":8.4,"fuel_source":{"Natural Gas":7.2,"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-99.6392,41.4031]}},{"type":"Feature","properties":{"code":2222,"plant_name":"Burwell","capacity_mw":4.1,"fuel_source":{"Petroleum":4.1}},"geometry":{"type":"Point","coordinates":[-98.9906,41.9144]}},{"type":"Feature","properties":{"code":2223,"plant_name":"Cambridge","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-100.1358,40.2267]}},{"type":"Feature","properties":{"code":2225,"plant_name":"Campbell Village","capacity_mw":1.3,"fuel_source":{"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-98.7236,40.3717]}},{"type":"Feature","properties":{"code":2226,"plant_name":"Canaday","capacity_mw":115,"fuel_source":{"Natural Gas":115}},"geometry":{"type":"Point","coordinates":[-99.7011,40.6942]}},{"type":"Feature","properties":{"code":2227,"plant_name":"Jeffrey","capacity_mw":21,"fuel_source":{"Hydro":21}},"geometry":{"type":"Point","coordinates":[-100.3979,40.95941]}},{"type":"Feature","properties":{"code":2228,"plant_name":"Johnson 1","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-99.8178,40.6936]}},{"type":"Feature","properties":{"code":2229,"plant_name":"Johnson 2","capacity_mw":22.5,"fuel_source":{"Hydro":22.5}},"geometry":{"type":"Point","coordinates":[-99.7447,40.6839]}},{"type":"Feature","properties":{"code":2230,"plant_name":"Chappell","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-102.4703,41.1056]}},{"type":"Feature","properties":{"code":2231,"plant_name":"Crete","capacity_mw":6,"fuel_source":{"Natural Gas":6}},"geometry":{"type":"Point","coordinates":[-96.9558,40.6253]}},{"type":"Feature","properties":{"code":2232,"plant_name":"Curtis","capacity_mw":3,"fuel_source":{"Natural Gas":3}},"geometry":{"type":"Point","coordinates":[-100.8756,41.5419]}},{"type":"Feature","properties":{"code":2233,"plant_name":"David City","capacity_mw":8.7,"fuel_source":{"Natural Gas":4,"Petroleum":4.7}},"geometry":{"type":"Point","coordinates":[-97.1192,41.25465]}},{"type":"Feature","properties":{"code":2234,"plant_name":"Deshler","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-97.7239,40.1408]}},{"type":"Feature","properties":{"code":2235,"plant_name":"Emerson","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.5,"Petroleum":0.1}},"geometry":{"type":"Point","coordinates":[-96.7289,42.2764]}},{"type":"Feature","properties":{"code":2236,"plant_name":"Fairbury","capacity_mw":18.8,"fuel_source":{"Natural Gas":18.8}},"geometry":{"type":"Point","coordinates":[-97.18429,40.13387]}},{"type":"Feature","properties":{"code":2237,"plant_name":"Falls City","capacity_mw":19.9,"fuel_source":{"Natural Gas":18.4,"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-95.6083,40.055]}},{"type":"Feature","properties":{"code":2238,"plant_name":"Franklin","capacity_mw":3.9,"fuel_source":{"Natural Gas":3.9}},"geometry":{"type":"Point","coordinates":[-98.9544,40.0953]}},{"type":"Feature","properties":{"code":2240,"plant_name":"Lon Wright","capacity_mw":160,"fuel_source":{"Coal":120,"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-96.4623,41.4281]}},{"type":"Feature","properties":{"code":2241,"plant_name":"C W Burdick","capacity_mw":174.1,"fuel_source":{"Natural Gas":174.1}},"geometry":{"type":"Point","coordinates":[-98.3269,40.9228]}},{"type":"Feature","properties":{"code":2243,"plant_name":"Don Henry","capacity_mw":18,"fuel_source":{"Natural Gas":18}},"geometry":{"type":"Point","coordinates":[-98.42005,40.58316]}},{"type":"Feature","properties":{"code":2244,"plant_name":"North Denver","capacity_mw":35,"fuel_source":{"Natural Gas":35}},"geometry":{"type":"Point","coordinates":[-98.38863,40.59884]}},{"type":"Feature","properties":{"code":2248,"plant_name":"Kimball","capacity_mw":7.6,"fuel_source":{"Natural Gas":7.6}},"geometry":{"type":"Point","coordinates":[-103.6597,41.235]}},{"type":"Feature","properties":{"code":2249,"plant_name":"Laurel","capacity_mw":3.9,"fuel_source":{"Natural Gas":3.9}},"geometry":{"type":"Point","coordinates":[-97.09081,42.43054]}},{"type":"Feature","properties":{"code":2250,"plant_name":"J Street","capacity_mw":29,"fuel_source":{"Natural Gas":29}},"geometry":{"type":"Point","coordinates":[-96.71067,40.80788]}},{"type":"Feature","properties":{"code":2253,"plant_name":"Lyons","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-96.4731,41.9375]}},{"type":"Feature","properties":{"code":2255,"plant_name":"Nebraska City # 1","capacity_mw":22.5,"fuel_source":{"Natural Gas":22.5}},"geometry":{"type":"Point","coordinates":[-95.8475,40.6806]}},{"type":"Feature","properties":{"code":2256,"plant_name":"Syracuse # 2","capacity_mw":3.2,"fuel_source":{"Natural Gas":3.2}},"geometry":{"type":"Point","coordinates":[-96.17778,40.6756]}},{"type":"Feature","properties":{"code":2260,"plant_name":"Columbus","capacity_mw":44.9,"fuel_source":{"Hydro":44.9}},"geometry":{"type":"Point","coordinates":[-97.3283,41.4639]}},{"type":"Feature","properties":{"code":2265,"plant_name":"Hallam","capacity_mw":43.1,"fuel_source":{"Natural Gas":43.1}},"geometry":{"type":"Point","coordinates":[-96.7847,40.5589]}},{"type":"Feature","properties":{"code":2266,"plant_name":"Hebron","capacity_mw":41.5,"fuel_source":{"Petroleum":41.5}},"geometry":{"type":"Point","coordinates":[-97.57786,40.18793]}},{"type":"Feature","properties":{"code":2268,"plant_name":"Kearney","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-99.10075,40.70351]}},{"type":"Feature","properties":{"code":2271,"plant_name":"McCook","capacity_mw":42.9,"fuel_source":{"Petroleum":42.9}},"geometry":{"type":"Point","coordinates":[-100.6508,40.2214]}},{"type":"Feature","properties":{"code":2273,"plant_name":"Monroe","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-97.6078,41.4872]}},{"type":"Feature","properties":{"code":2274,"plant_name":"North Platte","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-100.7594,41.0864]}},{"type":"Feature","properties":{"code":2277,"plant_name":"Sheldon","capacity_mw":215,"fuel_source":{"Coal":215}},"geometry":{"type":"Point","coordinates":[-96.7847,40.5589]}},{"type":"Feature","properties":{"code":2278,"plant_name":"Spencer","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-98.65628,42.80934]}},{"type":"Feature","properties":{"code":2289,"plant_name":"Fort Calhoun","capacity_mw":478.6,"fuel_source":{"Nuclear":478.6}},"geometry":{"type":"Point","coordinates":[-96.07751,41.52052]}},{"type":"Feature","properties":{"code":2290,"plant_name":"Jones Street","capacity_mw":122.7,"fuel_source":{"Petroleum":122.7}},"geometry":{"type":"Point","coordinates":[-95.92268,41.25149]}},{"type":"Feature","properties":{"code":2291,"plant_name":"North Omaha","capacity_mw":648.3,"fuel_source":{"Coal":648.3}},"geometry":{"type":"Point","coordinates":[-95.94466,41.32909]}},{"type":"Feature","properties":{"code":2292,"plant_name":"Sarpy County","capacity_mw":318.7,"fuel_source":{"Natural Gas":315.3,"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-95.9706,41.17059]}},{"type":"Feature","properties":{"code":2294,"plant_name":"Ord","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-98.9283,41.6025]}},{"type":"Feature","properties":{"code":2295,"plant_name":"Oxford","capacity_mw":3,"fuel_source":{"Natural Gas":3}},"geometry":{"type":"Point","coordinates":[-99.6108,40.2581]}},{"type":"Feature","properties":{"code":2296,"plant_name":"Pender","capacity_mw":4.5,"fuel_source":{"Natural Gas":4.5}},"geometry":{"type":"Point","coordinates":[-96.7769,42.0903]}},{"type":"Feature","properties":{"code":2297,"plant_name":"Plainview Muncipal Power","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-98.2092,42.3497]}},{"type":"Feature","properties":{"code":2299,"plant_name":"Red Cloud","capacity_mw":5.7,"fuel_source":{"Petroleum":5.7}},"geometry":{"type":"Point","coordinates":[-98.5228,40.0964]}},{"type":"Feature","properties":{"code":2300,"plant_name":"Sargent","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-99.3742,41.6392]}},{"type":"Feature","properties":{"code":2302,"plant_name":"Sidney","capacity_mw":6.9,"fuel_source":{"Natural Gas":6.3,"Petroleum":0.6}},"geometry":{"type":"Point","coordinates":[-102.97784,41.14563]}},{"type":"Feature","properties":{"code":2303,"plant_name":"Spalding","capacity_mw":2.1,"fuel_source":{"Petroleum":1.9,"Hydro":0.2}},"geometry":{"type":"Point","coordinates":[-98.36756,41.68138]}},{"type":"Feature","properties":{"code":2305,"plant_name":"Stuart","capacity_mw":1.9,"fuel_source":{"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-99.1394,42.5714]}},{"type":"Feature","properties":{"code":2308,"plant_name":"Tecumseh","capacity_mw":6.6,"fuel_source":{"Petroleum":6.6}},"geometry":{"type":"Point","coordinates":[-96.19,40.3664]}},{"type":"Feature","properties":{"code":2310,"plant_name":"Wahoo","capacity_mw":13.6,"fuel_source":{"Natural Gas":13.2,"Petroleum":0.4}},"geometry":{"type":"Point","coordinates":[-96.6217,41.2089]}},{"type":"Feature","properties":{"code":2311,"plant_name":"Wakefield","capacity_mw":3.2,"fuel_source":{"Natural Gas":3.2}},"geometry":{"type":"Point","coordinates":[-96.8756,42.2644]}},{"type":"Feature","properties":{"code":2312,"plant_name":"Wayne","capacity_mw":20.2,"fuel_source":{"Petroleum":20.2}},"geometry":{"type":"Point","coordinates":[-97.0183,42.2278]}},{"type":"Feature","properties":{"code":2313,"plant_name":"West Point Municipal","capacity_mw":8.5,"fuel_source":{"Natural Gas":8.5}},"geometry":{"type":"Point","coordinates":[-96.7161,41.8292]}},{"type":"Feature","properties":{"code":2315,"plant_name":"Wilber","capacity_mw":3.1,"fuel_source":{"Petroleum":3.1}},"geometry":{"type":"Point","coordinates":[-96.9604,40.4797]}},{"type":"Feature","properties":{"code":2316,"plant_name":"Wisner","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-96.9203,41.9903]}},{"type":"Feature","properties":{"code":2322,"plant_name":"Clark","capacity_mw":1138,"fuel_source":{"Natural Gas":1138}},"geometry":{"type":"Point","coordinates":[-115.0507,36.0875]}},{"type":"Feature","properties":{"code":2324,"plant_name":"Reid Gardner","capacity_mw":553,"fuel_source":{"Coal":553}},"geometry":{"type":"Point","coordinates":[-114.63326,36.65735]}},{"type":"Feature","properties":{"code":2330,"plant_name":"Fort Churchill","capacity_mw":226,"fuel_source":{"Natural Gas":226}},"geometry":{"type":"Point","coordinates":[-119.1322,39.1281]}},{"type":"Feature","properties":{"code":2336,"plant_name":"Tracy","capacity_mw":1033.6,"fuel_source":{"Natural Gas":1033.6}},"geometry":{"type":"Point","coordinates":[-119.525,39.5625]}},{"type":"Feature","properties":{"code":2349,"plant_name":"Comerford","capacity_mw":167.5,"fuel_source":{"Hydro":167.5}},"geometry":{"type":"Point","coordinates":[-72.00097,44.32505]}},{"type":"Feature","properties":{"code":2351,"plant_name":"S C Moore","capacity_mw":190.8,"fuel_source":{"Hydro":190.8}},"geometry":{"type":"Point","coordinates":[-71.8742,44.3356]}},{"type":"Feature","properties":{"code":2352,"plant_name":"Vernon","capacity_mw":34.4,"fuel_source":{"Hydro":34.4}},"geometry":{"type":"Point","coordinates":[-72.5146,42.77165]}},{"type":"Feature","properties":{"code":2353,"plant_name":"Wilder","capacity_mw":41.3,"fuel_source":{"Hydro":41.3}},"geometry":{"type":"Point","coordinates":[-72.30364,43.66793]}},{"type":"Feature","properties":{"code":2354,"plant_name":"Amoskeag","capacity_mw":16.8,"fuel_source":{"Hydro":16.8}},"geometry":{"type":"Point","coordinates":[-71.47208,43.00223]}},{"type":"Feature","properties":{"code":2355,"plant_name":"Ayers Island","capacity_mw":8.4,"fuel_source":{"Hydro":8.4}},"geometry":{"type":"Point","coordinates":[-71.71768,43.59785]}},{"type":"Feature","properties":{"code":2356,"plant_name":"Eastman Falls","capacity_mw":5.6,"fuel_source":{"Hydro":5.6}},"geometry":{"type":"Point","coordinates":[-71.6579,43.44722]}},{"type":"Feature","properties":{"code":2357,"plant_name":"Garvins Falls","capacity_mw":12.3,"fuel_source":{"Hydro":12.3}},"geometry":{"type":"Point","coordinates":[-71.50944,43.16552]}},{"type":"Feature","properties":{"code":2358,"plant_name":"Gorham","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-71.19535,44.40828]}},{"type":"Feature","properties":{"code":2359,"plant_name":"Hooksett","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-71.46566,43.1017]}},{"type":"Feature","properties":{"code":2360,"plant_name":"Jackman","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-71.94889,43.11055]}},{"type":"Feature","properties":{"code":2362,"plant_name":"Lost Nation","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-71.4944,44.59512]}},{"type":"Feature","properties":{"code":2364,"plant_name":"Merrimack","capacity_mw":472.1,"fuel_source":{"Coal":438.5,"Petroleum":33.6}},"geometry":{"type":"Point","coordinates":[-71.4692,43.1411]}},{"type":"Feature","properties":{"code":2367,"plant_name":"Schiller","capacity_mw":155.5,"fuel_source":{"Coal":95.4,"Petroleum":17}},"geometry":{"type":"Point","coordinates":[-70.7842,43.0978]}},{"type":"Feature","properties":{"code":2368,"plant_name":"Smith","capacity_mw":11.7,"fuel_source":{"Hydro":11.7}},"geometry":{"type":"Point","coordinates":[-71.17806,44.46946]}},{"type":"Feature","properties":{"code":2369,"plant_name":"White Lake","capacity_mw":17.5,"fuel_source":{"Petroleum":17.5}},"geometry":{"type":"Point","coordinates":[-71.2069,43.8478]}},{"type":"Feature","properties":{"code":2378,"plant_name":"B L England","capacity_mw":311,"fuel_source":{"Coal":155,"Petroleum":156}},"geometry":{"type":"Point","coordinates":[-74.6364,39.2908]}},{"type":"Feature","properties":{"code":2379,"plant_name":"Carlls Corner","capacity_mw":78.6,"fuel_source":{"Natural Gas":78.6}},"geometry":{"type":"Point","coordinates":[-75.2014,39.4547]}},{"type":"Feature","properties":{"code":2380,"plant_name":"Cedar Station","capacity_mw":65.4,"fuel_source":{"Petroleum":65.4}},"geometry":{"type":"Point","coordinates":[-74.2618,39.6893]}},{"type":"Feature","properties":{"code":2382,"plant_name":"Middle Station","capacity_mw":73.4,"fuel_source":{"Petroleum":73.4}},"geometry":{"type":"Point","coordinates":[-74.8772,39.0269]}},{"type":"Feature","properties":{"code":2383,"plant_name":"Missouri Avenue","capacity_mw":59.5,"fuel_source":{"Petroleum":59.5}},"geometry":{"type":"Point","coordinates":[-74.4441,39.3662]}},{"type":"Feature","properties":{"code":2384,"plant_name":"Deepwater","capacity_mw":160.1,"fuel_source":{"Natural Gas":160.1}},"geometry":{"type":"Point","coordinates":[-75.5083,39.6831]}},{"type":"Feature","properties":{"code":2385,"plant_name":"Werner","capacity_mw":184,"fuel_source":{"Petroleum":184}},"geometry":{"type":"Point","coordinates":[-74.28099,40.49124]}},{"type":"Feature","properties":{"code":2388,"plant_name":"Oyster Creek","capacity_mw":614.5,"fuel_source":{"Nuclear":614.5}},"geometry":{"type":"Point","coordinates":[-74.2062,39.8143]}},{"type":"Feature","properties":{"code":2390,"plant_name":"Sayreville","capacity_mw":200,"fuel_source":{"Natural Gas":150,"Petroleum":50}},"geometry":{"type":"Point","coordinates":[-74.35234,40.47653]}},{"type":"Feature","properties":{"code":2393,"plant_name":"Gilbert","capacity_mw":516,"fuel_source":{"Natural Gas":516}},"geometry":{"type":"Point","coordinates":[-75.16389,40.56583]}},{"type":"Feature","properties":{"code":2398,"plant_name":"Bergen Generating Station","capacity_mw":1208,"fuel_source":{"Natural Gas":1208}},"geometry":{"type":"Point","coordinates":[-74.0244,40.8375]}},{"type":"Feature","properties":{"code":2399,"plant_name":"PSEG Burlington Generating Station","capacity_mw":376,"fuel_source":{"Natural Gas":170,"Petroleum":206}},"geometry":{"type":"Point","coordinates":[-74.87917,40.07661]}},{"type":"Feature","properties":{"code":2400,"plant_name":"PSEG Edison Generating Station","capacity_mw":516,"fuel_source":{"Natural Gas":516}},"geometry":{"type":"Point","coordinates":[-74.3956,40.4911]}},{"type":"Feature","properties":{"code":2401,"plant_name":"PSEG Essex Generating Station","capacity_mw":621,"fuel_source":{"Natural Gas":621}},"geometry":{"type":"Point","coordinates":[-74.1206,40.7372]}},{"type":"Feature","properties":{"code":2403,"plant_name":"PSEG Hudson Generating Station","capacity_mw":620,"fuel_source":{"Coal":620}},"geometry":{"type":"Point","coordinates":[-74.0722,40.7478]}},{"type":"Feature","properties":{"code":2404,"plant_name":"PSEG Kearny Generating Station","capacity_mw":442,"fuel_source":{"Natural Gas":442}},"geometry":{"type":"Point","coordinates":[-74.09646,40.73728]}},{"type":"Feature","properties":{"code":2406,"plant_name":"PSEG Linden Generating Station","capacity_mw":1572,"fuel_source":{"Natural Gas":1572}},"geometry":{"type":"Point","coordinates":[-74.2072,40.6217]}},{"type":"Feature","properties":{"code":2408,"plant_name":"PSEG Mercer Generating Station","capacity_mw":747,"fuel_source":{"Coal":632,"Petroleum":115}},"geometry":{"type":"Point","coordinates":[-74.7339,40.1792]}},{"type":"Feature","properties":{"code":2409,"plant_name":"PSEG National Park Generating Station","capacity_mw":21,"fuel_source":{"Petroleum":21}},"geometry":{"type":"Point","coordinates":[-75.1853,39.86]}},{"type":"Feature","properties":{"code":2410,"plant_name":"PSEG Salem Generating Station","capacity_mw":2370.4,"fuel_source":{"Petroleum":38.4,"Nuclear":2332}},"geometry":{"type":"Point","coordinates":[-75.5358,39.4625]}},{"type":"Feature","properties":{"code":2411,"plant_name":"PSEG Sewaren Generating Station","capacity_mw":557.6,"fuel_source":{"Natural Gas":452.6,"Petroleum":105}},"geometry":{"type":"Point","coordinates":[-74.2469,40.5558]}},{"type":"Feature","properties":{"code":2434,"plant_name":"Howard Down","capacity_mw":59.9,"fuel_source":{"Natural Gas":59.9}},"geometry":{"type":"Point","coordinates":[-75.02,39.42444]}},{"type":"Feature","properties":{"code":2442,"plant_name":"Four Corners","capacity_mw":1540,"fuel_source":{"Coal":1540}},"geometry":{"type":"Point","coordinates":[-108.4814,36.69]}},{"type":"Feature","properties":{"code":2444,"plant_name":"Rio Grande","capacity_mw":324.2,"fuel_source":{"Natural Gas":324.2}},"geometry":{"type":"Point","coordinates":[-106.5472,31.8047]}},{"type":"Feature","properties":{"code":2446,"plant_name":"Maddox","capacity_mw":183,"fuel_source":{"Natural Gas":183}},"geometry":{"type":"Point","coordinates":[-103.30147,32.71422]}},{"type":"Feature","properties":{"code":2450,"plant_name":"Reeves","capacity_mw":154,"fuel_source":{"Natural Gas":154}},"geometry":{"type":"Point","coordinates":[-106.6019,35.171]}},{"type":"Feature","properties":{"code":2451,"plant_name":"San Juan","capacity_mw":1684,"fuel_source":{"Coal":1684}},"geometry":{"type":"Point","coordinates":[-108.4386,36.8006]}},{"type":"Feature","properties":{"code":2453,"plant_name":"Carlsbad","capacity_mw":10,"fuel_source":{"Natural Gas":10}},"geometry":{"type":"Point","coordinates":[-104.21556,32.418]}},{"type":"Feature","properties":{"code":2454,"plant_name":"Cunningham","capacity_mw":466,"fuel_source":{"Natural Gas":466}},"geometry":{"type":"Point","coordinates":[-103.3533,32.7131]}},{"type":"Feature","properties":{"code":2465,"plant_name":"Animas","capacity_mw":23.2,"fuel_source":{"Natural Gas":23,"Hydro":0.2}},"geometry":{"type":"Point","coordinates":[-108.19202,36.72514]}},{"type":"Feature","properties":{"code":2475,"plant_name":"Algodones","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-106.46417,35.38444]}},{"type":"Feature","properties":{"code":2481,"plant_name":"Dashville","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-74.0497,41.8217]}},{"type":"Feature","properties":{"code":2483,"plant_name":"Neversink","capacity_mw":22,"fuel_source":{"Hydro":22}},"geometry":{"type":"Point","coordinates":[-74.6358,41.8194]}},{"type":"Feature","properties":{"code":2485,"plant_name":"South Cairo","capacity_mw":21.3,"fuel_source":{"Petroleum":21.3}},"geometry":{"type":"Point","coordinates":[-73.98645,42.29127]}},{"type":"Feature","properties":{"code":2486,"plant_name":"Sturgeon","capacity_mw":14.4,"fuel_source":{"Hydro":14.4}},"geometry":{"type":"Point","coordinates":[-74.04668,41.84819]}},{"type":"Feature","properties":{"code":2487,"plant_name":"West Coxsackie","capacity_mw":21.3,"fuel_source":{"Petroleum":21.3}},"geometry":{"type":"Point","coordinates":[-73.8353,42.3435]}},{"type":"Feature","properties":{"code":2490,"plant_name":"Arthur Kill Generating Station","capacity_mw":858,"fuel_source":{"Natural Gas":858}},"geometry":{"type":"Point","coordinates":[-74.20003,40.59156]}},{"type":"Feature","properties":{"code":2493,"plant_name":"East River","capacity_mw":609.3,"fuel_source":{"Natural Gas":287.5,"Petroleum":321.8}},"geometry":{"type":"Point","coordinates":[-73.9742,40.7281]}},{"type":"Feature","properties":{"code":2494,"plant_name":"Gowanus Gas Turbines Generating","capacity_mw":547.4,"fuel_source":{"Natural Gas":280.1,"Petroleum":267.3}},"geometry":{"type":"Point","coordinates":[-74.0051,40.6635]}},{"type":"Feature","properties":{"code":2496,"plant_name":"Hudson Avenue","capacity_mw":44.6,"fuel_source":{"Petroleum":44.6}},"geometry":{"type":"Point","coordinates":[-73.9807,40.7052]}},{"type":"Feature","properties":{"code":2497,"plant_name":"Indian Point 2","capacity_mw":1020.4,"fuel_source":{"Nuclear":1020.4}},"geometry":{"type":"Point","coordinates":[-73.9527,41.27056]}},{"type":"Feature","properties":{"code":2499,"plant_name":"Narrows Gas Turbines Generating","capacity_mw":286,"fuel_source":{"Natural Gas":286}},"geometry":{"type":"Point","coordinates":[-74.02083,40.64861]}},{"type":"Feature","properties":{"code":2500,"plant_name":"Ravenswood","capacity_mw":2207.6,"fuel_source":{"Natural Gas":2207.6}},"geometry":{"type":"Point","coordinates":[-73.94611,40.75917]}},{"type":"Feature","properties":{"code":2503,"plant_name":"59th Street","capacity_mw":15.4,"fuel_source":{"Petroleum":15.4}},"geometry":{"type":"Point","coordinates":[-73.99115,40.77129]}},{"type":"Feature","properties":{"code":2504,"plant_name":"74th Street","capacity_mw":28.6,"fuel_source":{"Petroleum":28.6}},"geometry":{"type":"Point","coordinates":[-73.9515,40.768]}},{"type":"Feature","properties":{"code":2511,"plant_name":"E F Barrett","capacity_mw":668,"fuel_source":{"Natural Gas":668}},"geometry":{"type":"Point","coordinates":[-73.64788,40.61669]}},{"type":"Feature","properties":{"code":2512,"plant_name":"East Hampton","capacity_mw":24.9,"fuel_source":{"Petroleum":24.9}},"geometry":{"type":"Point","coordinates":[-72.21028,40.96171]}},{"type":"Feature","properties":{"code":2514,"plant_name":"Glenwood","capacity_mw":104.7,"fuel_source":{"Petroleum":104.7}},"geometry":{"type":"Point","coordinates":[-73.64747,40.82715]}},{"type":"Feature","properties":{"code":2516,"plant_name":"Northport","capacity_mw":1593.1,"fuel_source":{"Natural Gas":1580.7,"Petroleum":12.4}},"geometry":{"type":"Point","coordinates":[-73.34232,40.92356]}},{"type":"Feature","properties":{"code":2517,"plant_name":"Port Jefferson","capacity_mw":488.1,"fuel_source":{"Natural Gas":475.7,"Petroleum":12.4}},"geometry":{"type":"Point","coordinates":[-73.07851,40.9497]}},{"type":"Feature","properties":{"code":2518,"plant_name":"Shoreham","capacity_mw":63.1,"fuel_source":{"Petroleum":63.1}},"geometry":{"type":"Point","coordinates":[-72.86498,40.96159]}},{"type":"Feature","properties":{"code":2519,"plant_name":"South Hampton","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-72.38198,40.9]}},{"type":"Feature","properties":{"code":2520,"plant_name":"Southold","capacity_mw":9.1,"fuel_source":{"Petroleum":9.1}},"geometry":{"type":"Point","coordinates":[-72.3761,41.1059]}},{"type":"Feature","properties":{"code":2521,"plant_name":"West Babylon","capacity_mw":49.9,"fuel_source":{"Petroleum":49.9}},"geometry":{"type":"Point","coordinates":[-73.34857,40.69549]}},{"type":"Feature","properties":{"code":2522,"plant_name":"Cadyville","capacity_mw":5.5,"fuel_source":{"Hydro":5.5}},"geometry":{"type":"Point","coordinates":[-73.6219,44.695]}},{"type":"Feature","properties":{"code":2527,"plant_name":"Greenidge Generation LLC","capacity_mw":107.5,"fuel_source":{"Coal":107.5}},"geometry":{"type":"Point","coordinates":[-76.9483,42.6789]}},{"type":"Feature","properties":{"code":2528,"plant_name":"Harris Lake","capacity_mw":1.7,"fuel_source":{"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-74.1861,43.9719]}},{"type":"Feature","properties":{"code":2530,"plant_name":"High Falls","capacity_mw":15,"fuel_source":{"Hydro":15}},"geometry":{"type":"Point","coordinates":[-73.7492,44.6389]}},{"type":"Feature","properties":{"code":2532,"plant_name":"Kent Falls","capacity_mw":13.6,"fuel_source":{"Hydro":13.6}},"geometry":{"type":"Point","coordinates":[-73.5967,44.7053]}},{"type":"Feature","properties":{"code":2535,"plant_name":"Cayuga Operating Company","capacity_mw":314.9,"fuel_source":{"Coal":314.9}},"geometry":{"type":"Point","coordinates":[-76.6336,42.6028]}},{"type":"Feature","properties":{"code":2539,"plant_name":"Bethlehem Energy Center","capacity_mw":755,"fuel_source":{"Natural Gas":755}},"geometry":{"type":"Point","coordinates":[-73.76375,42.5942]}},{"type":"Feature","properties":{"code":2540,"plant_name":"Allens Falls","capacity_mw":4.9,"fuel_source":{"Hydro":4.9}},"geometry":{"type":"Point","coordinates":[-74.86026,44.66034]}},{"type":"Feature","properties":{"code":2543,"plant_name":"Beardslee","capacity_mw":16.6,"fuel_source":{"Hydro":16.6}},"geometry":{"type":"Point","coordinates":[-74.74135,43.01911]}},{"type":"Feature","properties":{"code":2544,"plant_name":"Belfort","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-75.3331,43.9275]}},{"type":"Feature","properties":{"code":2545,"plant_name":"Bennetts Bridge","capacity_mw":30.3,"fuel_source":{"Hydro":30.3}},"geometry":{"type":"Point","coordinates":[-75.9531,43.5317]}},{"type":"Feature","properties":{"code":2546,"plant_name":"Black River","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-75.81315,44.00012]}},{"type":"Feature","properties":{"code":2547,"plant_name":"Blake","capacity_mw":14.2,"fuel_source":{"Hydro":14.2}},"geometry":{"type":"Point","coordinates":[-74.75344,44.50647]}},{"type":"Feature","properties":{"code":2548,"plant_name":"Browns Falls","capacity_mw":15.3,"fuel_source":{"Hydro":15.3}},"geometry":{"type":"Point","coordinates":[-75.05944,44.21141]}},{"type":"Feature","properties":{"code":2549,"plant_name":"C R Huntley Generating Station","capacity_mw":380,"fuel_source":{"Coal":380}},"geometry":{"type":"Point","coordinates":[-78.93,42.97]}},{"type":"Feature","properties":{"code":2550,"plant_name":"Chasm","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-74.2169,44.7533]}},{"type":"Feature","properties":{"code":2551,"plant_name":"Colton","capacity_mw":29.7,"fuel_source":{"Hydro":29.7}},"geometry":{"type":"Point","coordinates":[-74.9583,44.5839]}},{"type":"Feature","properties":{"code":2552,"plant_name":"Deferiet","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-75.6806,44.0381]}},{"type":"Feature","properties":{"code":2554,"plant_name":"Dunkirk Generating Plant","capacity_mw":520,"fuel_source":{"Coal":520}},"geometry":{"type":"Point","coordinates":[-79.34663,42.49147]}},{"type":"Feature","properties":{"code":2555,"plant_name":"Eagle","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-75.20083,43.90971]}},{"type":"Feature","properties":{"code":2556,"plant_name":"Eel Weir","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-75.49052,44.63836]}},{"type":"Feature","properties":{"code":2557,"plant_name":"Effley","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-75.27792,43.92283]}},{"type":"Feature","properties":{"code":2559,"plant_name":"Elmer","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-75.28832,43.92754]}},{"type":"Feature","properties":{"code":2560,"plant_name":"Ephratah","capacity_mw":3.7,"fuel_source":{"Hydro":3.7}},"geometry":{"type":"Point","coordinates":[-74.5372,43.0092]}},{"type":"Feature","properties":{"code":2561,"plant_name":"East Norfolk","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-74.9856,44.7989]}},{"type":"Feature","properties":{"code":2562,"plant_name":"Five Falls","capacity_mw":22.4,"fuel_source":{"Hydro":22.4}},"geometry":{"type":"Point","coordinates":[-74.84918,44.52749]}},{"type":"Feature","properties":{"code":2563,"plant_name":"Flat Rock","capacity_mw":3.9,"fuel_source":{"Hydro":3.9}},"geometry":{"type":"Point","coordinates":[-75.0742,44.2217]}},{"type":"Feature","properties":{"code":2564,"plant_name":"Franklin","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-73.9725,44.4372]}},{"type":"Feature","properties":{"code":2566,"plant_name":"Fulton","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-76.41898,43.32411]}},{"type":"Feature","properties":{"code":2568,"plant_name":"Glenwood","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-78.3906,43.2358]}},{"type":"Feature","properties":{"code":2569,"plant_name":"Granby","capacity_mw":10,"fuel_source":{"Hydro":10}},"geometry":{"type":"Point","coordinates":[-76.42084,43.32344]}},{"type":"Feature","properties":{"code":2571,"plant_name":"Hannawa","capacity_mw":7.5,"fuel_source":{"Hydro":7.5}},"geometry":{"type":"Point","coordinates":[-74.9733,44.6192]}},{"type":"Feature","properties":{"code":2572,"plant_name":"Herrings","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-75.6511,44.0217]}},{"type":"Feature","properties":{"code":2573,"plant_name":"Heuvelton","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-75.4042,44.6172]}},{"type":"Feature","properties":{"code":2574,"plant_name":"High Dam","capacity_mw":8.8,"fuel_source":{"Hydro":8.8}},"geometry":{"type":"Point","coordinates":[-76.4961,43.4436]}},{"type":"Feature","properties":{"code":2575,"plant_name":"High Falls","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-75.3731,43.9247]}},{"type":"Feature","properties":{"code":2576,"plant_name":"Higley","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-74.9331,44.5306]}},{"type":"Feature","properties":{"code":2578,"plant_name":"Hydraulic Race","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-78.69155,43.17095]}},{"type":"Feature","properties":{"code":2579,"plant_name":"Inghams","capacity_mw":6.2,"fuel_source":{"Hydro":6.2}},"geometry":{"type":"Point","coordinates":[-74.76435,43.06102]}},{"type":"Feature","properties":{"code":2580,"plant_name":"Johnsonville","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-73.50889,42.92037]}},{"type":"Feature","properties":{"code":2581,"plant_name":"Kamargo","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-75.7967,44.0117]}},{"type":"Feature","properties":{"code":2582,"plant_name":"Lighthouse Hill","capacity_mw":7.6,"fuel_source":{"Hydro":7.6}},"geometry":{"type":"Point","coordinates":[-75.97032,43.5241]}},{"type":"Feature","properties":{"code":2583,"plant_name":"Macomb","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-74.30629,44.87733]}},{"type":"Feature","properties":{"code":2586,"plant_name":"Minetto","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-76.4739,43.4003]}},{"type":"Feature","properties":{"code":2588,"plant_name":"Moshier","capacity_mw":7.5,"fuel_source":{"Hydro":7.5}},"geometry":{"type":"Point","coordinates":[-75.1364,43.8719]}},{"type":"Feature","properties":{"code":2589,"plant_name":"Nine Mile Point Nuclear Station","capacity_mw":1924.1,"fuel_source":{"Nuclear":1924.1}},"geometry":{"type":"Point","coordinates":[-76.41,43.5211]}},{"type":"Feature","properties":{"code":2590,"plant_name":"Norfolk","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-74.9975,44.8053]}},{"type":"Feature","properties":{"code":2591,"plant_name":"Norwood","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-75.0042,44.7439]}},{"type":"Feature","properties":{"code":2594,"plant_name":"Oswego Harbor Power","capacity_mw":1574,"fuel_source":{"Petroleum":1574}},"geometry":{"type":"Point","coordinates":[-76.5319,43.4586]}},{"type":"Feature","properties":{"code":2595,"plant_name":"Oswego Falls East","capacity_mw":4.7,"fuel_source":{"Hydro":4.7}},"geometry":{"type":"Point","coordinates":[-76.4153,43.3161]}},{"type":"Feature","properties":{"code":2596,"plant_name":"Oswego Falls West","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-76.4172,43.3156]}},{"type":"Feature","properties":{"code":2597,"plant_name":"Parishville","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-74.8258,44.63]}},{"type":"Feature","properties":{"code":2598,"plant_name":"Piercefield","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-74.56622,44.23342]}},{"type":"Feature","properties":{"code":2599,"plant_name":"Prospect","capacity_mw":18.3,"fuel_source":{"Hydro":18.3}},"geometry":{"type":"Point","coordinates":[-75.14773,43.29186]}},{"type":"Feature","properties":{"code":2600,"plant_name":"Rainbow Falls","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-74.8228,44.5178]}},{"type":"Feature","properties":{"code":2601,"plant_name":"Raymondville","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-74.9803,44.835]}},{"type":"Feature","properties":{"code":2604,"plant_name":"South Edwards","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-75.1961,44.2678]}},{"type":"Feature","properties":{"code":2605,"plant_name":"School Street","capacity_mw":36.9,"fuel_source":{"Hydro":36.9}},"geometry":{"type":"Point","coordinates":[-73.70798,42.78498]}},{"type":"Feature","properties":{"code":2606,"plant_name":"Schaghticoke","capacity_mw":15.9,"fuel_source":{"Hydro":15.9}},"geometry":{"type":"Point","coordinates":[-73.5989,42.8992]}},{"type":"Feature","properties":{"code":2607,"plant_name":"Schuylerville","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-73.58211,43.09682]}},{"type":"Feature","properties":{"code":2608,"plant_name":"Sewalls","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-75.8942,43.9775]}},{"type":"Feature","properties":{"code":2609,"plant_name":"Sherman Island","capacity_mw":36.9,"fuel_source":{"Hydro":36.9}},"geometry":{"type":"Point","coordinates":[-73.7094,43.2797]}},{"type":"Feature","properties":{"code":2610,"plant_name":"Soft Maple","capacity_mw":15.3,"fuel_source":{"Hydro":15.3}},"geometry":{"type":"Point","coordinates":[-75.2433,43.9206]}},{"type":"Feature","properties":{"code":2611,"plant_name":"South Colton","capacity_mw":19.8,"fuel_source":{"Hydro":19.8}},"geometry":{"type":"Point","coordinates":[-74.8831,44.5133]}},{"type":"Feature","properties":{"code":2612,"plant_name":"Spier Falls","capacity_mw":54.5,"fuel_source":{"Hydro":54.5}},"geometry":{"type":"Point","coordinates":[-73.7556,43.2339]}},{"type":"Feature","properties":{"code":2613,"plant_name":"Stark","capacity_mw":23.3,"fuel_source":{"Hydro":23.3}},"geometry":{"type":"Point","coordinates":[-74.7614,44.4553]}},{"type":"Feature","properties":{"code":2614,"plant_name":"Stewarts Bridge","capacity_mw":40,"fuel_source":{"Hydro":40}},"geometry":{"type":"Point","coordinates":[-73.8853,43.2978]}},{"type":"Feature","properties":{"code":2616,"plant_name":"Sugar Island","capacity_mw":4.1,"fuel_source":{"Hydro":4.1}},"geometry":{"type":"Point","coordinates":[-74.97647,44.64218]}},{"type":"Feature","properties":{"code":2617,"plant_name":"Taylorville","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-75.32188,43.927]}},{"type":"Feature","properties":{"code":2619,"plant_name":"Trenton Falls","capacity_mw":25.9,"fuel_source":{"Hydro":25.9}},"geometry":{"type":"Point","coordinates":[-75.1567,43.2758]}},{"type":"Feature","properties":{"code":2621,"plant_name":"Varick","capacity_mw":5.8,"fuel_source":{"Hydro":5.8}},"geometry":{"type":"Point","coordinates":[-76.5056,43.4486]}},{"type":"Feature","properties":{"code":2623,"plant_name":"Waterport","capacity_mw":3.7,"fuel_source":{"Hydro":3.7}},"geometry":{"type":"Point","coordinates":[-78.2394,43.3272]}},{"type":"Feature","properties":{"code":2624,"plant_name":"Yaleville","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-74.9997,44.7661]}},{"type":"Feature","properties":{"code":2625,"plant_name":"Bowline Point","capacity_mw":1153,"fuel_source":{"Natural Gas":1153}},"geometry":{"type":"Point","coordinates":[-73.9689,41.2044]}},{"type":"Feature","properties":{"code":2627,"plant_name":"Grahamsville","capacity_mw":15.5,"fuel_source":{"Hydro":15.5}},"geometry":{"type":"Point","coordinates":[-74.5106,41.8592]}},{"type":"Feature","properties":{"code":2628,"plant_name":"Hillburn","capacity_mw":33.1,"fuel_source":{"Natural Gas":33.1}},"geometry":{"type":"Point","coordinates":[-74.1653,41.1269]}},{"type":"Feature","properties":{"code":2630,"plant_name":"Mongaup","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-74.77138,41.53772]}},{"type":"Feature","properties":{"code":2631,"plant_name":"Rio","capacity_mw":10.8,"fuel_source":{"Hydro":10.8}},"geometry":{"type":"Point","coordinates":[-74.7578,41.4625]}},{"type":"Feature","properties":{"code":2632,"plant_name":"Shoemaker","capacity_mw":33,"fuel_source":{"Natural Gas":33}},"geometry":{"type":"Point","coordinates":[-74.4186,41.4278]}},{"type":"Feature","properties":{"code":2634,"plant_name":"Swinging Bridge 2","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-74.7828,41.5717]}},{"type":"Feature","properties":{"code":2639,"plant_name":"Rochester 2","capacity_mw":8.5,"fuel_source":{"Hydro":8.5}},"geometry":{"type":"Point","coordinates":[-77.615,43.1611]}},{"type":"Feature","properties":{"code":2641,"plant_name":"Rochester 5","capacity_mw":43.8,"fuel_source":{"Hydro":43.8}},"geometry":{"type":"Point","coordinates":[-77.6278,43.1803]}},{"type":"Feature","properties":{"code":2644,"plant_name":"Rochester 9","capacity_mw":14,"fuel_source":{"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-77.6601,43.151]}},{"type":"Feature","properties":{"code":2646,"plant_name":"Wiscoy 170","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-78.0828,42.5042]}},{"type":"Feature","properties":{"code":2678,"plant_name":"Plant No 1","capacity_mw":10.2,"fuel_source":{"Petroleum":10.2}},"geometry":{"type":"Point","coordinates":[-73.5922,40.6561]}},{"type":"Feature","properties":{"code":2679,"plant_name":"Plant No 2","capacity_mw":65.8,"fuel_source":{"Natural Gas":49,"Petroleum":16.8}},"geometry":{"type":"Point","coordinates":[-73.5683,40.6447]}},{"type":"Feature","properties":{"code":2681,"plant_name":"Greenport","capacity_mw":8.6,"fuel_source":{"Petroleum":8.6}},"geometry":{"type":"Point","coordinates":[-72.37194,41.10111]}},{"type":"Feature","properties":{"code":2682,"plant_name":"S A Carlson","capacity_mw":87,"fuel_source":{"Natural Gas":87}},"geometry":{"type":"Point","coordinates":[-79.2478,42.0933]}},{"type":"Feature","properties":{"code":2685,"plant_name":"Crescent","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-73.72264,42.8056]}},{"type":"Feature","properties":{"code":2686,"plant_name":"Vischer Ferry","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-73.84269,42.80746]}},{"type":"Feature","properties":{"code":2691,"plant_name":"Blenheim Gilboa","capacity_mw":1160,"fuel_source":{"Pumped Storage":1160}},"geometry":{"type":"Point","coordinates":[-74.4479,42.4423]}},{"type":"Feature","properties":{"code":2692,"plant_name":"Lewiston Niagara","capacity_mw":240,"fuel_source":{"Pumped Storage":240}},"geometry":{"type":"Point","coordinates":[-79.0215,43.1428]}},{"type":"Feature","properties":{"code":2693,"plant_name":"Robert Moses Niagara","capacity_mw":2353.2,"fuel_source":{"Hydro":2353.2}},"geometry":{"type":"Point","coordinates":[-79.0394,43.1427]}},{"type":"Feature","properties":{"code":2694,"plant_name":"Robert Moses Power Dam","capacity_mw":800,"fuel_source":{"Hydro":800}},"geometry":{"type":"Point","coordinates":[-74.7994,45.0038]}},{"type":"Feature","properties":{"code":2695,"plant_name":"Charles P Keller","capacity_mw":33.5,"fuel_source":{"Natural Gas":28.8,"Petroleum":4.7}},"geometry":{"type":"Point","coordinates":[-73.6375,40.6331]}},{"type":"Feature","properties":{"code":2700,"plant_name":"Watertown","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-75.87467,43.9758]}},{"type":"Feature","properties":{"code":2706,"plant_name":"Asheville","capacity_mw":700,"fuel_source":{"Coal":376,"Natural Gas":324}},"geometry":{"type":"Point","coordinates":[-82.5417,35.4731]}},{"type":"Feature","properties":{"code":2707,"plant_name":"Blewett","capacity_mw":74,"fuel_source":{"Petroleum":52,"Hydro":22}},"geometry":{"type":"Point","coordinates":[-79.8775,34.9833]}},{"type":"Feature","properties":{"code":2710,"plant_name":"Marshall","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-82.71057,35.70253]}},{"type":"Feature","properties":{"code":2712,"plant_name":"Roxboro","capacity_mw":2433,"fuel_source":{"Coal":2433}},"geometry":{"type":"Point","coordinates":[-79.0731,36.4833]}},{"type":"Feature","properties":{"code":2713,"plant_name":"L V Sutton Steam","capacity_mw":61,"fuel_source":{"Petroleum":61}},"geometry":{"type":"Point","coordinates":[-77.98528,34.28306]}},{"type":"Feature","properties":{"code":2714,"plant_name":"Tillery","capacity_mw":84,"fuel_source":{"Hydro":84}},"geometry":{"type":"Point","coordinates":[-80.06483,35.20674]}},{"type":"Feature","properties":{"code":2715,"plant_name":"Walters","capacity_mw":112,"fuel_source":{"Hydro":112}},"geometry":{"type":"Point","coordinates":[-83.0503,35.6946]}},{"type":"Feature","properties":{"code":2716,"plant_name":"W H Weatherspoon","capacity_mw":128,"fuel_source":{"Petroleum":128}},"geometry":{"type":"Point","coordinates":[-78.97552,34.58754]}},{"type":"Feature","properties":{"code":2718,"plant_name":"G G Allen","capacity_mw":1127,"fuel_source":{"Coal":1127}},"geometry":{"type":"Point","coordinates":[-81.0122,35.1897]}},{"type":"Feature","properties":{"code":2719,"plant_name":"Bridgewater","capacity_mw":31.5,"fuel_source":{"Hydro":31.5}},"geometry":{"type":"Point","coordinates":[-81.8372,35.7428]}},{"type":"Feature","properties":{"code":2720,"plant_name":"Buck","capacity_mw":620,"fuel_source":{"Natural Gas":620}},"geometry":{"type":"Point","coordinates":[-80.3767,35.7133]}},{"type":"Feature","properties":{"code":2721,"plant_name":"James E. Rogers Energy Complex","capacity_mw":1377,"fuel_source":{"Coal":1377}},"geometry":{"type":"Point","coordinates":[-81.7594,35.22]}},{"type":"Feature","properties":{"code":2722,"plant_name":"Cowans Ford","capacity_mw":325.2,"fuel_source":{"Hydro":325.2}},"geometry":{"type":"Point","coordinates":[-80.9588,35.4346]}},{"type":"Feature","properties":{"code":2723,"plant_name":"Dan River","capacity_mw":620,"fuel_source":{"Natural Gas":620}},"geometry":{"type":"Point","coordinates":[-79.7208,36.4862]}},{"type":"Feature","properties":{"code":2726,"plant_name":"Lookout Shoals","capacity_mw":27.9,"fuel_source":{"Hydro":27.9}},"geometry":{"type":"Point","coordinates":[-81.0894,35.7575]}},{"type":"Feature","properties":{"code":2727,"plant_name":"Marshall","capacity_mw":2078,"fuel_source":{"Coal":2078}},"geometry":{"type":"Point","coordinates":[-80.9658,35.5975]}},{"type":"Feature","properties":{"code":2728,"plant_name":"Mountain Island","capacity_mw":62,"fuel_source":{"Hydro":62}},"geometry":{"type":"Point","coordinates":[-80.9867,35.3339]}},{"type":"Feature","properties":{"code":2729,"plant_name":"Oxford","capacity_mw":40,"fuel_source":{"Hydro":40}},"geometry":{"type":"Point","coordinates":[-81.1922,35.8214]}},{"type":"Feature","properties":{"code":2730,"plant_name":"Rhodhiss","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-81.43777,35.77423]}},{"type":"Feature","properties":{"code":2735,"plant_name":"Turner Shoals","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-82.18637,35.33477]}},{"type":"Feature","properties":{"code":2736,"plant_name":"Tuxedo","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-82.38937,35.24501]}},{"type":"Feature","properties":{"code":2741,"plant_name":"Bear Creek","capacity_mw":9.5,"fuel_source":{"Hydro":9.5}},"geometry":{"type":"Point","coordinates":[-83.07201,35.24268]}},{"type":"Feature","properties":{"code":2743,"plant_name":"Cedar Cliff","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-83.0983,35.2531]}},{"type":"Feature","properties":{"code":2745,"plant_name":"Franklin","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-83.3708,35.2194]}},{"type":"Feature","properties":{"code":2746,"plant_name":"Mission","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-83.9258,35.0647]}},{"type":"Feature","properties":{"code":2747,"plant_name":"Nantahala","capacity_mw":50,"fuel_source":{"Hydro":50}},"geometry":{"type":"Point","coordinates":[-83.6762,35.2715]}},{"type":"Feature","properties":{"code":2749,"plant_name":"Tennessee Creek","capacity_mw":9.8,"fuel_source":{"Hydro":9.8}},"geometry":{"type":"Point","coordinates":[-83.0028,35.2139]}},{"type":"Feature","properties":{"code":2750,"plant_name":"Thorpe","capacity_mw":19.7,"fuel_source":{"Hydro":19.7}},"geometry":{"type":"Point","coordinates":[-83.1254,35.23399]}},{"type":"Feature","properties":{"code":2751,"plant_name":"Tuckasegee","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-83.12811,35.24701]}},{"type":"Feature","properties":{"code":2756,"plant_name":"Gaston","capacity_mw":220,"fuel_source":{"Hydro":220}},"geometry":{"type":"Point","coordinates":[-77.81154,36.49915]}},{"type":"Feature","properties":{"code":2758,"plant_name":"Roanoke Rapids","capacity_mw":95,"fuel_source":{"Hydro":95}},"geometry":{"type":"Point","coordinates":[-77.6722,36.4789]}},{"type":"Feature","properties":{"code":2773,"plant_name":"Lake Lure","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-82.18401,35.42591]}},{"type":"Feature","properties":{"code":2778,"plant_name":"Chatuge","capacity_mw":13.9,"fuel_source":{"Hydro":13.9}},"geometry":{"type":"Point","coordinates":[-83.79144,35.01913]}},{"type":"Feature","properties":{"code":2779,"plant_name":"Fontana Dam","capacity_mw":304.2,"fuel_source":{"Hydro":304.2}},"geometry":{"type":"Point","coordinates":[-83.805,35.4507]}},{"type":"Feature","properties":{"code":2780,"plant_name":"Hiwassee Dam","capacity_mw":173.7,"fuel_source":{"Hydro":87.7,"Pumped Storage":86}},"geometry":{"type":"Point","coordinates":[-84.17753,35.15086]}},{"type":"Feature","properties":{"code":2783,"plant_name":"Buxton","capacity_mw":15,"fuel_source":{"Petroleum":15}},"geometry":{"type":"Point","coordinates":[-75.53472,35.26722]}},{"type":"Feature","properties":{"code":2790,"plant_name":"R M Heskett","capacity_mw":192.3,"fuel_source":{"Coal":104.3,"Natural Gas":88}},"geometry":{"type":"Point","coordinates":[-100.8836,46.8669]}},{"type":"Feature","properties":{"code":2801,"plant_name":"Jamestown","capacity_mw":44.1,"fuel_source":{"Petroleum":44.1}},"geometry":{"type":"Point","coordinates":[-98.66218,46.90567]}},{"type":"Feature","properties":{"code":2811,"plant_name":"Grafton","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-97.4158,48.4108]}},{"type":"Feature","properties":{"code":2815,"plant_name":"Garrison","capacity_mw":510,"fuel_source":{"Hydro":510}},"geometry":{"type":"Point","coordinates":[-101.4115,47.4945]}},{"type":"Feature","properties":{"code":2817,"plant_name":"Leland Olds","capacity_mw":667,"fuel_source":{"Coal":667}},"geometry":{"type":"Point","coordinates":[-101.32121,47.28077]}},{"type":"Feature","properties":{"code":2823,"plant_name":"Milton R Young","capacity_mw":684,"fuel_source":{"Coal":684}},"geometry":{"type":"Point","coordinates":[-101.21309,47.06585]}},{"type":"Feature","properties":{"code":2824,"plant_name":"Stanton","capacity_mw":189.5,"fuel_source":{"Coal":188.5,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-101.33191,47.28664]}},{"type":"Feature","properties":{"code":2828,"plant_name":"Cardinal","capacity_mw":1800,"fuel_source":{"Coal":1800}},"geometry":{"type":"Point","coordinates":[-80.6486,40.2522]}},{"type":"Feature","properties":{"code":2830,"plant_name":"Walter C Beckjord","capacity_mw":840,"fuel_source":{"Coal":652,"Petroleum":188}},"geometry":{"type":"Point","coordinates":[-84.2981,38.9917]}},{"type":"Feature","properties":{"code":2831,"plant_name":"Dicks Creek","capacity_mw":136.2,"fuel_source":{"Natural Gas":106.2,"Petroleum":30}},"geometry":{"type":"Point","coordinates":[-84.3778,39.465]}},{"type":"Feature","properties":{"code":2832,"plant_name":"Miami Fort","capacity_mw":1239,"fuel_source":{"Coal":1183,"Petroleum":56}},"geometry":{"type":"Point","coordinates":[-84.8036,39.1128]}},{"type":"Feature","properties":{"code":2835,"plant_name":"FirstEnergy Ashtabula","capacity_mw":244,"fuel_source":{"Coal":244}},"geometry":{"type":"Point","coordinates":[-80.7697,41.9086]}},{"type":"Feature","properties":{"code":2836,"plant_name":"Avon Lake","capacity_mw":740,"fuel_source":{"Coal":710,"Petroleum":30}},"geometry":{"type":"Point","coordinates":[-82.05462,41.50445]}},{"type":"Feature","properties":{"code":2837,"plant_name":"FirstEnergy Eastlake","capacity_mw":420,"fuel_source":{"Coal":396,"Petroleum":24}},"geometry":{"type":"Point","coordinates":[-81.4425,41.6711]}},{"type":"Feature","properties":{"code":2838,"plant_name":"FirstEnergy Lake Shore","capacity_mw":249,"fuel_source":{"Coal":245,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-81.6419,41.5356]}},{"type":"Feature","properties":{"code":2840,"plant_name":"Conesville","capacity_mw":1530,"fuel_source":{"Coal":1530}},"geometry":{"type":"Point","coordinates":[-81.8811,40.1842]}},{"type":"Feature","properties":{"code":2843,"plant_name":"Picway","capacity_mw":95,"fuel_source":{"Coal":95}},"geometry":{"type":"Point","coordinates":[-83.0097,39.7933]}},{"type":"Feature","properties":{"code":2847,"plant_name":"Frank M Tait","capacity_mw":266,"fuel_source":{"Natural Gas":256,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-84.21108,39.72725]}},{"type":"Feature","properties":{"code":2848,"plant_name":"O H Hutchings","capacity_mw":327,"fuel_source":{"Coal":302,"Natural Gas":25}},"geometry":{"type":"Point","coordinates":[-84.2921,39.6088]}},{"type":"Feature","properties":{"code":2850,"plant_name":"J M Stuart","capacity_mw":2316.8,"fuel_source":{"Coal":2308,"Petroleum":8.8}},"geometry":{"type":"Point","coordinates":[-83.6939,38.6361]}},{"type":"Feature","properties":{"code":2851,"plant_name":"Monument","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-84.1739,39.7667]}},{"type":"Feature","properties":{"code":2852,"plant_name":"Sidney","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-84.19097,40.27917]}},{"type":"Feature","properties":{"code":2854,"plant_name":"Yankee Street","capacity_mw":101.4,"fuel_source":{"Natural Gas":100.3,"Solar":1.1}},"geometry":{"type":"Point","coordinates":[-84.2047,39.603]}},{"type":"Feature","properties":{"code":2861,"plant_name":"Niles","capacity_mw":25,"fuel_source":{"Petroleum":25}},"geometry":{"type":"Point","coordinates":[-80.74769,41.16693]}},{"type":"Feature","properties":{"code":2864,"plant_name":"FirstEnergy R E Burger","capacity_mw":7,"fuel_source":{"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-80.76083,39.91]}},{"type":"Feature","properties":{"code":2866,"plant_name":"FirstEnergy W H Sammis","capacity_mw":2233,"fuel_source":{"Coal":2220,"Petroleum":13}},"geometry":{"type":"Point","coordinates":[-80.6319,40.5317]}},{"type":"Feature","properties":{"code":2869,"plant_name":"FirstEnergy West Lorain","capacity_mw":539,"fuel_source":{"Natural Gas":425,"Petroleum":114}},"geometry":{"type":"Point","coordinates":[-82.26444,41.42944]}},{"type":"Feature","properties":{"code":2872,"plant_name":"Muskingum River","capacity_mw":1375,"fuel_source":{"Coal":1375}},"geometry":{"type":"Point","coordinates":[-81.6797,39.5908]}},{"type":"Feature","properties":{"code":2876,"plant_name":"Kyger Creek","capacity_mw":962.8,"fuel_source":{"Coal":962.8}},"geometry":{"type":"Point","coordinates":[-82.1289,38.9144]}},{"type":"Feature","properties":{"code":2878,"plant_name":"FirstEnergy Bay Shore","capacity_mw":152,"fuel_source":{"Petroleum":152}},"geometry":{"type":"Point","coordinates":[-83.4378,41.6917]}},{"type":"Feature","properties":{"code":2880,"plant_name":"Richland","capacity_mw":369,"fuel_source":{"Natural Gas":358,"Petroleum":11}},"geometry":{"type":"Point","coordinates":[-84.33462,41.3052]}},{"type":"Feature","properties":{"code":2881,"plant_name":"Stryker","capacity_mw":17,"fuel_source":{"Petroleum":17}},"geometry":{"type":"Point","coordinates":[-84.4283,41.5014]}},{"type":"Feature","properties":{"code":2902,"plant_name":"Arcanum","capacity_mw":1.4,"fuel_source":{"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-84.5503,39.9861]}},{"type":"Feature","properties":{"code":2903,"plant_name":"Bryan","capacity_mw":31.5,"fuel_source":{"Natural Gas":29,"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-84.54315,41.47182]}},{"type":"Feature","properties":{"code":2906,"plant_name":"Collinwood","capacity_mw":16,"fuel_source":{"Natural Gas":16}},"geometry":{"type":"Point","coordinates":[-81.58796,41.55687]}},{"type":"Feature","properties":{"code":2909,"plant_name":"West 41st Street","capacity_mw":32,"fuel_source":{"Natural Gas":32}},"geometry":{"type":"Point","coordinates":[-81.7145,41.474]}},{"type":"Feature","properties":{"code":2914,"plant_name":"Dover","capacity_mw":40.9,"fuel_source":{"Coal":23.2,"Natural Gas":15.3}},"geometry":{"type":"Point","coordinates":[-81.46815,40.52007]}},{"type":"Feature","properties":{"code":2917,"plant_name":"Hamilton","capacity_mw":123,"fuel_source":{"Natural Gas":123}},"geometry":{"type":"Point","coordinates":[-84.5543,39.4098]}},{"type":"Feature","properties":{"code":2921,"plant_name":"Lebanon","capacity_mw":30.6,"fuel_source":{"Petroleum":30.6}},"geometry":{"type":"Point","coordinates":[-84.21092,39.43218]}},{"type":"Feature","properties":{"code":2933,"plant_name":"Oberlin","capacity_mw":19.9,"fuel_source":{"Natural Gas":11.2,"Petroleum":8.7}},"geometry":{"type":"Point","coordinates":[-82.2194,41.2836]}},{"type":"Feature","properties":{"code":2935,"plant_name":"Orrville","capacity_mw":78.5,"fuel_source":{"Coal":78.5}},"geometry":{"type":"Point","coordinates":[-81.76576,40.85096]}},{"type":"Feature","properties":{"code":2936,"plant_name":"Painesville","capacity_mw":49,"fuel_source":{"Coal":47,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-81.254,41.7265]}},{"type":"Feature","properties":{"code":2937,"plant_name":"Piqua Power Plant","capacity_mw":36.5,"fuel_source":{"Petroleum":36.5}},"geometry":{"type":"Point","coordinates":[-84.23726,40.13385]}},{"type":"Feature","properties":{"code":2942,"plant_name":"St Marys","capacity_mw":22.4,"fuel_source":{"Natural Gas":10.4,"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-84.3889,40.5458]}},{"type":"Feature","properties":{"code":2943,"plant_name":"Shelby Municipal Light Plant","capacity_mw":3,"fuel_source":{"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-82.6567,40.88]}},{"type":"Feature","properties":{"code":2945,"plant_name":"Anadarko","capacity_mw":7.8,"fuel_source":{"Petroleum":7.8}},"geometry":{"type":"Point","coordinates":[-81.0958,39.7486]}},{"type":"Feature","properties":{"code":2951,"plant_name":"Horseshoe Lake","capacity_mw":883,"fuel_source":{"Natural Gas":883}},"geometry":{"type":"Point","coordinates":[-97.17969,35.50866]}},{"type":"Feature","properties":{"code":2952,"plant_name":"Muskogee","capacity_mw":1505,"fuel_source":{"Coal":1505}},"geometry":{"type":"Point","coordinates":[-95.28732,35.76135]}},{"type":"Feature","properties":{"code":2953,"plant_name":"Mustang","capacity_mw":535,"fuel_source":{"Natural Gas":535}},"geometry":{"type":"Point","coordinates":[-97.67498,35.46988]}},{"type":"Feature","properties":{"code":2956,"plant_name":"Seminole","capacity_mw":1447.2,"fuel_source":{"Natural Gas":1447.2}},"geometry":{"type":"Point","coordinates":[-96.7258,34.96645]}},{"type":"Feature","properties":{"code":2963,"plant_name":"Northeastern","capacity_mw":1815,"fuel_source":{"Coal":920,"Natural Gas":891}},"geometry":{"type":"Point","coordinates":[-95.7008,36.4317]}},{"type":"Feature","properties":{"code":2964,"plant_name":"Southwestern","capacity_mw":605,"fuel_source":{"Natural Gas":603,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-98.3524,35.1009]}},{"type":"Feature","properties":{"code":2965,"plant_name":"Tulsa","capacity_mw":313.3,"fuel_source":{"Natural Gas":305,"Petroleum":8.3}},"geometry":{"type":"Point","coordinates":[-95.99097,36.11649]}},{"type":"Feature","properties":{"code":2966,"plant_name":"Weleetka","capacity_mw":167,"fuel_source":{"Natural Gas":163,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-96.1352,35.3233]}},{"type":"Feature","properties":{"code":2975,"plant_name":"Cushing","capacity_mw":21.2,"fuel_source":{"Petroleum":21.2}},"geometry":{"type":"Point","coordinates":[-96.77568,35.9826]}},{"type":"Feature","properties":{"code":2980,"plant_name":"Markham","capacity_mw":132,"fuel_source":{"Hydro":132}},"geometry":{"type":"Point","coordinates":[-95.1822,36.2317]}},{"type":"Feature","properties":{"code":2981,"plant_name":"Pensacola","capacity_mw":120.5,"fuel_source":{"Hydro":120.5}},"geometry":{"type":"Point","coordinates":[-95.04139,36.4675]}},{"type":"Feature","properties":{"code":2982,"plant_name":"Salina","capacity_mw":260,"fuel_source":{"Pumped Storage":260}},"geometry":{"type":"Point","coordinates":[-95.10356,36.26469]}},{"type":"Feature","properties":{"code":2984,"plant_name":"Keystone","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-96.2517,36.1508]}},{"type":"Feature","properties":{"code":2985,"plant_name":"Robert S Kerr","capacity_mw":126.4,"fuel_source":{"Hydro":126.4}},"geometry":{"type":"Point","coordinates":[-94.7755,35.34447]}},{"type":"Feature","properties":{"code":2986,"plant_name":"Kingfisher","capacity_mw":8.7,"fuel_source":{"Natural Gas":8.7}},"geometry":{"type":"Point","coordinates":[-97.9277,35.8575]}},{"type":"Feature","properties":{"code":2987,"plant_name":"Webbers Falls","capacity_mw":69,"fuel_source":{"Hydro":69}},"geometry":{"type":"Point","coordinates":[-95.1708,35.5531]}},{"type":"Feature","properties":{"code":2991,"plant_name":"Mangum","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-99.5022,34.8836]}},{"type":"Feature","properties":{"code":2995,"plant_name":"Pawhuska","capacity_mw":6.8,"fuel_source":{"Petroleum":6.8}},"geometry":{"type":"Point","coordinates":[-96.3303,36.6678]}},{"type":"Feature","properties":{"code":3000,"plant_name":"Boomer Lake Station","capacity_mw":30.5,"fuel_source":{"Natural Gas":24.5,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-97.0681,36.1438]}},{"type":"Feature","properties":{"code":3003,"plant_name":"Fort Gibson","capacity_mw":51.2,"fuel_source":{"Hydro":51.2}},"geometry":{"type":"Point","coordinates":[-95.2269,35.8693]}},{"type":"Feature","properties":{"code":3004,"plant_name":"Tenkiller Ferry","capacity_mw":42,"fuel_source":{"Hydro":42}},"geometry":{"type":"Point","coordinates":[-95.0511,35.595]}},{"type":"Feature","properties":{"code":3006,"plant_name":"Anadarko Plant","capacity_mw":485,"fuel_source":{"Natural Gas":485}},"geometry":{"type":"Point","coordinates":[-98.23,35.0847]}},{"type":"Feature","properties":{"code":3008,"plant_name":"Mooreland","capacity_mw":322,"fuel_source":{"Natural Gas":322}},"geometry":{"type":"Point","coordinates":[-99.22543,36.43725]}},{"type":"Feature","properties":{"code":3013,"plant_name":"Hells Canyon","capacity_mw":445,"fuel_source":{"Hydro":445}},"geometry":{"type":"Point","coordinates":[-116.7008,45.2439]}},{"type":"Feature","properties":{"code":3014,"plant_name":"Oxbow","capacity_mw":219.8,"fuel_source":{"Hydro":219.8}},"geometry":{"type":"Point","coordinates":[-116.83504,44.97164]}},{"type":"Feature","properties":{"code":3020,"plant_name":"Clearwater 1","capacity_mw":18,"fuel_source":{"Hydro":18}},"geometry":{"type":"Point","coordinates":[-122.33792,43.25124]}},{"type":"Feature","properties":{"code":3021,"plant_name":"Clearwater 2","capacity_mw":31,"fuel_source":{"Hydro":31}},"geometry":{"type":"Point","coordinates":[-122.40981,43.26689]}},{"type":"Feature","properties":{"code":3024,"plant_name":"Eagle Point","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-122.75706,42.51458]}},{"type":"Feature","properties":{"code":3025,"plant_name":"East Side","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-121.7955,42.22485]}},{"type":"Feature","properties":{"code":3026,"plant_name":"Fish Creek","capacity_mw":10.4,"fuel_source":{"Hydro":10.4}},"geometry":{"type":"Point","coordinates":[-122.44898,43.27422]}},{"type":"Feature","properties":{"code":3028,"plant_name":"John C Boyle","capacity_mw":98,"fuel_source":{"Hydro":98}},"geometry":{"type":"Point","coordinates":[-122.0703,42.09361]}},{"type":"Feature","properties":{"code":3029,"plant_name":"Lemolo 1","capacity_mw":32,"fuel_source":{"Hydro":32}},"geometry":{"type":"Point","coordinates":[-122.2494,43.3558]}},{"type":"Feature","properties":{"code":3032,"plant_name":"Prospect 1","capacity_mw":4.6,"fuel_source":{"Hydro":4.6}},"geometry":{"type":"Point","coordinates":[-122.51512,42.73072]}},{"type":"Feature","properties":{"code":3033,"plant_name":"Prospect 2","capacity_mw":36,"fuel_source":{"Hydro":36}},"geometry":{"type":"Point","coordinates":[-122.51397,42.73124]}},{"type":"Feature","properties":{"code":3034,"plant_name":"Prospect 3","capacity_mw":7.7,"fuel_source":{"Hydro":7.7}},"geometry":{"type":"Point","coordinates":[-122.41846,42.73061]}},{"type":"Feature","properties":{"code":3035,"plant_name":"Prospect 4","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-122.51508,42.73307]}},{"type":"Feature","properties":{"code":3036,"plant_name":"Slide Creek","capacity_mw":18,"fuel_source":{"Hydro":18}},"geometry":{"type":"Point","coordinates":[-122.4728,43.2939]}},{"type":"Feature","properties":{"code":3037,"plant_name":"Soda Springs","capacity_mw":11.6,"fuel_source":{"Hydro":11.6}},"geometry":{"type":"Point","coordinates":[-122.5014,43.3061]}},{"type":"Feature","properties":{"code":3040,"plant_name":"Toketee Falls","capacity_mw":45,"fuel_source":{"Hydro":45}},"geometry":{"type":"Point","coordinates":[-122.4475,43.27273]}},{"type":"Feature","properties":{"code":3041,"plant_name":"Wallowa Falls","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-117.21273,45.2667]}},{"type":"Feature","properties":{"code":3045,"plant_name":"Faraday","capacity_mw":45.8,"fuel_source":{"Hydro":45.8}},"geometry":{"type":"Point","coordinates":[-122.32009,45.26804]}},{"type":"Feature","properties":{"code":3047,"plant_name":"North Fork","capacity_mw":58,"fuel_source":{"Hydro":58}},"geometry":{"type":"Point","coordinates":[-122.27995,45.24329]}},{"type":"Feature","properties":{"code":3048,"plant_name":"Pelton","capacity_mw":110,"fuel_source":{"Hydro":110}},"geometry":{"type":"Point","coordinates":[-121.23138,44.69437]}},{"type":"Feature","properties":{"code":3049,"plant_name":"River Mill","capacity_mw":24.7,"fuel_source":{"Hydro":24.7}},"geometry":{"type":"Point","coordinates":[-122.35002,45.29999]}},{"type":"Feature","properties":{"code":3050,"plant_name":"Round Butte","capacity_mw":353,"fuel_source":{"Hydro":353}},"geometry":{"type":"Point","coordinates":[-121.27733,44.60584]}},{"type":"Feature","properties":{"code":3053,"plant_name":"Sullivan","capacity_mw":18.3,"fuel_source":{"Hydro":18.3}},"geometry":{"type":"Point","coordinates":[-122.61895,45.354]}},{"type":"Feature","properties":{"code":3067,"plant_name":"Carmen Smith","capacity_mw":103.8,"fuel_source":{"Hydro":103.8}},"geometry":{"type":"Point","coordinates":[-122.04135,44.28598]}},{"type":"Feature","properties":{"code":3068,"plant_name":"Leaburg","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-122.6892,44.1011]}},{"type":"Feature","properties":{"code":3071,"plant_name":"Walterville","capacity_mw":7.5,"fuel_source":{"Hydro":7.5}},"geometry":{"type":"Point","coordinates":[-122.83505,44.06964]}},{"type":"Feature","properties":{"code":3074,"plant_name":"Big Cliff","capacity_mw":21,"fuel_source":{"Hydro":21}},"geometry":{"type":"Point","coordinates":[-122.2832,44.7514]}},{"type":"Feature","properties":{"code":3075,"plant_name":"Bonneville","capacity_mw":1153.9,"fuel_source":{"Hydro":1153.9}},"geometry":{"type":"Point","coordinates":[-121.94101,45.6441]}},{"type":"Feature","properties":{"code":3076,"plant_name":"Cougar","capacity_mw":26,"fuel_source":{"Hydro":26}},"geometry":{"type":"Point","coordinates":[-122.2439,44.1307]}},{"type":"Feature","properties":{"code":3077,"plant_name":"Detroit","capacity_mw":100,"fuel_source":{"Hydro":100}},"geometry":{"type":"Point","coordinates":[-122.2511,44.7224]}},{"type":"Feature","properties":{"code":3078,"plant_name":"Dexter","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-122.8055,43.9242]}},{"type":"Feature","properties":{"code":3080,"plant_name":"Green Peter","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-122.5494,44.4494]}},{"type":"Feature","properties":{"code":3081,"plant_name":"Hills Creek","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-122.4238,43.7107]}},{"type":"Feature","properties":{"code":3082,"plant_name":"John Day","capacity_mw":2160,"fuel_source":{"Hydro":2160}},"geometry":{"type":"Point","coordinates":[-120.69408,45.71644]}},{"type":"Feature","properties":{"code":3083,"plant_name":"Lookout Point","capacity_mw":120,"fuel_source":{"Hydro":120}},"geometry":{"type":"Point","coordinates":[-122.7531,43.9153]}},{"type":"Feature","properties":{"code":3084,"plant_name":"McNary","capacity_mw":990.5,"fuel_source":{"Hydro":990.5}},"geometry":{"type":"Point","coordinates":[-119.2988,45.9402]}},{"type":"Feature","properties":{"code":3096,"plant_name":"Brunot Island","capacity_mw":243,"fuel_source":{"Natural Gas":198,"Petroleum":45}},"geometry":{"type":"Point","coordinates":[-80.04376,40.46485]}},{"type":"Feature","properties":{"code":3109,"plant_name":"Hamilton","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-76.98845,39.90873]}},{"type":"Feature","properties":{"code":3110,"plant_name":"Hunterstown","capacity_mw":53,"fuel_source":{"Petroleum":53}},"geometry":{"type":"Point","coordinates":[-77.1648,39.8662]}},{"type":"Feature","properties":{"code":3111,"plant_name":"Mountain","capacity_mw":36,"fuel_source":{"Petroleum":36}},"geometry":{"type":"Point","coordinates":[-77.17229,40.12294]}},{"type":"Feature","properties":{"code":3112,"plant_name":"Orrtanna","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-77.3508,39.8442]}},{"type":"Feature","properties":{"code":3113,"plant_name":"Portland","capacity_mw":499,"fuel_source":{"Coal":335,"Petroleum":164}},"geometry":{"type":"Point","coordinates":[-75.0794,40.9102]}},{"type":"Feature","properties":{"code":3114,"plant_name":"Shawnee","capacity_mw":17,"fuel_source":{"Petroleum":17}},"geometry":{"type":"Point","coordinates":[-75.05824,41.06119]}},{"type":"Feature","properties":{"code":3115,"plant_name":"Titus","capacity_mw":27,"fuel_source":{"Petroleum":27}},"geometry":{"type":"Point","coordinates":[-75.9081,40.3056]}},{"type":"Feature","properties":{"code":3116,"plant_name":"Tolna","capacity_mw":36,"fuel_source":{"Petroleum":36}},"geometry":{"type":"Point","coordinates":[-76.63534,39.76063]}},{"type":"Feature","properties":{"code":3117,"plant_name":"York Haven","capacity_mw":19,"fuel_source":{"Hydro":19}},"geometry":{"type":"Point","coordinates":[-76.71195,40.11362]}},{"type":"Feature","properties":{"code":3118,"plant_name":"Conemaugh","capacity_mw":1711.2,"fuel_source":{"Coal":1700,"Petroleum":11.2}},"geometry":{"type":"Point","coordinates":[-79.0611,40.3842]}},{"type":"Feature","properties":{"code":3120,"plant_name":"Blossburg","capacity_mw":16,"fuel_source":{"Natural Gas":16}},"geometry":{"type":"Point","coordinates":[-77.08184,41.70647]}},{"type":"Feature","properties":{"code":3122,"plant_name":"Homer City Generating Station","capacity_mw":1892.3,"fuel_source":{"Coal":1892.3}},"geometry":{"type":"Point","coordinates":[-79.19611,40.51283]}},{"type":"Feature","properties":{"code":3124,"plant_name":"Piney","capacity_mw":27,"fuel_source":{"Hydro":27}},"geometry":{"type":"Point","coordinates":[-79.4335,41.19209]}},{"type":"Feature","properties":{"code":3130,"plant_name":"Seward","capacity_mw":521,"fuel_source":{"Coal":521}},"geometry":{"type":"Point","coordinates":[-79.03366,40.40625]}},{"type":"Feature","properties":{"code":3131,"plant_name":"Shawville","capacity_mw":571,"fuel_source":{"Coal":565,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-78.36623,41.06755]}},{"type":"Feature","properties":{"code":3132,"plant_name":"Warren","capacity_mw":46,"fuel_source":{"Petroleum":46}},"geometry":{"type":"Point","coordinates":[-79.18867,41.83595]}},{"type":"Feature","properties":{"code":3136,"plant_name":"Keystone","capacity_mw":1711.2,"fuel_source":{"Coal":1700,"Petroleum":11.2}},"geometry":{"type":"Point","coordinates":[-79.3411,40.6604]}},{"type":"Feature","properties":{"code":3138,"plant_name":"New Castle Plant","capacity_mw":310,"fuel_source":{"Coal":305,"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-80.36901,40.93794]}},{"type":"Feature","properties":{"code":3139,"plant_name":"PPL Martin Creek LLC Allentown","capacity_mw":56,"fuel_source":{"Petroleum":56}},"geometry":{"type":"Point","coordinates":[-75.45599,40.60839]}},{"type":"Feature","properties":{"code":3140,"plant_name":"PPL Brunner Island","capacity_mw":1445.2,"fuel_source":{"Coal":1437,"Petroleum":8.2}},"geometry":{"type":"Point","coordinates":[-76.6962,40.09611]}},{"type":"Feature","properties":{"code":3142,"plant_name":"PPL Martins Creek LLC Fishbach","capacity_mw":28,"fuel_source":{"Petroleum":28}},"geometry":{"type":"Point","coordinates":[-76.21964,40.68906]}},{"type":"Feature","properties":{"code":3143,"plant_name":"PPL Martins Creek LLC Harrisburg","capacity_mw":56,"fuel_source":{"Petroleum":56}},"geometry":{"type":"Point","coordinates":[-76.8579,40.25786]}},{"type":"Feature","properties":{"code":3144,"plant_name":"PPL Martins Creek LLC Harwood","capacity_mw":27,"fuel_source":{"Petroleum":27}},"geometry":{"type":"Point","coordinates":[-76.0284,40.9353]}},{"type":"Feature","properties":{"code":3145,"plant_name":"PPL Holtwood","capacity_mw":247.7,"fuel_source":{"Hydro":247.7}},"geometry":{"type":"Point","coordinates":[-76.33177,39.8272]}},{"type":"Feature","properties":{"code":3146,"plant_name":"PPL Martins Creek LLC Jenkins","capacity_mw":27.6,"fuel_source":{"Petroleum":27.6}},"geometry":{"type":"Point","coordinates":[-75.81644,41.28241]}},{"type":"Feature","properties":{"code":3147,"plant_name":"PPL Martins Creek LLC Lock Haven","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-77.4709,41.1189]}},{"type":"Feature","properties":{"code":3148,"plant_name":"PPL Martins Creek","capacity_mw":1772,"fuel_source":{"Natural Gas":1772}},"geometry":{"type":"Point","coordinates":[-75.10542,40.79776]}},{"type":"Feature","properties":{"code":3149,"plant_name":"PPL Montour","capacity_mw":1515,"fuel_source":{"Coal":1515}},"geometry":{"type":"Point","coordinates":[-76.6672,41.0714]}},{"type":"Feature","properties":{"code":3152,"plant_name":"Sunbury Generation LP","capacity_mw":423,"fuel_source":{"Coal":382,"Petroleum":41}},"geometry":{"type":"Point","coordinates":[-76.825,40.8361]}},{"type":"Feature","properties":{"code":3153,"plant_name":"PPL HW Wallenpaupack","capacity_mw":44,"fuel_source":{"Hydro":44}},"geometry":{"type":"Point","coordinates":[-75.13089,41.46786]}},{"type":"Feature","properties":{"code":3154,"plant_name":"PPL Martins Creek LLC West Shore","capacity_mw":28,"fuel_source":{"Petroleum":28}},"geometry":{"type":"Point","coordinates":[-76.94579,40.1908]}},{"type":"Feature","properties":{"code":3155,"plant_name":"PPL Martins Creek LLC Williamsport","capacity_mw":27.2,"fuel_source":{"Petroleum":27.2}},"geometry":{"type":"Point","coordinates":[-77.00755,41.2361]}},{"type":"Feature","properties":{"code":3157,"plant_name":"Chester Generating Station","capacity_mw":39,"fuel_source":{"Petroleum":39}},"geometry":{"type":"Point","coordinates":[-75.3837,39.8301]}},{"type":"Feature","properties":{"code":3160,"plant_name":"Delaware Generating Station","capacity_mw":56,"fuel_source":{"Petroleum":56}},"geometry":{"type":"Point","coordinates":[-75.1252,39.96802]}},{"type":"Feature","properties":{"code":3161,"plant_name":"Eddystone Generating Station","capacity_mw":820,"fuel_source":{"Petroleum":820}},"geometry":{"type":"Point","coordinates":[-75.323,39.858]}},{"type":"Feature","properties":{"code":3162,"plant_name":"Falls","capacity_mw":51,"fuel_source":{"Petroleum":51}},"geometry":{"type":"Point","coordinates":[-74.78998,40.17649]}},{"type":"Feature","properties":{"code":3163,"plant_name":"Moser Generating Station","capacity_mw":51,"fuel_source":{"Petroleum":51}},"geometry":{"type":"Point","coordinates":[-75.6193,40.2352]}},{"type":"Feature","properties":{"code":3164,"plant_name":"Muddy Run","capacity_mw":1070,"fuel_source":{"Pumped Storage":1070}},"geometry":{"type":"Point","coordinates":[-76.2993,39.8076]}},{"type":"Feature","properties":{"code":3166,"plant_name":"Peach Bottom","capacity_mw":2250.8,"fuel_source":{"Nuclear":2250.8}},"geometry":{"type":"Point","coordinates":[-76.26874,39.75894]}},{"type":"Feature","properties":{"code":3168,"plant_name":"Richmond Generating Station","capacity_mw":98,"fuel_source":{"Petroleum":98}},"geometry":{"type":"Point","coordinates":[-75.07525,39.98447]}},{"type":"Feature","properties":{"code":3169,"plant_name":"Schuylkill Generating Station","capacity_mw":30,"fuel_source":{"Petroleum":30}},"geometry":{"type":"Point","coordinates":[-75.1883,39.9419]}},{"type":"Feature","properties":{"code":3170,"plant_name":"Southwark","capacity_mw":52,"fuel_source":{"Petroleum":52}},"geometry":{"type":"Point","coordinates":[-75.135,39.9144]}},{"type":"Feature","properties":{"code":3175,"plant_name":"Safe Harbor","capacity_mw":417.5,"fuel_source":{"Hydro":417.5}},"geometry":{"type":"Point","coordinates":[-76.39,39.9244]}},{"type":"Feature","properties":{"code":3176,"plant_name":"Hunlock Power Station","capacity_mw":126.4,"fuel_source":{"Natural Gas":126.4}},"geometry":{"type":"Point","coordinates":[-76.07,41.20056]}},{"type":"Feature","properties":{"code":3236,"plant_name":"Manchester Street","capacity_mw":447,"fuel_source":{"Natural Gas":447}},"geometry":{"type":"Point","coordinates":[-71.4042,41.8167]}},{"type":"Feature","properties":{"code":3250,"plant_name":"Darlington County","capacity_mw":787,"fuel_source":{"Natural Gas":441,"Petroleum":346}},"geometry":{"type":"Point","coordinates":[-80.1657,34.4185]}},{"type":"Feature","properties":{"code":3251,"plant_name":"H B Robinson","capacity_mw":741,"fuel_source":{"Nuclear":741}},"geometry":{"type":"Point","coordinates":[-80.1589,34.4017]}},{"type":"Feature","properties":{"code":3253,"plant_name":"Boyds Mill Hydro","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-82.19934,34.45551]}},{"type":"Feature","properties":{"code":3254,"plant_name":"Buzzard Roost","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-81.9025,34.16972]}},{"type":"Feature","properties":{"code":3255,"plant_name":"Cedar Creek","capacity_mw":45,"fuel_source":{"Hydro":45}},"geometry":{"type":"Point","coordinates":[-80.8756,34.5414]}},{"type":"Feature","properties":{"code":3256,"plant_name":"Dearborn","capacity_mw":42,"fuel_source":{"Hydro":42}},"geometry":{"type":"Point","coordinates":[-80.8914,34.5583]}},{"type":"Feature","properties":{"code":3257,"plant_name":"Fishing Creek","capacity_mw":49,"fuel_source":{"Hydro":49}},"geometry":{"type":"Point","coordinates":[-80.8928,34.6]}},{"type":"Feature","properties":{"code":3258,"plant_name":"Gaston Shoals","capacity_mw":4.7,"fuel_source":{"Hydro":4.7}},"geometry":{"type":"Point","coordinates":[-81.5975,35.1381]}},{"type":"Feature","properties":{"code":3259,"plant_name":"Great Falls","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-80.8917,34.5592]}},{"type":"Feature","properties":{"code":3261,"plant_name":"Hollidays Bridge Hydro","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-82.37496,34.52747]}},{"type":"Feature","properties":{"code":3262,"plant_name":"Jocassee","capacity_mw":780,"fuel_source":{"Pumped Storage":780}},"geometry":{"type":"Point","coordinates":[-82.9147,34.9594]}},{"type":"Feature","properties":{"code":3264,"plant_name":"W S Lee","capacity_mw":452,"fuel_source":{"Coal":370,"Natural Gas":82}},"geometry":{"type":"Point","coordinates":[-82.435,34.6022]}},{"type":"Feature","properties":{"code":3265,"plant_name":"Oconee","capacity_mw":2538,"fuel_source":{"Nuclear":2538}},"geometry":{"type":"Point","coordinates":[-82.8986,34.7939]}},{"type":"Feature","properties":{"code":3266,"plant_name":"Rocky Creek","capacity_mw":27,"fuel_source":{"Hydro":27}},"geometry":{"type":"Point","coordinates":[-80.8778,34.54]}},{"type":"Feature","properties":{"code":3267,"plant_name":"Saluda","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-82.48396,34.85222]}},{"type":"Feature","properties":{"code":3270,"plant_name":"Wateree","capacity_mw":85,"fuel_source":{"Hydro":85}},"geometry":{"type":"Point","coordinates":[-80.7021,34.3355]}},{"type":"Feature","properties":{"code":3271,"plant_name":"Wylie","capacity_mw":72,"fuel_source":{"Hydro":72}},"geometry":{"type":"Point","coordinates":[-81.0078,35.0218]}},{"type":"Feature","properties":{"code":3272,"plant_name":"99 Islands","capacity_mw":9.6,"fuel_source":{"Hydro":9.6}},"geometry":{"type":"Point","coordinates":[-81.4936,35.0314]}},{"type":"Feature","properties":{"code":3275,"plant_name":"Lockhart","capacity_mw":18,"fuel_source":{"Hydro":18}},"geometry":{"type":"Point","coordinates":[-81.4561,34.7792]}},{"type":"Feature","properties":{"code":3281,"plant_name":"Coit GT","capacity_mw":28,"fuel_source":{"Natural Gas":28}},"geometry":{"type":"Point","coordinates":[-81.04067,33.98025]}},{"type":"Feature","properties":{"code":3283,"plant_name":"Columbia Canal Hydro","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-81.0494,33.9972]}},{"type":"Feature","properties":{"code":3285,"plant_name":"Hagood","capacity_mw":126,"fuel_source":{"Natural Gas":126}},"geometry":{"type":"Point","coordinates":[-79.9634,32.8265]}},{"type":"Feature","properties":{"code":3286,"plant_name":"Hardeeville","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-81.07387,32.2988]}},{"type":"Feature","properties":{"code":3287,"plant_name":"McMeekin","capacity_mw":250,"fuel_source":{"Coal":250}},"geometry":{"type":"Point","coordinates":[-81.2172,34.0556]}},{"type":"Feature","properties":{"code":3289,"plant_name":"Neal Shoals","capacity_mw":5.2,"fuel_source":{"Hydro":5.2}},"geometry":{"type":"Point","coordinates":[-81.4486,34.6642]}},{"type":"Feature","properties":{"code":3290,"plant_name":"Parr Hydro","capacity_mw":15,"fuel_source":{"Hydro":15}},"geometry":{"type":"Point","coordinates":[-81.33085,34.26132]}},{"type":"Feature","properties":{"code":3291,"plant_name":"Parr GT","capacity_mw":69,"fuel_source":{"Natural Gas":69}},"geometry":{"type":"Point","coordinates":[-81.3308,34.2642]}},{"type":"Feature","properties":{"code":3293,"plant_name":"Saluda","capacity_mw":198.5,"fuel_source":{"Hydro":198.5}},"geometry":{"type":"Point","coordinates":[-81.2172,34.0533]}},{"type":"Feature","properties":{"code":3295,"plant_name":"Urquhart","capacity_mw":640,"fuel_source":{"Natural Gas":640}},"geometry":{"type":"Point","coordinates":[-81.9111,33.435]}},{"type":"Feature","properties":{"code":3297,"plant_name":"Wateree","capacity_mw":684,"fuel_source":{"Coal":684}},"geometry":{"type":"Point","coordinates":[-80.6228,33.8264]}},{"type":"Feature","properties":{"code":3298,"plant_name":"Williams","capacity_mw":645,"fuel_source":{"Coal":605,"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-79.9297,33.0158]}},{"type":"Feature","properties":{"code":3305,"plant_name":"Rocky River","capacity_mw":3.6,"fuel_source":{"Petroleum":1,"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-82.6097,34.2572]}},{"type":"Feature","properties":{"code":3318,"plant_name":"Hilton Head","capacity_mw":90,"fuel_source":{"Petroleum":90}},"geometry":{"type":"Point","coordinates":[-80.69889,32.20889]}},{"type":"Feature","properties":{"code":3319,"plant_name":"Jefferies","capacity_mw":211,"fuel_source":{"Petroleum":84,"Hydro":127}},"geometry":{"type":"Point","coordinates":[-79.99083,33.24444]}},{"type":"Feature","properties":{"code":3320,"plant_name":"Myrtle Beach","capacity_mw":75,"fuel_source":{"Petroleum":75}},"geometry":{"type":"Point","coordinates":[-78.92417,33.70833]}},{"type":"Feature","properties":{"code":3321,"plant_name":"Spillway","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-80.16389,33.45389]}},{"type":"Feature","properties":{"code":3323,"plant_name":"J Strom Thurmond","capacity_mw":336,"fuel_source":{"Hydro":336}},"geometry":{"type":"Point","coordinates":[-82.1961,33.6602]}},{"type":"Feature","properties":{"code":3325,"plant_name":"Ben French","capacity_mw":78,"fuel_source":{"Natural Gas":68,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-103.26096,44.08723]}},{"type":"Feature","properties":{"code":3338,"plant_name":"Aberdeen CT","capacity_mw":72.5,"fuel_source":{"Natural Gas":52,"Petroleum":20.5}},"geometry":{"type":"Point","coordinates":[-98.49396,45.42988]}},{"type":"Feature","properties":{"code":3341,"plant_name":"Clark","capacity_mw":2.6,"fuel_source":{"Petroleum":2.6}},"geometry":{"type":"Point","coordinates":[-97.8808,44.8733]}},{"type":"Feature","properties":{"code":3342,"plant_name":"Faulkton","capacity_mw":2.5,"fuel_source":{"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-99.0475,45.0356]}},{"type":"Feature","properties":{"code":3343,"plant_name":"Highmore","capacity_mw":4.5,"fuel_source":{"Petroleum":4.5}},"geometry":{"type":"Point","coordinates":[-99.5269,44.5217]}},{"type":"Feature","properties":{"code":3344,"plant_name":"Huron","capacity_mw":54.7,"fuel_source":{"Natural Gas":54.7}},"geometry":{"type":"Point","coordinates":[-98.17223,44.36951]}},{"type":"Feature","properties":{"code":3346,"plant_name":"Mobile Unit","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-98.1896,44.3617]}},{"type":"Feature","properties":{"code":3347,"plant_name":"Redfield","capacity_mw":3.9,"fuel_source":{"Natural Gas":3.9}},"geometry":{"type":"Point","coordinates":[-98.52417,44.87694]}},{"type":"Feature","properties":{"code":3352,"plant_name":"Lake Preston","capacity_mw":22.1,"fuel_source":{"Petroleum":22.1}},"geometry":{"type":"Point","coordinates":[-97.38106,44.36487]}},{"type":"Feature","properties":{"code":3356,"plant_name":"Oahe","capacity_mw":714,"fuel_source":{"Hydro":714}},"geometry":{"type":"Point","coordinates":[-100.3866,44.4504]}},{"type":"Feature","properties":{"code":3373,"plant_name":"Fort Randall","capacity_mw":360,"fuel_source":{"Hydro":360}},"geometry":{"type":"Point","coordinates":[-98.5539,43.0653]}},{"type":"Feature","properties":{"code":3375,"plant_name":"Big Bend","capacity_mw":520,"fuel_source":{"Hydro":520}},"geometry":{"type":"Point","coordinates":[-99.4463,44.0384]}},{"type":"Feature","properties":{"code":3393,"plant_name":"Allen Steam Plant","capacity_mw":1168.2,"fuel_source":{"Coal":741,"Natural Gas":427.2}},"geometry":{"type":"Point","coordinates":[-90.14868,35.07409]}},{"type":"Feature","properties":{"code":3394,"plant_name":"Apalachia","capacity_mw":82.4,"fuel_source":{"Hydro":82.4}},"geometry":{"type":"Point","coordinates":[-84.2956,35.16771]}},{"type":"Feature","properties":{"code":3395,"plant_name":"Boone Dam","capacity_mw":113.4,"fuel_source":{"Hydro":113.4}},"geometry":{"type":"Point","coordinates":[-82.4381,36.4403]}},{"type":"Feature","properties":{"code":3396,"plant_name":"Bull Run","capacity_mw":870,"fuel_source":{"Coal":870}},"geometry":{"type":"Point","coordinates":[-84.1567,36.0211]}},{"type":"Feature","properties":{"code":3397,"plant_name":"Cherokee Dam","capacity_mw":141.6,"fuel_source":{"Hydro":141.6}},"geometry":{"type":"Point","coordinates":[-83.49768,36.16818]}},{"type":"Feature","properties":{"code":3398,"plant_name":"Chickamauga","capacity_mw":141.6,"fuel_source":{"Hydro":141.6}},"geometry":{"type":"Point","coordinates":[-85.22947,35.10179]}},{"type":"Feature","properties":{"code":3399,"plant_name":"Cumberland","capacity_mw":2470,"fuel_source":{"Coal":2470}},"geometry":{"type":"Point","coordinates":[-87.6539,36.3903]}},{"type":"Feature","properties":{"code":3400,"plant_name":"Douglas Dam","capacity_mw":177.9,"fuel_source":{"Hydro":177.9}},"geometry":{"type":"Point","coordinates":[-83.5393,35.9623]}},{"type":"Feature","properties":{"code":3401,"plant_name":"Fort Patrick Henry","capacity_mw":40.7,"fuel_source":{"Hydro":40.7}},"geometry":{"type":"Point","coordinates":[-82.5086,36.4982]}},{"type":"Feature","properties":{"code":3402,"plant_name":"Fort Loudoun","capacity_mw":168.2,"fuel_source":{"Hydro":168.2}},"geometry":{"type":"Point","coordinates":[-84.2431,35.7917]}},{"type":"Feature","properties":{"code":3403,"plant_name":"Gallatin","capacity_mw":1555.6,"fuel_source":{"Coal":976,"Natural Gas":579.6}},"geometry":{"type":"Point","coordinates":[-86.4006,36.3156]}},{"type":"Feature","properties":{"code":3404,"plant_name":"Great Falls","capacity_mw":35.4,"fuel_source":{"Hydro":35.4}},"geometry":{"type":"Point","coordinates":[-85.63406,35.80673]}},{"type":"Feature","properties":{"code":3405,"plant_name":"John Sevier","capacity_mw":1230,"fuel_source":{"Coal":352,"Natural Gas":878}},"geometry":{"type":"Point","coordinates":[-82.9639,36.3767]}},{"type":"Feature","properties":{"code":3406,"plant_name":"Johnsonville","capacity_mw":2250.8,"fuel_source":{"Coal":1206,"Natural Gas":1044.8}},"geometry":{"type":"Point","coordinates":[-87.9861,36.0278]}},{"type":"Feature","properties":{"code":3407,"plant_name":"Kingston","capacity_mw":1398,"fuel_source":{"Coal":1398}},"geometry":{"type":"Point","coordinates":[-84.5194,35.8992]}},{"type":"Feature","properties":{"code":3408,"plant_name":"Melton Hill","capacity_mw":79.2,"fuel_source":{"Hydro":79.2}},"geometry":{"type":"Point","coordinates":[-84.3003,35.8853]}},{"type":"Feature","properties":{"code":3409,"plant_name":"Nickajack","capacity_mw":105.6,"fuel_source":{"Hydro":105.6}},"geometry":{"type":"Point","coordinates":[-85.6218,35.0017]}},{"type":"Feature","properties":{"code":3411,"plant_name":"Norris Dam","capacity_mw":127,"fuel_source":{"Hydro":127}},"geometry":{"type":"Point","coordinates":[-84.0914,36.2242]}},{"type":"Feature","properties":{"code":3412,"plant_name":"Ocoee 1","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-84.6478,35.0947]}},{"type":"Feature","properties":{"code":3413,"plant_name":"Ocoee 2","capacity_mw":23.4,"fuel_source":{"Hydro":23.4}},"geometry":{"type":"Point","coordinates":[-84.49115,35.08227]}},{"type":"Feature","properties":{"code":3414,"plant_name":"Ocoee 3","capacity_mw":28.6,"fuel_source":{"Hydro":28.6}},"geometry":{"type":"Point","coordinates":[-84.4833,35.075]}},{"type":"Feature","properties":{"code":3415,"plant_name":"Pickwick Landing Dam","capacity_mw":244.3,"fuel_source":{"Hydro":244.3}},"geometry":{"type":"Point","coordinates":[-88.2494,35.0683]}},{"type":"Feature","properties":{"code":3416,"plant_name":"South Holston","capacity_mw":44.4,"fuel_source":{"Hydro":44.4}},"geometry":{"type":"Point","coordinates":[-82.09021,36.52317]}},{"type":"Feature","properties":{"code":3417,"plant_name":"Tims Ford","capacity_mw":40.2,"fuel_source":{"Hydro":40.2}},"geometry":{"type":"Point","coordinates":[-86.2783,35.1967]}},{"type":"Feature","properties":{"code":3418,"plant_name":"Watauga","capacity_mw":67,"fuel_source":{"Hydro":67}},"geometry":{"type":"Point","coordinates":[-82.1264,36.3413]}},{"type":"Feature","properties":{"code":3420,"plant_name":"Watts Bar Hydro","capacity_mw":193.9,"fuel_source":{"Hydro":193.9}},"geometry":{"type":"Point","coordinates":[-84.78553,35.61967]}},{"type":"Feature","properties":{"code":3421,"plant_name":"Wilbur","capacity_mw":11.1,"fuel_source":{"Hydro":11.1}},"geometry":{"type":"Point","coordinates":[-84.28207,34.88384]}},{"type":"Feature","properties":{"code":3423,"plant_name":"Cordell Hull","capacity_mw":114,"fuel_source":{"Hydro":114}},"geometry":{"type":"Point","coordinates":[-85.94416,36.28954]}},{"type":"Feature","properties":{"code":3424,"plant_name":"Dale Hollow","capacity_mw":62.1,"fuel_source":{"Hydro":62.1}},"geometry":{"type":"Point","coordinates":[-85.4517,36.5378]}},{"type":"Feature","properties":{"code":3426,"plant_name":"Old Hickory","capacity_mw":115.7,"fuel_source":{"Hydro":115.7}},"geometry":{"type":"Point","coordinates":[-86.6556,36.2972]}},{"type":"Feature","properties":{"code":3428,"plant_name":"J P Priest","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-86.6186,36.1564]}},{"type":"Feature","properties":{"code":3436,"plant_name":"E S Joslin","capacity_mw":254,"fuel_source":{"Natural Gas":254}},"geometry":{"type":"Point","coordinates":[-96.54575,28.64724]}},{"type":"Feature","properties":{"code":3437,"plant_name":"Eagle Pass","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-100.55223,28.82954]}},{"type":"Feature","properties":{"code":3439,"plant_name":"Laredo","capacity_mw":188.4,"fuel_source":{"Natural Gas":188.4}},"geometry":{"type":"Point","coordinates":[-99.5089,27.5667]}},{"type":"Feature","properties":{"code":3441,"plant_name":"Nueces Bay","capacity_mw":633,"fuel_source":{"Natural Gas":633}},"geometry":{"type":"Point","coordinates":[-97.4192,27.81941]}},{"type":"Feature","properties":{"code":3443,"plant_name":"Victoria","capacity_mw":285,"fuel_source":{"Natural Gas":285}},"geometry":{"type":"Point","coordinates":[-97.01,28.7883]}},{"type":"Feature","properties":{"code":3452,"plant_name":"Lake Hubbard","capacity_mw":907,"fuel_source":{"Natural Gas":907}},"geometry":{"type":"Point","coordinates":[-96.5458,32.8358]}},{"type":"Feature","properties":{"code":3453,"plant_name":"Mountain Creek","capacity_mw":808,"fuel_source":{"Natural Gas":808}},"geometry":{"type":"Point","coordinates":[-96.9358,32.7231]}},{"type":"Feature","properties":{"code":3456,"plant_name":"Newman","capacity_mw":760.9,"fuel_source":{"Natural Gas":760.9}},"geometry":{"type":"Point","coordinates":[-106.43178,31.98359]}},{"type":"Feature","properties":{"code":3457,"plant_name":"Lewis Creek","capacity_mw":460.2,"fuel_source":{"Natural Gas":460.2}},"geometry":{"type":"Point","coordinates":[-95.5214,30.4356]}},{"type":"Feature","properties":{"code":3459,"plant_name":"Sabine","capacity_mw":1822.8,"fuel_source":{"Natural Gas":1822.8}},"geometry":{"type":"Point","coordinates":[-93.878,30.0242]}},{"type":"Feature","properties":{"code":3460,"plant_name":"Cedar Bayou","capacity_mw":1495,"fuel_source":{"Natural Gas":1495}},"geometry":{"type":"Point","coordinates":[-94.9256,29.75]}},{"type":"Feature","properties":{"code":3464,"plant_name":"Greens Bayou","capacity_mw":760,"fuel_source":{"Natural Gas":760}},"geometry":{"type":"Point","coordinates":[-95.21943,29.8222]}},{"type":"Feature","properties":{"code":3468,"plant_name":"Sam Bertron","capacity_mw":765,"fuel_source":{"Natural Gas":765}},"geometry":{"type":"Point","coordinates":[-95.05983,29.72678]}},{"type":"Feature","properties":{"code":3469,"plant_name":"T H Wharton","capacity_mw":1025,"fuel_source":{"Natural Gas":1025}},"geometry":{"type":"Point","coordinates":[-95.5306,29.9417]}},{"type":"Feature","properties":{"code":3470,"plant_name":"W A Parish","capacity_mw":3675,"fuel_source":{"Coal":2499,"Natural Gas":1176}},"geometry":{"type":"Point","coordinates":[-95.6311,29.4828]}},{"type":"Feature","properties":{"code":3476,"plant_name":"Knox Lee","capacity_mw":471,"fuel_source":{"Natural Gas":471}},"geometry":{"type":"Point","coordinates":[-94.6415,32.3766]}},{"type":"Feature","properties":{"code":3477,"plant_name":"Lone Star","capacity_mw":50,"fuel_source":{"Natural Gas":50}},"geometry":{"type":"Point","coordinates":[-94.7226,32.9215]}},{"type":"Feature","properties":{"code":3478,"plant_name":"Wilkes","capacity_mw":883,"fuel_source":{"Natural Gas":883}},"geometry":{"type":"Point","coordinates":[-94.54799,32.84816]}},{"type":"Feature","properties":{"code":3482,"plant_name":"Jones","capacity_mw":844,"fuel_source":{"Natural Gas":844}},"geometry":{"type":"Point","coordinates":[-101.7392,33.5239]}},{"type":"Feature","properties":{"code":3483,"plant_name":"Moore County","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-101.865,35.9667]}},{"type":"Feature","properties":{"code":3484,"plant_name":"Nichols","capacity_mw":457,"fuel_source":{"Natural Gas":457}},"geometry":{"type":"Point","coordinates":[-101.74642,35.28336]}},{"type":"Feature","properties":{"code":3485,"plant_name":"Plant X","capacity_mw":412,"fuel_source":{"Natural Gas":412}},"geometry":{"type":"Point","coordinates":[-102.4114,34.1661]}},{"type":"Feature","properties":{"code":3490,"plant_name":"Graham","capacity_mw":615,"fuel_source":{"Natural Gas":615}},"geometry":{"type":"Point","coordinates":[-98.6117,33.1344]}},{"type":"Feature","properties":{"code":3491,"plant_name":"Handley","capacity_mw":1265,"fuel_source":{"Natural Gas":1265}},"geometry":{"type":"Point","coordinates":[-97.2192,32.7283]}},{"type":"Feature","properties":{"code":3492,"plant_name":"Morgan Creek","capacity_mw":407,"fuel_source":{"Natural Gas":407}},"geometry":{"type":"Point","coordinates":[-100.9156,32.3358]}},{"type":"Feature","properties":{"code":3494,"plant_name":"Permian Basin","capacity_mw":995,"fuel_source":{"Natural Gas":995}},"geometry":{"type":"Point","coordinates":[-102.9633,31.5839]}},{"type":"Feature","properties":{"code":3497,"plant_name":"Big Brown","capacity_mw":1195,"fuel_source":{"Coal":1195}},"geometry":{"type":"Point","coordinates":[-96.0544,31.8206]}},{"type":"Feature","properties":{"code":3502,"plant_name":"Lake Creek","capacity_mw":323,"fuel_source":{"Natural Gas":317,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-96.985,31.4647]}},{"type":"Feature","properties":{"code":3504,"plant_name":"Stryker Creek","capacity_mw":679,"fuel_source":{"Natural Gas":669,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-94.98983,31.93985]}},{"type":"Feature","properties":{"code":3507,"plant_name":"Trinidad","capacity_mw":230,"fuel_source":{"Natural Gas":226,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-96.10128,32.12452]}},{"type":"Feature","properties":{"code":3508,"plant_name":"Valley","capacity_mw":1069,"fuel_source":{"Natural Gas":1069}},"geometry":{"type":"Point","coordinates":[-96.36761,33.62814]}},{"type":"Feature","properties":{"code":3548,"plant_name":"Decker Creek","capacity_mw":932,"fuel_source":{"Natural Gas":932}},"geometry":{"type":"Point","coordinates":[-97.6128,30.3033]}},{"type":"Feature","properties":{"code":3559,"plant_name":"Silas Ray","capacity_mw":133,"fuel_source":{"Natural Gas":125,"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-97.5214,25.9131]}},{"type":"Feature","properties":{"code":3561,"plant_name":"Bryan","capacity_mw":130,"fuel_source":{"Natural Gas":130}},"geometry":{"type":"Point","coordinates":[-96.37232,30.64741]}},{"type":"Feature","properties":{"code":3576,"plant_name":"Ray Olinger","capacity_mw":395,"fuel_source":{"Natural Gas":395}},"geometry":{"type":"Point","coordinates":[-96.45248,33.06805]}},{"type":"Feature","properties":{"code":3581,"plant_name":"Abbott TP 3","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-98.04073,29.59395]}},{"type":"Feature","properties":{"code":3582,"plant_name":"Dunlap TP 1","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-98.04593,29.64019]}},{"type":"Feature","properties":{"code":3583,"plant_name":"H 4","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-97.62495,29.49519]}},{"type":"Feature","properties":{"code":3584,"plant_name":"H 5","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-97.4919,29.4681]}},{"type":"Feature","properties":{"code":3585,"plant_name":"Nolte","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-97.93211,29.53756]}},{"type":"Feature","properties":{"code":3586,"plant_name":"TP 4","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-97.99959,29.54814]}},{"type":"Feature","properties":{"code":3594,"plant_name":"Austin","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-97.78441,30.29342]}},{"type":"Feature","properties":{"code":3595,"plant_name":"Buchanan","capacity_mw":54,"fuel_source":{"Hydro":54}},"geometry":{"type":"Point","coordinates":[-98.4176,30.7507]}},{"type":"Feature","properties":{"code":3597,"plant_name":"Granite Shoals","capacity_mw":60,"fuel_source":{"Hydro":60}},"geometry":{"type":"Point","coordinates":[-98.3384,30.556]}},{"type":"Feature","properties":{"code":3598,"plant_name":"Inks","capacity_mw":13.8,"fuel_source":{"Hydro":13.8}},"geometry":{"type":"Point","coordinates":[-98.38542,30.7316]}},{"type":"Feature","properties":{"code":3599,"plant_name":"Marble Falls","capacity_mw":41.4,"fuel_source":{"Hydro":41.4}},"geometry":{"type":"Point","coordinates":[-98.25759,30.55529]}},{"type":"Feature","properties":{"code":3600,"plant_name":"Marshall Ford","capacity_mw":108,"fuel_source":{"Hydro":108}},"geometry":{"type":"Point","coordinates":[-97.9073,30.3899]}},{"type":"Feature","properties":{"code":3601,"plant_name":"Sim Gideon","capacity_mw":620,"fuel_source":{"Natural Gas":620}},"geometry":{"type":"Point","coordinates":[-97.2708,30.1456]}},{"type":"Feature","properties":{"code":3602,"plant_name":"Ty Cooke","capacity_mw":120,"fuel_source":{"Natural Gas":120}},"geometry":{"type":"Point","coordinates":[-101.7906,33.5211]}},{"type":"Feature","properties":{"code":3604,"plant_name":"J Robert Massengale","capacity_mw":94,"fuel_source":{"Natural Gas":94}},"geometry":{"type":"Point","coordinates":[-101.8408,33.6039]}},{"type":"Feature","properties":{"code":3609,"plant_name":"Leon Creek","capacity_mw":339,"fuel_source":{"Natural Gas":339}},"geometry":{"type":"Point","coordinates":[-98.5761,29.3525]}},{"type":"Feature","properties":{"code":3611,"plant_name":"O W Sommers","capacity_mw":830,"fuel_source":{"Natural Gas":830}},"geometry":{"type":"Point","coordinates":[-98.3242,29.30806]}},{"type":"Feature","properties":{"code":3612,"plant_name":"V H Braunig","capacity_mw":1055,"fuel_source":{"Natural Gas":1055}},"geometry":{"type":"Point","coordinates":[-98.3825,29.2567]}},{"type":"Feature","properties":{"code":3624,"plant_name":"Weatherford","capacity_mw":4.3,"fuel_source":{"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-97.7939,32.7553]}},{"type":"Feature","properties":{"code":3627,"plant_name":"North Texas","capacity_mw":33,"fuel_source":{"Natural Gas":33}},"geometry":{"type":"Point","coordinates":[-97.69454,32.77878]}},{"type":"Feature","properties":{"code":3628,"plant_name":"R W Miller","capacity_mw":574,"fuel_source":{"Natural Gas":574}},"geometry":{"type":"Point","coordinates":[-98.3103,32.6581]}},{"type":"Feature","properties":{"code":3630,"plant_name":"Pearsall","capacity_mw":270.6,"fuel_source":{"Natural Gas":270.6}},"geometry":{"type":"Point","coordinates":[-99.0919,28.9275]}},{"type":"Feature","properties":{"code":3631,"plant_name":"Sam Rayburn","capacity_mw":208.2,"fuel_source":{"Natural Gas":205,"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-97.135,28.8947]}},{"type":"Feature","properties":{"code":3643,"plant_name":"Upper Beaver","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-112.4806,38.2683]}},{"type":"Feature","properties":{"code":3644,"plant_name":"Carbon","capacity_mw":172,"fuel_source":{"Coal":172}},"geometry":{"type":"Point","coordinates":[-110.8644,39.7272]}},{"type":"Feature","properties":{"code":3646,"plant_name":"Cutler","capacity_mw":29,"fuel_source":{"Hydro":29}},"geometry":{"type":"Point","coordinates":[-112.05211,41.8347]}},{"type":"Feature","properties":{"code":3648,"plant_name":"Gadsby","capacity_mw":354.5,"fuel_source":{"Natural Gas":354.5}},"geometry":{"type":"Point","coordinates":[-111.9289,40.7686]}},{"type":"Feature","properties":{"code":3651,"plant_name":"Granite","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-111.78208,40.61917]}},{"type":"Feature","properties":{"code":3655,"plant_name":"Olmstead","capacity_mw":10,"fuel_source":{"Hydro":10}},"geometry":{"type":"Point","coordinates":[-111.65469,40.3158]}},{"type":"Feature","properties":{"code":3656,"plant_name":"Pioneer","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-111.94648,41.24364]}},{"type":"Feature","properties":{"code":3658,"plant_name":"Snake Creek","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-111.50291,40.54494]}},{"type":"Feature","properties":{"code":3659,"plant_name":"Stairs","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-111.7533,40.6236]}},{"type":"Feature","properties":{"code":3661,"plant_name":"Weber","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-111.88495,41.13762]}},{"type":"Feature","properties":{"code":3665,"plant_name":"Bountiful City","capacity_mw":34.2,"fuel_source":{"Natural Gas":34.2}},"geometry":{"type":"Point","coordinates":[-111.88533,40.88687]}},{"type":"Feature","properties":{"code":3666,"plant_name":"Brigham City","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-111.99345,41.50162]}},{"type":"Feature","properties":{"code":3675,"plant_name":"Hydro III","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-111.74602,41.74636]}},{"type":"Feature","properties":{"code":3676,"plant_name":"Manti Upper","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-111.62149,39.25591]}},{"type":"Feature","properties":{"code":3686,"plant_name":"Provo","capacity_mw":19.2,"fuel_source":{"Natural Gas":19.2}},"geometry":{"type":"Point","coordinates":[-111.66309,40.24291]}},{"type":"Feature","properties":{"code":3688,"plant_name":"Bartholomew","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-111.49946,40.16714]}},{"type":"Feature","properties":{"code":3691,"plant_name":"Spanish Fork","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-111.60485,40.08004]}},{"type":"Feature","properties":{"code":3697,"plant_name":"Gateway","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-111.83144,41.13655]}},{"type":"Feature","properties":{"code":3698,"plant_name":"Wanship","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-111.4043,40.7904]}},{"type":"Feature","properties":{"code":3699,"plant_name":"Boulder","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-111.4383,37.9858]}},{"type":"Feature","properties":{"code":3704,"plant_name":"Uintah","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-110.06611,40.53806]}},{"type":"Feature","properties":{"code":3708,"plant_name":"Ascutney","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-72.4203,43.4011]}},{"type":"Feature","properties":{"code":3709,"plant_name":"Smith","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-72.1282,43.9921]}},{"type":"Feature","properties":{"code":3710,"plant_name":"Cavendish","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-72.59824,43.38122]}},{"type":"Feature","properties":{"code":3711,"plant_name":"Clark Falls","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-73.12,44.6356]}},{"type":"Feature","properties":{"code":3712,"plant_name":"Fairfax Falls","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-72.9961,44.6534]}},{"type":"Feature","properties":{"code":3714,"plant_name":"Glen","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-72.9758,43.6368]}},{"type":"Feature","properties":{"code":3716,"plant_name":"Lower Middlebury","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-73.1768,44.0249]}},{"type":"Feature","properties":{"code":3717,"plant_name":"Milton","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-73.11336,44.64143]}},{"type":"Feature","properties":{"code":3720,"plant_name":"Peterson","capacity_mw":5.8,"fuel_source":{"Hydro":5.8}},"geometry":{"type":"Point","coordinates":[-73.1625,44.6381]}},{"type":"Feature","properties":{"code":3722,"plant_name":"Pittsford","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-72.955,43.694]}},{"type":"Feature","properties":{"code":3723,"plant_name":"Rutland","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-72.9923,43.603]}},{"type":"Feature","properties":{"code":3724,"plant_name":"Salisbury","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-73.1007,43.8954]}},{"type":"Feature","properties":{"code":3725,"plant_name":"Silver Lake","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-73.05313,43.89858]}},{"type":"Feature","properties":{"code":3728,"plant_name":"Weybridge","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-73.2158,44.0661]}},{"type":"Feature","properties":{"code":3731,"plant_name":"Newport","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-72.17997,44.93758]}},{"type":"Feature","properties":{"code":3734,"plant_name":"Berlin 5","capacity_mw":35,"fuel_source":{"Petroleum":35}},"geometry":{"type":"Point","coordinates":[-72.6027,44.251]}},{"type":"Feature","properties":{"code":3735,"plant_name":"Colchester 16","capacity_mw":8.5,"fuel_source":{"Petroleum":8.5}},"geometry":{"type":"Point","coordinates":[-73.1703,44.4906]}},{"type":"Feature","properties":{"code":3737,"plant_name":"Essex Junction 19","capacity_mw":15.2,"fuel_source":{"Petroleum":7.2,"Hydro":8}},"geometry":{"type":"Point","coordinates":[-73.1164,44.4821]}},{"type":"Feature","properties":{"code":3739,"plant_name":"Marshfield 6","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-72.3356,44.3606]}},{"type":"Feature","properties":{"code":3740,"plant_name":"Middlesex 2","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-72.6824,44.29239]}},{"type":"Feature","properties":{"code":3743,"plant_name":"West Danville 15","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-72.1881,44.4056]}},{"type":"Feature","properties":{"code":3745,"plant_name":"Bellows Falls","capacity_mw":48.3,"fuel_source":{"Hydro":48.3}},"geometry":{"type":"Point","coordinates":[-72.4464,43.1375]}},{"type":"Feature","properties":{"code":3746,"plant_name":"Harriman","capacity_mw":41.1,"fuel_source":{"Hydro":41.1}},"geometry":{"type":"Point","coordinates":[-72.9144,42.7936]}},{"type":"Feature","properties":{"code":3750,"plant_name":"Canaan","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-71.53016,44.99927]}},{"type":"Feature","properties":{"code":3751,"plant_name":"Vermont Yankee","capacity_mw":604.3,"fuel_source":{"Nuclear":604.3}},"geometry":{"type":"Point","coordinates":[-72.5133,42.7786]}},{"type":"Feature","properties":{"code":3753,"plant_name":"West Charleston","capacity_mw":3.2,"fuel_source":{"Petroleum":1.8,"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-72.05536,44.88738]}},{"type":"Feature","properties":{"code":3754,"plant_name":"Burlington GT","capacity_mw":19.7,"fuel_source":{"Petroleum":19.7}},"geometry":{"type":"Point","coordinates":[-73.2239,44.4814]}},{"type":"Feature","properties":{"code":3762,"plant_name":"Great Falls","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-71.99892,44.50022]}},{"type":"Feature","properties":{"code":3764,"plant_name":"Morrisville","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-72.60237,44.56183]}},{"type":"Feature","properties":{"code":3765,"plant_name":"Cadys Falls","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-72.61186,44.57755]}},{"type":"Feature","properties":{"code":3772,"plant_name":"Buck","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-80.9386,36.8081]}},{"type":"Feature","properties":{"code":3773,"plant_name":"Byllesby 2","capacity_mw":31.6,"fuel_source":{"Hydro":31.6}},"geometry":{"type":"Point","coordinates":[-80.9333,36.7858]}},{"type":"Feature","properties":{"code":3774,"plant_name":"Claytor","capacity_mw":58.8,"fuel_source":{"Hydro":58.8}},"geometry":{"type":"Point","coordinates":[-80.5847,37.075]}},{"type":"Feature","properties":{"code":3775,"plant_name":"Clinch River","capacity_mw":690,"fuel_source":{"Coal":690}},"geometry":{"type":"Point","coordinates":[-82.1997,36.9333]}},{"type":"Feature","properties":{"code":3776,"plant_name":"Glen Lyn","capacity_mw":325,"fuel_source":{"Coal":325}},"geometry":{"type":"Point","coordinates":[-80.8633,37.3706]}},{"type":"Feature","properties":{"code":3777,"plant_name":"Leesville","capacity_mw":50,"fuel_source":{"Hydro":50}},"geometry":{"type":"Point","coordinates":[-79.4025,37.0933]}},{"type":"Feature","properties":{"code":3778,"plant_name":"Niagara","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-79.8756,37.2544]}},{"type":"Feature","properties":{"code":3779,"plant_name":"Reusens","capacity_mw":12.6,"fuel_source":{"Hydro":12.6}},"geometry":{"type":"Point","coordinates":[-79.1856,37.4639]}},{"type":"Feature","properties":{"code":3780,"plant_name":"Smith Mountain","capacity_mw":586,"fuel_source":{"Hydro":348,"Pumped Storage":238}},"geometry":{"type":"Point","coordinates":[-79.5356,37.0413]}},{"type":"Feature","properties":{"code":3782,"plant_name":"Bayview","capacity_mw":12.6,"fuel_source":{"Petroleum":12.6}},"geometry":{"type":"Point","coordinates":[-75.9682,37.2717]}},{"type":"Feature","properties":{"code":3785,"plant_name":"Tasley","capacity_mw":31,"fuel_source":{"Petroleum":31}},"geometry":{"type":"Point","coordinates":[-75.7031,37.7061]}},{"type":"Feature","properties":{"code":3789,"plant_name":"FirstEnergy Luray","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-78.49889,38.67667]}},{"type":"Feature","properties":{"code":3790,"plant_name":"FirstEnergy Newport","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-78.59361,38.57139]}},{"type":"Feature","properties":{"code":3796,"plant_name":"Bremo Bluff","capacity_mw":227,"fuel_source":{"Natural Gas":227}},"geometry":{"type":"Point","coordinates":[-78.2878,37.7089]}},{"type":"Feature","properties":{"code":3797,"plant_name":"Chesterfield","capacity_mw":1650,"fuel_source":{"Coal":1253,"Natural Gas":397}},"geometry":{"type":"Point","coordinates":[-77.3833,37.3822]}},{"type":"Feature","properties":{"code":3798,"plant_name":"Cushaw","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-79.38082,37.59289]}},{"type":"Feature","properties":{"code":3799,"plant_name":"Low Moor","capacity_mw":48,"fuel_source":{"Petroleum":48}},"geometry":{"type":"Point","coordinates":[-79.892,37.777]}},{"type":"Feature","properties":{"code":3800,"plant_name":"Northern Neck","capacity_mw":47,"fuel_source":{"Petroleum":47}},"geometry":{"type":"Point","coordinates":[-76.711,37.95]}},{"type":"Feature","properties":{"code":3803,"plant_name":"Chesapeake","capacity_mw":646,"fuel_source":{"Coal":595,"Petroleum":51}},"geometry":{"type":"Point","coordinates":[-76.3019,36.7711]}},{"type":"Feature","properties":{"code":3804,"plant_name":"Possum Point","capacity_mw":1733,"fuel_source":{"Natural Gas":875,"Petroleum":858}},"geometry":{"type":"Point","coordinates":[-77.2806,38.5367]}},{"type":"Feature","properties":{"code":3806,"plant_name":"Surry","capacity_mw":1690.4,"fuel_source":{"Nuclear":1690.4}},"geometry":{"type":"Point","coordinates":[-76.6986,37.1661]}},{"type":"Feature","properties":{"code":3809,"plant_name":"Yorktown","capacity_mw":1113,"fuel_source":{"Coal":323,"Petroleum":790}},"geometry":{"type":"Point","coordinates":[-76.4611,37.2144]}},{"type":"Feature","properties":{"code":3821,"plant_name":"Snowden","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-79.3715,37.5736]}},{"type":"Feature","properties":{"code":3823,"plant_name":null,"capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-78.035,38.27]}},{"type":"Feature","properties":{"code":3825,"plant_name":"Pinnacles","capacity_mw":10.5,"fuel_source":{"Hydro":10.5}},"geometry":{"type":"Point","coordinates":[-80.4479,36.66687]}},{"type":"Feature","properties":{"code":3826,"plant_name":"Martinsville","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-79.88359,36.66415]}},{"type":"Feature","properties":{"code":3827,"plant_name":"Radford","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-80.57273,37.07837]}},{"type":"Feature","properties":{"code":3833,"plant_name":"John H Kerr","capacity_mw":296.6,"fuel_source":{"Hydro":296.6}},"geometry":{"type":"Point","coordinates":[-78.3005,36.59943]}},{"type":"Feature","properties":{"code":3834,"plant_name":"Philpott Lake","capacity_mw":15.6,"fuel_source":{"Hydro":15.6}},"geometry":{"type":"Point","coordinates":[-80.0281,36.7803]}},{"type":"Feature","properties":{"code":3845,"plant_name":"Transalta Centralia Generation","capacity_mw":1340,"fuel_source":{"Coal":1340}},"geometry":{"type":"Point","coordinates":[-122.85976,46.75594]}},{"type":"Feature","properties":{"code":3847,"plant_name":"Merwin","capacity_mw":151,"fuel_source":{"Hydro":151}},"geometry":{"type":"Point","coordinates":[-122.55444,45.9567]}},{"type":"Feature","properties":{"code":3850,"plant_name":"Swift 1","capacity_mw":263.7,"fuel_source":{"Hydro":263.7}},"geometry":{"type":"Point","coordinates":[-122.20167,46.06083]}},{"type":"Feature","properties":{"code":3852,"plant_name":"Yale","capacity_mw":163.6,"fuel_source":{"Hydro":163.6}},"geometry":{"type":"Point","coordinates":[-122.33547,45.96277]}},{"type":"Feature","properties":{"code":3853,"plant_name":"Crystal Mountain","capacity_mw":2.5,"fuel_source":{"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-122.3722,47.1333]}},{"type":"Feature","properties":{"code":3854,"plant_name":"Electron","capacity_mw":25.8,"fuel_source":{"Hydro":25.8}},"geometry":{"type":"Point","coordinates":[-122.17492,46.99097]}},{"type":"Feature","properties":{"code":3855,"plant_name":"Lower Baker","capacity_mw":111.2,"fuel_source":{"Hydro":111.2}},"geometry":{"type":"Point","coordinates":[-121.7407,48.5478]}},{"type":"Feature","properties":{"code":3860,"plant_name":"Snoqualmie","capacity_mw":11.9,"fuel_source":{"Hydro":11.9}},"geometry":{"type":"Point","coordinates":[-121.83702,47.54011]}},{"type":"Feature","properties":{"code":3861,"plant_name":"Upper Baker","capacity_mw":105,"fuel_source":{"Hydro":105}},"geometry":{"type":"Point","coordinates":[-121.6907,48.649]}},{"type":"Feature","properties":{"code":3866,"plant_name":"Little Falls","capacity_mw":36,"fuel_source":{"Hydro":36}},"geometry":{"type":"Point","coordinates":[-117.91667,47.82167]}},{"type":"Feature","properties":{"code":3867,"plant_name":"Long Lake","capacity_mw":89.5,"fuel_source":{"Hydro":89.5}},"geometry":{"type":"Point","coordinates":[-117.83611,47.83444]}},{"type":"Feature","properties":{"code":3868,"plant_name":"Meyers Falls","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-118.0603,48.5953]}},{"type":"Feature","properties":{"code":3869,"plant_name":"Nine Mile","capacity_mw":16,"fuel_source":{"Hydro":16}},"geometry":{"type":"Point","coordinates":[-117.53722,47.76972]}},{"type":"Feature","properties":{"code":3878,"plant_name":"Yelm","capacity_mw":11.4,"fuel_source":{"Hydro":11.4}},"geometry":{"type":"Point","coordinates":[-122.63579,46.97491]}},{"type":"Feature","properties":{"code":3883,"plant_name":"Rocky Reach","capacity_mw":1253.9,"fuel_source":{"Hydro":1253.9}},"geometry":{"type":"Point","coordinates":[-120.29528,47.53361]}},{"type":"Feature","properties":{"code":3886,"plant_name":"Wells","capacity_mw":840,"fuel_source":{"Hydro":840}},"geometry":{"type":"Point","coordinates":[-119.8653,47.9469]}},{"type":"Feature","properties":{"code":3887,"plant_name":"Priest Rapids","capacity_mw":955.6,"fuel_source":{"Hydro":955.6}},"geometry":{"type":"Point","coordinates":[-119.908,46.6451]}},{"type":"Feature","properties":{"code":3888,"plant_name":"Wanapum","capacity_mw":1025.2,"fuel_source":{"Hydro":1025.2}},"geometry":{"type":"Point","coordinates":[-119.9703,46.8731]}},{"type":"Feature","properties":{"code":3891,"plant_name":"Box Canyon","capacity_mw":86.7,"fuel_source":{"Hydro":86.7}},"geometry":{"type":"Point","coordinates":[-117.41834,48.78086]}},{"type":"Feature","properties":{"code":3895,"plant_name":"The Dalles","capacity_mw":1822.7,"fuel_source":{"Hydro":1822.7}},"geometry":{"type":"Point","coordinates":[-121.1346,45.614]}},{"type":"Feature","properties":{"code":3913,"plant_name":"Alder","capacity_mw":50.4,"fuel_source":{"Hydro":50.4}},"geometry":{"type":"Point","coordinates":[-122.3102,46.8016]}},{"type":"Feature","properties":{"code":3914,"plant_name":"Cushman 1","capacity_mw":53.4,"fuel_source":{"Hydro":53.4}},"geometry":{"type":"Point","coordinates":[-123.2252,47.4181]}},{"type":"Feature","properties":{"code":3915,"plant_name":"Cushman 2","capacity_mw":93.6,"fuel_source":{"Hydro":93.6}},"geometry":{"type":"Point","coordinates":[-123.1603,47.3698]}},{"type":"Feature","properties":{"code":3916,"plant_name":"LaGrande","capacity_mw":64,"fuel_source":{"Hydro":64}},"geometry":{"type":"Point","coordinates":[-122.3196,46.8328]}},{"type":"Feature","properties":{"code":3917,"plant_name":"Mayfield","capacity_mw":164,"fuel_source":{"Hydro":164}},"geometry":{"type":"Point","coordinates":[-122.5885,46.5035]}},{"type":"Feature","properties":{"code":3918,"plant_name":"Mossyrock","capacity_mw":371.4,"fuel_source":{"Hydro":371.4}},"geometry":{"type":"Point","coordinates":[-122.4247,46.5347]}},{"type":"Feature","properties":{"code":3921,"plant_name":"Chief Joseph","capacity_mw":2456.2,"fuel_source":{"Hydro":2456.2}},"geometry":{"type":"Point","coordinates":[-119.6404,47.9951]}},{"type":"Feature","properties":{"code":3925,"plant_name":"Ice Harbor","capacity_mw":603,"fuel_source":{"Hydro":603}},"geometry":{"type":"Point","coordinates":[-118.87984,46.2498]}},{"type":"Feature","properties":{"code":3926,"plant_name":"Little Goose","capacity_mw":810,"fuel_source":{"Hydro":810}},"geometry":{"type":"Point","coordinates":[-118.0273,46.5838]}},{"type":"Feature","properties":{"code":3927,"plant_name":"Lower Monumental","capacity_mw":810,"fuel_source":{"Hydro":810}},"geometry":{"type":"Point","coordinates":[-118.5397,46.5635]}},{"type":"Feature","properties":{"code":3929,"plant_name":"Packwood","capacity_mw":26,"fuel_source":{"Hydro":26}},"geometry":{"type":"Point","coordinates":[-121.56944,46.59583]}},{"type":"Feature","properties":{"code":3935,"plant_name":"John E Amos","capacity_mw":2900,"fuel_source":{"Coal":2900}},"geometry":{"type":"Point","coordinates":[-81.8233,38.4731]}},{"type":"Feature","properties":{"code":3936,"plant_name":"Kanawha River","capacity_mw":400,"fuel_source":{"Coal":400}},"geometry":{"type":"Point","coordinates":[-81.4211,38.2056]}},{"type":"Feature","properties":{"code":3938,"plant_name":"Philip Sporn","capacity_mw":580,"fuel_source":{"Coal":580}},"geometry":{"type":"Point","coordinates":[-81.9231,38.9669]}},{"type":"Feature","properties":{"code":3943,"plant_name":"FirstEnergy Fort Martin Power Station","capacity_mw":1098,"fuel_source":{"Coal":1098}},"geometry":{"type":"Point","coordinates":[-79.9275,39.71083]}},{"type":"Feature","properties":{"code":3944,"plant_name":"FirstEnergy Harrison Power Station","capacity_mw":1954,"fuel_source":{"Coal":1954}},"geometry":{"type":"Point","coordinates":[-80.3325,39.38417]}},{"type":"Feature","properties":{"code":3947,"plant_name":"Kammer","capacity_mw":600,"fuel_source":{"Coal":600}},"geometry":{"type":"Point","coordinates":[-80.8186,39.8461]}},{"type":"Feature","properties":{"code":3948,"plant_name":"Mitchell","capacity_mw":1560,"fuel_source":{"Coal":1560}},"geometry":{"type":"Point","coordinates":[-80.8153,39.8297]}},{"type":"Feature","properties":{"code":3954,"plant_name":"Mt Storm","capacity_mw":1640,"fuel_source":{"Coal":1629,"Petroleum":11}},"geometry":{"type":"Point","coordinates":[-79.2636,39.2008]}},{"type":"Feature","properties":{"code":3971,"plant_name":"Biron","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-89.7808,44.4306]}},{"type":"Feature","properties":{"code":3972,"plant_name":"Du Bay","capacity_mw":7.2,"fuel_source":{"Hydro":7.2}},"geometry":{"type":"Point","coordinates":[-89.6511,44.6647]}},{"type":"Feature","properties":{"code":3973,"plant_name":"Stevens Point","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-89.585,44.5153]}},{"type":"Feature","properties":{"code":3974,"plant_name":"Wisconsin Rapids","capacity_mw":8.8,"fuel_source":{"Hydro":8.8}},"geometry":{"type":"Point","coordinates":[-89.825,44.3939]}},{"type":"Feature","properties":{"code":3975,"plant_name":"Whiting","capacity_mw":5.1,"fuel_source":{"Hydro":5.1}},"geometry":{"type":"Point","coordinates":[-89.5756,44.4889]}},{"type":"Feature","properties":{"code":3976,"plant_name":"Gordon","capacity_mw":2.8,"fuel_source":{"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-91.7978,46.2372]}},{"type":"Feature","properties":{"code":3982,"plant_name":"Bay Front","capacity_mw":56,"fuel_source":{"Coal":23,"Wood":33}},"geometry":{"type":"Point","coordinates":[-90.9017,46.58722]}},{"type":"Feature","properties":{"code":3983,"plant_name":"Big Falls","capacity_mw":4.1,"fuel_source":{"Hydro":4.1}},"geometry":{"type":"Point","coordinates":[-91.0469,45.49167]}},{"type":"Feature","properties":{"code":3984,"plant_name":"Northern States Flambeau","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-90.4468,45.9356]}},{"type":"Feature","properties":{"code":3986,"plant_name":"Ladysmith","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-91.08361,45.46444]}},{"type":"Feature","properties":{"code":3988,"plant_name":"Thornapple","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-91.21828,45.41114]}},{"type":"Feature","properties":{"code":3989,"plant_name":"White River","capacity_mw":0.4,"fuel_source":{"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-90.90389,46.49833]}},{"type":"Feature","properties":{"code":3991,"plant_name":"Fitchburg","capacity_mw":35.9,"fuel_source":{"Natural Gas":35.9}},"geometry":{"type":"Point","coordinates":[-89.4603,43.0147]}},{"type":"Feature","properties":{"code":3992,"plant_name":"Blount Street","capacity_mw":99.1,"fuel_source":{"Natural Gas":99.1}},"geometry":{"type":"Point","coordinates":[-89.3744,43.0789]}},{"type":"Feature","properties":{"code":3993,"plant_name":"Sycamore","capacity_mw":30.7,"fuel_source":{"Natural Gas":30.7}},"geometry":{"type":"Point","coordinates":[-89.3128,43.1133]}},{"type":"Feature","properties":{"code":3995,"plant_name":"Arpin Dam","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-91.2028,45.7517]}},{"type":"Feature","properties":{"code":3998,"plant_name":"Cedar Falls","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-91.8883,44.9367]}},{"type":"Feature","properties":{"code":4000,"plant_name":"Chippewa Falls","capacity_mw":12.1,"fuel_source":{"Hydro":12.1}},"geometry":{"type":"Point","coordinates":[-91.3889,44.9308]}},{"type":"Feature","properties":{"code":4002,"plant_name":"Dells","capacity_mw":7.3,"fuel_source":{"Hydro":7.3}},"geometry":{"type":"Point","coordinates":[-91.51111,44.82806]}},{"type":"Feature","properties":{"code":4005,"plant_name":"French Island","capacity_mw":139,"fuel_source":{"Petroleum":122,"Wood":17}},"geometry":{"type":"Point","coordinates":[-91.2597,43.8292]}},{"type":"Feature","properties":{"code":4007,"plant_name":"Holcombe","capacity_mw":21.9,"fuel_source":{"Hydro":21.9}},"geometry":{"type":"Point","coordinates":[-91.12722,45.22361]}},{"type":"Feature","properties":{"code":4008,"plant_name":"Jim Falls","capacity_mw":25,"fuel_source":{"Hydro":25}},"geometry":{"type":"Point","coordinates":[-91.274,45.051]}},{"type":"Feature","properties":{"code":4009,"plant_name":"Menomonie","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-91.92944,44.88417]}},{"type":"Feature","properties":{"code":4011,"plant_name":"St Croix Falls","capacity_mw":15.2,"fuel_source":{"Hydro":15.2}},"geometry":{"type":"Point","coordinates":[-92.6469,45.41167]}},{"type":"Feature","properties":{"code":4012,"plant_name":"Trego","capacity_mw":0.7,"fuel_source":{"Hydro":0.7}},"geometry":{"type":"Point","coordinates":[-91.88837,45.94794]}},{"type":"Feature","properties":{"code":4014,"plant_name":"Wheaton","capacity_mw":290,"fuel_source":{"Natural Gas":190,"Petroleum":100}},"geometry":{"type":"Point","coordinates":[-91.51583,44.88542]}},{"type":"Feature","properties":{"code":4015,"plant_name":"Wissota","capacity_mw":21.6,"fuel_source":{"Hydro":21.6}},"geometry":{"type":"Point","coordinates":[-91.3406,44.9378]}},{"type":"Feature","properties":{"code":4018,"plant_name":"Clam River Dam","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-92.5383,45.9467]}},{"type":"Feature","properties":{"code":4019,"plant_name":"Danbury Dam","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-92.3725,46]}},{"type":"Feature","properties":{"code":4020,"plant_name":"Frederic Diesel","capacity_mw":13.5,"fuel_source":{"Petroleum":13.5}},"geometry":{"type":"Point","coordinates":[-92.4606,45.6583]}},{"type":"Feature","properties":{"code":4021,"plant_name":"Grantsburg Diesel","capacity_mw":6.3,"fuel_source":{"Petroleum":6.3}},"geometry":{"type":"Point","coordinates":[-92.67,45.77]}},{"type":"Feature","properties":{"code":4040,"plant_name":"Port Washington Generating Station","capacity_mw":1090,"fuel_source":{"Natural Gas":1090}},"geometry":{"type":"Point","coordinates":[-87.8689,43.3842]}},{"type":"Feature","properties":{"code":4041,"plant_name":"South Oak Creek","capacity_mw":976,"fuel_source":{"Coal":976}},"geometry":{"type":"Point","coordinates":[-87.8294,42.8457]}},{"type":"Feature","properties":{"code":4042,"plant_name":"Valley","capacity_mw":259,"fuel_source":{"Coal":256,"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-87.9233,43.0303]}},{"type":"Feature","properties":{"code":4043,"plant_name":"Appleton","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-88.40956,44.25393]}},{"type":"Feature","properties":{"code":4044,"plant_name":"Oconto Falls Upper","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-88.1475,44.8764]}},{"type":"Feature","properties":{"code":4045,"plant_name":"Pine","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-88.2483,45.8275]}},{"type":"Feature","properties":{"code":4046,"plant_name":"Point Beach Nuclear Plant","capacity_mw":1212.5,"fuel_source":{"Petroleum":15,"Nuclear":1197.5}},"geometry":{"type":"Point","coordinates":[-87.5369,44.2806]}},{"type":"Feature","properties":{"code":4050,"plant_name":"Edgewater","capacity_mw":736,"fuel_source":{"Coal":736}},"geometry":{"type":"Point","coordinates":[-87.70586,43.71514]}},{"type":"Feature","properties":{"code":4053,"plant_name":"Kilbourn","capacity_mw":9.5,"fuel_source":{"Hydro":9.5}},"geometry":{"type":"Point","coordinates":[-89.78076,43.62585]}},{"type":"Feature","properties":{"code":4054,"plant_name":"Nelson Dewey Generating Station","capacity_mw":206.2,"fuel_source":{"Coal":206.2}},"geometry":{"type":"Point","coordinates":[-91.0085,42.7225]}},{"type":"Feature","properties":{"code":4056,"plant_name":"Prairie Du Sac","capacity_mw":29,"fuel_source":{"Hydro":29}},"geometry":{"type":"Point","coordinates":[-89.72778,43.30993]}},{"type":"Feature","properties":{"code":4057,"plant_name":"Rock River","capacity_mw":126.4,"fuel_source":{"Natural Gas":126.4}},"geometry":{"type":"Point","coordinates":[-89.0276,42.58197]}},{"type":"Feature","properties":{"code":4059,"plant_name":"Sheepskin","capacity_mw":28.9,"fuel_source":{"Natural Gas":28.9}},"geometry":{"type":"Point","coordinates":[-89.11083,42.8347]}},{"type":"Feature","properties":{"code":4060,"plant_name":"Alexander","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-89.7553,45.1875]}},{"type":"Feature","properties":{"code":4061,"plant_name":"Caldron Falls","capacity_mw":6.8,"fuel_source":{"Hydro":6.8}},"geometry":{"type":"Point","coordinates":[-88.2306,45.3569]}},{"type":"Feature","properties":{"code":4063,"plant_name":"Grandfather Falls","capacity_mw":17.1,"fuel_source":{"Hydro":17.1}},"geometry":{"type":"Point","coordinates":[-89.7917,45.3019]}},{"type":"Feature","properties":{"code":4064,"plant_name":"Hat Rapids","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-89.4806,45.5711]}},{"type":"Feature","properties":{"code":4065,"plant_name":"High Falls","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-88.1997,45.2794]}},{"type":"Feature","properties":{"code":4067,"plant_name":"Johnson Falls","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-88.1603,45.2875]}},{"type":"Feature","properties":{"code":4068,"plant_name":"Merrill","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-89.685,45.1786]}},{"type":"Feature","properties":{"code":4071,"plant_name":"Potato Rapids","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-87.7586,45.1136]}},{"type":"Feature","properties":{"code":4072,"plant_name":"Pulliam","capacity_mw":415,"fuel_source":{"Coal":328,"Natural Gas":87}},"geometry":{"type":"Point","coordinates":[-88.0086,44.54]}},{"type":"Feature","properties":{"code":4074,"plant_name":"Sandstone Rapids","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-88.0678,45.2333]}},{"type":"Feature","properties":{"code":4075,"plant_name":"Tomahawk","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-89.7306,45.4411]}},{"type":"Feature","properties":{"code":4076,"plant_name":"West Marinette","capacity_mw":156.4,"fuel_source":{"Natural Gas":156.4}},"geometry":{"type":"Point","coordinates":[-87.6881,45.0869]}},{"type":"Feature","properties":{"code":4077,"plant_name":"Wausau","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-89.6367,44.9575]}},{"type":"Feature","properties":{"code":4078,"plant_name":"Weston","capacity_mw":1052.6,"fuel_source":{"Coal":995.1,"Natural Gas":57.5}},"geometry":{"type":"Point","coordinates":[-89.6553,44.8606]}},{"type":"Feature","properties":{"code":4079,"plant_name":"Castle Rock","capacity_mw":17.5,"fuel_source":{"Hydro":17.5}},"geometry":{"type":"Point","coordinates":[-89.9514,43.8656]}},{"type":"Feature","properties":{"code":4080,"plant_name":"Petenwell","capacity_mw":20.4,"fuel_source":{"Hydro":20.4}},"geometry":{"type":"Point","coordinates":[-90.0217,44.0572]}},{"type":"Feature","properties":{"code":4100,"plant_name":"Arcadia Electric","capacity_mw":16.9,"fuel_source":{"Natural Gas":6,"Petroleum":10.9}},"geometry":{"type":"Point","coordinates":[-91.5034,44.2524]}},{"type":"Feature","properties":{"code":4102,"plant_name":"Barron","capacity_mw":8.4,"fuel_source":{"Petroleum":8.3,"Hydro":0.1}},"geometry":{"type":"Point","coordinates":[-91.84038,45.40193]}},{"type":"Feature","properties":{"code":4107,"plant_name":"Cashton","capacity_mw":3.5,"fuel_source":{"Natural Gas":1.1,"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-90.7806,43.7561]}},{"type":"Feature","properties":{"code":4112,"plant_name":"Cumberland","capacity_mw":20.7,"fuel_source":{"Natural Gas":11.8,"Petroleum":8.9}},"geometry":{"type":"Point","coordinates":[-92.0256,45.5236]}},{"type":"Feature","properties":{"code":4113,"plant_name":"Elroy","capacity_mw":6.6,"fuel_source":{"Petroleum":6.6}},"geometry":{"type":"Point","coordinates":[-90.2764,43.7486]}},{"type":"Feature","properties":{"code":4114,"plant_name":"Fennimore","capacity_mw":8.1,"fuel_source":{"Petroleum":8.1}},"geometry":{"type":"Point","coordinates":[-90.6558,42.9828]}},{"type":"Feature","properties":{"code":4118,"plant_name":"Kaukauna Gas Turbine","capacity_mw":15.8,"fuel_source":{"Natural Gas":15.8}},"geometry":{"type":"Point","coordinates":[-88.26544,44.2762]}},{"type":"Feature","properties":{"code":4119,"plant_name":"Little Chute","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-88.25558,44.2799]}},{"type":"Feature","properties":{"code":4120,"plant_name":"New Badger","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-88.2678,44.2772]}},{"type":"Feature","properties":{"code":4122,"plant_name":"Rapide Croche","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-88.3147,44.3164]}},{"type":"Feature","properties":{"code":4124,"plant_name":"La Farge","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-90.6394,43.5903]}},{"type":"Feature","properties":{"code":4125,"plant_name":"Manitowoc","capacity_mw":111.9,"fuel_source":{"Natural Gas":5,"Petroleum":106.9}},"geometry":{"type":"Point","coordinates":[-87.6558,44.082]}},{"type":"Feature","properties":{"code":4127,"plant_name":"Menasha","capacity_mw":26.9,"fuel_source":{"Coal":26.9}},"geometry":{"type":"Point","coordinates":[-88.45817,44.20002]}},{"type":"Feature","properties":{"code":4130,"plant_name":"New Lisbon","capacity_mw":7.6,"fuel_source":{"Petroleum":7.6}},"geometry":{"type":"Point","coordinates":[-90.1394,43.8928]}},{"type":"Feature","properties":{"code":4139,"plant_name":"Viola","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-90.6683,43.5047]}},{"type":"Feature","properties":{"code":4140,"plant_name":"Alma","capacity_mw":102.5,"fuel_source":{"Coal":102.5}},"geometry":{"type":"Point","coordinates":[-91.91111,44.30833]}},{"type":"Feature","properties":{"code":4142,"plant_name":"Flambeau Hydroelectric Station","capacity_mw":21.5,"fuel_source":{"Hydro":21.5}},"geometry":{"type":"Point","coordinates":[-91.04721,45.49183]}},{"type":"Feature","properties":{"code":4143,"plant_name":"Genoa","capacity_mw":306.7,"fuel_source":{"Coal":306.7}},"geometry":{"type":"Point","coordinates":[-91.2325,43.5589]}},{"type":"Feature","properties":{"code":4146,"plant_name":"E J Stoneman Station","capacity_mw":50,"fuel_source":{"Wood":50}},"geometry":{"type":"Point","coordinates":[-90.98474,42.70826]}},{"type":"Feature","properties":{"code":4147,"plant_name":"Stiles","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-88.1586,44.8747]}},{"type":"Feature","properties":{"code":4148,"plant_name":"Washington Island","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-86.8969,45.3761]}},{"type":"Feature","properties":{"code":4158,"plant_name":"Dave Johnston","capacity_mw":760,"fuel_source":{"Coal":760}},"geometry":{"type":"Point","coordinates":[-105.7769,42.8378]}},{"type":"Feature","properties":{"code":4162,"plant_name":"Naughton","capacity_mw":687,"fuel_source":{"Coal":687}},"geometry":{"type":"Point","coordinates":[-110.5983,41.7581]}},{"type":"Feature","properties":{"code":4176,"plant_name":"Fremont Canyon","capacity_mw":66.8,"fuel_source":{"Hydro":66.8}},"geometry":{"type":"Point","coordinates":[-106.7959,42.4766]}},{"type":"Feature","properties":{"code":4177,"plant_name":"Glendo","capacity_mw":38,"fuel_source":{"Hydro":38}},"geometry":{"type":"Point","coordinates":[-104.95553,42.46725]}},{"type":"Feature","properties":{"code":4178,"plant_name":"Guernsey","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-104.76063,42.28987]}},{"type":"Feature","properties":{"code":4180,"plant_name":"Kortes","capacity_mw":36.6,"fuel_source":{"Hydro":36.6}},"geometry":{"type":"Point","coordinates":[-106.88054,42.1743]}},{"type":"Feature","properties":{"code":4182,"plant_name":"Seminoe","capacity_mw":51.6,"fuel_source":{"Hydro":51.6}},"geometry":{"type":"Point","coordinates":[-106.90848,42.15613]}},{"type":"Feature","properties":{"code":4183,"plant_name":"Shoshone","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-109.18123,44.5029]}},{"type":"Feature","properties":{"code":4185,"plant_name":"Fontenelle","capacity_mw":11.2,"fuel_source":{"Hydro":11.2}},"geometry":{"type":"Point","coordinates":[-110.06397,42.02701]}},{"type":"Feature","properties":{"code":4195,"plant_name":"Powerlane Plant","capacity_mw":111,"fuel_source":{"Natural Gas":111}},"geometry":{"type":"Point","coordinates":[-96.1264,33.1707]}},{"type":"Feature","properties":{"code":4201,"plant_name":"Combined Locks","capacity_mw":6.2,"fuel_source":{"Hydro":6.2}},"geometry":{"type":"Point","coordinates":[-88.30055,44.27351]}},{"type":"Feature","properties":{"code":4204,"plant_name":"Island Park","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-111.39597,44.41829]}},{"type":"Feature","properties":{"code":4213,"plant_name":"PHP 1","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-122.08319,45.48171]}},{"type":"Feature","properties":{"code":4214,"plant_name":"PHP 2","capacity_mw":13.5,"fuel_source":{"Hydro":13.5}},"geometry":{"type":"Point","coordinates":[-122.15126,45.44898]}},{"type":"Feature","properties":{"code":4251,"plant_name":"Logan City","capacity_mw":13.5,"fuel_source":{"Natural Gas":13.5}},"geometry":{"type":"Point","coordinates":[-111.8433,41.72583]}},{"type":"Feature","properties":{"code":4256,"plant_name":"Walnut","capacity_mw":47,"fuel_source":{"Natural Gas":47}},"geometry":{"type":"Point","coordinates":[-120.9044,37.4903]}},{"type":"Feature","properties":{"code":4257,"plant_name":"Easton 2","capacity_mw":37,"fuel_source":{"Petroleum":37}},"geometry":{"type":"Point","coordinates":[-76.07,38.795]}},{"type":"Feature","properties":{"code":4258,"plant_name":"Greenup Hydro","capacity_mw":70.2,"fuel_source":{"Hydro":70.2}},"geometry":{"type":"Point","coordinates":[-82.8594,38.6472]}},{"type":"Feature","properties":{"code":4259,"plant_name":"Endicott Station","capacity_mw":50,"fuel_source":{"Coal":50}},"geometry":{"type":"Point","coordinates":[-84.755,42.0317]}},{"type":"Feature","properties":{"code":4263,"plant_name":"Echo Dam","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-111.43394,40.96483]}},{"type":"Feature","properties":{"code":4266,"plant_name":"Spencer","capacity_mw":122,"fuel_source":{"Natural Gas":122}},"geometry":{"type":"Point","coordinates":[-97.1061,33.1975]}},{"type":"Feature","properties":{"code":4270,"plant_name":"Waterford 3","capacity_mw":1156.4,"fuel_source":{"Nuclear":1156.4}},"geometry":{"type":"Point","coordinates":[-90.47158,29.99527]}},{"type":"Feature","properties":{"code":4271,"plant_name":"John P Madgett","capacity_mw":388.8,"fuel_source":{"Coal":388.8}},"geometry":{"type":"Point","coordinates":[-91.91265,44.30358]}},{"type":"Feature","properties":{"code":4937,"plant_name":"Thomas C Ferguson","capacity_mw":510,"fuel_source":{"Natural Gas":510}},"geometry":{"type":"Point","coordinates":[-98.3705,30.558]}},{"type":"Feature","properties":{"code":4939,"plant_name":"Barney M Davis","capacity_mw":968,"fuel_source":{"Natural Gas":968}},"geometry":{"type":"Point","coordinates":[-97.3117,27.6064]}},{"type":"Feature","properties":{"code":4940,"plant_name":"Riverside","capacity_mw":1069.8,"fuel_source":{"Natural Gas":1067,"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-95.9567,35.9978]}},{"type":"Feature","properties":{"code":4941,"plant_name":"Navajo","capacity_mw":2250,"fuel_source":{"Coal":2250}},"geometry":{"type":"Point","coordinates":[-111.3886,36.9047]}},{"type":"Feature","properties":{"code":5083,"plant_name":"Cumberland","capacity_mw":183.1,"fuel_source":{"Natural Gas":183.1}},"geometry":{"type":"Point","coordinates":[-74.9654,39.3757]}},{"type":"Feature","properties":{"code":6000,"plant_name":"Donald C Cook","capacity_mw":2069,"fuel_source":{"Nuclear":2069}},"geometry":{"type":"Point","coordinates":[-86.56521,41.9756]}},{"type":"Feature","properties":{"code":6001,"plant_name":"Joseph M Farley","capacity_mw":1734,"fuel_source":{"Nuclear":1734}},"geometry":{"type":"Point","coordinates":[-85.1116,31.2231]}},{"type":"Feature","properties":{"code":6002,"plant_name":"James H Miller Jr","capacity_mw":2675.2,"fuel_source":{"Coal":2675.2}},"geometry":{"type":"Point","coordinates":[-87.0597,33.6319]}},{"type":"Feature","properties":{"code":6004,"plant_name":"FirstEnergy Pleasants Power Station","capacity_mw":1288,"fuel_source":{"Coal":1288}},"geometry":{"type":"Point","coordinates":[-81.29444,39.36667]}},{"type":"Feature","properties":{"code":6006,"plant_name":"Racine","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-81.9081,38.9153]}},{"type":"Feature","properties":{"code":6008,"plant_name":"Palo Verde","capacity_mw":3937,"fuel_source":{"Nuclear":3937}},"geometry":{"type":"Point","coordinates":[-112.8617,33.3881]}},{"type":"Feature","properties":{"code":6009,"plant_name":"White Bluff","capacity_mw":1636.7,"fuel_source":{"Coal":1636.7}},"geometry":{"type":"Point","coordinates":[-92.1406,34.4228]}},{"type":"Feature","properties":{"code":6011,"plant_name":"Calvert Cliffs Nuclear Power Plant","capacity_mw":1716,"fuel_source":{"Nuclear":1716}},"geometry":{"type":"Point","coordinates":[-76.4417,38.4344]}},{"type":"Feature","properties":{"code":6012,"plant_name":"Sherman","capacity_mw":6.1,"fuel_source":{"Hydro":6.1}},"geometry":{"type":"Point","coordinates":[-72.9303,42.7297]}},{"type":"Feature","properties":{"code":6013,"plant_name":"Olive","capacity_mw":99,"fuel_source":{"Natural Gas":99}},"geometry":{"type":"Point","coordinates":[-118.3147,34.1764]}},{"type":"Feature","properties":{"code":6014,"plant_name":"Brunswick","capacity_mw":1870,"fuel_source":{"Nuclear":1870}},"geometry":{"type":"Point","coordinates":[-78.0114,33.9597]}},{"type":"Feature","properties":{"code":6015,"plant_name":"Harris","capacity_mw":928,"fuel_source":{"Nuclear":928}},"geometry":{"type":"Point","coordinates":[-78.9556,35.6334]}},{"type":"Feature","properties":{"code":6016,"plant_name":"Duck Creek","capacity_mw":410,"fuel_source":{"Coal":410}},"geometry":{"type":"Point","coordinates":[-89.9841,40.4663]}},{"type":"Feature","properties":{"code":6017,"plant_name":"Newton","capacity_mw":1197,"fuel_source":{"Coal":1197}},"geometry":{"type":"Point","coordinates":[-88.2781,38.9361]}},{"type":"Feature","properties":{"code":6018,"plant_name":"East Bend","capacity_mw":600,"fuel_source":{"Coal":600}},"geometry":{"type":"Point","coordinates":[-84.8514,38.9036]}},{"type":"Feature","properties":{"code":6019,"plant_name":"W H Zimmer","capacity_mw":1344,"fuel_source":{"Coal":1344}},"geometry":{"type":"Point","coordinates":[-84.2289,38.8675]}},{"type":"Feature","properties":{"code":6020,"plant_name":"Perry","capacity_mw":1256,"fuel_source":{"Nuclear":1256}},"geometry":{"type":"Point","coordinates":[-81.1439,41.8006]}},{"type":"Feature","properties":{"code":6021,"plant_name":"Craig","capacity_mw":1304,"fuel_source":{"Coal":1304}},"geometry":{"type":"Point","coordinates":[-107.5912,40.4627]}},{"type":"Feature","properties":{"code":6022,"plant_name":"Braidwood Generation Station","capacity_mw":2330,"fuel_source":{"Nuclear":2330}},"geometry":{"type":"Point","coordinates":[-88.2286,41.2435]}},{"type":"Feature","properties":{"code":6023,"plant_name":"Byron Generating Station","capacity_mw":2300,"fuel_source":{"Nuclear":2300}},"geometry":{"type":"Point","coordinates":[-89.2819,42.0742]}},{"type":"Feature","properties":{"code":6026,"plant_name":"LaSalle Generating Station","capacity_mw":2277,"fuel_source":{"Nuclear":2277}},"geometry":{"type":"Point","coordinates":[-88.66907,41.2455]}},{"type":"Feature","properties":{"code":6030,"plant_name":"Coal Creek","capacity_mw":1140,"fuel_source":{"Coal":1138,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-101.15706,47.37774]}},{"type":"Feature","properties":{"code":6031,"plant_name":"Killen Station","capacity_mw":618,"fuel_source":{"Coal":600,"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-83.4803,38.6903]}},{"type":"Feature","properties":{"code":6034,"plant_name":"Belle River","capacity_mw":1518,"fuel_source":{"Coal":1284,"Natural Gas":222}},"geometry":{"type":"Point","coordinates":[-82.495,42.7756]}},{"type":"Feature","properties":{"code":6035,"plant_name":"Greenwood","capacity_mw":997,"fuel_source":{"Natural Gas":997}},"geometry":{"type":"Point","coordinates":[-82.6964,43.1056]}},{"type":"Feature","properties":{"code":6036,"plant_name":"Catawba","capacity_mw":2258,"fuel_source":{"Nuclear":2258}},"geometry":{"type":"Point","coordinates":[-81.0694,35.0514]}},{"type":"Feature","properties":{"code":6038,"plant_name":"McGuire","capacity_mw":2258,"fuel_source":{"Nuclear":2258}},"geometry":{"type":"Point","coordinates":[-80.9486,35.4331]}},{"type":"Feature","properties":{"code":6040,"plant_name":"Beaver Valley","capacity_mw":1835,"fuel_source":{"Nuclear":1835}},"geometry":{"type":"Point","coordinates":[-80.4336,40.6219]}},{"type":"Feature","properties":{"code":6041,"plant_name":"H L Spurlock","capacity_mw":1346,"fuel_source":{"Coal":1346}},"geometry":{"type":"Point","coordinates":[-83.8181,38.7]}},{"type":"Feature","properties":{"code":6042,"plant_name":"Manatee","capacity_mw":2735,"fuel_source":{"Natural Gas":1111,"Petroleum":1624}},"geometry":{"type":"Point","coordinates":[-82.3456,27.6058]}},{"type":"Feature","properties":{"code":6043,"plant_name":"Martin","capacity_mw":3695,"fuel_source":{"Natural Gas":2043,"Petroleum":1652}},"geometry":{"type":"Point","coordinates":[-80.5628,27.0536]}},{"type":"Feature","properties":{"code":6045,"plant_name":"St Lucie","capacity_mw":1968,"fuel_source":{"Nuclear":1968}},"geometry":{"type":"Point","coordinates":[-80.24639,27.34861]}},{"type":"Feature","properties":{"code":6046,"plant_name":"DeBary","capacity_mw":637,"fuel_source":{"Natural Gas":247,"Petroleum":390}},"geometry":{"type":"Point","coordinates":[-81.33233,28.90386]}},{"type":"Feature","properties":{"code":6047,"plant_name":"Deerfield 2","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-72.70727,42.57308]}},{"type":"Feature","properties":{"code":6049,"plant_name":"West Tisbury Generating Facility","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-70.6314,41.3867]}},{"type":"Feature","properties":{"code":6051,"plant_name":"Edwin I Hatch","capacity_mw":1759,"fuel_source":{"Nuclear":1759}},"geometry":{"type":"Point","coordinates":[-82.3447,31.9342]}},{"type":"Feature","properties":{"code":6052,"plant_name":"Wansley","capacity_mw":1793,"fuel_source":{"Coal":1744,"Petroleum":49}},"geometry":{"type":"Point","coordinates":[-85.03233,33.41342]}},{"type":"Feature","properties":{"code":6055,"plant_name":"Big Cajun 2","capacity_mw":1756,"fuel_source":{"Coal":1756}},"geometry":{"type":"Point","coordinates":[-91.3692,30.7261]}},{"type":"Feature","properties":{"code":6056,"plant_name":"Kahului","capacity_mw":32.4,"fuel_source":{"Petroleum":32.4}},"geometry":{"type":"Point","coordinates":[-156.4627,20.89688]}},{"type":"Feature","properties":{"code":6058,"plant_name":"Cascade Creek","capacity_mw":77.4,"fuel_source":{"Natural Gas":77.4}},"geometry":{"type":"Point","coordinates":[-92.4908,44.0322]}},{"type":"Feature","properties":{"code":6060,"plant_name":"Coachella","capacity_mw":81.6,"fuel_source":{"Natural Gas":81.6}},"geometry":{"type":"Point","coordinates":[-116.1714,33.6758]}},{"type":"Feature","properties":{"code":6061,"plant_name":"R D Morrow","capacity_mw":360,"fuel_source":{"Coal":360}},"geometry":{"type":"Point","coordinates":[-89.394,31.2186]}},{"type":"Feature","properties":{"code":6063,"plant_name":"Electrifarm","capacity_mw":195.1,"fuel_source":{"Natural Gas":195.1}},"geometry":{"type":"Point","coordinates":[-92.4205,42.4407]}},{"type":"Feature","properties":{"code":6064,"plant_name":"Nearman Creek","capacity_mw":305,"fuel_source":{"Coal":229,"Natural Gas":76}},"geometry":{"type":"Point","coordinates":[-94.6975,39.1681]}},{"type":"Feature","properties":{"code":6065,"plant_name":"Iatan","capacity_mw":1593.8,"fuel_source":{"Coal":1593.8}},"geometry":{"type":"Point","coordinates":[-94.98,39.4472]}},{"type":"Feature","properties":{"code":6068,"plant_name":"Jeffrey Energy Center","capacity_mw":2179,"fuel_source":{"Coal":2179}},"geometry":{"type":"Point","coordinates":[-96.11723,39.28645]}},{"type":"Feature","properties":{"code":6071,"plant_name":"Trimble County","capacity_mw":2185,"fuel_source":{"Coal":1243,"Natural Gas":942}},"geometry":{"type":"Point","coordinates":[-85.4117,38.5847]}},{"type":"Feature","properties":{"code":6072,"plant_name":"Grand Gulf","capacity_mw":1413.4,"fuel_source":{"Nuclear":1413.4}},"geometry":{"type":"Point","coordinates":[-91.0478,32.0081]}},{"type":"Feature","properties":{"code":6073,"plant_name":"Victor J Daniel Jr","capacity_mw":1992,"fuel_source":{"Coal":1020,"Natural Gas":972}},"geometry":{"type":"Point","coordinates":[-88.5553,30.5322]}},{"type":"Feature","properties":{"code":6074,"plant_name":"Greenwood","capacity_mw":246.8,"fuel_source":{"Natural Gas":246.8}},"geometry":{"type":"Point","coordinates":[-94.2982,38.8615]}},{"type":"Feature","properties":{"code":6076,"plant_name":"Colstrip","capacity_mw":2094,"fuel_source":{"Coal":2094}},"geometry":{"type":"Point","coordinates":[-106.614,45.8831]}},{"type":"Feature","properties":{"code":6077,"plant_name":"Gerald Gentleman","capacity_mw":1365,"fuel_source":{"Coal":1365}},"geometry":{"type":"Point","coordinates":[-101.1408,41.0808]}},{"type":"Feature","properties":{"code":6081,"plant_name":"Stony Brook","capacity_mw":439.7,"fuel_source":{"Petroleum":439.7}},"geometry":{"type":"Point","coordinates":[-72.5106,42.1978]}},{"type":"Feature","properties":{"code":6082,"plant_name":"Somerset Operating Co LLC","capacity_mw":685.5,"fuel_source":{"Coal":685.5}},"geometry":{"type":"Point","coordinates":[-78.60472,43.35889]}},{"type":"Feature","properties":{"code":6083,"plant_name":"Deerfield 3","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-72.7335,42.5995]}},{"type":"Feature","properties":{"code":6085,"plant_name":"R M Schahfer","capacity_mw":1780,"fuel_source":{"Coal":1625,"Natural Gas":155}},"geometry":{"type":"Point","coordinates":[-87.0261,41.2164]}},{"type":"Feature","properties":{"code":6086,"plant_name":"Cornell","capacity_mw":19.9,"fuel_source":{"Hydro":19.9}},"geometry":{"type":"Point","coordinates":[-91.15743,45.16402]}},{"type":"Feature","properties":{"code":6087,"plant_name":"Wallace Dam","capacity_mw":328,"fuel_source":{"Hydro":114.8,"Pumped Storage":213.2}},"geometry":{"type":"Point","coordinates":[-83.1574,33.3498]}},{"type":"Feature","properties":{"code":6088,"plant_name":"North Loop","capacity_mw":95,"fuel_source":{"Natural Gas":95}},"geometry":{"type":"Point","coordinates":[-111.1262,32.401]}},{"type":"Feature","properties":{"code":6089,"plant_name":"Lewis & Clark","capacity_mw":53.1,"fuel_source":{"Coal":53.1}},"geometry":{"type":"Point","coordinates":[-104.15665,47.6785]}},{"type":"Feature","properties":{"code":6090,"plant_name":"Sherburne County","capacity_mw":2242.8,"fuel_source":{"Coal":2242.8}},"geometry":{"type":"Point","coordinates":[-93.8931,45.3808]}},{"type":"Feature","properties":{"code":6092,"plant_name":"Spirit Mound","capacity_mw":100.1,"fuel_source":{"Petroleum":100.1}},"geometry":{"type":"Point","coordinates":[-96.99049,42.89766]}},{"type":"Feature","properties":{"code":6094,"plant_name":"FirstEnergy Bruce Mansfield","capacity_mw":2510,"fuel_source":{"Coal":2510}},"geometry":{"type":"Point","coordinates":[-80.4159,40.6348]}},{"type":"Feature","properties":{"code":6095,"plant_name":"Sooner","capacity_mw":1035.5,"fuel_source":{"Coal":1035.5}},"geometry":{"type":"Point","coordinates":[-97.05279,36.45307]}},{"type":"Feature","properties":{"code":6096,"plant_name":"Nebraska City","capacity_mw":1339.3,"fuel_source":{"Coal":1339.3}},"geometry":{"type":"Point","coordinates":[-95.7764,40.6214]}},{"type":"Feature","properties":{"code":6098,"plant_name":"Big Stone","capacity_mw":475.6,"fuel_source":{"Coal":475,"Petroleum":0.6}},"geometry":{"type":"Point","coordinates":[-96.51007,45.30365]}},{"type":"Feature","properties":{"code":6099,"plant_name":"Diablo Canyon","capacity_mw":2240,"fuel_source":{"Nuclear":2240}},"geometry":{"type":"Point","coordinates":[-120.85554,35.21154]}},{"type":"Feature","properties":{"code":6100,"plant_name":"Helms Pumped Storage","capacity_mw":1212,"fuel_source":{"Pumped Storage":1212}},"geometry":{"type":"Point","coordinates":[-118.96825,37.0293]}},{"type":"Feature","properties":{"code":6101,"plant_name":"Wyodak","capacity_mw":332,"fuel_source":{"Coal":332}},"geometry":{"type":"Point","coordinates":[-105.38148,44.29013]}},{"type":"Feature","properties":{"code":6103,"plant_name":"PPL Susquehanna","capacity_mw":2520,"fuel_source":{"Nuclear":2520}},"geometry":{"type":"Point","coordinates":[-76.1462,41.0919]}},{"type":"Feature","properties":{"code":6105,"plant_name":"Limerick","capacity_mw":2296,"fuel_source":{"Nuclear":2296}},"geometry":{"type":"Point","coordinates":[-75.58744,40.2243]}},{"type":"Feature","properties":{"code":6106,"plant_name":"Boardman","capacity_mw":585,"fuel_source":{"Coal":585}},"geometry":{"type":"Point","coordinates":[-119.80882,45.69318]}},{"type":"Feature","properties":{"code":6110,"plant_name":"James A Fitzpatrick","capacity_mw":848.4,"fuel_source":{"Nuclear":848.4}},"geometry":{"type":"Point","coordinates":[-76.40839,43.52139]}},{"type":"Feature","properties":{"code":6112,"plant_name":"Fort St Vrain","capacity_mw":969,"fuel_source":{"Natural Gas":969}},"geometry":{"type":"Point","coordinates":[-104.8742,40.2461]}},{"type":"Feature","properties":{"code":6113,"plant_name":"Gibson","capacity_mw":3132,"fuel_source":{"Coal":3132}},"geometry":{"type":"Point","coordinates":[-87.76583,38.37222]}},{"type":"Feature","properties":{"code":6115,"plant_name":"Seabrook","capacity_mw":1246.2,"fuel_source":{"Nuclear":1246.2}},"geometry":{"type":"Point","coordinates":[-70.84889,42.89917]}},{"type":"Feature","properties":{"code":6118,"plant_name":"PSEG Hope Creek Generating Station","capacity_mw":1161,"fuel_source":{"Nuclear":1161}},"geometry":{"type":"Point","coordinates":[-75.5377,39.4666]}},{"type":"Feature","properties":{"code":6119,"plant_name":"Deerfield 4","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-72.7376,42.6198]}},{"type":"Feature","properties":{"code":6120,"plant_name":"Whitehorn","capacity_mw":134,"fuel_source":{"Natural Gas":134}},"geometry":{"type":"Point","coordinates":[-122.68609,48.82878]}},{"type":"Feature","properties":{"code":6122,"plant_name":"R E Ginna Nuclear Power Plant","capacity_mw":581.7,"fuel_source":{"Nuclear":581.7}},"geometry":{"type":"Point","coordinates":[-77.3099,43.2777]}},{"type":"Feature","properties":{"code":6124,"plant_name":"McIntosh","capacity_mw":814.1,"fuel_source":{"Coal":156.5,"Natural Gas":657.6}},"geometry":{"type":"Point","coordinates":[-81.16835,32.35629]}},{"type":"Feature","properties":{"code":6125,"plant_name":"Shrewsbury","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-71.7172,42.2747]}},{"type":"Feature","properties":{"code":6126,"plant_name":"Fairfield Pumped Storage","capacity_mw":576,"fuel_source":{"Pumped Storage":576}},"geometry":{"type":"Point","coordinates":[-81.3308,34.3061]}},{"type":"Feature","properties":{"code":6127,"plant_name":"V C Summer","capacity_mw":971,"fuel_source":{"Nuclear":971}},"geometry":{"type":"Point","coordinates":[-81.3153,34.2983]}},{"type":"Feature","properties":{"code":6128,"plant_name":"Amistad Dam & Power","capacity_mw":58,"fuel_source":{"Hydro":58}},"geometry":{"type":"Point","coordinates":[-101.06011,29.44983]}},{"type":"Feature","properties":{"code":6130,"plant_name":"Carters","capacity_mw":572,"fuel_source":{"Hydro":286,"Pumped Storage":286}},"geometry":{"type":"Point","coordinates":[-84.6733,34.6121]}},{"type":"Feature","properties":{"code":6131,"plant_name":"Jones Bluff","capacity_mw":82,"fuel_source":{"Hydro":82}},"geometry":{"type":"Point","coordinates":[-86.78432,32.32424]}},{"type":"Feature","properties":{"code":6132,"plant_name":"Richard B Russell","capacity_mw":664,"fuel_source":{"Hydro":336,"Pumped Storage":328}},"geometry":{"type":"Point","coordinates":[-82.5953,34.0256]}},{"type":"Feature","properties":{"code":6133,"plant_name":"West Point","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-85.1887,32.91867]}},{"type":"Feature","properties":{"code":6136,"plant_name":"Gibbons Creek","capacity_mw":470,"fuel_source":{"Coal":470}},"geometry":{"type":"Point","coordinates":[-96.08185,30.61994]}},{"type":"Feature","properties":{"code":6137,"plant_name":"A B Brown","capacity_mw":650,"fuel_source":{"Coal":490,"Natural Gas":160}},"geometry":{"type":"Point","coordinates":[-87.715,37.9053]}},{"type":"Feature","properties":{"code":6138,"plant_name":"Flint Creek","capacity_mw":528,"fuel_source":{"Coal":528}},"geometry":{"type":"Point","coordinates":[-94.5241,36.2561]}},{"type":"Feature","properties":{"code":6139,"plant_name":"Welsh","capacity_mw":1584,"fuel_source":{"Coal":1584}},"geometry":{"type":"Point","coordinates":[-94.83999,33.05522]}},{"type":"Feature","properties":{"code":6140,"plant_name":"Clarence Cannon","capacity_mw":58,"fuel_source":{"Hydro":27,"Pumped Storage":31}},"geometry":{"type":"Point","coordinates":[-91.64397,39.52479]}},{"type":"Feature","properties":{"code":6141,"plant_name":"Harry Truman","capacity_mw":186,"fuel_source":{"Pumped Storage":186}},"geometry":{"type":"Point","coordinates":[-93.4062,38.2623]}},{"type":"Feature","properties":{"code":6142,"plant_name":"Ozark","capacity_mw":115,"fuel_source":{"Hydro":115}},"geometry":{"type":"Point","coordinates":[-93.8175,35.4693]}},{"type":"Feature","properties":{"code":6144,"plant_name":"Kansas City International","capacity_mw":33.6,"fuel_source":{"Natural Gas":33.6}},"geometry":{"type":"Point","coordinates":[-94.69315,39.29725]}},{"type":"Feature","properties":{"code":6145,"plant_name":"Comanche Peak","capacity_mw":2400,"fuel_source":{"Nuclear":2400}},"geometry":{"type":"Point","coordinates":[-97.78552,32.29837]}},{"type":"Feature","properties":{"code":6146,"plant_name":"Martin Lake","capacity_mw":2410,"fuel_source":{"Coal":2410}},"geometry":{"type":"Point","coordinates":[-94.5706,32.2606]}},{"type":"Feature","properties":{"code":6147,"plant_name":"Monticello","capacity_mw":1865,"fuel_source":{"Coal":1865}},"geometry":{"type":"Point","coordinates":[-95.0417,33.0917]}},{"type":"Feature","properties":{"code":6149,"plant_name":"Davis Besse","capacity_mw":894,"fuel_source":{"Nuclear":894}},"geometry":{"type":"Point","coordinates":[-83.0861,41.5967]}},{"type":"Feature","properties":{"code":6150,"plant_name":"Bellefonte","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-85.9278,34.7092]}},{"type":"Feature","properties":{"code":6151,"plant_name":"Raccoon Mountain","capacity_mw":1616.3,"fuel_source":{"Pumped Storage":1616.3}},"geometry":{"type":"Point","coordinates":[-85.38793,35.05579]}},{"type":"Feature","properties":{"code":6152,"plant_name":"Sequoyah","capacity_mw":2277.7,"fuel_source":{"Nuclear":2277.7}},"geometry":{"type":"Point","coordinates":[-85.0917,35.2267]}},{"type":"Feature","properties":{"code":6153,"plant_name":"Callaway","capacity_mw":1194,"fuel_source":{"Nuclear":1194}},"geometry":{"type":"Point","coordinates":[-91.77884,38.75892]}},{"type":"Feature","properties":{"code":6155,"plant_name":"Rush Island","capacity_mw":1182,"fuel_source":{"Coal":1182}},"geometry":{"type":"Point","coordinates":[-90.26316,38.13125]}},{"type":"Feature","properties":{"code":6156,"plant_name":"New Haven Harbor","capacity_mw":577.5,"fuel_source":{"Petroleum":577.5}},"geometry":{"type":"Point","coordinates":[-72.90432,41.284]}},{"type":"Feature","properties":{"code":6158,"plant_name":"New Melones","capacity_mw":382,"fuel_source":{"Hydro":382}},"geometry":{"type":"Point","coordinates":[-120.52821,37.94693]}},{"type":"Feature","properties":{"code":6159,"plant_name":"Crystal","capacity_mw":35,"fuel_source":{"Hydro":35}},"geometry":{"type":"Point","coordinates":[-107.62534,38.51057]}},{"type":"Feature","properties":{"code":6163,"plant_name":"Grand Coulee","capacity_mw":7079,"fuel_source":{"Hydro":6765,"Pumped Storage":314}},"geometry":{"type":"Point","coordinates":[-118.97732,47.95751]}},{"type":"Feature","properties":{"code":6165,"plant_name":"Hunter","capacity_mw":1361,"fuel_source":{"Coal":1361}},"geometry":{"type":"Point","coordinates":[-111.0289,39.1747]}},{"type":"Feature","properties":{"code":6166,"plant_name":"Rockport","capacity_mw":2600,"fuel_source":{"Coal":2600}},"geometry":{"type":"Point","coordinates":[-87.0372,37.9256]}},{"type":"Feature","properties":{"code":6167,"plant_name":"Bath County","capacity_mw":3003,"fuel_source":{"Pumped Storage":3003}},"geometry":{"type":"Point","coordinates":[-79.8,38.20889]}},{"type":"Feature","properties":{"code":6168,"plant_name":"North Anna","capacity_mw":1891.9,"fuel_source":{"Nuclear":1890.9,"Hydro":1}},"geometry":{"type":"Point","coordinates":[-77.7897,38.06]}},{"type":"Feature","properties":{"code":6170,"plant_name":"Pleasant Prairie","capacity_mw":1190,"fuel_source":{"Coal":1188,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-87.9033,42.5381]}},{"type":"Feature","properties":{"code":6171,"plant_name":"Laurel","capacity_mw":61,"fuel_source":{"Hydro":61}},"geometry":{"type":"Point","coordinates":[-84.27,36.9614]}},{"type":"Feature","properties":{"code":6172,"plant_name":"Libby","capacity_mw":525,"fuel_source":{"Hydro":525}},"geometry":{"type":"Point","coordinates":[-115.3143,48.4098]}},{"type":"Feature","properties":{"code":6174,"plant_name":"Lost Creek","capacity_mw":49,"fuel_source":{"Hydro":49}},"geometry":{"type":"Point","coordinates":[-122.6772,42.6717]}},{"type":"Feature","properties":{"code":6175,"plant_name":"Lower Granite","capacity_mw":810,"fuel_source":{"Hydro":810}},"geometry":{"type":"Point","coordinates":[-117.42939,46.6595]}},{"type":"Feature","properties":{"code":6177,"plant_name":"Coronado","capacity_mw":758,"fuel_source":{"Coal":758}},"geometry":{"type":"Point","coordinates":[-109.2708,34.5789]}},{"type":"Feature","properties":{"code":6178,"plant_name":"Coleto Creek","capacity_mw":635,"fuel_source":{"Coal":635}},"geometry":{"type":"Point","coordinates":[-97.21417,28.7128]}},{"type":"Feature","properties":{"code":6179,"plant_name":"Fayette Power Project","capacity_mw":1641,"fuel_source":{"Coal":1641}},"geometry":{"type":"Point","coordinates":[-96.7506,29.9172]}},{"type":"Feature","properties":{"code":6180,"plant_name":"Oak Grove","capacity_mw":1665,"fuel_source":{"Coal":1665}},"geometry":{"type":"Point","coordinates":[-96.4866,31.1803]}},{"type":"Feature","properties":{"code":6181,"plant_name":"J T Deely","capacity_mw":840,"fuel_source":{"Coal":840}},"geometry":{"type":"Point","coordinates":[-98.3228,29.30806]}},{"type":"Feature","properties":{"code":6183,"plant_name":"San Miguel","capacity_mw":391,"fuel_source":{"Coal":391}},"geometry":{"type":"Point","coordinates":[-98.4775,28.7044]}},{"type":"Feature","properties":{"code":6188,"plant_name":"Harris Dam","capacity_mw":132,"fuel_source":{"Hydro":132}},"geometry":{"type":"Point","coordinates":[-85.61605,33.25828]}},{"type":"Feature","properties":{"code":6189,"plant_name":"Rocky Mountain Hydroelectric Plant","capacity_mw":1035,"fuel_source":{"Pumped Storage":1035}},"geometry":{"type":"Point","coordinates":[-85.30394,34.35554]}},{"type":"Feature","properties":{"code":6190,"plant_name":"Brame Energy Center","capacity_mw":1543,"fuel_source":{"Coal":493,"Natural Gas":422}},"geometry":{"type":"Point","coordinates":[-92.71667,31.395]}},{"type":"Feature","properties":{"code":6193,"plant_name":"Harrington","capacity_mw":1018,"fuel_source":{"Coal":1018}},"geometry":{"type":"Point","coordinates":[-101.74719,35.29816]}},{"type":"Feature","properties":{"code":6194,"plant_name":"Tolk","capacity_mw":1067,"fuel_source":{"Coal":1067}},"geometry":{"type":"Point","coordinates":[-102.56999,34.18649]}},{"type":"Feature","properties":{"code":6195,"plant_name":"John Twitty Energy Center","capacity_mw":563,"fuel_source":{"Coal":459,"Natural Gas":104}},"geometry":{"type":"Point","coordinates":[-93.38804,37.15171]}},{"type":"Feature","properties":{"code":6196,"plant_name":"W E Warne","capacity_mw":76,"fuel_source":{"Hydro":76}},"geometry":{"type":"Point","coordinates":[-118.7881,34.6853]}},{"type":"Feature","properties":{"code":6200,"plant_name":"Rock Island","capacity_mw":503.2,"fuel_source":{"Hydro":503.2}},"geometry":{"type":"Point","coordinates":[-120.0917,47.34611]}},{"type":"Feature","properties":{"code":6202,"plant_name":"Ross","capacity_mw":378,"fuel_source":{"Hydro":378}},"geometry":{"type":"Point","coordinates":[-121.06788,48.73258]}},{"type":"Feature","properties":{"code":6204,"plant_name":"Laramie River Station","capacity_mw":1710,"fuel_source":{"Coal":1710}},"geometry":{"type":"Point","coordinates":[-104.8825,42.10889]}},{"type":"Feature","properties":{"code":6206,"plant_name":"Tacoma","capacity_mw":4.6,"fuel_source":{"Hydro":4.6}},"geometry":{"type":"Point","coordinates":[-107.78279,37.52372]}},{"type":"Feature","properties":{"code":6207,"plant_name":"Ames Hydro","capacity_mw":3.8,"fuel_source":{"Hydro":3.8}},"geometry":{"type":"Point","coordinates":[-107.8831,37.866]}},{"type":"Feature","properties":{"code":6208,"plant_name":"Mount Elbert","capacity_mw":230,"fuel_source":{"Pumped Storage":230}},"geometry":{"type":"Point","coordinates":[-106.35233,39.0942]}},{"type":"Feature","properties":{"code":6210,"plant_name":"Northeast","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-117.37054,47.73511]}},{"type":"Feature","properties":{"code":6211,"plant_name":"Dynegy Oakland Power Plant","capacity_mw":165,"fuel_source":{"Petroleum":165}},"geometry":{"type":"Point","coordinates":[-122.28185,37.79675]}},{"type":"Feature","properties":{"code":6213,"plant_name":"Merom","capacity_mw":977,"fuel_source":{"Coal":977}},"geometry":{"type":"Point","coordinates":[-87.5108,39.0694]}},{"type":"Feature","properties":{"code":6220,"plant_name":"Durant","capacity_mw":6.5,"fuel_source":{"Petroleum":6.5}},"geometry":{"type":"Point","coordinates":[-90.91195,41.59976]}},{"type":"Feature","properties":{"code":6223,"plant_name":"Empire Energy Center","capacity_mw":262,"fuel_source":{"Natural Gas":262}},"geometry":{"type":"Point","coordinates":[-94.1041,37.1385]}},{"type":"Feature","properties":{"code":6225,"plant_name":"Jasper 2","capacity_mw":13.6,"fuel_source":{"Coal":13.6}},"geometry":{"type":"Point","coordinates":[-86.9146,38.4004]}},{"type":"Feature","properties":{"code":6229,"plant_name":"Mobile","capacity_mw":3.1,"fuel_source":{"Petroleum":3.1}},"geometry":{"type":"Point","coordinates":[-97.5925,40.8667]}},{"type":"Feature","properties":{"code":6231,"plant_name":"Apple River","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-92.71621,45.15755]}},{"type":"Feature","properties":{"code":6238,"plant_name":"Pearl Station","capacity_mw":20.1,"fuel_source":{"Petroleum":20.1}},"geometry":{"type":"Point","coordinates":[-90.61412,39.44919]}},{"type":"Feature","properties":{"code":6243,"plant_name":"Dansby","capacity_mw":204.2,"fuel_source":{"Natural Gas":204.2}},"geometry":{"type":"Point","coordinates":[-96.4608,30.7217]}},{"type":"Feature","properties":{"code":6246,"plant_name":"Putnam","capacity_mw":498,"fuel_source":{"Natural Gas":498}},"geometry":{"type":"Point","coordinates":[-81.58508,29.62834]}},{"type":"Feature","properties":{"code":6248,"plant_name":"Pawnee","capacity_mw":505,"fuel_source":{"Coal":505}},"geometry":{"type":"Point","coordinates":[-103.6803,40.2217]}},{"type":"Feature","properties":{"code":6249,"plant_name":"Winyah","capacity_mw":1130,"fuel_source":{"Coal":1130}},"geometry":{"type":"Point","coordinates":[-79.35722,33.33194]}},{"type":"Feature","properties":{"code":6250,"plant_name":"Mayo","capacity_mw":727,"fuel_source":{"Coal":727}},"geometry":{"type":"Point","coordinates":[-78.8917,36.5278]}},{"type":"Feature","properties":{"code":6251,"plant_name":"South Texas Project","capacity_mw":2560,"fuel_source":{"Nuclear":2560}},"geometry":{"type":"Point","coordinates":[-96.0481,28.795]}},{"type":"Feature","properties":{"code":6253,"plant_name":"Germantown","capacity_mw":258,"fuel_source":{"Natural Gas":78,"Petroleum":180}},"geometry":{"type":"Point","coordinates":[-88.1496,43.1952]}},{"type":"Feature","properties":{"code":6254,"plant_name":"Ottumwa","capacity_mw":718.4,"fuel_source":{"Coal":718.4}},"geometry":{"type":"Point","coordinates":[-92.55583,41.0961]}},{"type":"Feature","properties":{"code":6257,"plant_name":"Scherer","capacity_mw":3406.7,"fuel_source":{"Coal":3406.7}},"geometry":{"type":"Point","coordinates":[-83.8075,33.0606]}},{"type":"Feature","properties":{"code":6258,"plant_name":"Wilson","capacity_mw":278.5,"fuel_source":{"Petroleum":278.5}},"geometry":{"type":"Point","coordinates":[-81.74829,33.13771]}},{"type":"Feature","properties":{"code":6264,"plant_name":"Mountaineer","capacity_mw":1299,"fuel_source":{"Coal":1299}},"geometry":{"type":"Point","coordinates":[-81.9344,38.9794]}},{"type":"Feature","properties":{"code":6265,"plant_name":"Swift 2","capacity_mw":65,"fuel_source":{"Hydro":65}},"geometry":{"type":"Point","coordinates":[-122.2594,46.0594]}},{"type":"Feature","properties":{"code":6280,"plant_name":"Ozark Beach","capacity_mw":16,"fuel_source":{"Hydro":16}},"geometry":{"type":"Point","coordinates":[-93.1235,36.65899]}},{"type":"Feature","properties":{"code":6281,"plant_name":"Kodiak","capacity_mw":22.3,"fuel_source":{"Petroleum":22.3}},"geometry":{"type":"Point","coordinates":[-152.39675,57.78968]}},{"type":"Feature","properties":{"code":6282,"plant_name":"Port Lions","capacity_mw":0.9,"fuel_source":{"Petroleum":0.9}},"geometry":{"type":"Point","coordinates":[-152.4058,57.7911]}},{"type":"Feature","properties":{"code":6283,"plant_name":"Seldovia","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-151.71349,59.43959]}},{"type":"Feature","properties":{"code":6285,"plant_name":"North Pole","capacity_mw":145,"fuel_source":{"Petroleum":145}},"geometry":{"type":"Point","coordinates":[-147.3481,64.7356]}},{"type":"Feature","properties":{"code":6286,"plant_name":"Fairbanks","capacity_mw":36.1,"fuel_source":{"Petroleum":36.1}},"geometry":{"type":"Point","coordinates":[-147.71935,64.85417]}},{"type":"Feature","properties":{"code":6288,"plant_name":"Healy","capacity_mw":27.8,"fuel_source":{"Coal":25,"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-148.95,63.8542]}},{"type":"Feature","properties":{"code":6291,"plant_name":"Cooper Lake","capacity_mw":19.4,"fuel_source":{"Hydro":19.4}},"geometry":{"type":"Point","coordinates":[-149.6656,60.39233]}},{"type":"Feature","properties":{"code":6292,"plant_name":"Bernice Lake","capacity_mw":62.4,"fuel_source":{"Natural Gas":62.4}},"geometry":{"type":"Point","coordinates":[-151.3874,60.6935]}},{"type":"Feature","properties":{"code":6293,"plant_name":"International","capacity_mw":41.9,"fuel_source":{"Natural Gas":41.9}},"geometry":{"type":"Point","coordinates":[-149.91104,61.16897]}},{"type":"Feature","properties":{"code":6299,"plant_name":"Unalakleet","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-160.9006,63.5325]}},{"type":"Feature","properties":{"code":6301,"plant_name":"Naknek","capacity_mw":9.9,"fuel_source":{"Petroleum":9.9}},"geometry":{"type":"Point","coordinates":[-156.7319,58.8128]}},{"type":"Feature","properties":{"code":6302,"plant_name":"Purple Lake","capacity_mw":3.9,"fuel_source":{"Hydro":3.9}},"geometry":{"type":"Point","coordinates":[-131.54498,55.09126]}},{"type":"Feature","properties":{"code":6304,"plant_name":"Kotzebue","capacity_mw":15.2,"fuel_source":{"Petroleum":10.5,"Wind":4.7}},"geometry":{"type":"Point","coordinates":[-162.55694,66.83778]}},{"type":"Feature","properties":{"code":6305,"plant_name":"Glennallen","capacity_mw":10.5,"fuel_source":{"Petroleum":10.5}},"geometry":{"type":"Point","coordinates":[-146.5494,61.9769]}},{"type":"Feature","properties":{"code":6306,"plant_name":"Valdez","capacity_mw":8.6,"fuel_source":{"Petroleum":8.6}},"geometry":{"type":"Point","coordinates":[-146.3647,61.1303]}},{"type":"Feature","properties":{"code":6314,"plant_name":"Emmonak","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-161.78972,60.78889]}},{"type":"Feature","properties":{"code":6319,"plant_name":"Hooper Bay","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-166.1003,61.5208]}},{"type":"Feature","properties":{"code":6323,"plant_name":"Kiana","capacity_mw":1.2,"fuel_source":{"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-160.5053,67.5683]}},{"type":"Feature","properties":{"code":6329,"plant_name":"Mountain Village","capacity_mw":1.7,"fuel_source":{"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-163.0783,62.1656]}},{"type":"Feature","properties":{"code":6330,"plant_name":"Noorvik","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-160.4958,66.8553]}},{"type":"Feature","properties":{"code":6338,"plant_name":"St Marys","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-163.2658,62.0636]}},{"type":"Feature","properties":{"code":6341,"plant_name":"Selawik","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-160.1431,66.5569]}},{"type":"Feature","properties":{"code":6345,"plant_name":"Shishmaref","capacity_mw":1.4,"fuel_source":{"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-165.1108,65.0853]}},{"type":"Feature","properties":{"code":6348,"plant_name":"Togiak","capacity_mw":2.1,"fuel_source":{"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-160.385,59.2281]}},{"type":"Feature","properties":{"code":6356,"plant_name":"Sixth Street","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-86.10358,42.79265]}},{"type":"Feature","properties":{"code":6358,"plant_name":"Hutchinson Plant #2","capacity_mw":73,"fuel_source":{"Natural Gas":73}},"geometry":{"type":"Point","coordinates":[-94.34935,44.88888]}},{"type":"Feature","properties":{"code":6359,"plant_name":"Felt","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-111.28332,43.91348]}},{"type":"Feature","properties":{"code":6369,"plant_name":"Detour","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-84.3847,46.3292]}},{"type":"Feature","properties":{"code":6373,"plant_name":"Rokeby","capacity_mw":258,"fuel_source":{"Natural Gas":255,"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-96.7364,40.7316]}},{"type":"Feature","properties":{"code":6377,"plant_name":"Ocracoke","capacity_mw":3,"fuel_source":{"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-75.97972,35.10944]}},{"type":"Feature","properties":{"code":6378,"plant_name":"Dwight","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-72.61095,42.1495]}},{"type":"Feature","properties":{"code":6379,"plant_name":"Indian Orchard","capacity_mw":3.7,"fuel_source":{"Hydro":3.7}},"geometry":{"type":"Point","coordinates":[-72.50763,42.16095]}},{"type":"Feature","properties":{"code":6388,"plant_name":"Turners Falls","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-72.56146,42.60804]}},{"type":"Feature","properties":{"code":6390,"plant_name":"Tangier","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-75.9915,37.8277]}},{"type":"Feature","properties":{"code":6391,"plant_name":"Smith Island","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-76.0353,37.9933]}},{"type":"Feature","properties":{"code":6393,"plant_name":"Strawberry Creek","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-110.89342,42.90514]}},{"type":"Feature","properties":{"code":6394,"plant_name":"Swift Creek","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-110.91659,42.72844]}},{"type":"Feature","properties":{"code":6395,"plant_name":"Anderson Ranch","capacity_mw":40,"fuel_source":{"Hydro":40}},"geometry":{"type":"Point","coordinates":[-115.45152,43.35707]}},{"type":"Feature","properties":{"code":6396,"plant_name":"Black Canyon","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-116.43717,43.93046]}},{"type":"Feature","properties":{"code":6397,"plant_name":"Boise R Diversion","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-116.09376,43.53768]}},{"type":"Feature","properties":{"code":6398,"plant_name":"Minidoka","capacity_mw":27.7,"fuel_source":{"Hydro":27.7}},"geometry":{"type":"Point","coordinates":[-113.48317,42.6699]}},{"type":"Feature","properties":{"code":6400,"plant_name":"Canyon Ferry","capacity_mw":57.6,"fuel_source":{"Hydro":57.6}},"geometry":{"type":"Point","coordinates":[-111.72787,46.64903]}},{"type":"Feature","properties":{"code":6402,"plant_name":"Elephant Butte","capacity_mw":27.9,"fuel_source":{"Hydro":27.9}},"geometry":{"type":"Point","coordinates":[-107.19197,33.15336]}},{"type":"Feature","properties":{"code":6403,"plant_name":"Green Springs","capacity_mw":17.2,"fuel_source":{"Hydro":17.2}},"geometry":{"type":"Point","coordinates":[-122.5479,42.12117]}},{"type":"Feature","properties":{"code":6404,"plant_name":"Deer Creek","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-111.52845,40.40435]}},{"type":"Feature","properties":{"code":6405,"plant_name":"Flaming Gorge","capacity_mw":151.8,"fuel_source":{"Hydro":151.8}},"geometry":{"type":"Point","coordinates":[-109.42166,40.91465]}},{"type":"Feature","properties":{"code":6406,"plant_name":"Chandler","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-119.58982,46.26678]}},{"type":"Feature","properties":{"code":6407,"plant_name":"Roza","capacity_mw":12.9,"fuel_source":{"Hydro":12.9}},"geometry":{"type":"Point","coordinates":[-120.47776,46.61841]}},{"type":"Feature","properties":{"code":6408,"plant_name":"Heart Mountain","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-109.12959,44.51377]}},{"type":"Feature","properties":{"code":6409,"plant_name":"Alcova","capacity_mw":41.4,"fuel_source":{"Hydro":41.4}},"geometry":{"type":"Point","coordinates":[-106.71754,42.54841]}},{"type":"Feature","properties":{"code":6410,"plant_name":"Falcon Dam & Power","capacity_mw":30.5,"fuel_source":{"Hydro":30.5}},"geometry":{"type":"Point","coordinates":[-99.1642,26.5575]}},{"type":"Feature","properties":{"code":6413,"plant_name":"Sam Rayburn","capacity_mw":52,"fuel_source":{"Hydro":52}},"geometry":{"type":"Point","coordinates":[-94.1062,31.06089]}},{"type":"Feature","properties":{"code":6414,"plant_name":"Whitney","capacity_mw":36,"fuel_source":{"Hydro":36}},"geometry":{"type":"Point","coordinates":[-97.3667,31.8694]}},{"type":"Feature","properties":{"code":6415,"plant_name":"Broken Bow","capacity_mw":115,"fuel_source":{"Hydro":115}},"geometry":{"type":"Point","coordinates":[-94.6844,34.1387]}},{"type":"Feature","properties":{"code":6416,"plant_name":"Denison","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-96.5692,33.8181]}},{"type":"Feature","properties":{"code":6417,"plant_name":"Center Hill","capacity_mw":156,"fuel_source":{"Hydro":156}},"geometry":{"type":"Point","coordinates":[-85.8274,36.0972]}},{"type":"Feature","properties":{"code":6418,"plant_name":"Cheatham","capacity_mw":41.4,"fuel_source":{"Hydro":41.4}},"geometry":{"type":"Point","coordinates":[-87.2219,36.3208]}},{"type":"Feature","properties":{"code":6419,"plant_name":"Eufaula Dam","capacity_mw":103.5,"fuel_source":{"Hydro":103.5}},"geometry":{"type":"Point","coordinates":[-95.3572,35.3069]}},{"type":"Feature","properties":{"code":6421,"plant_name":"Lemolo 2","capacity_mw":38,"fuel_source":{"Hydro":38}},"geometry":{"type":"Point","coordinates":[-122.40248,43.28061]}},{"type":"Feature","properties":{"code":6422,"plant_name":"Madison","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-111.63381,45.48787]}},{"type":"Feature","properties":{"code":6424,"plant_name":"Chelan","capacity_mw":62.1,"fuel_source":{"Hydro":62.1}},"geometry":{"type":"Point","coordinates":[-120.0133,47.8347]}},{"type":"Feature","properties":{"code":6430,"plant_name":"Cedar Falls","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-121.78186,47.4193]}},{"type":"Feature","properties":{"code":6431,"plant_name":"Gorge","capacity_mw":176,"fuel_source":{"Hydro":176}},"geometry":{"type":"Point","coordinates":[-121.20861,48.69806]}},{"type":"Feature","properties":{"code":6432,"plant_name":"Diablo","capacity_mw":168.4,"fuel_source":{"Hydro":168.4}},"geometry":{"type":"Point","coordinates":[-121.13174,48.71385]}},{"type":"Feature","properties":{"code":6433,"plant_name":"Boundary","capacity_mw":1039.8,"fuel_source":{"Hydro":1039.8}},"geometry":{"type":"Point","coordinates":[-117.34785,48.98711]}},{"type":"Feature","properties":{"code":6438,"plant_name":"Queens Creek","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-83.67602,35.27127]}},{"type":"Feature","properties":{"code":6440,"plant_name":"Wilson Dam","capacity_mw":667.5,"fuel_source":{"Hydro":667.5}},"geometry":{"type":"Point","coordinates":[-87.62537,34.79782]}},{"type":"Feature","properties":{"code":6449,"plant_name":"Azusa","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-117.9093,34.1548]}},{"type":"Feature","properties":{"code":6450,"plant_name":"Proctor","capacity_mw":6.5,"fuel_source":{"Hydro":6.5}},"geometry":{"type":"Point","coordinates":[-73.03402,43.66277]}},{"type":"Feature","properties":{"code":6451,"plant_name":"Beldens","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-73.1762,44.0525]}},{"type":"Feature","properties":{"code":6456,"plant_name":"Carver Falls","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-73.3073,43.6262]}},{"type":"Feature","properties":{"code":6459,"plant_name":"Big Fork","capacity_mw":4.6,"fuel_source":{"Hydro":4.6}},"geometry":{"type":"Point","coordinates":[-114.0708,48.0592]}},{"type":"Feature","properties":{"code":6462,"plant_name":"River Bend","capacity_mw":975,"fuel_source":{"Nuclear":975}},"geometry":{"type":"Point","coordinates":[-91.3327,30.757]}},{"type":"Feature","properties":{"code":6463,"plant_name":"Ames GT","capacity_mw":37.5,"fuel_source":{"Petroleum":37.5}},"geometry":{"type":"Point","coordinates":[-93.5828,42.0272]}},{"type":"Feature","properties":{"code":6469,"plant_name":"Antelope Valley","capacity_mw":900,"fuel_source":{"Coal":900}},"geometry":{"type":"Point","coordinates":[-101.83566,47.37054]}},{"type":"Feature","properties":{"code":6474,"plant_name":"Port Allen","capacity_mw":90.4,"fuel_source":{"Petroleum":90.4}},"geometry":{"type":"Point","coordinates":[-159.58504,21.89958]}},{"type":"Feature","properties":{"code":6475,"plant_name":"Gorge 18","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-73.16931,44.49]}},{"type":"Feature","properties":{"code":6478,"plant_name":"Shipman","capacity_mw":15,"fuel_source":{"Petroleum":15}},"geometry":{"type":"Point","coordinates":[-155.069,19.7239]}},{"type":"Feature","properties":{"code":6479,"plant_name":"San Francisquito 1","capacity_mw":76,"fuel_source":{"Hydro":76}},"geometry":{"type":"Point","coordinates":[-118.45468,34.59018]}},{"type":"Feature","properties":{"code":6480,"plant_name":"San Francisquito 2","capacity_mw":46.5,"fuel_source":{"Hydro":46.5}},"geometry":{"type":"Point","coordinates":[-118.52511,34.53434]}},{"type":"Feature","properties":{"code":6481,"plant_name":"Intermountain Power Project","capacity_mw":1800,"fuel_source":{"Coal":1800}},"geometry":{"type":"Point","coordinates":[-112.58018,39.50973]}},{"type":"Feature","properties":{"code":6482,"plant_name":"Cline Falls","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-121.2564,44.2778]}},{"type":"Feature","properties":{"code":6483,"plant_name":"Mcindoes","capacity_mw":13.2,"fuel_source":{"Hydro":13.2}},"geometry":{"type":"Point","coordinates":[-72.0592,44.2603]}},{"type":"Feature","properties":{"code":6484,"plant_name":"Bend","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-121.31333,44.06233]}},{"type":"Feature","properties":{"code":6486,"plant_name":"Mill C","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-73.6122,44.6967]}},{"type":"Feature","properties":{"code":6504,"plant_name":"Maalaea","capacity_mw":197.9,"fuel_source":{"Petroleum":197.9}},"geometry":{"type":"Point","coordinates":[-156.49298,20.80117]}},{"type":"Feature","properties":{"code":6505,"plant_name":"Oak Grove","capacity_mw":44,"fuel_source":{"Hydro":44}},"geometry":{"type":"Point","coordinates":[-122.06987,45.12201]}},{"type":"Feature","properties":{"code":6506,"plant_name":"Moyie Springs","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-116.1752,48.7339]}},{"type":"Feature","properties":{"code":6507,"plant_name":"Drop 2","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-120.5342,46.4492]}},{"type":"Feature","properties":{"code":6508,"plant_name":"Drop 3","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-120.56,46.42313]}},{"type":"Feature","properties":{"code":6510,"plant_name":"Brunswick","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-119.7478,39.1522]}},{"type":"Feature","properties":{"code":6513,"plant_name":"Fleish","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-119.5933,39.2851]}},{"type":"Feature","properties":{"code":6514,"plant_name":"Gabbs","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-117.6869,38.7714]}},{"type":"Feature","properties":{"code":6515,"plant_name":"Valencia","capacity_mw":60.3,"fuel_source":{"Natural Gas":60.3}},"geometry":{"type":"Point","coordinates":[-110.93134,31.36347]}},{"type":"Feature","properties":{"code":6516,"plant_name":"Rocky Ford","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-103.7136,38.0492]}},{"type":"Feature","properties":{"code":6517,"plant_name":"Keowee","capacity_mw":152,"fuel_source":{"Hydro":152}},"geometry":{"type":"Point","coordinates":[-82.8872,34.7981]}},{"type":"Feature","properties":{"code":6518,"plant_name":"Kings Beach","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-120.02722,39.24583]}},{"type":"Feature","properties":{"code":6519,"plant_name":"Vergennes 9","capacity_mw":6.4,"fuel_source":{"Petroleum":4,"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-73.2575,44.1664]}},{"type":"Feature","properties":{"code":6520,"plant_name":"Waterbury 22","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-72.76769,44.38126]}},{"type":"Feature","properties":{"code":6521,"plant_name":"Lahontan","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-119.0667,39.4625]}},{"type":"Feature","properties":{"code":6522,"plant_name":"Yards Creek","capacity_mw":420,"fuel_source":{"Pumped Storage":420}},"geometry":{"type":"Point","coordinates":[-75.0314,41.0006]}},{"type":"Feature","properties":{"code":6526,"plant_name":"Rainbow Falls","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-73.4617,44.5236]}},{"type":"Feature","properties":{"code":6527,"plant_name":"E J West","capacity_mw":20.6,"fuel_source":{"Hydro":20.6}},"geometry":{"type":"Point","coordinates":[-73.92078,43.31891]}},{"type":"Feature","properties":{"code":6529,"plant_name":"Searsburg","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-72.92732,42.87084]}},{"type":"Feature","properties":{"code":6531,"plant_name":"Verdi","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-119.585,39.3125]}},{"type":"Feature","properties":{"code":6532,"plant_name":"Washoe","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-119.5604,39.3022]}},{"type":"Feature","properties":{"code":6537,"plant_name":"Little Cottonwood","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-111.80061,40.58498]}},{"type":"Feature","properties":{"code":6543,"plant_name":"FirstEnergy Dam 4","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-77.82694,39.49306]}},{"type":"Feature","properties":{"code":6544,"plant_name":"FirstEnergy Dam 5","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-77.92306,39.605]}},{"type":"Feature","properties":{"code":6546,"plant_name":"FirstEnergy Millville","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-77.78444,39.27306]}},{"type":"Feature","properties":{"code":6552,"plant_name":"Foster","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-122.6712,44.4146]}},{"type":"Feature","properties":{"code":6554,"plant_name":"Waverly Municipal Electric North Plant","capacity_mw":17.9,"fuel_source":{"Natural Gas":10.9,"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-92.4711,42.7317]}},{"type":"Feature","properties":{"code":6555,"plant_name":"McGrath","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-154.21944,63.2369]}},{"type":"Feature","properties":{"code":6558,"plant_name":"D G Hunter","capacity_mw":130,"fuel_source":{"Natural Gas":130}},"geometry":{"type":"Point","coordinates":[-92.4613,31.3207]}},{"type":"Feature","properties":{"code":6559,"plant_name":"George M Sullivan Generation Plant 2","capacity_mw":248.1,"fuel_source":{"Natural Gas":248.1}},"geometry":{"type":"Point","coordinates":[-149.71674,61.22971]}},{"type":"Feature","properties":{"code":6560,"plant_name":"London","capacity_mw":6.9,"fuel_source":{"Hydro":6.9}},"geometry":{"type":"Point","coordinates":[-81.3706,38.1944]}},{"type":"Feature","properties":{"code":6561,"plant_name":"Marmet","capacity_mw":16.8,"fuel_source":{"Hydro":16.8}},"geometry":{"type":"Point","coordinates":[-81.5695,38.2526]}},{"type":"Feature","properties":{"code":6562,"plant_name":"Winfield","capacity_mw":18.7,"fuel_source":{"Hydro":18.7}},"geometry":{"type":"Point","coordinates":[-81.91392,38.5274]}},{"type":"Feature","properties":{"code":6563,"plant_name":"Unionville","capacity_mw":44,"fuel_source":{"Petroleum":44}},"geometry":{"type":"Point","coordinates":[-93.02183,40.45934]}},{"type":"Feature","properties":{"code":6565,"plant_name":"Berlin","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-75.1919,38.3361]}},{"type":"Feature","properties":{"code":6566,"plant_name":"Bethel","capacity_mw":12.6,"fuel_source":{"Petroleum":12.6}},"geometry":{"type":"Point","coordinates":[-161.78778,60.7897]}},{"type":"Feature","properties":{"code":6567,"plant_name":"Block Island","capacity_mw":7.6,"fuel_source":{"Petroleum":7.6}},"geometry":{"type":"Point","coordinates":[-71.5711,41.17556]}},{"type":"Feature","properties":{"code":6579,"plant_name":"Johnson","capacity_mw":5.6,"fuel_source":{"Natural Gas":1.1,"Petroleum":4.5}},"geometry":{"type":"Point","coordinates":[-101.625,37.5757]}},{"type":"Feature","properties":{"code":6580,"plant_name":"Beaver Falls","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-131.47027,55.37975]}},{"type":"Feature","properties":{"code":6581,"plant_name":"Silvis","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-131.51776,55.3814]}},{"type":"Feature","properties":{"code":6584,"plant_name":"Stock Island","capacity_mw":114.5,"fuel_source":{"Petroleum":114.5}},"geometry":{"type":"Point","coordinates":[-81.7342,24.56333]}},{"type":"Feature","properties":{"code":6586,"plant_name":"Wilkins Station","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-70.8547,42.5139]}},{"type":"Feature","properties":{"code":6595,"plant_name":"Toledo Bend","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-93.56588,31.17348]}},{"type":"Feature","properties":{"code":6598,"plant_name":"South Norwalk Electric","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-73.4242,41.0947]}},{"type":"Feature","properties":{"code":6612,"plant_name":"Union Valley","capacity_mw":38.6,"fuel_source":{"Hydro":38.6}},"geometry":{"type":"Point","coordinates":[-120.44433,38.86429]}},{"type":"Feature","properties":{"code":6618,"plant_name":"Highgate Falls","capacity_mw":9.7,"fuel_source":{"Hydro":9.7}},"geometry":{"type":"Point","coordinates":[-73.05111,44.93361]}},{"type":"Feature","properties":{"code":6619,"plant_name":"Burlington","capacity_mw":100,"fuel_source":{"Petroleum":100}},"geometry":{"type":"Point","coordinates":[-102.2431,39.3561]}},{"type":"Feature","properties":{"code":6623,"plant_name":"Fort Peck","capacity_mw":200,"fuel_source":{"Hydro":200}},"geometry":{"type":"Point","coordinates":[-106.4123,48.0122]}},{"type":"Feature","properties":{"code":6624,"plant_name":"Gavins Point","capacity_mw":102,"fuel_source":{"Hydro":102}},"geometry":{"type":"Point","coordinates":[-97.48148,42.84883]}},{"type":"Feature","properties":{"code":6635,"plant_name":"A L Pierce","capacity_mw":77,"fuel_source":{"Natural Gas":77}},"geometry":{"type":"Point","coordinates":[-72.83488,41.44823]}},{"type":"Feature","properties":{"code":6636,"plant_name":"FirstEnergy Lake Lynn Power Station","capacity_mw":52,"fuel_source":{"Hydro":52}},"geometry":{"type":"Point","coordinates":[-79.85611,39.72028]}},{"type":"Feature","properties":{"code":6637,"plant_name":"Yakutat","capacity_mw":4.9,"fuel_source":{"Petroleum":4.9}},"geometry":{"type":"Point","coordinates":[-139.725,59.5453]}},{"type":"Feature","properties":{"code":6639,"plant_name":"R D Green","capacity_mw":454,"fuel_source":{"Coal":454}},"geometry":{"type":"Point","coordinates":[-87.5,37.6461]}},{"type":"Feature","properties":{"code":6641,"plant_name":"Independence","capacity_mw":1678.6,"fuel_source":{"Coal":1678.6}},"geometry":{"type":"Point","coordinates":[-91.40876,35.67844]}},{"type":"Feature","properties":{"code":6643,"plant_name":"Greg Avenue","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-118.3516,34.20795]}},{"type":"Feature","properties":{"code":6644,"plant_name":"Lake Mathews","capacity_mw":4.9,"fuel_source":{"Hydro":4.9}},"geometry":{"type":"Point","coordinates":[-117.4537,33.8553]}},{"type":"Feature","properties":{"code":6645,"plant_name":"Foothill Feeder","capacity_mw":7.1,"fuel_source":{"Hydro":7.1}},"geometry":{"type":"Point","coordinates":[-118.6092,34.5148]}},{"type":"Feature","properties":{"code":6646,"plant_name":"San Dimas","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-117.7958,34.1275]}},{"type":"Feature","properties":{"code":6647,"plant_name":"Yorba Linda","capacity_mw":5.1,"fuel_source":{"Hydro":5.1}},"geometry":{"type":"Point","coordinates":[-117.8192,33.9117]}},{"type":"Feature","properties":{"code":6648,"plant_name":"Sandow No 4","capacity_mw":600,"fuel_source":{"Coal":600}},"geometry":{"type":"Point","coordinates":[-97.06403,30.56587]}},{"type":"Feature","properties":{"code":6650,"plant_name":"Mexico","capacity_mw":54,"fuel_source":{"Petroleum":54}},"geometry":{"type":"Point","coordinates":[-91.8306,39.1481]}},{"type":"Feature","properties":{"code":6651,"plant_name":"Moberly","capacity_mw":54,"fuel_source":{"Petroleum":54}},"geometry":{"type":"Point","coordinates":[-92.4837,39.4244]}},{"type":"Feature","properties":{"code":6652,"plant_name":"Moreau","capacity_mw":54,"fuel_source":{"Petroleum":54}},"geometry":{"type":"Point","coordinates":[-92.10232,38.55571]}},{"type":"Feature","properties":{"code":6664,"plant_name":"Louisa","capacity_mw":746.2,"fuel_source":{"Coal":746.2}},"geometry":{"type":"Point","coordinates":[-91.0931,41.3181]}},{"type":"Feature","properties":{"code":6702,"plant_name":"Pelican","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-136.22009,57.9572]}},{"type":"Feature","properties":{"code":6704,"plant_name":"Pebbly Beach","capacity_mw":11.6,"fuel_source":{"Petroleum":9.3,"Other Fossil Gasses":2.3}},"geometry":{"type":"Point","coordinates":[-118.31028,33.33306]}},{"type":"Feature","properties":{"code":6705,"plant_name":"Warrick","capacity_mw":745,"fuel_source":{"Coal":745}},"geometry":{"type":"Point","coordinates":[-87.3328,37.915]}},{"type":"Feature","properties":{"code":6741,"plant_name":"Rock Lake CT","capacity_mw":22.8,"fuel_source":{"Petroleum":22.8}},"geometry":{"type":"Point","coordinates":[-92.97176,45.80544]}},{"type":"Feature","properties":{"code":6761,"plant_name":"Rawhide","capacity_mw":668,"fuel_source":{"Coal":280,"Natural Gas":388}},"geometry":{"type":"Point","coordinates":[-105.02121,40.8609]}},{"type":"Feature","properties":{"code":6768,"plant_name":"Sikeston Power Station","capacity_mw":233,"fuel_source":{"Coal":233}},"geometry":{"type":"Point","coordinates":[-89.6209,36.8791]}},{"type":"Feature","properties":{"code":6772,"plant_name":"Hugo","capacity_mw":440,"fuel_source":{"Coal":440}},"geometry":{"type":"Point","coordinates":[-95.3206,34.0158]}},{"type":"Feature","properties":{"code":6776,"plant_name":"West Station","capacity_mw":26.2,"fuel_source":{"Petroleum":26.2}},"geometry":{"type":"Point","coordinates":[-75.0486,39.4912]}},{"type":"Feature","properties":{"code":6789,"plant_name":"St Stephen","capacity_mw":84,"fuel_source":{"Hydro":84}},"geometry":{"type":"Point","coordinates":[-79.93,33.4261]}},{"type":"Feature","properties":{"code":6791,"plant_name":"Augusta Electric Plant No 2","capacity_mw":20.6,"fuel_source":{"Natural Gas":20.6}},"geometry":{"type":"Point","coordinates":[-96.9817,37.6811]}},{"type":"Feature","properties":{"code":6801,"plant_name":"Jarvis Street","capacity_mw":11.6,"fuel_source":{"Petroleum":11.6}},"geometry":{"type":"Point","coordinates":[-135.3128,57.0497]}},{"type":"Feature","properties":{"code":6823,"plant_name":"D B Wilson","capacity_mw":417,"fuel_source":{"Coal":417}},"geometry":{"type":"Point","coordinates":[-87.0806,37.4497]}},{"type":"Feature","properties":{"code":6824,"plant_name":"St Bonifacius","capacity_mw":60.2,"fuel_source":{"Petroleum":60.2}},"geometry":{"type":"Point","coordinates":[-93.82076,44.90503]}},{"type":"Feature","properties":{"code":7011,"plant_name":"Hugoton 2","capacity_mw":17.3,"fuel_source":{"Natural Gas":0.5,"Petroleum":16.8}},"geometry":{"type":"Point","coordinates":[-101.3458,37.175]}},{"type":"Feature","properties":{"code":7012,"plant_name":"Lower No 1","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-112.0625,43.46868]}},{"type":"Feature","properties":{"code":7013,"plant_name":"East 12th Street","capacity_mw":27.4,"fuel_source":{"Natural Gas":25.8,"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-96.9625,37.2367]}},{"type":"Feature","properties":{"code":7015,"plant_name":"Unit 4","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-111.41873,39.54411]}},{"type":"Feature","properties":{"code":7018,"plant_name":"Chanute 3","capacity_mw":32.1,"fuel_source":{"Natural Gas":20.7,"Petroleum":11.4}},"geometry":{"type":"Point","coordinates":[-95.4704,37.6376]}},{"type":"Feature","properties":{"code":7028,"plant_name":"Whitehead","capacity_mw":21.8,"fuel_source":{"Natural Gas":21.8}},"geometry":{"type":"Point","coordinates":[-111.6203,40.1817]}},{"type":"Feature","properties":{"code":7030,"plant_name":"Twin Oaks Power One","capacity_mw":305,"fuel_source":{"Coal":305}},"geometry":{"type":"Point","coordinates":[-96.69503,31.09192]}},{"type":"Feature","properties":{"code":7032,"plant_name":"Gravel Neck","capacity_mw":368,"fuel_source":{"Natural Gas":340,"Petroleum":28}},"geometry":{"type":"Point","coordinates":[-76.6911,37.1575]}},{"type":"Feature","properties":{"code":7034,"plant_name":"Hydro II","capacity_mw":6.2,"fuel_source":{"Hydro":6.2}},"geometry":{"type":"Point","coordinates":[-111.78317,41.74373]}},{"type":"Feature","properties":{"code":7039,"plant_name":"Lake","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-110.5739,44.415]}},{"type":"Feature","properties":{"code":7040,"plant_name":"Ellis","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-94.29435,35.35136]}},{"type":"Feature","properties":{"code":7042,"plant_name":"Humpback Creek","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-145.67941,60.61282]}},{"type":"Feature","properties":{"code":7044,"plant_name":"Bates Mill Upper","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-70.21901,44.09588]}},{"type":"Feature","properties":{"code":7048,"plant_name":"Hill Mill","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-70.21696,44.0929]}},{"type":"Feature","properties":{"code":7051,"plant_name":"Wrightsville Hydro Plant","capacity_mw":0.7,"fuel_source":{"Hydro":0.7}},"geometry":{"type":"Point","coordinates":[-72.57531,44.30969]}},{"type":"Feature","properties":{"code":7056,"plant_name":"Bolton Falls","capacity_mw":7.8,"fuel_source":{"Hydro":7.8}},"geometry":{"type":"Point","coordinates":[-72.81673,44.35938]}},{"type":"Feature","properties":{"code":7058,"plant_name":"Solon Diesel","capacity_mw":6.4,"fuel_source":{"Petroleum":6.4}},"geometry":{"type":"Point","coordinates":[-91.7669,46.3764]}},{"type":"Feature","properties":{"code":7060,"plant_name":"Sibley No Two","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-95.7439,43.4008]}},{"type":"Feature","properties":{"code":7063,"plant_name":"McIntosh","capacity_mw":688,"fuel_source":{"Natural Gas":688}},"geometry":{"type":"Point","coordinates":[-88.0299,31.2546]}},{"type":"Feature","properties":{"code":7066,"plant_name":"Stampede","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-120.10455,39.47045]}},{"type":"Feature","properties":{"code":7072,"plant_name":"Mojave Siphon","capacity_mw":32.4,"fuel_source":{"Hydro":32.4}},"geometry":{"type":"Point","coordinates":[-117.32355,34.30744]}},{"type":"Feature","properties":{"code":7079,"plant_name":"Upper Salmon B","capacity_mw":17.2,"fuel_source":{"Hydro":17.2}},"geometry":{"type":"Point","coordinates":[-114.90824,42.7664]}},{"type":"Feature","properties":{"code":7080,"plant_name":"St George Red Rock","capacity_mw":14,"fuel_source":{"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-113.5953,37.1067]}},{"type":"Feature","properties":{"code":7082,"plant_name":"Harry Allen","capacity_mw":566.8,"fuel_source":{"Natural Gas":566.8}},"geometry":{"type":"Point","coordinates":[-114.9024,36.43055]}},{"type":"Feature","properties":{"code":7097,"plant_name":"J K Spruce","capacity_mw":1340,"fuel_source":{"Coal":1340}},"geometry":{"type":"Point","coordinates":[-98.3203,29.30972]}},{"type":"Feature","properties":{"code":7111,"plant_name":"Heber City","capacity_mw":9.9,"fuel_source":{"Natural Gas":9.9}},"geometry":{"type":"Point","coordinates":[-111.4047,40.5003]}},{"type":"Feature","properties":{"code":7112,"plant_name":"Centennial","capacity_mw":3.3,"fuel_source":{"Petroleum":3.3}},"geometry":{"type":"Point","coordinates":[-131.5481,55.1139]}},{"type":"Feature","properties":{"code":7113,"plant_name":"PEC Headworks","capacity_mw":6.6,"fuel_source":{"Hydro":6.6}},"geometry":{"type":"Point","coordinates":[-119.89631,47.15955]}},{"type":"Feature","properties":{"code":7115,"plant_name":"Hoist","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-87.5686,46.5628]}},{"type":"Feature","properties":{"code":7116,"plant_name":"McClure","capacity_mw":5.8,"fuel_source":{"Hydro":5.8}},"geometry":{"type":"Point","coordinates":[-87.4764,46.5717]}},{"type":"Feature","properties":{"code":7118,"plant_name":"Cataract","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-87.5128,46.3156]}},{"type":"Feature","properties":{"code":7119,"plant_name":"Gladstone","capacity_mw":17.2,"fuel_source":{"Petroleum":17.2}},"geometry":{"type":"Point","coordinates":[-87.0036,45.8475]}},{"type":"Feature","properties":{"code":7125,"plant_name":"Bad Creek","capacity_mw":1360,"fuel_source":{"Pumped Storage":1360}},"geometry":{"type":"Point","coordinates":[-82.9975,35.0075]}},{"type":"Feature","properties":{"code":7127,"plant_name":"Wynoochee","capacity_mw":15.5,"fuel_source":{"Hydro":15.5}},"geometry":{"type":"Point","coordinates":[-123.60523,47.38507]}},{"type":"Feature","properties":{"code":7128,"plant_name":"William F Matson Generating Station","capacity_mw":7.6,"fuel_source":{"Hydro":7.6}},"geometry":{"type":"Point","coordinates":[-78.00289,40.43292]}},{"type":"Feature","properties":{"code":7129,"plant_name":"Thermalito Diverson Dam","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-121.54636,39.52875]}},{"type":"Feature","properties":{"code":7130,"plant_name":"Puna","capacity_mw":34,"fuel_source":{"Petroleum":34}},"geometry":{"type":"Point","coordinates":[-155.0313,19.6316]}},{"type":"Feature","properties":{"code":7131,"plant_name":"Brandon Station","capacity_mw":20,"fuel_source":{"Natural Gas":20}},"geometry":{"type":"Point","coordinates":[-101.88609,33.58526]}},{"type":"Feature","properties":{"code":7132,"plant_name":"Pine View Dam","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-111.84853,41.25433]}},{"type":"Feature","properties":{"code":7135,"plant_name":"Whillock","capacity_mw":17,"fuel_source":{"Hydro":17}},"geometry":{"type":"Point","coordinates":[-92.79027,35.12759]}},{"type":"Feature","properties":{"code":7137,"plant_name":"Grinnell","capacity_mw":41.4,"fuel_source":{"Natural Gas":41.4}},"geometry":{"type":"Point","coordinates":[-92.74889,41.7529]}},{"type":"Feature","properties":{"code":7138,"plant_name":"Forked River","capacity_mw":65,"fuel_source":{"Natural Gas":65}},"geometry":{"type":"Point","coordinates":[-74.2098,39.8154]}},{"type":"Feature","properties":{"code":7145,"plant_name":"Pleasant Hill","capacity_mw":160,"fuel_source":{"Natural Gas":160}},"geometry":{"type":"Point","coordinates":[-93.5242,41.5572]}},{"type":"Feature","properties":{"code":7146,"plant_name":"Wading River","capacity_mw":231.9,"fuel_source":{"Petroleum":231.9}},"geometry":{"type":"Point","coordinates":[-72.87741,40.95693]}},{"type":"Feature","properties":{"code":7147,"plant_name":"Mill Creek 3","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-117.03954,34.08802]}},{"type":"Feature","properties":{"code":7151,"plant_name":"Stony Gorge","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-122.53325,39.58686]}},{"type":"Feature","properties":{"code":7153,"plant_name":"Hay Road","capacity_mw":1136,"fuel_source":{"Natural Gas":1136}},"geometry":{"type":"Point","coordinates":[-75.5072,39.7436]}},{"type":"Feature","properties":{"code":7155,"plant_name":"Lime Creek","capacity_mw":69.4,"fuel_source":{"Petroleum":69.4}},"geometry":{"type":"Point","coordinates":[-93.205,43.2481]}},{"type":"Feature","properties":{"code":7158,"plant_name":"Woodsdale","capacity_mw":462,"fuel_source":{"Natural Gas":462}},"geometry":{"type":"Point","coordinates":[-84.4611,39.4492]}},{"type":"Feature","properties":{"code":7159,"plant_name":"Concord","capacity_mw":352,"fuel_source":{"Natural Gas":352}},"geometry":{"type":"Point","coordinates":[-88.69,43.1669]}},{"type":"Feature","properties":{"code":7164,"plant_name":"Waddell","capacity_mw":40,"fuel_source":{"Pumped Storage":40}},"geometry":{"type":"Point","coordinates":[-112.2714,33.8447]}},{"type":"Feature","properties":{"code":7166,"plant_name":"Murray","capacity_mw":42.4,"fuel_source":{"Hydro":42.4}},"geometry":{"type":"Point","coordinates":[-92.3569,34.7956]}},{"type":"Feature","properties":{"code":7168,"plant_name":"Chester Lake","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-131.54588,55.11688]}},{"type":"Feature","properties":{"code":7169,"plant_name":"Northway","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-141.9372,62.9617]}},{"type":"Feature","properties":{"code":7173,"plant_name":"Barrow","capacity_mw":20.3,"fuel_source":{"Natural Gas":20.3}},"geometry":{"type":"Point","coordinates":[-156.7786,71.292]}},{"type":"Feature","properties":{"code":7174,"plant_name":"Gwitchyaa Zhee","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-145.3064,66.5208]}},{"type":"Feature","properties":{"code":7179,"plant_name":"Headgate Rock","capacity_mw":19.5,"fuel_source":{"Hydro":19.5}},"geometry":{"type":"Point","coordinates":[-114.27736,34.16826]}},{"type":"Feature","properties":{"code":7182,"plant_name":"Aniak","capacity_mw":0.8,"fuel_source":{"Petroleum":0.8}},"geometry":{"type":"Point","coordinates":[-159.5317,61.5875]}},{"type":"Feature","properties":{"code":7183,"plant_name":"Newhalen","capacity_mw":1.7,"fuel_source":{"Petroleum":0.9,"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-154.69874,59.89905]}},{"type":"Feature","properties":{"code":7189,"plant_name":"Whiskeytown","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-122.53868,40.59762]}},{"type":"Feature","properties":{"code":7190,"plant_name":"Milner Hydro","capacity_mw":61.1,"fuel_source":{"Hydro":61.1}},"geometry":{"type":"Point","coordinates":[-114.03689,42.52679]}},{"type":"Feature","properties":{"code":7191,"plant_name":"Tallassee Hydro Project","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-83.49845,33.98915]}},{"type":"Feature","properties":{"code":7200,"plant_name":"Robert D Willis","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-94.1756,30.7975]}},{"type":"Feature","properties":{"code":7203,"plant_name":"South Fond Du Lac","capacity_mw":307.4,"fuel_source":{"Natural Gas":307.4}},"geometry":{"type":"Point","coordinates":[-88.49667,43.7353]}},{"type":"Feature","properties":{"code":7210,"plant_name":"Cope","capacity_mw":415,"fuel_source":{"Coal":415}},"geometry":{"type":"Point","coordinates":[-81.03,33.3644]}},{"type":"Feature","properties":{"code":7212,"plant_name":"Darbytown","capacity_mw":336,"fuel_source":{"Natural Gas":336}},"geometry":{"type":"Point","coordinates":[-77.36854,37.49822]}},{"type":"Feature","properties":{"code":7213,"plant_name":"Clover","capacity_mw":877,"fuel_source":{"Coal":877}},"geometry":{"type":"Point","coordinates":[-78.704,36.869]}},{"type":"Feature","properties":{"code":7229,"plant_name":"Black Butte","capacity_mw":6.1,"fuel_source":{"Hydro":6.1}},"geometry":{"type":"Point","coordinates":[-122.33234,39.8149]}},{"type":"Feature","properties":{"code":7231,"plant_name":"Gianera","capacity_mw":52,"fuel_source":{"Natural Gas":52}},"geometry":{"type":"Point","coordinates":[-121.96867,37.401]}},{"type":"Feature","properties":{"code":7232,"plant_name":"Santa Clara Cogen","capacity_mw":7.8,"fuel_source":{"Natural Gas":7.8}},"geometry":{"type":"Point","coordinates":[-121.94424,37.3643]}},{"type":"Feature","properties":{"code":7233,"plant_name":"Tesla","capacity_mw":28,"fuel_source":{"Hydro":28}},"geometry":{"type":"Point","coordinates":[-104.90114,38.97365]}},{"type":"Feature","properties":{"code":7237,"plant_name":"Angus Anson","capacity_mw":327,"fuel_source":{"Natural Gas":327}},"geometry":{"type":"Point","coordinates":[-96.6356,43.60347]}},{"type":"Feature","properties":{"code":7238,"plant_name":"Cane Island","capacity_mw":670,"fuel_source":{"Natural Gas":411,"Other":259}},"geometry":{"type":"Point","coordinates":[-81.533,28.2764]}},{"type":"Feature","properties":{"code":7242,"plant_name":"Polk","capacity_mw":824,"fuel_source":{"Coal":220,"Natural Gas":604}},"geometry":{"type":"Point","coordinates":[-81.9897,27.7286]}},{"type":"Feature","properties":{"code":7246,"plant_name":"Dam 2","capacity_mw":35,"fuel_source":{"Hydro":35}},"geometry":{"type":"Point","coordinates":[-91.31579,33.9865]}},{"type":"Feature","properties":{"code":7247,"plant_name":"Watertown Power Plant","capacity_mw":45.8,"fuel_source":{"Petroleum":45.8}},"geometry":{"type":"Point","coordinates":[-97.10833,44.90167]}},{"type":"Feature","properties":{"code":7250,"plant_name":"Auke Bay","capacity_mw":28.3,"fuel_source":{"Petroleum":28.3}},"geometry":{"type":"Point","coordinates":[-134.6446,58.3875]}},{"type":"Feature","properties":{"code":7259,"plant_name":"Skookumchuck","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-122.7197,46.7844]}},{"type":"Feature","properties":{"code":7264,"plant_name":"Miki Basin","capacity_mw":10.2,"fuel_source":{"Petroleum":10.2}},"geometry":{"type":"Point","coordinates":[-156.9342,20.79]}},{"type":"Feature","properties":{"code":7266,"plant_name":"Woodland","capacity_mw":182.2,"fuel_source":{"Natural Gas":182.2}},"geometry":{"type":"Point","coordinates":[-121.0204,37.6526]}},{"type":"Feature","properties":{"code":7268,"plant_name":"491 E 48th Street","capacity_mw":136,"fuel_source":{"Natural Gas":136}},"geometry":{"type":"Point","coordinates":[-86.0853,42.7553]}},{"type":"Feature","properties":{"code":7270,"plant_name":"Paris","capacity_mw":352,"fuel_source":{"Natural Gas":352}},"geometry":{"type":"Point","coordinates":[-88.0131,42.6658]}},{"type":"Feature","properties":{"code":7277,"plant_name":"Lincoln Combustion","capacity_mw":1267.2,"fuel_source":{"Natural Gas":1267.2}},"geometry":{"type":"Point","coordinates":[-81.0347,35.4317]}},{"type":"Feature","properties":{"code":7279,"plant_name":"O'Shaughnessy Hydro","capacity_mw":5.2,"fuel_source":{"Hydro":5.2}},"geometry":{"type":"Point","coordinates":[-83.12672,40.15333]}},{"type":"Feature","properties":{"code":7281,"plant_name":"Gardner Energy Center","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-94.89028,38.83083]}},{"type":"Feature","properties":{"code":7283,"plant_name":"Paragould Turbine","capacity_mw":13.8,"fuel_source":{"Natural Gas":13.6,"Petroleum":0.2}},"geometry":{"type":"Point","coordinates":[-90.50923,36.02427]}},{"type":"Feature","properties":{"code":7288,"plant_name":"Sherman Avenue","capacity_mw":82.4,"fuel_source":{"Natural Gas":82.4}},"geometry":{"type":"Point","coordinates":[-75.0578,39.451]}},{"type":"Feature","properties":{"code":7294,"plant_name":"Central Energy Plant","capacity_mw":56,"fuel_source":{"Natural Gas":56}},"geometry":{"type":"Point","coordinates":[-81.5809,28.4263]}},{"type":"Feature","properties":{"code":7296,"plant_name":"State Line Combined Cycle","capacity_mw":589,"fuel_source":{"Natural Gas":589}},"geometry":{"type":"Point","coordinates":[-94.614,37.0659]}},{"type":"Feature","properties":{"code":7302,"plant_name":"Hines Energy Complex","capacity_mw":1912,"fuel_source":{"Natural Gas":1912}},"geometry":{"type":"Point","coordinates":[-81.86998,27.78822]}},{"type":"Feature","properties":{"code":7304,"plant_name":"Palmyra Municipal 2","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-91.5556,39.7961]}},{"type":"Feature","properties":{"code":7307,"plant_name":"Redding Power","capacity_mw":171,"fuel_source":{"Natural Gas":171}},"geometry":{"type":"Point","coordinates":[-122.42328,40.50729]}},{"type":"Feature","properties":{"code":7314,"plant_name":"Richard M Flynn","capacity_mw":136.2,"fuel_source":{"Natural Gas":136.2}},"geometry":{"type":"Point","coordinates":[-73.064,40.8158]}},{"type":"Feature","properties":{"code":7315,"plant_name":"Almond Power Plant","capacity_mw":199.5,"fuel_source":{"Natural Gas":199.5}},"geometry":{"type":"Point","coordinates":[-120.985,37.5744]}},{"type":"Feature","properties":{"code":7317,"plant_name":"Buffalo Bill","capacity_mw":18,"fuel_source":{"Hydro":18}},"geometry":{"type":"Point","coordinates":[-109.17066,44.50817]}},{"type":"Feature","properties":{"code":7318,"plant_name":"Van Sant Station","capacity_mw":39,"fuel_source":{"Natural Gas":39}},"geometry":{"type":"Point","coordinates":[-75.54817,39.14504]}},{"type":"Feature","properties":{"code":7325,"plant_name":"San Jacinto Steam Electric Station","capacity_mw":162,"fuel_source":{"Natural Gas":162}},"geometry":{"type":"Point","coordinates":[-95.04062,29.69484]}},{"type":"Feature","properties":{"code":7335,"plant_name":"Richmond","capacity_mw":68,"fuel_source":{"Natural Gas":68}},"geometry":{"type":"Point","coordinates":[-84.96568,39.83957]}},{"type":"Feature","properties":{"code":7336,"plant_name":"Anderson","capacity_mw":140,"fuel_source":{"Natural Gas":140}},"geometry":{"type":"Point","coordinates":[-85.7389,40.0529]}},{"type":"Feature","properties":{"code":7337,"plant_name":"Florence","capacity_mw":5.9,"fuel_source":{"Petroleum":5.9}},"geometry":{"type":"Point","coordinates":[-73.0631,43.7089]}},{"type":"Feature","properties":{"code":7338,"plant_name":"Grizzly","capacity_mw":23.4,"fuel_source":{"Hydro":23.4}},"geometry":{"type":"Point","coordinates":[-121.27917,39.88929]}},{"type":"Feature","properties":{"code":7339,"plant_name":"Wellington 2","capacity_mw":21,"fuel_source":{"Natural Gas":21}},"geometry":{"type":"Point","coordinates":[-97.3497,37.2678]}},{"type":"Feature","properties":{"code":7343,"plant_name":"George Neal South","capacity_mw":644.8,"fuel_source":{"Coal":644.8}},"geometry":{"type":"Point","coordinates":[-96.3617,42.3006]}},{"type":"Feature","properties":{"code":7345,"plant_name":"University of Florida","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-82.34861,29.64028]}},{"type":"Feature","properties":{"code":7348,"plant_name":"Robins","capacity_mw":160,"fuel_source":{"Natural Gas":160}},"geometry":{"type":"Point","coordinates":[-83.5822,32.5792]}},{"type":"Feature","properties":{"code":7350,"plant_name":"Coyote Springs","capacity_mw":235,"fuel_source":{"Natural Gas":235}},"geometry":{"type":"Point","coordinates":[-119.67392,45.848]}},{"type":"Feature","properties":{"code":7366,"plant_name":"Lincoln Turbines","capacity_mw":1.2,"fuel_source":{"Wind":1.2}},"geometry":{"type":"Point","coordinates":[-87.5586,44.6108]}},{"type":"Feature","properties":{"code":7367,"plant_name":"Bradley Lake","capacity_mw":126,"fuel_source":{"Hydro":126}},"geometry":{"type":"Point","coordinates":[-150.94015,59.77862]}},{"type":"Feature","properties":{"code":7368,"plant_name":"Geothermal 1","capacity_mw":113,"fuel_source":{"Geothermal":113}},"geometry":{"type":"Point","coordinates":[-122.7195,38.752]}},{"type":"Feature","properties":{"code":7369,"plant_name":"Geothermal 2","capacity_mw":78.1,"fuel_source":{"Geothermal":78.1}},"geometry":{"type":"Point","coordinates":[-122.7117,38.7492]}},{"type":"Feature","properties":{"code":7372,"plant_name":"McPhee","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-108.574,37.57522]}},{"type":"Feature","properties":{"code":7373,"plant_name":"Towaoc","capacity_mw":11.4,"fuel_source":{"Hydro":11.4}},"geometry":{"type":"Point","coordinates":[-108.57487,37.42954]}},{"type":"Feature","properties":{"code":7376,"plant_name":"Alliant Techsystems","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-93.393,44.927]}},{"type":"Feature","properties":{"code":7378,"plant_name":"United Hospital","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-93.1072,44.9425]}},{"type":"Feature","properties":{"code":7380,"plant_name":"Midulla Generating Station","capacity_mw":751,"fuel_source":{"Natural Gas":751}},"geometry":{"type":"Point","coordinates":[-81.9625,27.64167]}},{"type":"Feature","properties":{"code":7381,"plant_name":"Searsburg Wind Turbine","capacity_mw":5.2,"fuel_source":{"Wind":5.2}},"geometry":{"type":"Point","coordinates":[-72.9628,42.8625]}},{"type":"Feature","properties":{"code":7392,"plant_name":"Poplar Bluff Generating Station","capacity_mw":33.8,"fuel_source":{"Natural Gas":33.8}},"geometry":{"type":"Point","coordinates":[-90.3903,36.7597]}},{"type":"Feature","properties":{"code":7393,"plant_name":"Lakin Municipal","capacity_mw":4.1,"fuel_source":{"Natural Gas":4.1}},"geometry":{"type":"Point","coordinates":[-101.2639,37.9414]}},{"type":"Feature","properties":{"code":7394,"plant_name":"Gonzales Hydro Plant","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-97.45516,29.49717]}},{"type":"Feature","properties":{"code":7396,"plant_name":"Front Street","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-72.5911,42.1483]}},{"type":"Feature","properties":{"code":7397,"plant_name":"Falling Spring","capacity_mw":7.1,"fuel_source":{"Natural Gas":7.1}},"geometry":{"type":"Point","coordinates":[-77.6583,39.9389]}},{"type":"Feature","properties":{"code":7398,"plant_name":"Water Street Station","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-83.8794,43.5831]}},{"type":"Feature","properties":{"code":7399,"plant_name":"Henry Station","capacity_mw":15,"fuel_source":{"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-83.89972,43.595]}},{"type":"Feature","properties":{"code":7400,"plant_name":"Salisbury City of","capacity_mw":5.2,"fuel_source":{"Petroleum":5.2}},"geometry":{"type":"Point","coordinates":[-92.8028,39.4236]}},{"type":"Feature","properties":{"code":7405,"plant_name":"Shelbina Power #1","capacity_mw":4.6,"fuel_source":{"Petroleum":4.6}},"geometry":{"type":"Point","coordinates":[-92.0381,39.6914]}},{"type":"Feature","properties":{"code":7406,"plant_name":"Shelbina Power #2","capacity_mw":6.6,"fuel_source":{"Petroleum":6.6}},"geometry":{"type":"Point","coordinates":[-92.0381,39.6914]}},{"type":"Feature","properties":{"code":7408,"plant_name":"Payson","capacity_mw":9.2,"fuel_source":{"Natural Gas":9.2}},"geometry":{"type":"Point","coordinates":[-111.7294,40.0606]}},{"type":"Feature","properties":{"code":7413,"plant_name":"Short Mountain","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-123.0225,43.9125]}},{"type":"Feature","properties":{"code":7414,"plant_name":"Thorne Bay Plant","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-132.9672,55.5156]}},{"type":"Feature","properties":{"code":7415,"plant_name":"Lakefield Utilities","capacity_mw":3,"fuel_source":{"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-95.1725,43.68028]}},{"type":"Feature","properties":{"code":7425,"plant_name":"Interstate","capacity_mw":112,"fuel_source":{"Natural Gas":112}},"geometry":{"type":"Point","coordinates":[-89.5891,39.8233]}},{"type":"Feature","properties":{"code":7427,"plant_name":"Cowlitz Falls","capacity_mw":70,"fuel_source":{"Hydro":70}},"geometry":{"type":"Point","coordinates":[-122.1097,46.4661]}},{"type":"Feature","properties":{"code":7429,"plant_name":"Edenton Generators","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-76.6356,36.1067]}},{"type":"Feature","properties":{"code":7431,"plant_name":"Dalles Dam North Fishway Project","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-121.13689,45.61437]}},{"type":"Feature","properties":{"code":7432,"plant_name":"Oxford","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-97.1686,37.2742]}},{"type":"Feature","properties":{"code":7436,"plant_name":"Vernon","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-118.2219,33.9986]}},{"type":"Feature","properties":{"code":7437,"plant_name":"Galena Electric Utility","capacity_mw":4.1,"fuel_source":{"Petroleum":4.1}},"geometry":{"type":"Point","coordinates":[-156.94,64.7381]}},{"type":"Feature","properties":{"code":7438,"plant_name":"Church Street Plant","capacity_mw":7,"fuel_source":{"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-77.4767,38.7528]}},{"type":"Feature","properties":{"code":7439,"plant_name":"Godwin Drive Plant","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-77.4767,38.7528]}},{"type":"Feature","properties":{"code":7440,"plant_name":"VMEA 1 Credit Gen","capacity_mw":12.3,"fuel_source":{"Petroleum":12.3}},"geometry":{"type":"Point","coordinates":[-77.4767,38.7528]}},{"type":"Feature","properties":{"code":7441,"plant_name":"VMEA Peaking Gen","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-77.4767,38.7528]}},{"type":"Feature","properties":{"code":7447,"plant_name":"Pratt 2","capacity_mw":15.2,"fuel_source":{"Natural Gas":15.2}},"geometry":{"type":"Point","coordinates":[-98.745,37.6356]}},{"type":"Feature","properties":{"code":7449,"plant_name":"Combustion Turbine Project No 2","capacity_mw":49.3,"fuel_source":{"Natural Gas":49.3}},"geometry":{"type":"Point","coordinates":[-121.38694,38.08814]}},{"type":"Feature","properties":{"code":7450,"plant_name":"Alameda","capacity_mw":43.6,"fuel_source":{"Natural Gas":43.6}},"geometry":{"type":"Point","coordinates":[-122.2889,37.7886]}},{"type":"Feature","properties":{"code":7451,"plant_name":"Lodi","capacity_mw":23.3,"fuel_source":{"Natural Gas":23.3}},"geometry":{"type":"Point","coordinates":[-121.30054,38.14657]}},{"type":"Feature","properties":{"code":7452,"plant_name":"Roseville","capacity_mw":42.4,"fuel_source":{"Natural Gas":42.4}},"geometry":{"type":"Point","coordinates":[-121.32381,38.81068]}},{"type":"Feature","properties":{"code":7456,"plant_name":"Rathdrum","capacity_mw":132,"fuel_source":{"Natural Gas":132}},"geometry":{"type":"Point","coordinates":[-116.86731,47.80427]}},{"type":"Feature","properties":{"code":7458,"plant_name":"Ruedi","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-106.82193,39.36309]}},{"type":"Feature","properties":{"code":7462,"plant_name":"Angoon","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-134.9772,57.8425]}},{"type":"Feature","properties":{"code":7463,"plant_name":"Hoonah","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-135.7433,58.1833]}},{"type":"Feature","properties":{"code":7464,"plant_name":"Kake","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-133.1519,56.1522]}},{"type":"Feature","properties":{"code":7469,"plant_name":"Madison Utilities","capacity_mw":4.6,"fuel_source":{"Petroleum":4.6}},"geometry":{"type":"Point","coordinates":[-97.4611,41.8336]}},{"type":"Feature","properties":{"code":7470,"plant_name":"Marceline","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-92.94583,39.71694]}},{"type":"Feature","properties":{"code":7474,"plant_name":"Upper Sterling","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-89.67753,41.78712]}},{"type":"Feature","properties":{"code":7479,"plant_name":"North Road Peak","capacity_mw":13,"fuel_source":{"Petroleum":13}},"geometry":{"type":"Point","coordinates":[-80.8633,33.4919]}},{"type":"Feature","properties":{"code":7480,"plant_name":"Rowesville Rd Plant","capacity_mw":8.4,"fuel_source":{"Natural Gas":8.4}},"geometry":{"type":"Point","coordinates":[-80.84739,33.43664]}},{"type":"Feature","properties":{"code":7481,"plant_name":"City Light & Water","capacity_mw":1.3,"fuel_source":{"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-98.42472,40.3503]}},{"type":"Feature","properties":{"code":7482,"plant_name":"NSB Atquasuk Utility","capacity_mw":3.2,"fuel_source":{"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-157.3969,70.4808]}},{"type":"Feature","properties":{"code":7483,"plant_name":"NSB Kaktovik Utility","capacity_mw":2.6,"fuel_source":{"Petroleum":2.6}},"geometry":{"type":"Point","coordinates":[-143.7303,69.2925]}},{"type":"Feature","properties":{"code":7484,"plant_name":"NSB Nuiqsut Utility","capacity_mw":4.6,"fuel_source":{"Natural Gas":2.4,"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-152.7539,69.9636]}},{"type":"Feature","properties":{"code":7485,"plant_name":"NSB Point Hope Utility","capacity_mw":2.1,"fuel_source":{"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-160.1919,69.0408]}},{"type":"Feature","properties":{"code":7486,"plant_name":"NSB Point Lay Utility","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-163.00583,69.74083]}},{"type":"Feature","properties":{"code":7487,"plant_name":"NSB Anaktuvuk Pass","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-152.1319,68.7494]}},{"type":"Feature","properties":{"code":7488,"plant_name":"NSB Wainwright Utility","capacity_mw":3,"fuel_source":{"Petroleum":3}},"geometry":{"type":"Point","coordinates":[-160.0614,70.5986]}},{"type":"Feature","properties":{"code":7489,"plant_name":"Lake Mendocino","capacity_mw":3.5,"fuel_source":{"Hydro":3.5}},"geometry":{"type":"Point","coordinates":[-123.18556,39.19722]}},{"type":"Feature","properties":{"code":7493,"plant_name":"King Cove","capacity_mw":2.3,"fuel_source":{"Petroleum":1.6,"Hydro":0.7}},"geometry":{"type":"Point","coordinates":[-162.3103,55.06168]}},{"type":"Feature","properties":{"code":7497,"plant_name":"Croswell","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-82.6139,43.27222]}},{"type":"Feature","properties":{"code":7501,"plant_name":"Princeton Wind Farm","capacity_mw":3,"fuel_source":{"Wind":3}},"geometry":{"type":"Point","coordinates":[-71.9,42.4789]}},{"type":"Feature","properties":{"code":7502,"plant_name":"Dutch Harbor","capacity_mw":14.7,"fuel_source":{"Petroleum":14.7}},"geometry":{"type":"Point","coordinates":[-166.5361,53.9761]}},{"type":"Feature","properties":{"code":7503,"plant_name":"Unalaska Power Module","capacity_mw":0.8,"fuel_source":{"Petroleum":0.8}},"geometry":{"type":"Point","coordinates":[-166.51242,53.86406]}},{"type":"Feature","properties":{"code":7504,"plant_name":"Neil Simpson II","capacity_mw":114,"fuel_source":{"Coal":80,"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-105.3833,44.2856]}},{"type":"Feature","properties":{"code":7505,"plant_name":"Fergus Control Ctr","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-96.07045,46.28066]}},{"type":"Feature","properties":{"code":7507,"plant_name":"Deadwood Creek","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-121.09583,39.53]}},{"type":"Feature","properties":{"code":7508,"plant_name":"Stone Creek","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-121.88661,45.08111]}},{"type":"Feature","properties":{"code":7511,"plant_name":"McNary Dam Fish Attraction Project","capacity_mw":8.9,"fuel_source":{"Hydro":8.9}},"geometry":{"type":"Point","coordinates":[-119.29908,45.94003]}},{"type":"Feature","properties":{"code":7512,"plant_name":"Arthur Von Rosenberg","capacity_mw":530,"fuel_source":{"Natural Gas":530}},"geometry":{"type":"Point","coordinates":[-98.38405,29.25705]}},{"type":"Feature","properties":{"code":7513,"plant_name":"ReEnergy Fort Fairfield","capacity_mw":32,"fuel_source":{"Wood":32}},"geometry":{"type":"Point","coordinates":[-67.84849,46.77285]}},{"type":"Feature","properties":{"code":7515,"plant_name":"McPherson 3","capacity_mw":79.3,"fuel_source":{"Natural Gas":79.3}},"geometry":{"type":"Point","coordinates":[-97.61108,38.38932]}},{"type":"Feature","properties":{"code":7526,"plant_name":"Solano Wind","capacity_mw":228.1,"fuel_source":{"Wind":228.1}},"geometry":{"type":"Point","coordinates":[-121.8653,38.1183]}},{"type":"Feature","properties":{"code":7527,"plant_name":"Carson Ice-Gen Project","capacity_mw":109,"fuel_source":{"Natural Gas":109}},"geometry":{"type":"Point","coordinates":[-121.46239,38.44568]}},{"type":"Feature","properties":{"code":7538,"plant_name":"Wayne County Energy Complex","capacity_mw":863,"fuel_source":{"Natural Gas":863}},"geometry":{"type":"Point","coordinates":[-78.09805,35.37579]}},{"type":"Feature","properties":{"code":7541,"plant_name":"Spirit Mountain","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-109.12988,44.5127]}},{"type":"Feature","properties":{"code":7545,"plant_name":"Kaw Hydro","capacity_mw":29.6,"fuel_source":{"Hydro":29.6}},"geometry":{"type":"Point","coordinates":[-96.9278,36.6994]}},{"type":"Feature","properties":{"code":7546,"plant_name":"Ponca City","capacity_mw":106.8,"fuel_source":{"Natural Gas":106.8}},"geometry":{"type":"Point","coordinates":[-97.08576,36.71979]}},{"type":"Feature","properties":{"code":7548,"plant_name":"Causey","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-111.58885,41.29723]}},{"type":"Feature","properties":{"code":7549,"plant_name":"Milwaukee County","capacity_mw":7,"fuel_source":{"Coal":7}},"geometry":{"type":"Point","coordinates":[-88.0281,43.046]}},{"type":"Feature","properties":{"code":7551,"plant_name":"SCA Cogen 2","capacity_mw":176.6,"fuel_source":{"Natural Gas":176.6}},"geometry":{"type":"Point","coordinates":[-121.40013,38.53094]}},{"type":"Feature","properties":{"code":7552,"plant_name":"SPA Cogen 3","capacity_mw":164,"fuel_source":{"Natural Gas":164}},"geometry":{"type":"Point","coordinates":[-121.4735,38.511]}},{"type":"Feature","properties":{"code":7555,"plant_name":"Nebraska City # 2","capacity_mw":11.8,"fuel_source":{"Natural Gas":7.6,"Petroleum":4.2}},"geometry":{"type":"Point","coordinates":[-95.86833,40.6661]}},{"type":"Feature","properties":{"code":7556,"plant_name":"State Farm","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-88.4564,40.4581]}},{"type":"Feature","properties":{"code":7575,"plant_name":"Bowling Green","capacity_mw":8.8,"fuel_source":{"Petroleum":8.8}},"geometry":{"type":"Point","coordinates":[-83.6113,41.3822]}},{"type":"Feature","properties":{"code":7576,"plant_name":"Engle","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-81.4706,41.1428]}},{"type":"Feature","properties":{"code":7577,"plant_name":"Jackson","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-82.6101,39.0441]}},{"type":"Feature","properties":{"code":7578,"plant_name":"Napoleon","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-84.0967,41.4106]}},{"type":"Feature","properties":{"code":7579,"plant_name":"Niles","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-80.7529,41.168]}},{"type":"Feature","properties":{"code":7580,"plant_name":"Wadsworth","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-81.76222,41.00389]}},{"type":"Feature","properties":{"code":7583,"plant_name":"Talcville","capacity_mw":0.5,"fuel_source":{"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-75.3083,44.3083]}},{"type":"Feature","properties":{"code":7584,"plant_name":"Panora","capacity_mw":4.5,"fuel_source":{"Petroleum":4.5}},"geometry":{"type":"Point","coordinates":[-94.3607,41.6944]}},{"type":"Feature","properties":{"code":7588,"plant_name":"H M Jackson","capacity_mw":96,"fuel_source":{"Hydro":96}},"geometry":{"type":"Point","coordinates":[-121.8144,47.9084]}},{"type":"Feature","properties":{"code":7593,"plant_name":"El Vado Dam","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-106.73213,36.59278]}},{"type":"Feature","properties":{"code":7594,"plant_name":"Belleville","capacity_mw":42,"fuel_source":{"Hydro":42}},"geometry":{"type":"Point","coordinates":[-81.7375,39.1192]}},{"type":"Feature","properties":{"code":7595,"plant_name":"Red Cedar","capacity_mw":14.5,"fuel_source":{"Natural Gas":14.5}},"geometry":{"type":"Point","coordinates":[-91.66889,41.96915]}},{"type":"Feature","properties":{"code":7603,"plant_name":"Prospect Municipal","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-83.1883,40.4411]}},{"type":"Feature","properties":{"code":7604,"plant_name":"St Francis Energy Facility","capacity_mw":464,"fuel_source":{"Natural Gas":464}},"geometry":{"type":"Point","coordinates":[-90.1779,36.5852]}},{"type":"Feature","properties":{"code":7605,"plant_name":"River Road Gen Plant","capacity_mw":220,"fuel_source":{"Natural Gas":220}},"geometry":{"type":"Point","coordinates":[-122.7256,45.6497]}},{"type":"Feature","properties":{"code":7646,"plant_name":"Monticello","capacity_mw":11.5,"fuel_source":{"Hydro":11.5}},"geometry":{"type":"Point","coordinates":[-122.10444,38.51306]}},{"type":"Feature","properties":{"code":7657,"plant_name":"Auglaize Hydro","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-84.39976,41.23721]}},{"type":"Feature","properties":{"code":7690,"plant_name":"Pennsbury","capacity_mw":5.4,"fuel_source":{"Biomass":5.4}},"geometry":{"type":"Point","coordinates":[-74.76915,40.15313]}},{"type":"Feature","properties":{"code":7693,"plant_name":"Anaheim GT","capacity_mw":44.5,"fuel_source":{"Natural Gas":44.5}},"geometry":{"type":"Point","coordinates":[-117.85629,33.85354]}},{"type":"Feature","properties":{"code":7697,"plant_name":"Washington County Cogeneration Facility","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-88.0156,31.2504]}},{"type":"Feature","properties":{"code":7698,"plant_name":"General Electric Plastic","capacity_mw":97,"fuel_source":{"Natural Gas":97}},"geometry":{"type":"Point","coordinates":[-86.52542,32.31023]}},{"type":"Feature","properties":{"code":7699,"plant_name":"Tiger Bay","capacity_mw":205,"fuel_source":{"Natural Gas":205}},"geometry":{"type":"Point","coordinates":[-81.84945,27.74637]}},{"type":"Feature","properties":{"code":7701,"plant_name":"Fairless Hills","capacity_mw":60,"fuel_source":{"Biomass":60}},"geometry":{"type":"Point","coordinates":[-74.7506,40.1405]}},{"type":"Feature","properties":{"code":7705,"plant_name":"Girvin Landfill","capacity_mw":3,"fuel_source":{"Biomass":3}},"geometry":{"type":"Point","coordinates":[-81.4639,30.3356]}},{"type":"Feature","properties":{"code":7709,"plant_name":"Dahlberg","capacity_mw":747.3,"fuel_source":{"Natural Gas":747.3}},"geometry":{"type":"Point","coordinates":[-83.39772,34.04227]}},{"type":"Feature","properties":{"code":7710,"plant_name":"H Allen Franklin Combined Cycle","capacity_mw":1815,"fuel_source":{"Natural Gas":1815}},"geometry":{"type":"Point","coordinates":[-85.0975,32.6078]}},{"type":"Feature","properties":{"code":7715,"plant_name":"Pea Ridge","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-87.13539,30.59208]}},{"type":"Feature","properties":{"code":7719,"plant_name":"Meridian","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-88.70416,32.37484]}},{"type":"Feature","properties":{"code":7721,"plant_name":"Theodore Cogen Facility","capacity_mw":224.7,"fuel_source":{"Natural Gas":224.7}},"geometry":{"type":"Point","coordinates":[-88.12848,30.52544]}},{"type":"Feature","properties":{"code":7722,"plant_name":"Watts Bar Nuclear Plant","capacity_mw":1123,"fuel_source":{"Nuclear":1123}},"geometry":{"type":"Point","coordinates":[-84.7895,35.6021]}},{"type":"Feature","properties":{"code":7723,"plant_name":"Nymans Plant","capacity_mw":9.8,"fuel_source":{"Petroleum":9.8}},"geometry":{"type":"Point","coordinates":[-152.4058,57.7911]}},{"type":"Feature","properties":{"code":7725,"plant_name":"Coffin Butte","capacity_mw":5.4,"fuel_source":{"Biomass":5.4}},"geometry":{"type":"Point","coordinates":[-123.2728,44.5889]}},{"type":"Feature","properties":{"code":7730,"plant_name":"SECC","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-104.81806,38.88167]}},{"type":"Feature","properties":{"code":7737,"plant_name":"Kapstone","capacity_mw":90,"fuel_source":{"Coal":90}},"geometry":{"type":"Point","coordinates":[-79.9667,32.9]}},{"type":"Feature","properties":{"code":7749,"plant_name":"Essex","capacity_mw":89,"fuel_source":{"Natural Gas":89}},"geometry":{"type":"Point","coordinates":[-89.84017,36.86821]}},{"type":"Feature","properties":{"code":7751,"plant_name":"Goat Lake Hydro","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-135.2123,59.5357]}},{"type":"Feature","properties":{"code":7754,"plant_name":"Nodaway","capacity_mw":186,"fuel_source":{"Natural Gas":186}},"geometry":{"type":"Point","coordinates":[-94.7913,40.2877]}},{"type":"Feature","properties":{"code":7757,"plant_name":"Chouteau","capacity_mw":799,"fuel_source":{"Natural Gas":799}},"geometry":{"type":"Point","coordinates":[-95.27706,36.22206]}},{"type":"Feature","properties":{"code":7758,"plant_name":"South Plant","capacity_mw":11.4,"fuel_source":{"Petroleum":11.4}},"geometry":{"type":"Point","coordinates":[-92.4711,42.7317]}},{"type":"Feature","properties":{"code":7759,"plant_name":"Georgetown","capacity_mw":276,"fuel_source":{"Natural Gas":276}},"geometry":{"type":"Point","coordinates":[-86.24405,39.90256]}},{"type":"Feature","properties":{"code":7760,"plant_name":"Tilton","capacity_mw":176,"fuel_source":{"Natural Gas":176}},"geometry":{"type":"Point","coordinates":[-87.65382,40.10613]}},{"type":"Feature","properties":{"code":7763,"plant_name":"Henry County","capacity_mw":129,"fuel_source":{"Natural Gas":129}},"geometry":{"type":"Point","coordinates":[-85.5039,39.9528]}},{"type":"Feature","properties":{"code":7764,"plant_name":"MPC Generating","capacity_mw":302.5,"fuel_source":{"Natural Gas":302.5}},"geometry":{"type":"Point","coordinates":[-83.6953,33.8119]}},{"type":"Feature","properties":{"code":7766,"plant_name":"Erie Energy Center","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-95.23722,37.57417]}},{"type":"Feature","properties":{"code":7767,"plant_name":"Bloomington Power Plant","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-113.505,37.1364]}},{"type":"Feature","properties":{"code":7768,"plant_name":"Sowega Power","capacity_mw":97,"fuel_source":{"Natural Gas":97}},"geometry":{"type":"Point","coordinates":[-84.08,31.3869]}},{"type":"Feature","properties":{"code":7770,"plant_name":"1515 S Caron Road","capacity_mw":3,"fuel_source":{"Natural Gas":3}},"geometry":{"type":"Point","coordinates":[-89.0466,41.9084]}},{"type":"Feature","properties":{"code":7771,"plant_name":"Springview","capacity_mw":3,"fuel_source":{"Wind":3}},"geometry":{"type":"Point","coordinates":[-99.79611,42.88611]}},{"type":"Feature","properties":{"code":7774,"plant_name":"Cleveland Peaking","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-81.6478,41.5311]}},{"type":"Feature","properties":{"code":7775,"plant_name":"Versailles Peaking","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-84.4769,40.2247]}},{"type":"Feature","properties":{"code":7776,"plant_name":"Napoleon Peaking","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-84.1095,41.4079]}},{"type":"Feature","properties":{"code":7777,"plant_name":"Dover Peaking","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-81.4985,40.5416]}},{"type":"Feature","properties":{"code":7778,"plant_name":"Orrville Peaking","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-81.7586,40.86]}},{"type":"Feature","properties":{"code":7779,"plant_name":"Bryan Peaking","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-84.527,41.4609]}},{"type":"Feature","properties":{"code":7780,"plant_name":"Jackson Cntr Peaking","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-84.0401,40.4597]}},{"type":"Feature","properties":{"code":7781,"plant_name":"Arcanum Peaking","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-84.5513,39.9867]}},{"type":"Feature","properties":{"code":7782,"plant_name":"Hamilton Peaking","capacity_mw":29,"fuel_source":{"Natural Gas":29}},"geometry":{"type":"Point","coordinates":[-84.5183,39.3528]}},{"type":"Feature","properties":{"code":7783,"plant_name":"Bowling Green Peaking","capacity_mw":29,"fuel_source":{"Natural Gas":29}},"geometry":{"type":"Point","coordinates":[-83.6402,41.3884]}},{"type":"Feature","properties":{"code":7784,"plant_name":"Allegany Cogen","capacity_mw":59,"fuel_source":{"Natural Gas":59}},"geometry":{"type":"Point","coordinates":[-78.0686,42.5027]}},{"type":"Feature","properties":{"code":7789,"plant_name":"Abiquiu Dam","capacity_mw":16.8,"fuel_source":{"Hydro":16.8}},"geometry":{"type":"Point","coordinates":[-106.42304,36.23989]}},{"type":"Feature","properties":{"code":7790,"plant_name":"Bonanza","capacity_mw":458,"fuel_source":{"Coal":458}},"geometry":{"type":"Point","coordinates":[-109.2844,40.0864]}},{"type":"Feature","properties":{"code":7791,"plant_name":"Montpelier","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-84.5794,41.5855]}},{"type":"Feature","properties":{"code":7795,"plant_name":"Custer Energy Center","capacity_mw":22,"fuel_source":{"Natural Gas":22}},"geometry":{"type":"Point","coordinates":[-87.7261,44.08544]}},{"type":"Feature","properties":{"code":7797,"plant_name":"Dominion/Lo Mar","capacity_mw":17.9,"fuel_source":{"Petroleum":17.9}},"geometry":{"type":"Point","coordinates":[-77.4974,38.7443]}},{"type":"Feature","properties":{"code":7798,"plant_name":"Gateway Gen","capacity_mw":3.4,"fuel_source":{"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-77.50972,38.72528]}},{"type":"Feature","properties":{"code":7799,"plant_name":"West Marinette 34","capacity_mw":74.1,"fuel_source":{"Natural Gas":74.1}},"geometry":{"type":"Point","coordinates":[-87.6892,45.0869]}},{"type":"Feature","properties":{"code":7805,"plant_name":"Sherwood H Smith Jr Energy Complex","capacity_mw":1872,"fuel_source":{"Natural Gas":1872}},"geometry":{"type":"Point","coordinates":[-79.7406,34.8392]}},{"type":"Feature","properties":{"code":7806,"plant_name":"Pine Street","capacity_mw":6.4,"fuel_source":{"Natural Gas":4.4,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-83.4367,43.7289]}},{"type":"Feature","properties":{"code":7807,"plant_name":"Hamilton Hydro","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-84.5558,39.4128]}},{"type":"Feature","properties":{"code":7810,"plant_name":"Argyle","capacity_mw":2.1,"fuel_source":{"Petroleum":2,"Hydro":0.1}},"geometry":{"type":"Point","coordinates":[-89.8697,42.7019]}},{"type":"Feature","properties":{"code":7813,"plant_name":"Sewell Creek Energy","capacity_mw":433.5,"fuel_source":{"Natural Gas":433.5}},"geometry":{"type":"Point","coordinates":[-85.2769,33.9486]}},{"type":"Feature","properties":{"code":7814,"plant_name":"Webb Forging","capacity_mw":4.8,"fuel_source":{"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-81.4919,34.5567]}},{"type":"Feature","properties":{"code":7818,"plant_name":"Alsey","capacity_mw":121,"fuel_source":{"Natural Gas":121}},"geometry":{"type":"Point","coordinates":[-90.43602,39.56977]}},{"type":"Feature","properties":{"code":7820,"plant_name":"Big Quinnesec 92","capacity_mw":10.4,"fuel_source":{"Hydro":10.4}},"geometry":{"type":"Point","coordinates":[-88.0408,45.7881]}},{"type":"Feature","properties":{"code":7821,"plant_name":"Big Quinnesec 61","capacity_mw":0.2,"fuel_source":{"Hydro":0.2}},"geometry":{"type":"Point","coordinates":[-88.0408,45.7881]}},{"type":"Feature","properties":{"code":7822,"plant_name":"Kaukauna City Hydro","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-88.31907,44.27458]}},{"type":"Feature","properties":{"code":7824,"plant_name":"Rockwood","capacity_mw":47.1,"fuel_source":{"Natural Gas":24.1,"Petroleum":23}},"geometry":{"type":"Point","coordinates":[-115.5364,32.9553]}},{"type":"Feature","properties":{"code":7825,"plant_name":"Fulton","capacity_mw":153,"fuel_source":{"Natural Gas":153}},"geometry":{"type":"Point","coordinates":[-93.7924,33.6094]}},{"type":"Feature","properties":{"code":7826,"plant_name":"Rowan","capacity_mw":924.6,"fuel_source":{"Natural Gas":924.6}},"geometry":{"type":"Point","coordinates":[-80.6019,35.7314]}},{"type":"Feature","properties":{"code":7827,"plant_name":"Shelby North","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-82.6625,40.8969]}},{"type":"Feature","properties":{"code":7828,"plant_name":"Shelby South","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-82.65333,40.90889]}},{"type":"Feature","properties":{"code":7829,"plant_name":"Smarr Energy Center","capacity_mw":190.6,"fuel_source":{"Natural Gas":190.6}},"geometry":{"type":"Point","coordinates":[-83.8464,32.9842]}},{"type":"Feature","properties":{"code":7831,"plant_name":"Beaver Island","capacity_mw":2.8,"fuel_source":{"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-85.5261,45.5986]}},{"type":"Feature","properties":{"code":7832,"plant_name":"Roosevelt Biogas 1","capacity_mw":36.5,"fuel_source":{"Biomass":30.5,"Other":6}},"geometry":{"type":"Point","coordinates":[-120.16718,45.80155]}},{"type":"Feature","properties":{"code":7834,"plant_name":"John S Rainey","capacity_mw":977,"fuel_source":{"Natural Gas":977}},"geometry":{"type":"Point","coordinates":[-82.77444,34.34778]}},{"type":"Feature","properties":{"code":7835,"plant_name":"NAEA Rock Springs LLC","capacity_mw":658,"fuel_source":{"Natural Gas":658}},"geometry":{"type":"Point","coordinates":[-76.15976,39.71901]}},{"type":"Feature","properties":{"code":7836,"plant_name":"Marsh Run Generating","capacity_mw":480.1,"fuel_source":{"Natural Gas":480.1}},"geometry":{"type":"Point","coordinates":[-77.7681,38.5283]}},{"type":"Feature","properties":{"code":7837,"plant_name":"Louisa Generating","capacity_mw":465.5,"fuel_source":{"Natural Gas":465.5}},"geometry":{"type":"Point","coordinates":[-78.2139,38.1181]}},{"type":"Feature","properties":{"code":7838,"plant_name":"Remington","capacity_mw":608,"fuel_source":{"Natural Gas":608}},"geometry":{"type":"Point","coordinates":[-77.7714,38.5442]}},{"type":"Feature","properties":{"code":7839,"plant_name":"Ladysmith","capacity_mw":783,"fuel_source":{"Natural Gas":783}},"geometry":{"type":"Point","coordinates":[-77.5133,38.0722]}},{"type":"Feature","properties":{"code":7841,"plant_name":"Valdez Cogen","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-146.2529,61.0839]}},{"type":"Feature","properties":{"code":7842,"plant_name":"Freedom Power Project","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-88.85898,39.10333]}},{"type":"Feature","properties":{"code":7843,"plant_name":"Pleasant Valley","capacity_mw":419.4,"fuel_source":{"Natural Gas":419.4}},"geometry":{"type":"Point","coordinates":[-92.68287,43.79945]}},{"type":"Feature","properties":{"code":7844,"plant_name":"Minnesota River","capacity_mw":39,"fuel_source":{"Natural Gas":39}},"geometry":{"type":"Point","coordinates":[-93.58101,44.79523]}},{"type":"Feature","properties":{"code":7845,"plant_name":"Lagoon Creek","capacity_mw":1407,"fuel_source":{"Natural Gas":1407}},"geometry":{"type":"Point","coordinates":[-89.3964,35.6578]}},{"type":"Feature","properties":{"code":7846,"plant_name":"Brandy Branch","capacity_mw":660.8,"fuel_source":{"Natural Gas":660.8}},"geometry":{"type":"Point","coordinates":[-81.9486,30.3206]}},{"type":"Feature","properties":{"code":7847,"plant_name":"Coon Rapids II","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-94.68078,41.87104]}},{"type":"Feature","properties":{"code":7848,"plant_name":"Holden","capacity_mw":210,"fuel_source":{"Natural Gas":210}},"geometry":{"type":"Point","coordinates":[-93.9983,38.7538]}},{"type":"Feature","properties":{"code":7849,"plant_name":"Knoxville Industrial","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-93.1011,41.3158]}},{"type":"Feature","properties":{"code":7850,"plant_name":"Shenandoah","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-95.3669,40.7594]}},{"type":"Feature","properties":{"code":7851,"plant_name":"Waterloo Lundquist","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-92.3294,42.5147]}},{"type":"Feature","properties":{"code":7853,"plant_name":"West Receiving","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-95.36333,42.02167]}},{"type":"Feature","properties":{"code":7854,"plant_name":"Avenue A Generator Sets","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-89.68942,41.78073]}},{"type":"Feature","properties":{"code":7855,"plant_name":"Moorhead Wind Turbine","capacity_mw":1.4,"fuel_source":{"Wind":1.4}},"geometry":{"type":"Point","coordinates":[-96.7347,46.895]}},{"type":"Feature","properties":{"code":7856,"plant_name":"North","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-94.455,41.3164]}},{"type":"Feature","properties":{"code":7857,"plant_name":"Gilliam South","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-94.32722,41.49611]}},{"type":"Feature","properties":{"code":7858,"plant_name":"MEPI GT Facility","capacity_mw":239,"fuel_source":{"Natural Gas":239}},"geometry":{"type":"Point","coordinates":[-88.8661,37.2175]}},{"type":"Feature","properties":{"code":7860,"plant_name":"Shelbina Power #3","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-92.0381,39.6914]}},{"type":"Feature","properties":{"code":7862,"plant_name":"Power Creek","capacity_mw":5.6,"fuel_source":{"Hydro":5.6}},"geometry":{"type":"Point","coordinates":[-145.60454,60.58869]}},{"type":"Feature","properties":{"code":7863,"plant_name":"Elk Mound","capacity_mw":69.7,"fuel_source":{"Natural Gas":69.7}},"geometry":{"type":"Point","coordinates":[-91.5681,44.90281]}},{"type":"Feature","properties":{"code":7865,"plant_name":"Earlville","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-91.2725,42.4942]}},{"type":"Feature","properties":{"code":7867,"plant_name":"Snoqualmie 2","capacity_mw":31,"fuel_source":{"Hydro":31}},"geometry":{"type":"Point","coordinates":[-121.8414,47.5445]}},{"type":"Feature","properties":{"code":7869,"plant_name":"Glenwood Landing","capacity_mw":91,"fuel_source":{"Natural Gas":79.2,"Petroleum":11.8}},"geometry":{"type":"Point","coordinates":[-73.6478,40.8275]}},{"type":"Feature","properties":{"code":7870,"plant_name":"Encogen","capacity_mw":159.4,"fuel_source":{"Natural Gas":159.4}},"geometry":{"type":"Point","coordinates":[-122.486,48.746]}},{"type":"Feature","properties":{"code":7872,"plant_name":"Robert P Mone Plant","capacity_mw":435,"fuel_source":{"Natural Gas":435}},"geometry":{"type":"Point","coordinates":[-84.7392,40.9297]}},{"type":"Feature","properties":{"code":7873,"plant_name":"H L Culbreath Bayside Power Station","capacity_mw":1854,"fuel_source":{"Natural Gas":1854}},"geometry":{"type":"Point","coordinates":[-82.4231,27.9072]}},{"type":"Feature","properties":{"code":7874,"plant_name":"Edgerton","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-84.7536,41.4478]}},{"type":"Feature","properties":{"code":7878,"plant_name":"Wellington","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-82.2206,41.1697]}},{"type":"Feature","properties":{"code":7883,"plant_name":"Powell Valley","capacity_mw":19.8,"fuel_source":{"Petroleum":19.8}},"geometry":{"type":"Point","coordinates":[-83.0522,36.5733]}},{"type":"Feature","properties":{"code":7884,"plant_name":"Dakota Magic","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-96.83583,45.93861]}},{"type":"Feature","properties":{"code":7886,"plant_name":"Wind Turbine","capacity_mw":0.8,"fuel_source":{"Wind":0.8}},"geometry":{"type":"Point","coordinates":[-87.6333,44.6694]}},{"type":"Feature","properties":{"code":7887,"plant_name":"Terry Bundy Generating Station","capacity_mw":176.2,"fuel_source":{"Natural Gas":169.6,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-96.61309,40.90965]}},{"type":"Feature","properties":{"code":7888,"plant_name":"Parkside","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-88.9839,40.5308]}},{"type":"Feature","properties":{"code":7891,"plant_name":"Gillum","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-88.9919,40.4728]}},{"type":"Feature","properties":{"code":7897,"plant_name":"E B Harris Electric Generating Plant","capacity_mw":1268.7,"fuel_source":{"Natural Gas":1268.7}},"geometry":{"type":"Point","coordinates":[-86.57437,32.38135]}},{"type":"Feature","properties":{"code":7898,"plant_name":"New Knoxville","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-84.31611,40.49389]}},{"type":"Feature","properties":{"code":7900,"plant_name":"Sand Hill","capacity_mw":595.8,"fuel_source":{"Natural Gas":595.8}},"geometry":{"type":"Point","coordinates":[-97.6129,30.2098]}},{"type":"Feature","properties":{"code":7901,"plant_name":"Byron","capacity_mw":0.2,"fuel_source":{"Wind":0.2}},"geometry":{"type":"Point","coordinates":[-88.4381,43.6575]}},{"type":"Feature","properties":{"code":7902,"plant_name":"Pirkey","capacity_mw":721,"fuel_source":{"Coal":721}},"geometry":{"type":"Point","coordinates":[-94.4852,32.4607]}},{"type":"Feature","properties":{"code":7903,"plant_name":"McCartney","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-93.17084,37.24843]}},{"type":"Feature","properties":{"code":7907,"plant_name":"Pine Flat","capacity_mw":165,"fuel_source":{"Hydro":165}},"geometry":{"type":"Point","coordinates":[-119.327,36.8326]}},{"type":"Feature","properties":{"code":7909,"plant_name":"Vernon Boulevard","capacity_mw":79.9,"fuel_source":{"Natural Gas":79.9}},"geometry":{"type":"Point","coordinates":[-73.9508,40.7537]}},{"type":"Feature","properties":{"code":7910,"plant_name":"Joseph J Seymour Power Project","capacity_mw":79.9,"fuel_source":{"Natural Gas":79.9}},"geometry":{"type":"Point","coordinates":[-74,40.6631]}},{"type":"Feature","properties":{"code":7911,"plant_name":"Kern Canyon","capacity_mw":11.5,"fuel_source":{"Hydro":11.5}},"geometry":{"type":"Point","coordinates":[-118.7965,35.44072]}},{"type":"Feature","properties":{"code":7912,"plant_name":"Brentwood","capacity_mw":47,"fuel_source":{"Natural Gas":47}},"geometry":{"type":"Point","coordinates":[-73.2927,40.7865]}},{"type":"Feature","properties":{"code":7913,"plant_name":"Hell Gate","capacity_mw":79.9,"fuel_source":{"Natural Gas":79.9}},"geometry":{"type":"Point","coordinates":[-73.9094,40.799]}},{"type":"Feature","properties":{"code":7914,"plant_name":"Harlem River Yard","capacity_mw":79.9,"fuel_source":{"Natural Gas":79.9}},"geometry":{"type":"Point","coordinates":[-73.9156,40.7991]}},{"type":"Feature","properties":{"code":7915,"plant_name":"North 1st","capacity_mw":47,"fuel_source":{"Natural Gas":47}},"geometry":{"type":"Point","coordinates":[-73.9664,40.7171]}},{"type":"Feature","properties":{"code":7916,"plant_name":"Talbot County Energy","capacity_mw":574.2,"fuel_source":{"Natural Gas":574.2}},"geometry":{"type":"Point","coordinates":[-84.6917,32.5892]}},{"type":"Feature","properties":{"code":7917,"plant_name":"Chattahoochee Energy Facility","capacity_mw":469.3,"fuel_source":{"Natural Gas":469.3}},"geometry":{"type":"Point","coordinates":[-85.0386,33.4072]}},{"type":"Feature","properties":{"code":7918,"plant_name":"Galion","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-82.7939,40.7303]}},{"type":"Feature","properties":{"code":7919,"plant_name":"Seville","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-81.8714,41.0317]}},{"type":"Feature","properties":{"code":7920,"plant_name":"Traer South","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-92.4747,42.1925]}},{"type":"Feature","properties":{"code":7921,"plant_name":"Maquoketa 2","capacity_mw":5.1,"fuel_source":{"Petroleum":5.1}},"geometry":{"type":"Point","coordinates":[-90.66,42.07]}},{"type":"Feature","properties":{"code":7922,"plant_name":"Brooklyn City North Plant","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-92.4394,41.7394]}},{"type":"Feature","properties":{"code":7924,"plant_name":"Albertville","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-86.3297,34.3003]}},{"type":"Feature","properties":{"code":7925,"plant_name":"Lakefield Junction","capacity_mw":519.4,"fuel_source":{"Natural Gas":517.4,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-94.84145,43.79844]}},{"type":"Feature","properties":{"code":7926,"plant_name":"South Strawberry","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-91.5469,42.7114]}},{"type":"Feature","properties":{"code":7927,"plant_name":"Buffalo Mountain","capacity_mw":2.1,"fuel_source":{"Wind":2.1}},"geometry":{"type":"Point","coordinates":[-84.3444,36.0444]}},{"type":"Feature","properties":{"code":7928,"plant_name":"Osawatomie","capacity_mw":77.3,"fuel_source":{"Natural Gas":77.3}},"geometry":{"type":"Point","coordinates":[-94.90263,38.53216]}},{"type":"Feature","properties":{"code":7929,"plant_name":"West Gardner","capacity_mw":311.1,"fuel_source":{"Natural Gas":311.1}},"geometry":{"type":"Point","coordinates":[-94.9861,38.7875]}},{"type":"Feature","properties":{"code":7930,"plant_name":"Russell Energy Center","capacity_mw":12.8,"fuel_source":{"Natural Gas":12.8}},"geometry":{"type":"Point","coordinates":[-98.83944,38.89972]}},{"type":"Feature","properties":{"code":7931,"plant_name":"Coyote Springs II","capacity_mw":242.7,"fuel_source":{"Natural Gas":242.7}},"geometry":{"type":"Point","coordinates":[-119.67396,45.84804]}},{"type":"Feature","properties":{"code":7932,"plant_name":"Gaylord","capacity_mw":60.6,"fuel_source":{"Natural Gas":60.6}},"geometry":{"type":"Point","coordinates":[-84.7218,45.0046]}},{"type":"Feature","properties":{"code":7934,"plant_name":"Industrial Park","capacity_mw":11.5,"fuel_source":{"Petroleum":11.5}},"geometry":{"type":"Point","coordinates":[-89.67439,41.7682]}},{"type":"Feature","properties":{"code":7935,"plant_name":"Trenton South","capacity_mw":13.2,"fuel_source":{"Petroleum":13.2}},"geometry":{"type":"Point","coordinates":[-93.60436,40.06722]}},{"type":"Feature","properties":{"code":7936,"plant_name":"Nine Canyon","capacity_mw":95,"fuel_source":{"Wind":95}},"geometry":{"type":"Point","coordinates":[-119.0964,46.0958]}},{"type":"Feature","properties":{"code":7937,"plant_name":"Ponnequin","capacity_mw":25.3,"fuel_source":{"Wind":25.3}},"geometry":{"type":"Point","coordinates":[-104.8764,40.8414]}},{"type":"Feature","properties":{"code":7939,"plant_name":"Diesel Group 1","capacity_mw":12,"fuel_source":{"Petroleum":12}},"geometry":{"type":"Point","coordinates":[-75.6342,37.7714]}},{"type":"Feature","properties":{"code":7940,"plant_name":"Diesel Group 2","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-77.9644,37.3381]}},{"type":"Feature","properties":{"code":7941,"plant_name":"Diesel Group 3","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-77.9872,37.2939]}},{"type":"Feature","properties":{"code":7942,"plant_name":"Diamond Valley Lake","capacity_mw":29.7,"fuel_source":{"Hydro":29.7}},"geometry":{"type":"Point","coordinates":[-117.0698,33.6808]}},{"type":"Feature","properties":{"code":7946,"plant_name":"Wansley Unit 9","capacity_mw":496,"fuel_source":{"Natural Gas":496}},"geometry":{"type":"Point","coordinates":[-85.0403,33.4083]}},{"type":"Feature","properties":{"code":7947,"plant_name":"Solway CT","capacity_mw":43.2,"fuel_source":{"Natural Gas":41.9,"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-95.12965,47.54458]}},{"type":"Feature","properties":{"code":7948,"plant_name":"Lawrence County Station","capacity_mw":251.5,"fuel_source":{"Natural Gas":251.5}},"geometry":{"type":"Point","coordinates":[-86.4511,38.8003]}},{"type":"Feature","properties":{"code":7953,"plant_name":"Evander Andrews Power Complex","capacity_mw":247,"fuel_source":{"Natural Gas":247}},"geometry":{"type":"Point","coordinates":[-115.73431,43.17918]}},{"type":"Feature","properties":{"code":7954,"plant_name":"Field Street","capacity_mw":44,"fuel_source":{"Petroleum":44}},"geometry":{"type":"Point","coordinates":[-80.9949,29.0213]}},{"type":"Feature","properties":{"code":7955,"plant_name":"Elk City Station","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-96.25444,41.38389]}},{"type":"Feature","properties":{"code":7957,"plant_name":"Sediver","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-81.1872,34.96528]}},{"type":"Feature","properties":{"code":7958,"plant_name":"Horry Land Fill Gas Site","capacity_mw":3.3,"fuel_source":{"Biomass":3.3}},"geometry":{"type":"Point","coordinates":[-78.96722,33.8125]}},{"type":"Feature","properties":{"code":7960,"plant_name":"Kemper County","capacity_mw":293.2,"fuel_source":{"Natural Gas":293.2}},"geometry":{"type":"Point","coordinates":[-88.606,32.7976]}},{"type":"Feature","properties":{"code":7962,"plant_name":"Warren F Sam Beasley Generation Station","capacity_mw":98,"fuel_source":{"Natural Gas":98}},"geometry":{"type":"Point","coordinates":[-75.62393,39.27918]}},{"type":"Feature","properties":{"code":7964,"plant_name":"Peno Creek","capacity_mw":192,"fuel_source":{"Natural Gas":192}},"geometry":{"type":"Point","coordinates":[-91.2295,39.3531]}},{"type":"Feature","properties":{"code":7965,"plant_name":"Salt Valley Wind Plant","capacity_mw":1.4,"fuel_source":{"Wind":1.4}},"geometry":{"type":"Point","coordinates":[-96.6231,40.9044]}},{"type":"Feature","properties":{"code":7966,"plant_name":"Iowa Distributed Wind Generation Project","capacity_mw":2.3,"fuel_source":{"Wind":2.3}},"geometry":{"type":"Point","coordinates":[-94.14056,43.03472]}},{"type":"Feature","properties":{"code":7967,"plant_name":"Lordsburg Generating","capacity_mw":74,"fuel_source":{"Natural Gas":74}},"geometry":{"type":"Point","coordinates":[-108.69799,32.35051]}},{"type":"Feature","properties":{"code":7971,"plant_name":"Pella Peaking","capacity_mw":25.4,"fuel_source":{"Petroleum":25.4}},"geometry":{"type":"Point","coordinates":[-92.9378,41.4106]}},{"type":"Feature","properties":{"code":7972,"plant_name":"Sumpter","capacity_mw":308.4,"fuel_source":{"Natural Gas":308.4}},"geometry":{"type":"Point","coordinates":[-83.5318,42.167]}},{"type":"Feature","properties":{"code":7973,"plant_name":"Sharpe","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-95.6839,38.275]}},{"type":"Feature","properties":{"code":7974,"plant_name":"Chamberlain Wind Project","capacity_mw":2.6,"fuel_source":{"Wind":2.6}},"geometry":{"type":"Point","coordinates":[-99.24757,43.84853]}},{"type":"Feature","properties":{"code":7975,"plant_name":"Pyramid","capacity_mw":158,"fuel_source":{"Natural Gas":158}},"geometry":{"type":"Point","coordinates":[-108.5494,32.2363]}},{"type":"Feature","properties":{"code":7976,"plant_name":"Mulvane 2","capacity_mw":8.6,"fuel_source":{"Petroleum":8.6}},"geometry":{"type":"Point","coordinates":[-97.2216,37.4908]}},{"type":"Feature","properties":{"code":7977,"plant_name":"Granite Falls 2","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-95.5517,44.8086]}},{"type":"Feature","properties":{"code":7981,"plant_name":"Mill Creek","capacity_mw":595.2,"fuel_source":{"Natural Gas":595.2}},"geometry":{"type":"Point","coordinates":[-81.4306,35.1597]}},{"type":"Feature","properties":{"code":7982,"plant_name":"South Generation","capacity_mw":6.2,"fuel_source":{"Petroleum":6.2}},"geometry":{"type":"Point","coordinates":[-95.1122,44.5331]}},{"type":"Feature","properties":{"code":7984,"plant_name":"Kalkaska CT #1","capacity_mw":46.8,"fuel_source":{"Natural Gas":46.8}},"geometry":{"type":"Point","coordinates":[-85.2019,44.6889]}},{"type":"Feature","properties":{"code":7985,"plant_name":"Greater Des Moines","capacity_mw":492.6,"fuel_source":{"Natural Gas":492.6}},"geometry":{"type":"Point","coordinates":[-93.5283,41.5563]}},{"type":"Feature","properties":{"code":7987,"plant_name":"Lake","capacity_mw":48,"fuel_source":{"Natural Gas":48}},"geometry":{"type":"Point","coordinates":[-118.3147,34.1772]}},{"type":"Feature","properties":{"code":7988,"plant_name":"Silver Creek","capacity_mw":225,"fuel_source":{"Natural Gas":225}},"geometry":{"type":"Point","coordinates":[-89.9468,31.6004]}},{"type":"Feature","properties":{"code":7989,"plant_name":"Sylvarena","capacity_mw":129,"fuel_source":{"Natural Gas":129}},"geometry":{"type":"Point","coordinates":[-89.41271,31.98208]}},{"type":"Feature","properties":{"code":7990,"plant_name":"Altamont","capacity_mw":7.2,"fuel_source":{"Petroleum":7.2}},"geometry":{"type":"Point","coordinates":[-88.75,39]}},{"type":"Feature","properties":{"code":7991,"plant_name":"West Campus Cogeneration Facility","capacity_mw":125.2,"fuel_source":{"Natural Gas":125.2}},"geometry":{"type":"Point","coordinates":[-89.4251,43.07507]}},{"type":"Feature","properties":{"code":7995,"plant_name":"Airport Industrial","capacity_mw":10,"fuel_source":{"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-104.5308,38.2844]}},{"type":"Feature","properties":{"code":7997,"plant_name":"Winston","capacity_mw":50,"fuel_source":{"Petroleum":50}},"geometry":{"type":"Point","coordinates":[-82.0164,28.0274]}},{"type":"Feature","properties":{"code":7998,"plant_name":"Tri Cities","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-111.8172,33.4833]}},{"type":"Feature","properties":{"code":7999,"plant_name":"Grays Harbor Energy Facility","capacity_mw":637,"fuel_source":{"Natural Gas":637}},"geometry":{"type":"Point","coordinates":[-123.48,46.9692]}},{"type":"Feature","properties":{"code":8000,"plant_name":"Beatrice","capacity_mw":217,"fuel_source":{"Natural Gas":217}},"geometry":{"type":"Point","coordinates":[-96.80815,40.33018]}},{"type":"Feature","properties":{"code":8002,"plant_name":"Newington","capacity_mw":400.2,"fuel_source":{"Petroleum":400.2}},"geometry":{"type":"Point","coordinates":[-70.79083,43.1]}},{"type":"Feature","properties":{"code":8004,"plant_name":"Fife Brook","capacity_mw":11.2,"fuel_source":{"Hydro":11.2}},"geometry":{"type":"Point","coordinates":[-72.97763,42.68568]}},{"type":"Feature","properties":{"code":8005,"plant_name":"Bear Swamp","capacity_mw":600,"fuel_source":{"Pumped Storage":600}},"geometry":{"type":"Point","coordinates":[-72.9599,42.6839]}},{"type":"Feature","properties":{"code":8006,"plant_name":"Roseton Generating Facility","capacity_mw":1246.5,"fuel_source":{"Natural Gas":1246.5}},"geometry":{"type":"Point","coordinates":[-73.96627,41.57378]}},{"type":"Feature","properties":{"code":8007,"plant_name":"Holtsville","capacity_mw":513,"fuel_source":{"Petroleum":513}},"geometry":{"type":"Point","coordinates":[-73.06627,40.81704]}},{"type":"Feature","properties":{"code":8008,"plant_name":"Mickleton Station","capacity_mw":64.9,"fuel_source":{"Natural Gas":64.9}},"geometry":{"type":"Point","coordinates":[-75.24903,39.8119]}},{"type":"Feature","properties":{"code":8009,"plant_name":"Auburn State Street","capacity_mw":5.3,"fuel_source":{"Natural Gas":5.3}},"geometry":{"type":"Point","coordinates":[-76.5921,42.9278]}},{"type":"Feature","properties":{"code":8010,"plant_name":"Murray Turbine","capacity_mw":36,"fuel_source":{"Natural Gas":36}},"geometry":{"type":"Point","coordinates":[-111.89,40.67]}},{"type":"Feature","properties":{"code":8011,"plant_name":"Three Mile Island","capacity_mw":805,"fuel_source":{"Nuclear":805}},"geometry":{"type":"Point","coordinates":[-76.7232,40.1515]}},{"type":"Feature","properties":{"code":8012,"plant_name":"Croydon CT Generating Station","capacity_mw":392,"fuel_source":{"Petroleum":392}},"geometry":{"type":"Point","coordinates":[-74.8917,40.08]}},{"type":"Feature","properties":{"code":8013,"plant_name":"Winter","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-90.9797,45.8369]}},{"type":"Feature","properties":{"code":8015,"plant_name":"Paragould Reciprocating","capacity_mw":18,"fuel_source":{"Natural Gas":18}},"geometry":{"type":"Point","coordinates":[-90.5094,36.0242]}},{"type":"Feature","properties":{"code":8016,"plant_name":"Factory","capacity_mw":18,"fuel_source":{"Petroleum":18}},"geometry":{"type":"Point","coordinates":[-89.63728,39.82593]}},{"type":"Feature","properties":{"code":8019,"plant_name":"Portage","capacity_mw":17.5,"fuel_source":{"Petroleum":17.5}},"geometry":{"type":"Point","coordinates":[-88.6472,47.0808]}},{"type":"Feature","properties":{"code":8020,"plant_name":"Baldwin City Plant No 2","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-95.19201,38.76491]}},{"type":"Feature","properties":{"code":8022,"plant_name":"Boulder Park","capacity_mw":24.6,"fuel_source":{"Natural Gas":24.6}},"geometry":{"type":"Point","coordinates":[-117.14722,47.69722]}},{"type":"Feature","properties":{"code":8023,"plant_name":"Columbia","capacity_mw":1122,"fuel_source":{"Coal":1122}},"geometry":{"type":"Point","coordinates":[-89.4203,43.4864]}},{"type":"Feature","properties":{"code":8026,"plant_name":"Hartzog","capacity_mw":15,"fuel_source":{"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-105.5322,43.8294]}},{"type":"Feature","properties":{"code":8027,"plant_name":"Blue Lake","capacity_mw":453,"fuel_source":{"Natural Gas":300,"Petroleum":153}},"geometry":{"type":"Point","coordinates":[-93.4315,44.7855]}},{"type":"Feature","properties":{"code":8028,"plant_name":"Arvada","capacity_mw":15,"fuel_source":{"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-106.1092,44.69]}},{"type":"Feature","properties":{"code":8029,"plant_name":"Sycamore","capacity_mw":148.5,"fuel_source":{"Natural Gas":148.5}},"geometry":{"type":"Point","coordinates":[-93.6769,41.6722]}},{"type":"Feature","properties":{"code":8030,"plant_name":"Barber Creek","capacity_mw":15,"fuel_source":{"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-105.7689,43.7219]}},{"type":"Feature","properties":{"code":8031,"plant_name":"Emery Station","capacity_mw":496.8,"fuel_source":{"Natural Gas":496.8}},"geometry":{"type":"Point","coordinates":[-93.29222,43.094]}},{"type":"Feature","properties":{"code":8034,"plant_name":"Yankton","capacity_mw":13.5,"fuel_source":{"Natural Gas":8.7,"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-97.35333,42.89333]}},{"type":"Feature","properties":{"code":8036,"plant_name":"Cooper","capacity_mw":766,"fuel_source":{"Nuclear":766}},"geometry":{"type":"Point","coordinates":[-95.6408,40.3628]}},{"type":"Feature","properties":{"code":8037,"plant_name":"Clifton","capacity_mw":75.9,"fuel_source":{"Natural Gas":73.4,"Petroleum":2.5}},"geometry":{"type":"Point","coordinates":[-97.2778,39.6125]}},{"type":"Feature","properties":{"code":8042,"plant_name":"Belews Creek","capacity_mw":2220,"fuel_source":{"Coal":2220}},"geometry":{"type":"Point","coordinates":[-80.0603,36.2811]}},{"type":"Feature","properties":{"code":8048,"plant_name":"Anclote","capacity_mw":991,"fuel_source":{"Natural Gas":991}},"geometry":{"type":"Point","coordinates":[-82.78861,28.18444]}},{"type":"Feature","properties":{"code":8049,"plant_name":"Intercession City","capacity_mw":986,"fuel_source":{"Natural Gas":557,"Petroleum":429}},"geometry":{"type":"Point","coordinates":[-81.54861,28.26278]}},{"type":"Feature","properties":{"code":8050,"plant_name":"Juneau","capacity_mw":12.3,"fuel_source":{"Petroleum":12.3}},"geometry":{"type":"Point","coordinates":[-90.0242,44.0575]}},{"type":"Feature","properties":{"code":8053,"plant_name":"Pouch","capacity_mw":47,"fuel_source":{"Natural Gas":47}},"geometry":{"type":"Point","coordinates":[-74.06849,40.6182]}},{"type":"Feature","properties":{"code":8054,"plant_name":"Gerald Andrus","capacity_mw":672.6,"fuel_source":{"Natural Gas":672.6}},"geometry":{"type":"Point","coordinates":[-91.1167,33.35]}},{"type":"Feature","properties":{"code":8055,"plant_name":"Arkansas Nuclear One","capacity_mw":1819,"fuel_source":{"Nuclear":1819}},"geometry":{"type":"Point","coordinates":[-93.2351,35.311]}},{"type":"Feature","properties":{"code":8056,"plant_name":"Waterford 1 & 2","capacity_mw":855.1,"fuel_source":{"Natural Gas":821.7,"Petroleum":33.4}},"geometry":{"type":"Point","coordinates":[-90.47684,29.99888]}},{"type":"Feature","properties":{"code":8059,"plant_name":"Comanche","capacity_mw":264,"fuel_source":{"Natural Gas":260,"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-98.3244,34.5431]}},{"type":"Feature","properties":{"code":8063,"plant_name":"DeCordova Steam Electric Station","capacity_mw":1138,"fuel_source":{"Natural Gas":1138}},"geometry":{"type":"Point","coordinates":[-97.70056,32.40306]}},{"type":"Feature","properties":{"code":8066,"plant_name":"Jim Bridger","capacity_mw":2111,"fuel_source":{"Coal":2111}},"geometry":{"type":"Point","coordinates":[-108.7875,41.7378]}},{"type":"Feature","properties":{"code":8067,"plant_name":"Fort Lupton","capacity_mw":90,"fuel_source":{"Natural Gas":90}},"geometry":{"type":"Point","coordinates":[-104.796,40.0922]}},{"type":"Feature","properties":{"code":8068,"plant_name":"Santan","capacity_mw":1227,"fuel_source":{"Natural Gas":1227}},"geometry":{"type":"Point","coordinates":[-111.7503,33.3325]}},{"type":"Feature","properties":{"code":8069,"plant_name":"Huntington","capacity_mw":909,"fuel_source":{"Coal":909}},"geometry":{"type":"Point","coordinates":[-111.0781,39.3792]}},{"type":"Feature","properties":{"code":8073,"plant_name":"Beaver","capacity_mw":487,"fuel_source":{"Natural Gas":487}},"geometry":{"type":"Point","coordinates":[-123.17392,46.1724]}},{"type":"Feature","properties":{"code":8076,"plant_name":"Ellwood","capacity_mw":54,"fuel_source":{"Natural Gas":54}},"geometry":{"type":"Point","coordinates":[-119.90006,34.43142]}},{"type":"Feature","properties":{"code":8083,"plant_name":"Keahole","capacity_mw":79,"fuel_source":{"Petroleum":79}},"geometry":{"type":"Point","coordinates":[-156.0283,19.7317]}},{"type":"Feature","properties":{"code":8100,"plant_name":"Springfield","capacity_mw":2.7,"fuel_source":{"Petroleum":2.7}},"geometry":{"type":"Point","coordinates":[-102.6217,37.4028]}},{"type":"Feature","properties":{"code":8102,"plant_name":"General James M Gavin","capacity_mw":2598,"fuel_source":{"Coal":2598}},"geometry":{"type":"Point","coordinates":[-82.1158,38.9347]}},{"type":"Feature","properties":{"code":8105,"plant_name":"Halstad","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-96.815,47.3525]}},{"type":"Feature","properties":{"code":8106,"plant_name":"Tipton","capacity_mw":8.7,"fuel_source":{"Natural Gas":4.4,"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-91.1321,41.7717]}},{"type":"Feature","properties":{"code":8108,"plant_name":"Hopkinton","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-91.2471,42.34354]}},{"type":"Feature","properties":{"code":8110,"plant_name":"Stanberry","capacity_mw":4.3,"fuel_source":{"Natural Gas":4,"Petroleum":0.3}},"geometry":{"type":"Point","coordinates":[-94.5433,40.2197]}},{"type":"Feature","properties":{"code":8219,"plant_name":"Ray D Nixon","capacity_mw":268,"fuel_source":{"Coal":208,"Natural Gas":60}},"geometry":{"type":"Point","coordinates":[-104.70577,38.63345]}},{"type":"Feature","properties":{"code":8222,"plant_name":"Coyote","capacity_mw":427,"fuel_source":{"Coal":427}},"geometry":{"type":"Point","coordinates":[-101.81572,47.22145]}},{"type":"Feature","properties":{"code":8223,"plant_name":"Springerville","capacity_mw":1614.1,"fuel_source":{"Coal":1609,"Solar":5.1}},"geometry":{"type":"Point","coordinates":[-109.1639,34.3186]}},{"type":"Feature","properties":{"code":8224,"plant_name":"North Valmy","capacity_mw":522,"fuel_source":{"Coal":522}},"geometry":{"type":"Point","coordinates":[-117.1516,40.88132]}},{"type":"Feature","properties":{"code":8225,"plant_name":"FirstEnergy Seneca","capacity_mw":451,"fuel_source":{"Pumped Storage":451}},"geometry":{"type":"Point","coordinates":[-79.0056,41.8389]}},{"type":"Feature","properties":{"code":8226,"plant_name":"Cheswick Power Plant","capacity_mw":563,"fuel_source":{"Coal":563}},"geometry":{"type":"Point","coordinates":[-79.7906,40.5383]}},{"type":"Feature","properties":{"code":8227,"plant_name":"Glen Gardner","capacity_mw":144,"fuel_source":{"Natural Gas":144}},"geometry":{"type":"Point","coordinates":[-74.9207,40.6815]}},{"type":"Feature","properties":{"code":8902,"plant_name":"Hoover Dam","capacity_mw":1039.7,"fuel_source":{"Hydro":1039.7}},"geometry":{"type":"Point","coordinates":[-114.73801,36.01551]}},{"type":"Feature","properties":{"code":8906,"plant_name":"Astoria Generating Station","capacity_mw":1334,"fuel_source":{"Natural Gas":199.7,"Petroleum":1134.3}},"geometry":{"type":"Point","coordinates":[-73.91256,40.78767]}},{"type":"Feature","properties":{"code":8907,"plant_name":"Indian Point 3","capacity_mw":1040.5,"fuel_source":{"Nuclear":1040.5}},"geometry":{"type":"Point","coordinates":[-73.9526,41.2706]}},{"type":"Feature","properties":{"code":9038,"plant_name":"Cherry Street","capacity_mw":15.3,"fuel_source":{"Petroleum":15.3}},"geometry":{"type":"Point","coordinates":[-71.56,42.38861]}},{"type":"Feature","properties":{"code":9095,"plant_name":"Monroe Street","capacity_mw":15,"fuel_source":{"Hydro":15}},"geometry":{"type":"Point","coordinates":[-117.42056,47.65361]}},{"type":"Feature","properties":{"code":9096,"plant_name":"Upper Falls","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-117.41889,47.65444]}},{"type":"Feature","properties":{"code":9674,"plant_name":"Nine Springs","capacity_mw":13.6,"fuel_source":{"Natural Gas":13.6}},"geometry":{"type":"Point","coordinates":[-89.3586,43.0386]}},{"type":"Feature","properties":{"code":9842,"plant_name":"Newhalem","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-121.24083,48.67594]}},{"type":"Feature","properties":{"code":9864,"plant_name":"Cabot Holyoke","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-72.61,42.2]}},{"type":"Feature","properties":{"code":10002,"plant_name":"ACE Cogeneration Facility","capacity_mw":101.2,"fuel_source":{"Coal":101.2}},"geometry":{"type":"Point","coordinates":[-117.38358,35.76577]}},{"type":"Feature","properties":{"code":10003,"plant_name":"Colorado Energy Nations Company","capacity_mw":40,"fuel_source":{"Coal":40}},"geometry":{"type":"Point","coordinates":[-105.215,39.7606]}},{"type":"Feature","properties":{"code":10004,"plant_name":"Mosaic South Pierce Operations","capacity_mw":37,"fuel_source":{"Other":37}},"geometry":{"type":"Point","coordinates":[-81.93879,27.76522]}},{"type":"Feature","properties":{"code":10005,"plant_name":"Dinosaur Point","capacity_mw":17,"fuel_source":{"Wind":17}},"geometry":{"type":"Point","coordinates":[-121.1708,37.0478]}},{"type":"Feature","properties":{"code":10008,"plant_name":"Baptist Medical Center","capacity_mw":8.1,"fuel_source":{"Natural Gas":8.1}},"geometry":{"type":"Point","coordinates":[-81.6644,30.3156]}},{"type":"Feature","properties":{"code":10012,"plant_name":"Covanta Warren Energy","capacity_mw":10,"fuel_source":{"Biomass":10}},"geometry":{"type":"Point","coordinates":[-75.0112,40.8205]}},{"type":"Feature","properties":{"code":10013,"plant_name":"Covanta Hennepin Energy","capacity_mw":33.7,"fuel_source":{"Biomass":33.7}},"geometry":{"type":"Point","coordinates":[-93.28038,44.9833]}},{"type":"Feature","properties":{"code":10014,"plant_name":"Lucky Peak Power Plant Project","capacity_mw":83,"fuel_source":{"Hydro":83}},"geometry":{"type":"Point","coordinates":[-116.0583,43.528]}},{"type":"Feature","properties":{"code":10017,"plant_name":"West Point Mill","capacity_mw":101,"fuel_source":{"Wood":101}},"geometry":{"type":"Point","coordinates":[-76.8053,37.5392]}},{"type":"Feature","properties":{"code":10018,"plant_name":"Desert Peak Power Plant","capacity_mw":17.5,"fuel_source":{"Geothermal":17.5}},"geometry":{"type":"Point","coordinates":[-118.9535,39.754]}},{"type":"Feature","properties":{"code":10020,"plant_name":"Cutrale Citrus Juices USA I","capacity_mw":4.3,"fuel_source":{"Natural Gas":4.3}},"geometry":{"type":"Point","coordinates":[-81.86527,28.81183]}},{"type":"Feature","properties":{"code":10025,"plant_name":"RED-Rochester, LLC","capacity_mw":130.3,"fuel_source":{"Coal":129.9,"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-77.6319,43.1989]}},{"type":"Feature","properties":{"code":10026,"plant_name":"Encina Water Pollution Control","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-117.2797,33.13]}},{"type":"Feature","properties":{"code":10027,"plant_name":"EUIPH Wind Farm","capacity_mw":25.4,"fuel_source":{"Wind":25.4}},"geometry":{"type":"Point","coordinates":[-116.6222,33.9447]}},{"type":"Feature","properties":{"code":10028,"plant_name":"Felt Hydroelectric Plant","capacity_mw":5.9,"fuel_source":{"Hydro":5.9}},"geometry":{"type":"Point","coordinates":[-111.28542,43.90965]}},{"type":"Feature","properties":{"code":10029,"plant_name":"General Electric Aircraft Engines","capacity_mw":47.1,"fuel_source":{"Natural Gas":47.1}},"geometry":{"type":"Point","coordinates":[-70.9739,42.45]}},{"type":"Feature","properties":{"code":10030,"plant_name":"NRG Energy Center Dover","capacity_mw":104,"fuel_source":{"Natural Gas":104}},"geometry":{"type":"Point","coordinates":[-75.54734,39.14955]}},{"type":"Feature","properties":{"code":10031,"plant_name":"General Mills Operations Lodi","capacity_mw":3.2,"fuel_source":{"Natural Gas":3.2}},"geometry":{"type":"Point","coordinates":[-121.2994,38.1425]}},{"type":"Feature","properties":{"code":10032,"plant_name":"Powertrain Warren General Motors","capacity_mw":2.7,"fuel_source":{"Natural Gas":2.7}},"geometry":{"type":"Point","coordinates":[-83.03921,42.46768]}},{"type":"Feature","properties":{"code":10033,"plant_name":"Greater Detroit Refuel_source Recovery","capacity_mw":63.6,"fuel_source":{"Biomass":63.6}},"geometry":{"type":"Point","coordinates":[-83.0514,42.3678]}},{"type":"Feature","properties":{"code":10034,"plant_name":"Gilroy Power Plant","capacity_mw":115,"fuel_source":{"Natural Gas":115}},"geometry":{"type":"Point","coordinates":[-121.5367,37.0001]}},{"type":"Feature","properties":{"code":10036,"plant_name":"Hillsborough Hosiery","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-71.894,43.11391]}},{"type":"Feature","properties":{"code":10039,"plant_name":"John Deere Harvester Works","capacity_mw":10,"fuel_source":{"Coal":10}},"geometry":{"type":"Point","coordinates":[-90.43659,41.52432]}},{"type":"Feature","properties":{"code":10042,"plant_name":"Kaweah Delta District Hospital","capacity_mw":3.5,"fuel_source":{"Natural Gas":3.5}},"geometry":{"type":"Point","coordinates":[-119.2947,36.3275]}},{"type":"Feature","properties":{"code":10043,"plant_name":"Logan Generating Company LP","capacity_mw":219,"fuel_source":{"Coal":219}},"geometry":{"type":"Point","coordinates":[-75.40667,39.7928]}},{"type":"Feature","properties":{"code":10045,"plant_name":"Kinsleys Landfill","capacity_mw":2,"fuel_source":{"Biomass":2}},"geometry":{"type":"Point","coordinates":[-75.0914,39.8217]}},{"type":"Feature","properties":{"code":10048,"plant_name":"Central Utilities Plant LAX","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-118.40425,33.94396]}},{"type":"Feature","properties":{"code":10049,"plant_name":"Little Mac Project","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-114.66162,42.62964]}},{"type":"Feature","properties":{"code":10050,"plant_name":"Fourche Creek Wastewater","capacity_mw":1.3,"fuel_source":{"Biomass":1.3}},"geometry":{"type":"Point","coordinates":[-92.1519,34.6953]}},{"type":"Feature","properties":{"code":10051,"plant_name":"Lockville Hydropower","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-79.0912,35.6184]}},{"type":"Feature","properties":{"code":10052,"plant_name":"Fairhaven Power","capacity_mw":16,"fuel_source":{"Wood":16}},"geometry":{"type":"Point","coordinates":[-124.2028,40.7995]}},{"type":"Feature","properties":{"code":10058,"plant_name":"General Electric Diesel Engine Plant","capacity_mw":4.3,"fuel_source":{"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-80.1064,41.1675]}},{"type":"Feature","properties":{"code":10059,"plant_name":"General Electric Great Falls Upper Hydro","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-70.8597,43.2597]}},{"type":"Feature","properties":{"code":10061,"plant_name":"MARS Chocolate North American LLC","capacity_mw":10.7,"fuel_source":{"Natural Gas":10.7}},"geometry":{"type":"Point","coordinates":[-74.825,40.8625]}},{"type":"Feature","properties":{"code":10062,"plant_name":"Miami Dade County Refuel_source Recovery Fac","capacity_mw":71.6,"fuel_source":{"Biomass":71.6}},"geometry":{"type":"Point","coordinates":[-80.3566,25.8356]}},{"type":"Feature","properties":{"code":10063,"plant_name":"Derby Hydro","capacity_mw":8.6,"fuel_source":{"Hydro":8.6}},"geometry":{"type":"Point","coordinates":[-73.10211,41.32431]}},{"type":"Feature","properties":{"code":10066,"plant_name":"Lockwood Hydroelectric Facility","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-69.6292,44.5467]}},{"type":"Feature","properties":{"code":10070,"plant_name":"Foothills Hydro Plant","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-105.0657,39.4588]}},{"type":"Feature","properties":{"code":10071,"plant_name":"Portsmouth Genco LLC","capacity_mw":115,"fuel_source":{"Coal":115}},"geometry":{"type":"Point","coordinates":[-76.3529,36.8702]}},{"type":"Feature","properties":{"code":10072,"plant_name":"Engineered Carbons Borger Cogen","capacity_mw":18.8,"fuel_source":{"Other Fossil Gasses":18.8}},"geometry":{"type":"Point","coordinates":[-101.432,35.66704]}},{"type":"Feature","properties":{"code":10074,"plant_name":"Pulp Mill Power House","capacity_mw":20,"fuel_source":{"Wood":20}},"geometry":{"type":"Point","coordinates":[-124.1949,40.8054]}},{"type":"Feature","properties":{"code":10075,"plant_name":"Taconite Harbor Energy Center","capacity_mw":238.5,"fuel_source":{"Coal":238.5}},"geometry":{"type":"Point","coordinates":[-90.9114,47.5314]}},{"type":"Feature","properties":{"code":10081,"plant_name":"Strontia Springs Hydro Plant","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-105.1263,39.4326]}},{"type":"Feature","properties":{"code":10090,"plant_name":"Commerce Refuse To Energy","capacity_mw":9,"fuel_source":{"Biomass":9}},"geometry":{"type":"Point","coordinates":[-118.1538,33.9949]}},{"type":"Feature","properties":{"code":10091,"plant_name":"Total Energy Facilities","capacity_mw":31.4,"fuel_source":{"Biomass":31.4}},"geometry":{"type":"Point","coordinates":[-118.2836,33.7683]}},{"type":"Feature","properties":{"code":10093,"plant_name":"Tesoro Hawaii","capacity_mw":20,"fuel_source":{"Petroleum":20}},"geometry":{"type":"Point","coordinates":[-158.09144,21.30323]}},{"type":"Feature","properties":{"code":10099,"plant_name":"Pedricktown Cogeneration Company LP","capacity_mw":117.9,"fuel_source":{"Natural Gas":117.9}},"geometry":{"type":"Point","coordinates":[-75.4238,39.7668]}},{"type":"Feature","properties":{"code":10108,"plant_name":"Hampton Facility","capacity_mw":7.6,"fuel_source":{"Natural Gas":3.8,"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-70.8406,42.9383]}},{"type":"Feature","properties":{"code":10109,"plant_name":"Franklin Industrial Complex","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-71.64465,43.44611]}},{"type":"Feature","properties":{"code":10110,"plant_name":"Frito-Lay Cogen Plant","capacity_mw":5.5,"fuel_source":{"Natural Gas":5.5}},"geometry":{"type":"Point","coordinates":[-119.32163,35.39506]}},{"type":"Feature","properties":{"code":10113,"plant_name":"John B Rich Memorial Power Station","capacity_mw":80,"fuel_source":{"Coal":80}},"geometry":{"type":"Point","coordinates":[-76.1983,40.7903]}},{"type":"Feature","properties":{"code":10115,"plant_name":"Grossmont Hospital","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.6}},"geometry":{"type":"Point","coordinates":[-117.0064,32.77973]}},{"type":"Feature","properties":{"code":10116,"plant_name":"Hampshire Paper","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-75.36645,44.29654]}},{"type":"Feature","properties":{"code":10118,"plant_name":"Harrisburg Facility","capacity_mw":20.8,"fuel_source":{"Biomass":20.8}},"geometry":{"type":"Point","coordinates":[-76.85387,40.24424]}},{"type":"Feature","properties":{"code":10120,"plant_name":"PInova Inc","capacity_mw":9.1,"fuel_source":{"Wood":9.1}},"geometry":{"type":"Point","coordinates":[-81.47872,31.16477]}},{"type":"Feature","properties":{"code":10121,"plant_name":"High Shoals Hydro","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-83.50493,33.81655]}},{"type":"Feature","properties":{"code":10122,"plant_name":"CIP II/AR Bridgewater Holdings - NJCOE","capacity_mw":4.1,"fuel_source":{"Natural Gas":4.1}},"geometry":{"type":"Point","coordinates":[-74.634,40.624]}},{"type":"Feature","properties":{"code":10123,"plant_name":"Hoffmann LaRoche","capacity_mw":8.2,"fuel_source":{"Natural Gas":8.2}},"geometry":{"type":"Point","coordinates":[-74.155,40.8359]}},{"type":"Feature","properties":{"code":10124,"plant_name":"Hollow Dam Power Partnership","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-75.33614,44.29645]}},{"type":"Feature","properties":{"code":10125,"plant_name":"Honeywell Farms","capacity_mw":4.4,"fuel_source":{"Natural Gas":2.8,"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-73.8028,40.6986]}},{"type":"Feature","properties":{"code":10128,"plant_name":"Gosselin Hydro Plant","capacity_mw":0.4,"fuel_source":{"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-123.4347,40.37]}},{"type":"Feature","properties":{"code":10129,"plant_name":"Indiana University of Pennsylvania","capacity_mw":24,"fuel_source":{"Natural Gas":24}},"geometry":{"type":"Point","coordinates":[-79.1594,40.6144]}},{"type":"Feature","properties":{"code":10137,"plant_name":"Deweys Mill","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-72.4061,43.6411]}},{"type":"Feature","properties":{"code":10138,"plant_name":"South Dry Creek Hydro","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-109.1652,45.20634]}},{"type":"Feature","properties":{"code":10139,"plant_name":"Isabella Hydro Project","capacity_mw":11.8,"fuel_source":{"Hydro":11.8}},"geometry":{"type":"Point","coordinates":[-118.4822,35.6439]}},{"type":"Feature","properties":{"code":10140,"plant_name":"Birch Creek Power","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-112.71944,44.02744]}},{"type":"Feature","properties":{"code":10143,"plant_name":"Colver Power Project","capacity_mw":110,"fuel_source":{"Coal":110}},"geometry":{"type":"Point","coordinates":[-78.8,40.55]}},{"type":"Feature","properties":{"code":10144,"plant_name":"Sierra Pacific Lincoln Facility","capacity_mw":17.4,"fuel_source":{"Wood":17.4}},"geometry":{"type":"Point","coordinates":[-121.3097,38.9032]}},{"type":"Feature","properties":{"code":10148,"plant_name":"White Pine Electric Power","capacity_mw":54,"fuel_source":{"Coal":54}},"geometry":{"type":"Point","coordinates":[-89.5669,46.7644]}},{"type":"Feature","properties":{"code":10149,"plant_name":"Decorative Panels Intl","capacity_mw":6.8,"fuel_source":{"Coal":6.8}},"geometry":{"type":"Point","coordinates":[-83.42333,45.06284]}},{"type":"Feature","properties":{"code":10151,"plant_name":"Grant Town Power Plant","capacity_mw":80,"fuel_source":{"Coal":80}},"geometry":{"type":"Point","coordinates":[-80.16314,39.56183]}},{"type":"Feature","properties":{"code":10152,"plant_name":"Warrior Ridge Hydro","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-78.03463,40.54004]}},{"type":"Feature","properties":{"code":10154,"plant_name":"Chocolate Bayou Works","capacity_mw":30,"fuel_source":{"Natural Gas":30}},"geometry":{"type":"Point","coordinates":[-95.1952,29.2293]}},{"type":"Feature","properties":{"code":10155,"plant_name":"Brasfield","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-77.5245,37.22083]}},{"type":"Feature","properties":{"code":10156,"plant_name":"Fresno Cogen Partners","capacity_mw":72.9,"fuel_source":{"Natural Gas":72.9}},"geometry":{"type":"Point","coordinates":[-120.09985,36.61702]}},{"type":"Feature","properties":{"code":10157,"plant_name":"Asbury Park Press","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-74.09,40.2233]}},{"type":"Feature","properties":{"code":10162,"plant_name":"Whitewater Hydro Plant","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-116.64055,33.93473]}},{"type":"Feature","properties":{"code":10165,"plant_name":"Worcester Energy","capacity_mw":17,"fuel_source":{"Wood":17}},"geometry":{"type":"Point","coordinates":[-68.0325,44.7353]}},{"type":"Feature","properties":{"code":10167,"plant_name":"Seadrift Coke LP","capacity_mw":7.6,"fuel_source":{"Petroleum":7.6}},"geometry":{"type":"Point","coordinates":[-96.79415,28.51393]}},{"type":"Feature","properties":{"code":10168,"plant_name":"Cardinal Cogen","capacity_mw":51.5,"fuel_source":{"Natural Gas":51.5}},"geometry":{"type":"Point","coordinates":[-122.17628,37.42985]}},{"type":"Feature","properties":{"code":10169,"plant_name":"Carson Cogeneration","capacity_mw":49.3,"fuel_source":{"Natural Gas":49.3}},"geometry":{"type":"Point","coordinates":[-118.2491,33.8759]}},{"type":"Feature","properties":{"code":10173,"plant_name":"Cherokee Falls","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-81.5458,35.0642]}},{"type":"Feature","properties":{"code":10175,"plant_name":"Childrens Hospital","capacity_mw":10,"fuel_source":{"Natural Gas":3.5,"Petroleum":6.5}},"geometry":{"type":"Point","coordinates":[-117.1517,32.7992]}},{"type":"Feature","properties":{"code":10176,"plant_name":"M Street Jet","capacity_mw":50,"fuel_source":{"Petroleum":50}},"geometry":{"type":"Point","coordinates":[-71.03141,42.33939]}},{"type":"Feature","properties":{"code":10180,"plant_name":"Metro Wastewater Reclamation District","capacity_mw":9.8,"fuel_source":{"Biomass":9.8}},"geometry":{"type":"Point","coordinates":[-104.9542,39.8078]}},{"type":"Feature","properties":{"code":10181,"plant_name":"Metropolitan Sewerage District","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-82.5992,35.6497]}},{"type":"Feature","properties":{"code":10183,"plant_name":"Mine Falls Generating Station","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-71.50528,42.75028]}},{"type":"Feature","properties":{"code":10184,"plant_name":"Central Utility Plant","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-97.84259,30.39735]}},{"type":"Feature","properties":{"code":10186,"plant_name":"Anson Abenaki Hydros","capacity_mw":27.1,"fuel_source":{"Natural Gas":2,"Hydro":25.1}},"geometry":{"type":"Point","coordinates":[-69.8867,44.7975]}},{"type":"Feature","properties":{"code":10187,"plant_name":"Engineered Carbons Echo Cogeneration","capacity_mw":8.9,"fuel_source":{"Other Fossil Gasses":8.9}},"geometry":{"type":"Point","coordinates":[-93.7206,30.1525]}},{"type":"Feature","properties":{"code":10188,"plant_name":"Cutrale Citrus Juices USA II","capacity_mw":8.6,"fuel_source":{"Natural Gas":8.6}},"geometry":{"type":"Point","coordinates":[-81.79817,28.05485]}},{"type":"Feature","properties":{"code":10190,"plant_name":"Castleton Energy Center","capacity_mw":68,"fuel_source":{"Natural Gas":68}},"geometry":{"type":"Point","coordinates":[-73.7433,42.5375]}},{"type":"Feature","properties":{"code":10191,"plant_name":"Tehachapi Wind Refuel_source I","capacity_mw":8.7,"fuel_source":{"Wind":8.7}},"geometry":{"type":"Point","coordinates":[-118.38972,35.06056]}},{"type":"Feature","properties":{"code":10194,"plant_name":"Hawaii Cogen","capacity_mw":12.2,"fuel_source":{"Petroleum":6.2,"Other Fossil Gasses":6}},"geometry":{"type":"Point","coordinates":[-158.11389,21.31167]}},{"type":"Feature","properties":{"code":10195,"plant_name":"CF Industries Yazoo City Complex","capacity_mw":21.3,"fuel_source":{"Natural Gas":21.3}},"geometry":{"type":"Point","coordinates":[-90.3781,32.90411]}},{"type":"Feature","properties":{"code":10196,"plant_name":"Moose River","capacity_mw":12.2,"fuel_source":{"Hydro":12.2}},"geometry":{"type":"Point","coordinates":[-75.34133,43.61066]}},{"type":"Feature","properties":{"code":10197,"plant_name":"Philadlephia","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-75.70878,44.15861]}},{"type":"Feature","properties":{"code":10198,"plant_name":"Mosaic Phosphates Uncle Sam","capacity_mw":11,"fuel_source":{"Other":11}},"geometry":{"type":"Point","coordinates":[-90.82831,30.03865]}},{"type":"Feature","properties":{"code":10199,"plant_name":"West Ford Flat Power Plant","capacity_mw":30,"fuel_source":{"Geothermal":30}},"geometry":{"type":"Point","coordinates":[-122.7219,38.7881]}},{"type":"Feature","properties":{"code":10202,"plant_name":"Fernandina Beach Mill","capacity_mw":80,"fuel_source":{"Coal":50,"Wood":30}},"geometry":{"type":"Point","coordinates":[-81.45541,30.68182]}},{"type":"Feature","properties":{"code":10204,"plant_name":"Mosaic Co Tampa Facility","capacity_mw":75.9,"fuel_source":{"Other":75.9}},"geometry":{"type":"Point","coordinates":[-82.3903,27.8605]}},{"type":"Feature","properties":{"code":10206,"plant_name":"Loma Linda University Cogen","capacity_mw":12.5,"fuel_source":{"Natural Gas":10.8,"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-117.24842,34.05039]}},{"type":"Feature","properties":{"code":10208,"plant_name":"Escanaba Paper Company","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-87.0891,45.8044]}},{"type":"Feature","properties":{"code":10213,"plant_name":"El Segundo Cogen","capacity_mw":127.7,"fuel_source":{"Natural Gas":127.7}},"geometry":{"type":"Point","coordinates":[-118.4031,33.9058]}},{"type":"Feature","properties":{"code":10214,"plant_name":"Lower Saranac Hydroelectric Facility","capacity_mw":6.3,"fuel_source":{"Hydro":6.3}},"geometry":{"type":"Point","coordinates":[-73.5075,44.6694]}},{"type":"Feature","properties":{"code":10215,"plant_name":"Snowbird Power Plant","capacity_mw":1.8,"fuel_source":{"Natural Gas":1.8}},"geometry":{"type":"Point","coordinates":[-111.7453,40.5719]}},{"type":"Feature","properties":{"code":10216,"plant_name":"Alabama River Pulp","capacity_mw":44.6,"fuel_source":{"Wood":44.6}},"geometry":{"type":"Point","coordinates":[-87.4889,31.5825]}},{"type":"Feature","properties":{"code":10218,"plant_name":"Warrensburg Hydroelectric","capacity_mw":0.5,"fuel_source":{"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-73.7986,43.4833]}},{"type":"Feature","properties":{"code":10219,"plant_name":"Middle Falls Hydro","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-73.52527,43.09871]}},{"type":"Feature","properties":{"code":10220,"plant_name":"Sissonville Hydro","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-75.00287,44.68559]}},{"type":"Feature","properties":{"code":10221,"plant_name":"New York State Dam Hydro","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-73.6961,42.78178]}},{"type":"Feature","properties":{"code":10222,"plant_name":"Tulare Success Power Project","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-118.9241,36.05863]}},{"type":"Feature","properties":{"code":10223,"plant_name":"AG Processing Inc","capacity_mw":8.5,"fuel_source":{"Coal":8.5}},"geometry":{"type":"Point","coordinates":[-93.90261,42.66594]}},{"type":"Feature","properties":{"code":10224,"plant_name":"Merck Rahway Power Plant","capacity_mw":14.8,"fuel_source":{"Natural Gas":14.8}},"geometry":{"type":"Point","coordinates":[-74.26529,40.61562]}},{"type":"Feature","properties":{"code":10233,"plant_name":"Leaf River Cellulose LLC","capacity_mw":52.2,"fuel_source":{"Wood":52.2}},"geometry":{"type":"Point","coordinates":[-89.0456,31.2434]}},{"type":"Feature","properties":{"code":10234,"plant_name":"Biron Mill","capacity_mw":55.3,"fuel_source":{"Coal":55.3}},"geometry":{"type":"Point","coordinates":[-89.78,44.43]}},{"type":"Feature","properties":{"code":10237,"plant_name":"Diana Hydroelectric","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-75.32173,44.15194]}},{"type":"Feature","properties":{"code":10238,"plant_name":"Dolgeville Hydro","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-74.76696,43.09063]}},{"type":"Feature","properties":{"code":10243,"plant_name":"Ticona Polymers Inc","capacity_mw":32.5,"fuel_source":{"Natural Gas":32.5}},"geometry":{"type":"Point","coordinates":[-97.8228,27.5697]}},{"type":"Feature","properties":{"code":10244,"plant_name":"P H Glatfelter Co -Chillicothe Facility","capacity_mw":52.5,"fuel_source":{"Coal":16.8,"Wood":35.7}},"geometry":{"type":"Point","coordinates":[-82.97404,39.32461]}},{"type":"Feature","properties":{"code":10245,"plant_name":"ArcelorMittal Burns Harbor","capacity_mw":174.7,"fuel_source":{"Other Fossil Gasses":174.7}},"geometry":{"type":"Point","coordinates":[-87.1387,41.635]}},{"type":"Feature","properties":{"code":10250,"plant_name":"Bay County Waste to Energy","capacity_mw":10,"fuel_source":{"Biomass":10}},"geometry":{"type":"Point","coordinates":[-85.52067,30.26606]}},{"type":"Feature","properties":{"code":10252,"plant_name":"Domtar Kingsport Mill","capacity_mw":46.5,"fuel_source":{"Wood":46.5}},"geometry":{"type":"Point","coordinates":[-82.5667,36.5489]}},{"type":"Feature","properties":{"code":10253,"plant_name":"Haypress","capacity_mw":10,"fuel_source":{"Hydro":10}},"geometry":{"type":"Point","coordinates":[-120.58168,39.56568]}},{"type":"Feature","properties":{"code":10255,"plant_name":"Bangor Pacific Hydro","capacity_mw":9.5,"fuel_source":{"Hydro":9.5}},"geometry":{"type":"Point","coordinates":[-68.6483,45.2497]}},{"type":"Feature","properties":{"code":10258,"plant_name":"Haw River Hydro","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-79.3244,35.9483]}},{"type":"Feature","properties":{"code":10261,"plant_name":"Enterprise Products Operating","capacity_mw":22.6,"fuel_source":{"Natural Gas":22.6}},"geometry":{"type":"Point","coordinates":[-94.9197,29.8247]}},{"type":"Feature","properties":{"code":10262,"plant_name":"California Institute of Technology","capacity_mw":11.1,"fuel_source":{"Natural Gas":11.1}},"geometry":{"type":"Point","coordinates":[-118.1256,34.13847]}},{"type":"Feature","properties":{"code":10275,"plant_name":"Florida's Natural Growers","capacity_mw":8.3,"fuel_source":{"Natural Gas":8.3}},"geometry":{"type":"Point","coordinates":[-81.6006,27.9114]}},{"type":"Feature","properties":{"code":10276,"plant_name":"Clement Dam Hydro LLC","capacity_mw":0.1,"fuel_source":{"Hydro":0.1}},"geometry":{"type":"Point","coordinates":[-71.59597,43.44054]}},{"type":"Feature","properties":{"code":10279,"plant_name":"Kansas River Project","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-95.23508,38.97402]}},{"type":"Feature","properties":{"code":10280,"plant_name":"Bob Jones University Cogen Plant","capacity_mw":7.4,"fuel_source":{"Natural Gas":3.3,"Petroleum":4.1}},"geometry":{"type":"Point","coordinates":[-82.3639,34.8694]}},{"type":"Feature","properties":{"code":10282,"plant_name":"Big Creek Water Works","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-123.49801,40.64673]}},{"type":"Feature","properties":{"code":10285,"plant_name":"Townsend Hydro","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-80.3148,40.73354]}},{"type":"Feature","properties":{"code":10286,"plant_name":"Cornell Hydro","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-76.48509,42.45192]}},{"type":"Feature","properties":{"code":10287,"plant_name":"Beowawe Power","capacity_mw":14.1,"fuel_source":{"Geothermal":14.1}},"geometry":{"type":"Point","coordinates":[-116.6175,40.5547]}},{"type":"Feature","properties":{"code":10288,"plant_name":"Big Valley Power LLC","capacity_mw":8.7,"fuel_source":{"Wood":8.7}},"geometry":{"type":"Point","coordinates":[-121.13722,41.1325]}},{"type":"Feature","properties":{"code":10290,"plant_name":"Bridgewater Power LP","capacity_mw":16,"fuel_source":{"Wood":16}},"geometry":{"type":"Point","coordinates":[-71.6585,43.7155]}},{"type":"Feature","properties":{"code":10294,"plant_name":"King City Power Plant","capacity_mw":111,"fuel_source":{"Natural Gas":111}},"geometry":{"type":"Point","coordinates":[-121.1278,36.225]}},{"type":"Feature","properties":{"code":10296,"plant_name":"South Forks Hydro","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-114.3102,42.4937]}},{"type":"Feature","properties":{"code":10298,"plant_name":"Bayou Cogen Plant","capacity_mw":260,"fuel_source":{"Natural Gas":260}},"geometry":{"type":"Point","coordinates":[-95.0458,29.6225]}},{"type":"Feature","properties":{"code":10300,"plant_name":"Desert View Power","capacity_mw":47,"fuel_source":{"Wood":47}},"geometry":{"type":"Point","coordinates":[-116.0873,33.586]}},{"type":"Feature","properties":{"code":10301,"plant_name":"Louisiana Sugar Refining","capacity_mw":5.9,"fuel_source":{"Natural Gas":5.9}},"geometry":{"type":"Point","coordinates":[-90.6839,30.0497]}},{"type":"Feature","properties":{"code":10302,"plant_name":"Juniata Locomotive Shop","capacity_mw":0.7,"fuel_source":{"Coal":0.7}},"geometry":{"type":"Point","coordinates":[-78.38413,40.5333]}},{"type":"Feature","properties":{"code":10305,"plant_name":"Dutchess Cnty Refuel_source Recovery Facility","capacity_mw":7.2,"fuel_source":{"Biomass":7.2}},"geometry":{"type":"Point","coordinates":[-73.943,41.647]}},{"type":"Feature","properties":{"code":10307,"plant_name":"Bellingham Cogeneration Facility","capacity_mw":264,"fuel_source":{"Natural Gas":264}},"geometry":{"type":"Point","coordinates":[-71.4833,42.0925]}},{"type":"Feature","properties":{"code":10308,"plant_name":"Sayreville Cogeneration Facility","capacity_mw":271,"fuel_source":{"Natural Gas":271}},"geometry":{"type":"Point","coordinates":[-74.3444,40.439]}},{"type":"Feature","properties":{"code":10319,"plant_name":"Geismar","capacity_mw":80.1,"fuel_source":{"Natural Gas":80.1}},"geometry":{"type":"Point","coordinates":[-91,30.2]}},{"type":"Feature","properties":{"code":10323,"plant_name":"Copper Dam Plant","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-121.52376,45.66523]}},{"type":"Feature","properties":{"code":10324,"plant_name":"Peters Drive Plant","capacity_mw":0.3,"fuel_source":{"Hydro":0.3}},"geometry":{"type":"Point","coordinates":[-121.54845,45.66764]}},{"type":"Feature","properties":{"code":10325,"plant_name":"Mink Creek Hydro","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-111.66559,42.26084]}},{"type":"Feature","properties":{"code":10328,"plant_name":"T B Simon Power Plant","capacity_mw":97.4,"fuel_source":{"Natural Gas":97.4}},"geometry":{"type":"Point","coordinates":[-84.4836,42.7178]}},{"type":"Feature","properties":{"code":10333,"plant_name":"Florida Power Development","capacity_mw":66,"fuel_source":{"Biomass":66}},"geometry":{"type":"Point","coordinates":[-82.4311,28.5819]}},{"type":"Feature","properties":{"code":10334,"plant_name":"H Power","capacity_mw":88,"fuel_source":{"Biomass":88}},"geometry":{"type":"Point","coordinates":[-158.09861,21.30004]}},{"type":"Feature","properties":{"code":10339,"plant_name":"Southside Water Reclamation Plant","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-106.66972,35.01611]}},{"type":"Feature","properties":{"code":10342,"plant_name":"Foster Wheeler Martinez","capacity_mw":103.5,"fuel_source":{"Natural Gas":103.5}},"geometry":{"type":"Point","coordinates":[-122.0589,38.0244]}},{"type":"Feature","properties":{"code":10343,"plant_name":"Foster Wheeler Mt Carmel Cogen","capacity_mw":43,"fuel_source":{"Coal":43}},"geometry":{"type":"Point","coordinates":[-76.45295,40.81119]}},{"type":"Feature","properties":{"code":10346,"plant_name":"Hillman Power LLC","capacity_mw":17.7,"fuel_source":{"Wood":17.7}},"geometry":{"type":"Point","coordinates":[-83.8932,45.0688]}},{"type":"Feature","properties":{"code":10349,"plant_name":"Greenleaf 2 Power Plant","capacity_mw":49.5,"fuel_source":{"Natural Gas":49.5}},"geometry":{"type":"Point","coordinates":[-121.6397,39.1365]}},{"type":"Feature","properties":{"code":10350,"plant_name":"Greenleaf 1 Power Plant","capacity_mw":50,"fuel_source":{"Natural Gas":50}},"geometry":{"type":"Point","coordinates":[-121.69607,39.05292]}},{"type":"Feature","properties":{"code":10354,"plant_name":"ReEnergy Livermore Falls","capacity_mw":36,"fuel_source":{"Wood":36}},"geometry":{"type":"Point","coordinates":[-70.1619,44.43167]}},{"type":"Feature","properties":{"code":10356,"plant_name":"ReEnergy Ashland","capacity_mw":34,"fuel_source":{"Wood":34}},"geometry":{"type":"Point","coordinates":[-68.4361,46.6334]}},{"type":"Feature","properties":{"code":10360,"plant_name":"Green Bay West Mill","capacity_mw":112.9,"fuel_source":{"Coal":112.9}},"geometry":{"type":"Point","coordinates":[-88.0303,44.4936]}},{"type":"Feature","properties":{"code":10361,"plant_name":"Savannah River Mill","capacity_mw":126.6,"fuel_source":{"Natural Gas":42.8,"Petroleum":83.8}},"geometry":{"type":"Point","coordinates":[-81.2015,32.33127]}},{"type":"Feature","properties":{"code":10362,"plant_name":"Muskogee Mill","capacity_mw":68.1,"fuel_source":{"Coal":68.1}},"geometry":{"type":"Point","coordinates":[-95.2939,35.7322]}},{"type":"Feature","properties":{"code":10377,"plant_name":"James River Genco LLC","capacity_mw":92.6,"fuel_source":{"Coal":92.6}},"geometry":{"type":"Point","coordinates":[-77.2697,37.2939]}},{"type":"Feature","properties":{"code":10378,"plant_name":"CPI USA NC Southport","capacity_mw":107,"fuel_source":{"Wood":107}},"geometry":{"type":"Point","coordinates":[-78.01182,33.94438]}},{"type":"Feature","properties":{"code":10379,"plant_name":"CPI USA NC Roxboro","capacity_mw":47,"fuel_source":{"Wood":47}},"geometry":{"type":"Point","coordinates":[-78.9619,36.435]}},{"type":"Feature","properties":{"code":10380,"plant_name":"Elizabethtown Power LLC","capacity_mw":32,"fuel_source":{"Coal":32}},"geometry":{"type":"Point","coordinates":[-78.64151,34.64716]}},{"type":"Feature","properties":{"code":10381,"plant_name":"Coastal Carolina Clean Power","capacity_mw":27,"fuel_source":{"Wood":27}},"geometry":{"type":"Point","coordinates":[-77.8583,35.0217]}},{"type":"Feature","properties":{"code":10384,"plant_name":"Edgecombe Genco LLC","capacity_mw":115.6,"fuel_source":{"Coal":115.6}},"geometry":{"type":"Point","coordinates":[-77.75335,36.03732]}},{"type":"Feature","properties":{"code":10387,"plant_name":"Sycamore Energy 1","capacity_mw":5.2,"fuel_source":{"Biomass":5.2}},"geometry":{"type":"Point","coordinates":[-117.02885,32.85771]}},{"type":"Feature","properties":{"code":10395,"plant_name":"GRS Coyote Canyon","capacity_mw":17,"fuel_source":{"Biomass":17}},"geometry":{"type":"Point","coordinates":[-117.8219,33.613]}},{"type":"Feature","properties":{"code":10397,"plant_name":"ArcelorMittal Indiana Harbor West","capacity_mw":53.2,"fuel_source":{"Other Fossil Gasses":53.2}},"geometry":{"type":"Point","coordinates":[-87.45233,41.66376]}},{"type":"Feature","properties":{"code":10398,"plant_name":"Arcelormittal Cleveland Inc","capacity_mw":68,"fuel_source":{"Other Fossil Gasses":68}},"geometry":{"type":"Point","coordinates":[-81.6728,41.4739]}},{"type":"Feature","properties":{"code":10405,"plant_name":"Kingsburg Cogen","capacity_mw":33.8,"fuel_source":{"Natural Gas":33.8}},"geometry":{"type":"Point","coordinates":[-119.5794,36.5397]}},{"type":"Feature","properties":{"code":10408,"plant_name":"Clark University","capacity_mw":2,"fuel_source":{"Natural Gas":2}},"geometry":{"type":"Point","coordinates":[-71.8094,42.2497]}},{"type":"Feature","properties":{"code":10412,"plant_name":"Kalaheo Hydro","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-159.52858,21.93608]}},{"type":"Feature","properties":{"code":10413,"plant_name":"Wainiha Hydro","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-159.55614,22.19629]}},{"type":"Feature","properties":{"code":10416,"plant_name":"Pensacola Florida Plant","capacity_mw":98,"fuel_source":{"Natural Gas":98}},"geometry":{"type":"Point","coordinates":[-87.2525,30.5958]}},{"type":"Feature","properties":{"code":10417,"plant_name":"Indian Orchard Plant 1","capacity_mw":3.5,"fuel_source":{"Coal":3.5}},"geometry":{"type":"Point","coordinates":[-72.52415,42.1569]}},{"type":"Feature","properties":{"code":10418,"plant_name":"Ascend Performance Materials Texas Inc.","capacity_mw":47.7,"fuel_source":{"Other Fossil Gasses":47.7}},"geometry":{"type":"Point","coordinates":[-95.2103,29.2558]}},{"type":"Feature","properties":{"code":10421,"plant_name":"Dillon Hydro Plant","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-106.0662,39.6208]}},{"type":"Feature","properties":{"code":10422,"plant_name":"Williams Fork Hydro Plant","capacity_mw":3.5,"fuel_source":{"Hydro":3.5}},"geometry":{"type":"Point","coordinates":[-106.2053,40.035]}},{"type":"Feature","properties":{"code":10423,"plant_name":"North Fork Hydro Plant","capacity_mw":5.5,"fuel_source":{"Hydro":5.5}},"geometry":{"type":"Point","coordinates":[-105.677,39.4616]}},{"type":"Feature","properties":{"code":10424,"plant_name":"Gross Hydro Plant","capacity_mw":7.8,"fuel_source":{"Hydro":7.8}},"geometry":{"type":"Point","coordinates":[-105.3565,39.9456]}},{"type":"Feature","properties":{"code":10425,"plant_name":"TempleInland","capacity_mw":36.8,"fuel_source":{"Wood":36.8}},"geometry":{"type":"Point","coordinates":[-93.7422,30.2178]}},{"type":"Feature","properties":{"code":10426,"plant_name":"Inland Paperboard Packaging Rome","capacity_mw":61,"fuel_source":{"Wood":61}},"geometry":{"type":"Point","coordinates":[-85.3275,34.2528]}},{"type":"Feature","properties":{"code":10427,"plant_name":"New-Indy Ontario Mill","capacity_mw":34,"fuel_source":{"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-117.54019,34.04536]}},{"type":"Feature","properties":{"code":10430,"plant_name":"Anheuser-Busch St Louis","capacity_mw":26.1,"fuel_source":{"Coal":26.1}},"geometry":{"type":"Point","coordinates":[-90.21067,38.59776]}},{"type":"Feature","properties":{"code":10431,"plant_name":"Anheuser-Busch Jacksonville","capacity_mw":8.6,"fuel_source":{"Natural Gas":8.6}},"geometry":{"type":"Point","coordinates":[-81.64535,30.43424]}},{"type":"Feature","properties":{"code":10434,"plant_name":"Mosaic New Wales Operations","capacity_mw":88,"fuel_source":{"Other":88}},"geometry":{"type":"Point","coordinates":[-82.05194,27.83364]}},{"type":"Feature","properties":{"code":10435,"plant_name":"Camden Refuel_source Recovery Facility","capacity_mw":30,"fuel_source":{"Biomass":30}},"geometry":{"type":"Point","coordinates":[-75.1169,39.9092]}},{"type":"Feature","properties":{"code":10436,"plant_name":"ExxonMobil Baytown Refinery","capacity_mw":137,"fuel_source":{"Natural Gas":130,"Other":7}},"geometry":{"type":"Point","coordinates":[-94.99728,29.75352]}},{"type":"Feature","properties":{"code":10437,"plant_name":"SEGS I","capacity_mw":13.8,"fuel_source":{"Solar":13.8}},"geometry":{"type":"Point","coordinates":[-116.8281,34.8621]}},{"type":"Feature","properties":{"code":10438,"plant_name":"SEGS II","capacity_mw":30,"fuel_source":{"Solar":30}},"geometry":{"type":"Point","coordinates":[-116.8251,34.8659]}},{"type":"Feature","properties":{"code":10439,"plant_name":"SEGS III","capacity_mw":36,"fuel_source":{"Solar":36}},"geometry":{"type":"Point","coordinates":[-117.55577,35.00694]}},{"type":"Feature","properties":{"code":10440,"plant_name":"SEGS IV","capacity_mw":36,"fuel_source":{"Solar":36}},"geometry":{"type":"Point","coordinates":[-117.55567,35.01217]}},{"type":"Feature","properties":{"code":10441,"plant_name":"SEGS V","capacity_mw":36,"fuel_source":{"Solar":36}},"geometry":{"type":"Point","coordinates":[-117.55553,35.01948]}},{"type":"Feature","properties":{"code":10442,"plant_name":"SEGS VI","capacity_mw":36,"fuel_source":{"Solar":36}},"geometry":{"type":"Point","coordinates":[-117.56608,35.02098]}},{"type":"Feature","properties":{"code":10443,"plant_name":"SEGS VII","capacity_mw":36,"fuel_source":{"Solar":36}},"geometry":{"type":"Point","coordinates":[-117.5659,35.01484]}},{"type":"Feature","properties":{"code":10444,"plant_name":"SEGS VIII","capacity_mw":88,"fuel_source":{"Solar":88}},"geometry":{"type":"Point","coordinates":[-117.3563,35.0308]}},{"type":"Feature","properties":{"code":10446,"plant_name":"SEGS IX","capacity_mw":88,"fuel_source":{"Solar":88}},"geometry":{"type":"Point","coordinates":[-117.338,35.033]}},{"type":"Feature","properties":{"code":10453,"plant_name":"LAC Courte Oreilles Hydroelect","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-91.07694,45.88833]}},{"type":"Feature","properties":{"code":10458,"plant_name":"Muck Valley Hydroelectric","capacity_mw":29.9,"fuel_source":{"Hydro":29.9}},"geometry":{"type":"Point","coordinates":[-121.49791,40.99087]}},{"type":"Feature","properties":{"code":10464,"plant_name":"Black River Generation","capacity_mw":55,"fuel_source":{"Wood":55}},"geometry":{"type":"Point","coordinates":[-75.77204,44.03647]}},{"type":"Feature","properties":{"code":10466,"plant_name":"Wisconsin Rapids Paper Mill","capacity_mw":21.1,"fuel_source":{"Other":21.1}},"geometry":{"type":"Point","coordinates":[-89.9403,44.3989]}},{"type":"Feature","properties":{"code":10467,"plant_name":"Fourth Branch Hydroelectric Facility","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-73.69168,42.78758]}},{"type":"Feature","properties":{"code":10469,"plant_name":"Bear Canyon Power Plant","capacity_mw":20,"fuel_source":{"Geothermal":20}},"geometry":{"type":"Point","coordinates":[-122.69291,38.76297]}},{"type":"Feature","properties":{"code":10471,"plant_name":"Spadra Landfill Gas to Energy","capacity_mw":5,"fuel_source":{"Biomass":5}},"geometry":{"type":"Point","coordinates":[-117.8217,34.0408]}},{"type":"Feature","properties":{"code":10472,"plant_name":"Puente Hills Energy Recovery","capacity_mw":53.1,"fuel_source":{"Biomass":53.1}},"geometry":{"type":"Point","coordinates":[-118.0241,34.0233]}},{"type":"Feature","properties":{"code":10475,"plant_name":"Expander Turbine","capacity_mw":18.8,"fuel_source":{"Other Fossil Gasses":18.8}},"geometry":{"type":"Point","coordinates":[-87.4233,41.6836]}},{"type":"Feature","properties":{"code":10476,"plant_name":"Whiting Mill","capacity_mw":4.1,"fuel_source":{"Coal":4.1}},"geometry":{"type":"Point","coordinates":[-89.57282,44.48873]}},{"type":"Feature","properties":{"code":10477,"plant_name":"Wisconsin Rapids Pulp Mill","capacity_mw":64.7,"fuel_source":{"Wood":64.7}},"geometry":{"type":"Point","coordinates":[-89.826,44.3953]}},{"type":"Feature","properties":{"code":10478,"plant_name":"Pitchess Cogen Station","capacity_mw":27.2,"fuel_source":{"Natural Gas":27.2}},"geometry":{"type":"Point","coordinates":[-118.59399,34.4639]}},{"type":"Feature","properties":{"code":10479,"plant_name":"Ples I","capacity_mw":12,"fuel_source":{"Geothermal":12}},"geometry":{"type":"Point","coordinates":[-118.9096,37.6455]}},{"type":"Feature","properties":{"code":10480,"plant_name":"Mammoth Pacific I","capacity_mw":5.8,"fuel_source":{"Geothermal":5.8}},"geometry":{"type":"Point","coordinates":[-118.9143,37.6451]}},{"type":"Feature","properties":{"code":10481,"plant_name":"Mammoth Pacific II","capacity_mw":21.6,"fuel_source":{"Geothermal":21.6}},"geometry":{"type":"Point","coordinates":[-118.9092,37.6464]}},{"type":"Feature","properties":{"code":10486,"plant_name":"Boise Cascade International Falls","capacity_mw":29.2,"fuel_source":{"Wood":29.2}},"geometry":{"type":"Point","coordinates":[-93.4066,48.6067]}},{"type":"Feature","properties":{"code":10487,"plant_name":"International Falls Power","capacity_mw":14.2,"fuel_source":{"Hydro":14.2}},"geometry":{"type":"Point","coordinates":[-93.40431,48.60805]}},{"type":"Feature","properties":{"code":10488,"plant_name":"DeRidder Mill","capacity_mw":61.5,"fuel_source":{"Wood":61.5}},"geometry":{"type":"Point","coordinates":[-93.3756,30.8606]}},{"type":"Feature","properties":{"code":10490,"plant_name":"Upper Beaver Falls Project","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-75.42806,43.88361]}},{"type":"Feature","properties":{"code":10491,"plant_name":"Mead Rumford Cogen","capacity_mw":12.5,"fuel_source":{"Petroleum":12.5}},"geometry":{"type":"Point","coordinates":[-70.54429,44.5465]}},{"type":"Feature","properties":{"code":10493,"plant_name":"Rumford Falls Hydro Facility","capacity_mw":44.5,"fuel_source":{"Hydro":44.5}},"geometry":{"type":"Point","coordinates":[-70.6283,44.5486]}},{"type":"Feature","properties":{"code":10494,"plant_name":"Sheldon Springs Hydroelectric","capacity_mw":24,"fuel_source":{"Hydro":24}},"geometry":{"type":"Point","coordinates":[-72.9736,44.9108]}},{"type":"Feature","properties":{"code":10495,"plant_name":"Rumford Cogeneration","capacity_mw":85,"fuel_source":{"Coal":85}},"geometry":{"type":"Point","coordinates":[-70.5414,44.5513]}},{"type":"Feature","properties":{"code":10496,"plant_name":"Kern River Cogeneration","capacity_mw":288,"fuel_source":{"Natural Gas":288}},"geometry":{"type":"Point","coordinates":[-118.9849,35.4515]}},{"type":"Feature","properties":{"code":10501,"plant_name":"Mid-Set Cogeneration","capacity_mw":36,"fuel_source":{"Natural Gas":36}},"geometry":{"type":"Point","coordinates":[-119.57097,35.19456]}},{"type":"Feature","properties":{"code":10502,"plant_name":"Thermal Energy Development Part LP","capacity_mw":18.5,"fuel_source":{"Wood":18.5}},"geometry":{"type":"Point","coordinates":[-121.48867,37.71994]}},{"type":"Feature","properties":{"code":10503,"plant_name":"Wheelabrator Hudson Falls","capacity_mw":11.5,"fuel_source":{"Biomass":11.5}},"geometry":{"type":"Point","coordinates":[-73.59145,43.3056]}},{"type":"Feature","properties":{"code":10504,"plant_name":"Amalgamated Sugar Twin Falls","capacity_mw":8.5,"fuel_source":{"Coal":8.5}},"geometry":{"type":"Point","coordinates":[-114.4328,42.5328]}},{"type":"Feature","properties":{"code":10511,"plant_name":"Finch Paper","capacity_mw":23,"fuel_source":{"Petroleum":23}},"geometry":{"type":"Point","coordinates":[-73.6376,43.3084]}},{"type":"Feature","properties":{"code":10515,"plant_name":"Oilseed Plant","capacity_mw":1.6,"fuel_source":{"Coal":1.6}},"geometry":{"type":"Point","coordinates":[-76.2833,36.8053]}},{"type":"Feature","properties":{"code":10519,"plant_name":"Milton Hydro","capacity_mw":0.4,"fuel_source":{"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-70.98647,43.40309]}},{"type":"Feature","properties":{"code":10520,"plant_name":"Dayton Hydro","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-88.78966,41.38779]}},{"type":"Feature","properties":{"code":10521,"plant_name":"Lederle Laboratories","capacity_mw":22.3,"fuel_source":{"Natural Gas":22.3}},"geometry":{"type":"Point","coordinates":[-74.0181,41.0772]}},{"type":"Feature","properties":{"code":10523,"plant_name":"Benton Falls Associates","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-69.55452,44.58017]}},{"type":"Feature","properties":{"code":10525,"plant_name":"Craven County Wood Energy LP","capacity_mw":48,"fuel_source":{"Wood":48}},"geometry":{"type":"Point","coordinates":[-77.16788,35.13019]}},{"type":"Feature","properties":{"code":10526,"plant_name":"Dodge Falls Associates","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-72.0581,44.2081]}},{"type":"Feature","properties":{"code":10530,"plant_name":"Feeder Dam Hydro Plant","capacity_mw":4.7,"fuel_source":{"Hydro":4.7}},"geometry":{"type":"Point","coordinates":[-73.66583,43.28987]}},{"type":"Feature","properties":{"code":10531,"plant_name":"Beebee Island Hydro Plant","capacity_mw":8.8,"fuel_source":{"Hydro":8.8}},"geometry":{"type":"Point","coordinates":[-75.9072,43.9767]}},{"type":"Feature","properties":{"code":10532,"plant_name":"Granger Electric Generating Station #2","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-84.7075,42.805]}},{"type":"Feature","properties":{"code":10538,"plant_name":"Dexter Plant","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-76.04128,44.00398]}},{"type":"Feature","properties":{"code":10539,"plant_name":"Theresa Plant","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-75.79517,44.21742]}},{"type":"Feature","properties":{"code":10540,"plant_name":"Diamond Island Plant","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-75.8861,43.97863]}},{"type":"Feature","properties":{"code":10544,"plant_name":"Hailesboro 4 Plant","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-75.44499,44.31168]}},{"type":"Feature","properties":{"code":10545,"plant_name":"Copenhagen Plant","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-75.66027,43.89975]}},{"type":"Feature","properties":{"code":10546,"plant_name":"Beaver Valley Patterson Dam","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-80.31784,40.74411]}},{"type":"Feature","properties":{"code":10547,"plant_name":"Pyrites Plant","capacity_mw":7.7,"fuel_source":{"Hydro":7.7}},"geometry":{"type":"Point","coordinates":[-75.18811,44.52204]}},{"type":"Feature","properties":{"code":10548,"plant_name":"San Jose Cogeneration","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-121.87833,37.33611]}},{"type":"Feature","properties":{"code":10549,"plant_name":"Al Turi","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-74.3731,41.4083]}},{"type":"Feature","properties":{"code":10550,"plant_name":"High Shoals Hydro","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-81.201,35.39425]}},{"type":"Feature","properties":{"code":10553,"plant_name":"Anderson Power Products Division","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-72.7169,42.4708]}},{"type":"Feature","properties":{"code":10554,"plant_name":"Formosa Utility Venture Ltd","capacity_mw":597.3,"fuel_source":{"Natural Gas":597.3}},"geometry":{"type":"Point","coordinates":[-96.5417,28.6917]}},{"type":"Feature","properties":{"code":10555,"plant_name":"Brassua Hydroelectric Project","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-69.81217,45.6603]}},{"type":"Feature","properties":{"code":10556,"plant_name":"Boott Hydropower","capacity_mw":21.7,"fuel_source":{"Hydro":21.7}},"geometry":{"type":"Point","coordinates":[-71.32238,42.65245]}},{"type":"Feature","properties":{"code":10560,"plant_name":"Rayonier Jesup Mill","capacity_mw":71.7,"fuel_source":{"Wood":71.7}},"geometry":{"type":"Point","coordinates":[-81.8439,31.6593]}},{"type":"Feature","properties":{"code":10562,"plant_name":"Rayonier Fernandina Mill","capacity_mw":48.5,"fuel_source":{"Wood":48.5}},"geometry":{"type":"Point","coordinates":[-81.473,30.6612]}},{"type":"Feature","properties":{"code":10566,"plant_name":"Chambers Cogeneration LP","capacity_mw":249.8,"fuel_source":{"Coal":249.8}},"geometry":{"type":"Point","coordinates":[-75.48581,39.69349]}},{"type":"Feature","properties":{"code":10567,"plant_name":"Algonquin Windsor Locks","capacity_mw":64,"fuel_source":{"Natural Gas":64}},"geometry":{"type":"Point","coordinates":[-72.6255,41.9227]}},{"type":"Feature","properties":{"code":10568,"plant_name":"Port Arthur Texas Refinery","capacity_mw":30,"fuel_source":{"Natural Gas":30}},"geometry":{"type":"Point","coordinates":[-93.89128,29.96494]}},{"type":"Feature","properties":{"code":10569,"plant_name":"Big Spring Texas Refinery","capacity_mw":1.5,"fuel_source":{"Other":1.5}},"geometry":{"type":"Point","coordinates":[-101.42244,32.27318]}},{"type":"Feature","properties":{"code":10570,"plant_name":"Errol Hydroelectric Project","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-71.12433,44.78665]}},{"type":"Feature","properties":{"code":10586,"plant_name":"Cameron Ridge LLC","capacity_mw":59.6,"fuel_source":{"Wind":59.6}},"geometry":{"type":"Point","coordinates":[-118.3158,35.075]}},{"type":"Feature","properties":{"code":10593,"plant_name":"Agrilectric Power Partners Ltd","capacity_mw":10.9,"fuel_source":{"Biomass":10.9}},"geometry":{"type":"Point","coordinates":[-93.1269,30.2012]}},{"type":"Feature","properties":{"code":10597,"plant_name":"Ridgetop Energy LLC","capacity_mw":29,"fuel_source":{"Wind":29}},"geometry":{"type":"Point","coordinates":[-118.3167,35.0697]}},{"type":"Feature","properties":{"code":10600,"plant_name":"Union Tribune Publishing","capacity_mw":3.1,"fuel_source":{"Natural Gas":3.1}},"geometry":{"type":"Point","coordinates":[-117.1639,32.765]}},{"type":"Feature","properties":{"code":10601,"plant_name":"BP Wilmington Calciner","capacity_mw":30.7,"fuel_source":{"Other":30.7}},"geometry":{"type":"Point","coordinates":[-118.22821,33.77697]}},{"type":"Feature","properties":{"code":10603,"plant_name":"Ebensburg Power","capacity_mw":50,"fuel_source":{"Coal":50}},"geometry":{"type":"Point","coordinates":[-78.7472,40.455]}},{"type":"Feature","properties":{"code":10604,"plant_name":"Hawaiian Comm & Sugar Puunene Mill","capacity_mw":46.1,"fuel_source":{"Biomass":46.1}},"geometry":{"type":"Point","coordinates":[-156.45396,20.86745]}},{"type":"Feature","properties":{"code":10605,"plant_name":"Brunswick Cellulose","capacity_mw":72.2,"fuel_source":{"Wood":72.2}},"geometry":{"type":"Point","coordinates":[-81.52164,31.17541]}},{"type":"Feature","properties":{"code":10606,"plant_name":"Georgia-Pacific Crossett","capacity_mw":92,"fuel_source":{"Wood":92}},"geometry":{"type":"Point","coordinates":[-91.975,33.1421]}},{"type":"Feature","properties":{"code":10608,"plant_name":"Gilman Mill","capacity_mw":8,"fuel_source":{"Hydro":4.3,"Wood":3.7}},"geometry":{"type":"Point","coordinates":[-71.7228,44.4122]}},{"type":"Feature","properties":{"code":10610,"plant_name":"Georgia-Pacific Monticello Paper","capacity_mw":57.3,"fuel_source":{"Wood":57.3}},"geometry":{"type":"Point","coordinates":[-90.0809,31.6285]}},{"type":"Feature","properties":{"code":10611,"plant_name":"Georgia-Pacific Palatka Operations","capacity_mw":76.7,"fuel_source":{"Natural Gas":7,"Wood":69.7}},"geometry":{"type":"Point","coordinates":[-81.6809,29.6807]}},{"type":"Feature","properties":{"code":10612,"plant_name":"Georgia-Pacific Port Hudson","capacity_mw":127.7,"fuel_source":{"Petroleum":60,"Wood":67.7}},"geometry":{"type":"Point","coordinates":[-91.28,30.6547]}},{"type":"Feature","properties":{"code":10613,"plant_name":"Domtar - Woodland Mill","capacity_mw":63.7,"fuel_source":{"Hydro":17.7,"Wood":46}},"geometry":{"type":"Point","coordinates":[-67.4012,45.1554]}},{"type":"Feature","properties":{"code":10617,"plant_name":"CH Refuel_sources Beaver Falls","capacity_mw":86.5,"fuel_source":{"Natural Gas":86.5}},"geometry":{"type":"Point","coordinates":[-75.4342,43.8861]}},{"type":"Feature","properties":{"code":10620,"plant_name":"Carthage Energy LLC","capacity_mw":59.2,"fuel_source":{"Natural Gas":59.2}},"geometry":{"type":"Point","coordinates":[-75.6225,43.9842]}},{"type":"Feature","properties":{"code":10621,"plant_name":"CH Refuel_sources Syracuse","capacity_mw":92.5,"fuel_source":{"Natural Gas":92.5}},"geometry":{"type":"Point","coordinates":[-76.2144,43.0664]}},{"type":"Feature","properties":{"code":10623,"plant_name":"Civic Center","capacity_mw":23.6,"fuel_source":{"Natural Gas":23.6}},"geometry":{"type":"Point","coordinates":[-118.2436,34.0564]}},{"type":"Feature","properties":{"code":10627,"plant_name":"Pine Bluff Mill","capacity_mw":60,"fuel_source":{"Wood":60}},"geometry":{"type":"Point","coordinates":[-91.90737,34.22121]}},{"type":"Feature","properties":{"code":10629,"plant_name":"Wheelabrator Baltimore Refuse","capacity_mw":61.3,"fuel_source":{"Biomass":61.3}},"geometry":{"type":"Point","coordinates":[-76.62965,39.26604]}},{"type":"Feature","properties":{"code":10631,"plant_name":"CE Leathers","capacity_mw":35.8,"fuel_source":{"Geothermal":35.8}},"geometry":{"type":"Point","coordinates":[-115.565,33.1779]}},{"type":"Feature","properties":{"code":10632,"plant_name":"Del Ranch Company","capacity_mw":35.8,"fuel_source":{"Geothermal":35.8}},"geometry":{"type":"Point","coordinates":[-115.616,33.1646]}},{"type":"Feature","properties":{"code":10633,"plant_name":"Hopewell Cogeneration","capacity_mw":348.3,"fuel_source":{"Natural Gas":252.3,"Other":96}},"geometry":{"type":"Point","coordinates":[-77.28111,37.29167]}},{"type":"Feature","properties":{"code":10634,"plant_name":"Elmore Company","capacity_mw":35.8,"fuel_source":{"Geothermal":35.8}},"geometry":{"type":"Point","coordinates":[-115.6033,33.1777]}},{"type":"Feature","properties":{"code":10635,"plant_name":"Corona Cogen","capacity_mw":40,"fuel_source":{"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-117.5565,33.8827]}},{"type":"Feature","properties":{"code":10641,"plant_name":"Cambria Cogen","capacity_mw":87.5,"fuel_source":{"Coal":87.5}},"geometry":{"type":"Point","coordinates":[-78.7014,40.47417]}},{"type":"Feature","properties":{"code":10642,"plant_name":"Covanta Hempstead","capacity_mw":71.8,"fuel_source":{"Biomass":71.8}},"geometry":{"type":"Point","coordinates":[-73.5906,40.7389]}},{"type":"Feature","properties":{"code":10643,"plant_name":"Covanta Essex Company","capacity_mw":60,"fuel_source":{"Biomass":60}},"geometry":{"type":"Point","coordinates":[-74.1255,40.7376]}},{"type":"Feature","properties":{"code":10646,"plant_name":"Covanta Southeastern Connecticut Company","capacity_mw":12,"fuel_source":{"Biomass":12}},"geometry":{"type":"Point","coordinates":[-72.0688,41.475]}},{"type":"Feature","properties":{"code":10648,"plant_name":"Olinda Landfill Gas Recovery Plant","capacity_mw":5.1,"fuel_source":{"Biomass":5.1}},"geometry":{"type":"Point","coordinates":[-117.8439,33.9056]}},{"type":"Feature","properties":{"code":10649,"plant_name":"Bear Mountain Cogen","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-118.92664,35.41918]}},{"type":"Feature","properties":{"code":10650,"plant_name":"Badger Creek Cogen","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.02986,35.48374]}},{"type":"Feature","properties":{"code":10652,"plant_name":"Burney Forest Products","capacity_mw":31,"fuel_source":{"Wood":31}},"geometry":{"type":"Point","coordinates":[-121.72034,40.87972]}},{"type":"Feature","properties":{"code":10655,"plant_name":"Iowa Methodist Medical Center","capacity_mw":3.5,"fuel_source":{"Petroleum":3.5}},"geometry":{"type":"Point","coordinates":[-93.635,41.5894]}},{"type":"Feature","properties":{"code":10656,"plant_name":"French Paper Hydro","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-86.2592,41.8203]}},{"type":"Feature","properties":{"code":10661,"plant_name":"Collins Pine Project","capacity_mw":12,"fuel_source":{"Wood":12}},"geometry":{"type":"Point","coordinates":[-121.24443,40.30342]}},{"type":"Feature","properties":{"code":10671,"plant_name":"AES Shady Point LLC","capacity_mw":320,"fuel_source":{"Coal":320}},"geometry":{"type":"Point","coordinates":[-94.6458,35.1931]}},{"type":"Feature","properties":{"code":10672,"plant_name":"Cedar Bay Generating Company LP","capacity_mw":250,"fuel_source":{"Coal":250}},"geometry":{"type":"Point","coordinates":[-81.6064,30.4225]}},{"type":"Feature","properties":{"code":10673,"plant_name":"AES Hawaii","capacity_mw":180,"fuel_source":{"Coal":180}},"geometry":{"type":"Point","coordinates":[-158.10653,21.30342]}},{"type":"Feature","properties":{"code":10676,"plant_name":"AES Beaver Valley Partners Beaver Valley","capacity_mw":146,"fuel_source":{"Coal":146}},"geometry":{"type":"Point","coordinates":[-80.35393,40.65722]}},{"type":"Feature","properties":{"code":10677,"plant_name":"CES Placerita Power Plant","capacity_mw":69,"fuel_source":{"Natural Gas":69}},"geometry":{"type":"Point","coordinates":[-118.4999,34.3801]}},{"type":"Feature","properties":{"code":10678,"plant_name":"AES Warrior Run Cogeneration Facility","capacity_mw":180,"fuel_source":{"Coal":180}},"geometry":{"type":"Point","coordinates":[-78.74533,39.59517]}},{"type":"Feature","properties":{"code":10682,"plant_name":"Brush Generation Facility","capacity_mw":292,"fuel_source":{"Natural Gas":292}},"geometry":{"type":"Point","coordinates":[-103.631,40.2415]}},{"type":"Feature","properties":{"code":10684,"plant_name":"Argus Cogen Plant","capacity_mw":57,"fuel_source":{"Coal":57}},"geometry":{"type":"Point","coordinates":[-117.3833,35.765]}},{"type":"Feature","properties":{"code":10685,"plant_name":"Westend Facility","capacity_mw":15,"fuel_source":{"Natural Gas":15}},"geometry":{"type":"Point","coordinates":[-117.3956,35.7075]}},{"type":"Feature","properties":{"code":10686,"plant_name":"Rapids Energy Center","capacity_mw":29,"fuel_source":{"Hydro":0.8,"Wood":28.2}},"geometry":{"type":"Point","coordinates":[-93.53717,47.23482]}},{"type":"Feature","properties":{"code":10687,"plant_name":"Black River Hydro Associates","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-75.34421,43.59125]}},{"type":"Feature","properties":{"code":10690,"plant_name":"ExxonMobil Baton Rouge Turbine Generator","capacity_mw":76.7,"fuel_source":{"Natural Gas":76.7}},"geometry":{"type":"Point","coordinates":[-91.18722,30.48972]}},{"type":"Feature","properties":{"code":10692,"plant_name":"ExxonMobil Baytown Turbine","capacity_mw":320.4,"fuel_source":{"Natural Gas":320.4}},"geometry":{"type":"Point","coordinates":[-95.00965,29.75912]}},{"type":"Feature","properties":{"code":10693,"plant_name":"Eastern Correctional Institute","capacity_mw":4.6,"fuel_source":{"Petroleum":2,"Wood":2.6}},"geometry":{"type":"Point","coordinates":[-75.704,38.159]}},{"type":"Feature","properties":{"code":10694,"plant_name":"Pepperell Hydro Power Plant","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-71.57556,42.66889]}},{"type":"Feature","properties":{"code":10697,"plant_name":"St Francisville Mill","capacity_mw":16.5,"fuel_source":{"Wood":16.5}},"geometry":{"type":"Point","coordinates":[-91.3236,30.7108]}},{"type":"Feature","properties":{"code":10698,"plant_name":"Graphic Packaging","capacity_mw":6.5,"fuel_source":{"Natural Gas":6.5}},"geometry":{"type":"Point","coordinates":[-85.57897,42.30681]}},{"type":"Feature","properties":{"code":10699,"plant_name":"Georgia-Pacific Consr Prods LP-Naheola","capacity_mw":72.8,"fuel_source":{"Wood":72.8}},"geometry":{"type":"Point","coordinates":[-88.0252,32.2268]}},{"type":"Feature","properties":{"code":10700,"plant_name":"Red Shield Envir Old Town Facility","capacity_mw":21.5,"fuel_source":{"Wood":21.5}},"geometry":{"type":"Point","coordinates":[-68.63554,44.91806]}},{"type":"Feature","properties":{"code":10706,"plant_name":"Burney Creek","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-121.7225,40.8579]}},{"type":"Feature","properties":{"code":10707,"plant_name":"Cove Hydroelectric","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-121.9487,40.8713]}},{"type":"Feature","properties":{"code":10708,"plant_name":"Lost Creek I","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-121.4145,40.7576]}},{"type":"Feature","properties":{"code":10709,"plant_name":"Ponderosa Bailey Creek","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-121.8427,40.4579]}},{"type":"Feature","properties":{"code":10718,"plant_name":"Karen Avenue Windfarm","capacity_mw":11.7,"fuel_source":{"Wind":11.7}},"geometry":{"type":"Point","coordinates":[-116.56222,33.92194]}},{"type":"Feature","properties":{"code":10720,"plant_name":"Kyocera America Project","capacity_mw":3.8,"fuel_source":{"Natural Gas":3.8}},"geometry":{"type":"Point","coordinates":[-117.1175,32.88611]}},{"type":"Feature","properties":{"code":10725,"plant_name":"Selkirk Cogen","capacity_mw":348.2,"fuel_source":{"Natural Gas":348.2}},"geometry":{"type":"Point","coordinates":[-73.8592,42.5744]}},{"type":"Feature","properties":{"code":10726,"plant_name":"Masspower","capacity_mw":245,"fuel_source":{"Natural Gas":245}},"geometry":{"type":"Point","coordinates":[-72.5225,42.1575]}},{"type":"Feature","properties":{"code":10728,"plant_name":"Barker Lower","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-70.2297,44.0867]}},{"type":"Feature","properties":{"code":10729,"plant_name":"Cargill Corn Wet Milling Plant","capacity_mw":10.3,"fuel_source":{"Coal":10.3}},"geometry":{"type":"Point","coordinates":[-90.13478,35.08211]}},{"type":"Feature","properties":{"code":10733,"plant_name":"Santa Maria Cogen Plant","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-120.45791,34.94434]}},{"type":"Feature","properties":{"code":10735,"plant_name":"Barber Dam","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-116.12127,43.561]}},{"type":"Feature","properties":{"code":10737,"plant_name":"Sprague Hydro","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-120.98944,42.50136]}},{"type":"Feature","properties":{"code":10739,"plant_name":"Hoge Lumber","capacity_mw":1.5,"fuel_source":{"Wood":1.5}},"geometry":{"type":"Point","coordinates":[-84.3183,40.48848]}},{"type":"Feature","properties":{"code":10740,"plant_name":"Magic Dam Hydroelectric Project","capacity_mw":8.7,"fuel_source":{"Hydro":8.7}},"geometry":{"type":"Point","coordinates":[-114.3569,43.2547]}},{"type":"Feature","properties":{"code":10741,"plant_name":"Clear Lake Cogeneration Ltd","capacity_mw":366,"fuel_source":{"Natural Gas":366}},"geometry":{"type":"Point","coordinates":[-95.067,29.6255]}},{"type":"Feature","properties":{"code":10743,"plant_name":"Morgantown Energy Facility","capacity_mw":50,"fuel_source":{"Coal":50}},"geometry":{"type":"Point","coordinates":[-79.96056,39.6397]}},{"type":"Feature","properties":{"code":10745,"plant_name":"Midland Cogeneration Venture","capacity_mw":1864.6,"fuel_source":{"Natural Gas":1859.4,"Petroleum":5.2}},"geometry":{"type":"Point","coordinates":[-84.2242,43.5861]}},{"type":"Feature","properties":{"code":10746,"plant_name":"Covanta Delaware Valley","capacity_mw":80,"fuel_source":{"Biomass":80}},"geometry":{"type":"Point","coordinates":[-75.3882,39.8265]}},{"type":"Feature","properties":{"code":10748,"plant_name":"Marina Landfill Gas","capacity_mw":5,"fuel_source":{"Biomass":5}},"geometry":{"type":"Point","coordinates":[-121.7686,36.7131]}},{"type":"Feature","properties":{"code":10751,"plant_name":"Camden Plant Holding LLC","capacity_mw":145,"fuel_source":{"Natural Gas":145}},"geometry":{"type":"Point","coordinates":[-75.1192,39.9175]}},{"type":"Feature","properties":{"code":10752,"plant_name":"Lachute Hydro Lower","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-73.4207,43.84903]}},{"type":"Feature","properties":{"code":10753,"plant_name":"Lachute Hydro Upper","capacity_mw":4.9,"fuel_source":{"Hydro":4.9}},"geometry":{"type":"Point","coordinates":[-73.43121,43.84387]}},{"type":"Feature","properties":{"code":10755,"plant_name":"Rifle Generating Station","capacity_mw":60.2,"fuel_source":{"Natural Gas":60.2}},"geometry":{"type":"Point","coordinates":[-107.7299,39.5173]}},{"type":"Feature","properties":{"code":10759,"plant_name":"Salton Sea Power Gen Co - Unit 3","capacity_mw":47.5,"fuel_source":{"Geothermal":47.5}},"geometry":{"type":"Point","coordinates":[-115.63866,33.15815]}},{"type":"Feature","properties":{"code":10761,"plant_name":"Las Vegas Cogeneration LP","capacity_mw":50,"fuel_source":{"Natural Gas":50}},"geometry":{"type":"Point","coordinates":[-115.1222,36.2319]}},{"type":"Feature","properties":{"code":10763,"plant_name":"Geo East Mesa III","capacity_mw":21.1,"fuel_source":{"Geothermal":21.1}},"geometry":{"type":"Point","coordinates":[-115.2637,32.7757]}},{"type":"Feature","properties":{"code":10764,"plant_name":"Blue Lake Power LLC","capacity_mw":11.5,"fuel_source":{"Wood":11.5}},"geometry":{"type":"Point","coordinates":[-123.9942,40.8786]}},{"type":"Feature","properties":{"code":10765,"plant_name":"Indeck Jonesboro Energy Center","capacity_mw":20.2,"fuel_source":{"Wood":20.2}},"geometry":{"type":"Point","coordinates":[-67.5477,44.6781]}},{"type":"Feature","properties":{"code":10766,"plant_name":"Indeck West Enfield Energy Center","capacity_mw":20.4,"fuel_source":{"Wood":20.4}},"geometry":{"type":"Point","coordinates":[-68.62792,45.2537]}},{"type":"Feature","properties":{"code":10767,"plant_name":"Rio Bravo Fresno","capacity_mw":24.3,"fuel_source":{"Wood":24.3}},"geometry":{"type":"Point","coordinates":[-119.72322,36.68891]}},{"type":"Feature","properties":{"code":10768,"plant_name":"Rio Bravo Jasmin","capacity_mw":33,"fuel_source":{"Coal":33}},"geometry":{"type":"Point","coordinates":[-119.0512,35.7415]}},{"type":"Feature","properties":{"code":10769,"plant_name":"Rio Bravo Poso","capacity_mw":33,"fuel_source":{"Coal":33}},"geometry":{"type":"Point","coordinates":[-119.07536,35.54745]}},{"type":"Feature","properties":{"code":10771,"plant_name":"Hopewell Power Station","capacity_mw":51,"fuel_source":{"Wood":51}},"geometry":{"type":"Point","coordinates":[-77.28298,37.29783]}},{"type":"Feature","properties":{"code":10772,"plant_name":"Rio Bravo Rocklin","capacity_mw":24.4,"fuel_source":{"Wood":24.4}},"geometry":{"type":"Point","coordinates":[-121.31365,38.8319]}},{"type":"Feature","properties":{"code":10773,"plant_name":"Altavista Power Station","capacity_mw":51,"fuel_source":{"Wood":51}},"geometry":{"type":"Point","coordinates":[-79.27355,37.11867]}},{"type":"Feature","properties":{"code":10774,"plant_name":"Southampton Power Station","capacity_mw":51,"fuel_source":{"Wood":51}},"geometry":{"type":"Point","coordinates":[-76.9953,36.6525]}},{"type":"Feature","properties":{"code":10776,"plant_name":"E F Oxnard Energy Facility","capacity_mw":48.5,"fuel_source":{"Natural Gas":48.5}},"geometry":{"type":"Point","coordinates":[-119.1664,34.1958]}},{"type":"Feature","properties":{"code":10777,"plant_name":"HL Power","capacity_mw":30,"fuel_source":{"Wood":30}},"geometry":{"type":"Point","coordinates":[-120.26485,40.36834]}},{"type":"Feature","properties":{"code":10781,"plant_name":"Koyle Ranch Hydroelectric Project","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-114.7957,42.94566]}},{"type":"Feature","properties":{"code":10784,"plant_name":"Colstrip Energy LP","capacity_mw":35,"fuel_source":{"Coal":35}},"geometry":{"type":"Point","coordinates":[-106.6547,45.9752]}},{"type":"Feature","properties":{"code":10787,"plant_name":"Piedmont Hydro Power Project","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-82.4621,34.70202]}},{"type":"Feature","properties":{"code":10789,"plant_name":"Sabine River Works","capacity_mw":87,"fuel_source":{"Natural Gas":87}},"geometry":{"type":"Point","coordinates":[-93.7579,30.0552]}},{"type":"Feature","properties":{"code":10790,"plant_name":"Victoria Texas Plant","capacity_mw":75,"fuel_source":{"Natural Gas":75}},"geometry":{"type":"Point","coordinates":[-96.95601,28.67509]}},{"type":"Feature","properties":{"code":10795,"plant_name":"Camden South Carolina","capacity_mw":28.5,"fuel_source":{"Coal":28.5}},"geometry":{"type":"Point","coordinates":[-80.6558,34.2338]}},{"type":"Feature","properties":{"code":10798,"plant_name":"Fries Hydroelectric Project","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-80.98562,36.7151]}},{"type":"Feature","properties":{"code":10799,"plant_name":"Pelzer Upper","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-82.45444,34.64237]}},{"type":"Feature","properties":{"code":10800,"plant_name":"Pelzer Lower","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-82.44791,34.61652]}},{"type":"Feature","properties":{"code":10801,"plant_name":"Ware Shoals Hydro Project","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-82.23358,34.40401]}},{"type":"Feature","properties":{"code":10803,"plant_name":"Ogdensburg Power","capacity_mw":23,"fuel_source":{"Natural Gas":23}},"geometry":{"type":"Point","coordinates":[-75.4417,44.7258]}},{"type":"Feature","properties":{"code":10805,"plant_name":"Kenilworth Energy Facility","capacity_mw":24.5,"fuel_source":{"Natural Gas":24.5}},"geometry":{"type":"Point","coordinates":[-74.2744,40.6781]}},{"type":"Feature","properties":{"code":10806,"plant_name":"Crystal Springs","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-114.50093,42.62251]}},{"type":"Feature","properties":{"code":10807,"plant_name":"Dietrich Drop","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-114.26795,42.83605]}},{"type":"Feature","properties":{"code":10808,"plant_name":"Low Line Rapids","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-114.38012,42.47711]}},{"type":"Feature","properties":{"code":10809,"plant_name":"Rock Creek II","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-114.53149,42.62072]}},{"type":"Feature","properties":{"code":10810,"plant_name":"NTC/MCRD Energy Facility","capacity_mw":23.8,"fuel_source":{"Natural Gas":23.8}},"geometry":{"type":"Point","coordinates":[-117.2083,32.7353]}},{"type":"Feature","properties":{"code":10811,"plant_name":"Naval Station Energy Facility","capacity_mw":51.3,"fuel_source":{"Natural Gas":51.3}},"geometry":{"type":"Point","coordinates":[-117.12245,32.67927]}},{"type":"Feature","properties":{"code":10812,"plant_name":"North Island Energy Facility","capacity_mw":41.5,"fuel_source":{"Natural Gas":41.5}},"geometry":{"type":"Point","coordinates":[-117.18966,32.70516]}},{"type":"Feature","properties":{"code":10815,"plant_name":"Difwind Farms Ltd VII","capacity_mw":24,"fuel_source":{"Wind":24}},"geometry":{"type":"Point","coordinates":[-121.5253,37.7581]}},{"type":"Feature","properties":{"code":10817,"plant_name":"Port Leyden Hydroelectric Project","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-75.33917,43.58361]}},{"type":"Feature","properties":{"code":10819,"plant_name":"Ada Cogeneration LP","capacity_mw":29.4,"fuel_source":{"Natural Gas":29.4}},"geometry":{"type":"Point","coordinates":[-85.49407,42.96267]}},{"type":"Feature","properties":{"code":10820,"plant_name":"Aliso Water Management Agency","capacity_mw":1.2,"fuel_source":{"Biomass":1.2}},"geometry":{"type":"Point","coordinates":[-117.7092,33.5244]}},{"type":"Feature","properties":{"code":10822,"plant_name":"Grayling Generating Station","capacity_mw":38,"fuel_source":{"Wood":38}},"geometry":{"type":"Point","coordinates":[-84.69058,44.60492]}},{"type":"Feature","properties":{"code":10823,"plant_name":"Deer Island Treatment Plant","capacity_mw":56.3,"fuel_source":{"Petroleum":44,"Biomass":9}},"geometry":{"type":"Point","coordinates":[-70.96278,42.35333]}},{"type":"Feature","properties":{"code":10824,"plant_name":"Oakdale Power Station","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-71.80246,42.38697]}},{"type":"Feature","properties":{"code":10825,"plant_name":"Cosgrove Intake and Power Station","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-71.68722,42.40439]}},{"type":"Feature","properties":{"code":10836,"plant_name":"Woodland Biomass Power Ltd","capacity_mw":25,"fuel_source":{"Wood":25}},"geometry":{"type":"Point","coordinates":[-121.7371,38.6905]}},{"type":"Feature","properties":{"code":10837,"plant_name":"Covanta Mendota","capacity_mw":25,"fuel_source":{"Wood":25}},"geometry":{"type":"Point","coordinates":[-120.36542,36.7559]}},{"type":"Feature","properties":{"code":10838,"plant_name":"Springfield Power LLC","capacity_mw":16.1,"fuel_source":{"Wood":16.1}},"geometry":{"type":"Point","coordinates":[-72.056,43.44287]}},{"type":"Feature","properties":{"code":10839,"plant_name":"DG Whitefield LLC","capacity_mw":17,"fuel_source":{"Wood":17}},"geometry":{"type":"Point","coordinates":[-71.5449,44.35805]}},{"type":"Feature","properties":{"code":10840,"plant_name":"Covanta Delano Energy","capacity_mw":49,"fuel_source":{"Wood":49}},"geometry":{"type":"Point","coordinates":[-119.2337,35.7144]}},{"type":"Feature","properties":{"code":10848,"plant_name":"Walden","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-74.19515,41.55998]}},{"type":"Feature","properties":{"code":10849,"plant_name":"Silver Bay Power","capacity_mw":105,"fuel_source":{"Coal":105}},"geometry":{"type":"Point","coordinates":[-91.26053,47.28657]}},{"type":"Feature","properties":{"code":10850,"plant_name":"Mojave Cogen","capacity_mw":56.3,"fuel_source":{"Natural Gas":56.3}},"geometry":{"type":"Point","coordinates":[-117.70125,35.03204]}},{"type":"Feature","properties":{"code":10853,"plant_name":"Center Falls","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-73.46017,43.09668]}},{"type":"Feature","properties":{"code":10855,"plant_name":"Cargill Corn Milling Division","capacity_mw":36.7,"fuel_source":{"Coal":36.7}},"geometry":{"type":"Point","coordinates":[-92.6467,41.1386]}},{"type":"Feature","properties":{"code":10860,"plant_name":"Archer Daniels Midland Clinton","capacity_mw":180,"fuel_source":{"Coal":180}},"geometry":{"type":"Point","coordinates":[-90.2097,41.8206]}},{"type":"Feature","properties":{"code":10861,"plant_name":"Archer Daniels Midland Des Moines","capacity_mw":7.9,"fuel_source":{"Coal":7.9}},"geometry":{"type":"Point","coordinates":[-93.58451,41.62444]}},{"type":"Feature","properties":{"code":10862,"plant_name":"Archer Daniels Midland Lincoln","capacity_mw":7.9,"fuel_source":{"Coal":7.9}},"geometry":{"type":"Point","coordinates":[-96.61449,40.86646]}},{"type":"Feature","properties":{"code":10863,"plant_name":"Archer Daniels Midland Mankato","capacity_mw":6.2,"fuel_source":{"Coal":6.2}},"geometry":{"type":"Point","coordinates":[-93.99242,44.18707]}},{"type":"Feature","properties":{"code":10864,"plant_name":"Archer Daniels Midland Cedar Rapids","capacity_mw":260,"fuel_source":{"Coal":260}},"geometry":{"type":"Point","coordinates":[-91.6875,41.9221]}},{"type":"Feature","properties":{"code":10865,"plant_name":"Archer Daniels Midland Decatur","capacity_mw":335,"fuel_source":{"Coal":335}},"geometry":{"type":"Point","coordinates":[-88.89076,39.87007]}},{"type":"Feature","properties":{"code":10866,"plant_name":"Archer Daniels Midland Peoria","capacity_mw":55,"fuel_source":{"Coal":15,"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-89.60491,40.67719]}},{"type":"Feature","properties":{"code":10867,"plant_name":"Tate & Lyle Decatur Plant Cogen","capacity_mw":58.1,"fuel_source":{"Coal":58.1}},"geometry":{"type":"Point","coordinates":[-88.93194,39.84919]}},{"type":"Feature","properties":{"code":10869,"plant_name":"Biomass One LP","capacity_mw":36.5,"fuel_source":{"Wood":36.5}},"geometry":{"type":"Point","coordinates":[-122.84996,42.43611]}},{"type":"Feature","properties":{"code":10870,"plant_name":"Hazelton","capacity_mw":147.2,"fuel_source":{"Natural Gas":147.2}},"geometry":{"type":"Point","coordinates":[-76.04093,40.92816]}},{"type":"Feature","properties":{"code":10872,"plant_name":"Kings Falls Hydroelectric","capacity_mw":0.2,"fuel_source":{"Hydro":0.2}},"geometry":{"type":"Point","coordinates":[-75.63382,43.91727]}},{"type":"Feature","properties":{"code":10873,"plant_name":"Coso Finance Partners","capacity_mw":81.2,"fuel_source":{"Geothermal":81.2}},"geometry":{"type":"Point","coordinates":[-117.7981,36.0372]}},{"type":"Feature","properties":{"code":10874,"plant_name":"Coso Power Developers","capacity_mw":80.3,"fuel_source":{"Geothermal":80.3}},"geometry":{"type":"Point","coordinates":[-117.7917,36.0192]}},{"type":"Feature","properties":{"code":10875,"plant_name":"Coso Energy Developers","capacity_mw":67.8,"fuel_source":{"Geothermal":67.8}},"geometry":{"type":"Point","coordinates":[-117.7886,36.0019]}},{"type":"Feature","properties":{"code":10878,"plant_name":"Salton Sea Power Gen Co - Unit 1","capacity_mw":10,"fuel_source":{"Geothermal":10}},"geometry":{"type":"Point","coordinates":[-115.6475,33.158]}},{"type":"Feature","properties":{"code":10879,"plant_name":"Salton Sea Power Gen Co - Unit 2","capacity_mw":16.1,"fuel_source":{"Geothermal":16.1}},"geometry":{"type":"Point","coordinates":[-115.6475,33.158]}},{"type":"Feature","properties":{"code":10880,"plant_name":"Bidwell Ditch Project","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-121.4481,40.8014]}},{"type":"Feature","properties":{"code":10881,"plant_name":"Roaring Creek Water Power","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-121.94835,40.88206]}},{"type":"Feature","properties":{"code":10882,"plant_name":"Hatchet Creek Project","capacity_mw":6.8,"fuel_source":{"Hydro":6.8}},"geometry":{"type":"Point","coordinates":[-121.92043,40.87414]}},{"type":"Feature","properties":{"code":10883,"plant_name":"Medical Area Total Energy Plant","capacity_mw":83,"fuel_source":{"Natural Gas":47,"Petroleum":36}},"geometry":{"type":"Point","coordinates":[-71.10815,42.33685]}},{"type":"Feature","properties":{"code":10884,"plant_name":"Olive View Medical Center","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-118.44477,34.32624]}},{"type":"Feature","properties":{"code":10902,"plant_name":"Victory Mills","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-76.5477,42.9197]}},{"type":"Feature","properties":{"code":10903,"plant_name":"Lockport Powerhouse","capacity_mw":12,"fuel_source":{"Hydro":12}},"geometry":{"type":"Point","coordinates":[-88.0789,41.5697]}},{"type":"Feature","properties":{"code":50001,"plant_name":"Altamont Midway Ltd","capacity_mw":10.9,"fuel_source":{"Wind":10.9}},"geometry":{"type":"Point","coordinates":[-121.4322,37.7392]}},{"type":"Feature","properties":{"code":50002,"plant_name":"Pittsfield Generating LP","capacity_mw":154.3,"fuel_source":{"Natural Gas":154.3}},"geometry":{"type":"Point","coordinates":[-73.2181,42.4564]}},{"type":"Feature","properties":{"code":50003,"plant_name":"Chalk Cliff Cogen","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.4299,35.0968]}},{"type":"Feature","properties":{"code":50006,"plant_name":"Linden Cogen Plant","capacity_mw":906.2,"fuel_source":{"Natural Gas":906.2}},"geometry":{"type":"Point","coordinates":[-74.2156,40.6322]}},{"type":"Feature","properties":{"code":50010,"plant_name":"Glen Ferris Hydro","capacity_mw":6.2,"fuel_source":{"Hydro":6.2}},"geometry":{"type":"Point","coordinates":[-81.2147,38.1483]}},{"type":"Feature","properties":{"code":50011,"plant_name":"Hawks Nest Hydro","capacity_mw":96.8,"fuel_source":{"Hydro":96.8}},"geometry":{"type":"Point","coordinates":[-81.1753,38.1478]}},{"type":"Feature","properties":{"code":50024,"plant_name":"HGST San Jose Standby Generator","capacity_mw":42,"fuel_source":{"Petroleum":42}},"geometry":{"type":"Point","coordinates":[-121.7963,37.2444]}},{"type":"Feature","properties":{"code":50026,"plant_name":"Corpus Refinery","capacity_mw":41.7,"fuel_source":{"Natural Gas":32,"Other":9.7}},"geometry":{"type":"Point","coordinates":[-97.5281,27.8322]}},{"type":"Feature","properties":{"code":50028,"plant_name":"Plant 31 Paper Mill","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-92.1496,32.48679]}},{"type":"Feature","properties":{"code":50031,"plant_name":"Mt Ida Hydroelectric","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-73.68061,42.72133]}},{"type":"Feature","properties":{"code":50034,"plant_name":"Valley Falls Hydroelectric Facility","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-73.5625,42.9044]}},{"type":"Feature","properties":{"code":50035,"plant_name":"MMWAC Refuel_source Recovery Facility","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-70.26083,44.06779]}},{"type":"Feature","properties":{"code":50036,"plant_name":"New Martinsville Hannibal Hydro","capacity_mw":14,"fuel_source":{"Hydro":14}},"geometry":{"type":"Point","coordinates":[-80.8642,39.6672]}},{"type":"Feature","properties":{"code":50037,"plant_name":"Rio Bravo Hydro Project","capacity_mw":13.4,"fuel_source":{"Hydro":13.4}},"geometry":{"type":"Point","coordinates":[-118.8222,35.43]}},{"type":"Feature","properties":{"code":50039,"plant_name":"Kline Township Cogen Facility","capacity_mw":52,"fuel_source":{"Coal":52}},"geometry":{"type":"Point","coordinates":[-75.99349,40.8734]}},{"type":"Feature","properties":{"code":50041,"plant_name":"Norton Powerhouse","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-71.80522,42.30956]}},{"type":"Feature","properties":{"code":50043,"plant_name":"Houston Chemical Complex Battleground","capacity_mw":263,"fuel_source":{"Natural Gas":263}},"geometry":{"type":"Point","coordinates":[-95.0839,29.7314]}},{"type":"Feature","properties":{"code":50047,"plant_name":"International Paper Jay Hydro","capacity_mw":3.1,"fuel_source":{"Hydro":3.1}},"geometry":{"type":"Point","coordinates":[-70.22097,44.5037]}},{"type":"Feature","properties":{"code":50049,"plant_name":"Eel River Power","capacity_mw":33.5,"fuel_source":{"Wood":33.5}},"geometry":{"type":"Point","coordinates":[-124.1014,40.4728]}},{"type":"Feature","properties":{"code":50051,"plant_name":"Penobscot Energy Recovery","capacity_mw":21.2,"fuel_source":{"Biomass":21.2}},"geometry":{"type":"Point","coordinates":[-68.8258,44.7383]}},{"type":"Feature","properties":{"code":50054,"plant_name":"Rice University","capacity_mw":6.9,"fuel_source":{"Natural Gas":6.9}},"geometry":{"type":"Point","coordinates":[-95.39536,29.72105]}},{"type":"Feature","properties":{"code":50060,"plant_name":"Brown Station Road Plant I","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-76.7722,38.8228]}},{"type":"Feature","properties":{"code":50061,"plant_name":"San Diego State University","capacity_mw":13.3,"fuel_source":{"Natural Gas":13.3}},"geometry":{"type":"Point","coordinates":[-117.07011,32.77822]}},{"type":"Feature","properties":{"code":50062,"plant_name":"San Joaquin Cogen","capacity_mw":48,"fuel_source":{"Natural Gas":48}},"geometry":{"type":"Point","coordinates":[-121.2771,37.8062]}},{"type":"Feature","properties":{"code":50064,"plant_name":"Univ of Calif Santa Cruz Cogeneration","capacity_mw":2.6,"fuel_source":{"Natural Gas":2.6}},"geometry":{"type":"Point","coordinates":[-122.0622,36.9997]}},{"type":"Feature","properties":{"code":50066,"plant_name":"Calistoga Power Plant","capacity_mw":110,"fuel_source":{"Geothermal":110}},"geometry":{"type":"Point","coordinates":[-122.7434,38.7879]}},{"type":"Feature","properties":{"code":50067,"plant_name":"Borger Plant","capacity_mw":32,"fuel_source":{"Other Fossil Gasses":32}},"geometry":{"type":"Point","coordinates":[-101.4354,35.6647]}},{"type":"Feature","properties":{"code":50071,"plant_name":"Palm Beach Renewable Energy Facility#1","capacity_mw":50,"fuel_source":{"Biomass":50}},"geometry":{"type":"Point","coordinates":[-80.14194,26.77139]}},{"type":"Feature","properties":{"code":50074,"plant_name":"Marcus Hook Refinery Cogen","capacity_mw":50,"fuel_source":{"Natural Gas":50}},"geometry":{"type":"Point","coordinates":[-75.4281,39.8103]}},{"type":"Feature","properties":{"code":50076,"plant_name":"Santa Felicia Dam","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-118.7511,34.46167]}},{"type":"Feature","properties":{"code":50077,"plant_name":"EQ Waste Energy Services","capacity_mw":1.4,"fuel_source":{"Biomass":1.4}},"geometry":{"type":"Point","coordinates":[-83.5231,42.2711]}},{"type":"Feature","properties":{"code":50079,"plant_name":"Goodyear Lake Plant","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-74.98356,42.50247]}},{"type":"Feature","properties":{"code":50080,"plant_name":"Otis Hydro","capacity_mw":10.2,"fuel_source":{"Hydro":10.2}},"geometry":{"type":"Point","coordinates":[-70.20076,44.47781]}},{"type":"Feature","properties":{"code":50081,"plant_name":"International Paper Riley Hydro","capacity_mw":6.6,"fuel_source":{"Hydro":6.6}},"geometry":{"type":"Point","coordinates":[-70.24914,44.50343]}},{"type":"Feature","properties":{"code":50082,"plant_name":"International Paper Livermore Hydro","capacity_mw":9.2,"fuel_source":{"Hydro":9.2}},"geometry":{"type":"Point","coordinates":[-70.18733,44.47051]}},{"type":"Feature","properties":{"code":50087,"plant_name":"Univ of Massachusetts Medical Center","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-71.75977,42.27901]}},{"type":"Feature","properties":{"code":50088,"plant_name":"University of Northern Iowa","capacity_mw":7.5,"fuel_source":{"Coal":7.5}},"geometry":{"type":"Point","coordinates":[-92.45912,42.51361]}},{"type":"Feature","properties":{"code":50089,"plant_name":"Univ of San Francisco Cogen","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-122.45188,37.77656]}},{"type":"Feature","properties":{"code":50091,"plant_name":"Sheep Creek Hydro","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-117.79538,48.94774]}},{"type":"Feature","properties":{"code":50093,"plant_name":"Chateaugay High Falls Hydro","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-74.0858,44.90991]}},{"type":"Feature","properties":{"code":50094,"plant_name":"Veolia Energy Trenton L.P.","capacity_mw":0.1,"fuel_source":{"Natural Gas":0.1}},"geometry":{"type":"Point","coordinates":[-74.7667,40.2167]}},{"type":"Feature","properties":{"code":50099,"plant_name":"Tamarack Energy Partnership","capacity_mw":5.8,"fuel_source":{"Wood":5.8}},"geometry":{"type":"Point","coordinates":[-116.38713,44.95485]}},{"type":"Feature","properties":{"code":50101,"plant_name":"MeadWestvaco Evadale","capacity_mw":63.5,"fuel_source":{"Wood":63.5}},"geometry":{"type":"Point","coordinates":[-94.0656,30.3419]}},{"type":"Feature","properties":{"code":50103,"plant_name":"China Mill Hydro","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-71.45987,43.12871]}},{"type":"Feature","properties":{"code":50105,"plant_name":"Ground Water Pumping Station","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-122.49472,45.55583]}},{"type":"Feature","properties":{"code":50109,"plant_name":"Paris Energy Center","capacity_mw":236,"fuel_source":{"Natural Gas":236}},"geometry":{"type":"Point","coordinates":[-95.5577,33.6968]}},{"type":"Feature","properties":{"code":50110,"plant_name":"Sierra Pacific Burney Facility","capacity_mw":18.2,"fuel_source":{"Wood":18.2}},"geometry":{"type":"Point","coordinates":[-121.7016,40.8767]}},{"type":"Feature","properties":{"code":50112,"plant_name":"Sierra Pacific Quincy Facility","capacity_mw":28.3,"fuel_source":{"Wood":28.3}},"geometry":{"type":"Point","coordinates":[-120.90921,39.94116]}},{"type":"Feature","properties":{"code":50115,"plant_name":"US Borax","capacity_mw":39,"fuel_source":{"Natural Gas":39}},"geometry":{"type":"Point","coordinates":[-117.701,35.0329]}},{"type":"Feature","properties":{"code":50118,"plant_name":"Hal C Weaver Power Plant","capacity_mw":146.8,"fuel_source":{"Natural Gas":146.8}},"geometry":{"type":"Point","coordinates":[-97.7356,30.2867]}},{"type":"Feature","properties":{"code":50119,"plant_name":"Phillips 66 Rodeo Refinery","capacity_mw":48,"fuel_source":{"Other Fossil Gasses":48}},"geometry":{"type":"Point","coordinates":[-122.2583,38.0417]}},{"type":"Feature","properties":{"code":50121,"plant_name":"Valero Refinery Corpus Christi West","capacity_mw":65.2,"fuel_source":{"Other Fossil Gasses":53.2,"Other":12}},"geometry":{"type":"Point","coordinates":[-97.4814,27.8175]}},{"type":"Feature","properties":{"code":50123,"plant_name":"Normanskill Hydro Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-73.95732,42.71236]}},{"type":"Feature","properties":{"code":50126,"plant_name":"Ottauquechee Hydro","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-72.3506,43.5933]}},{"type":"Feature","properties":{"code":50127,"plant_name":"CCI Signal Hill LLC","capacity_mw":77,"fuel_source":{"Natural Gas":77}},"geometry":{"type":"Point","coordinates":[-98.5894,33.8625]}},{"type":"Feature","properties":{"code":50128,"plant_name":"Clear Lake Hydro Project","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-122.56668,38.92356]}},{"type":"Feature","properties":{"code":50129,"plant_name":"Indian Valley Dam Hydro Project","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-122.53556,39.0788]}},{"type":"Feature","properties":{"code":50130,"plant_name":"G F Weaton Power Station","capacity_mw":112,"fuel_source":{"Coal":112}},"geometry":{"type":"Point","coordinates":[-80.3462,40.66732]}},{"type":"Feature","properties":{"code":50131,"plant_name":"Coalinga Cogeneration","capacity_mw":36,"fuel_source":{"Natural Gas":36}},"geometry":{"type":"Point","coordinates":[-120.3885,36.1807]}},{"type":"Feature","properties":{"code":50134,"plant_name":"Sycamore Cogeneration","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-118.98531,35.45258]}},{"type":"Feature","properties":{"code":50136,"plant_name":"South Oaks Hospital","capacity_mw":0.5,"fuel_source":{"Natural Gas":0.5}},"geometry":{"type":"Point","coordinates":[-73.4258,40.6853]}},{"type":"Feature","properties":{"code":50137,"plant_name":"Newgulf Cogen","capacity_mw":72,"fuel_source":{"Natural Gas":72}},"geometry":{"type":"Point","coordinates":[-95.8997,29.2639]}},{"type":"Feature","properties":{"code":50141,"plant_name":"Snider Industries","capacity_mw":5,"fuel_source":{"Wood":5}},"geometry":{"type":"Point","coordinates":[-94.37389,32.57472]}},{"type":"Feature","properties":{"code":50146,"plant_name":"Imperial Savannah LP","capacity_mw":11.2,"fuel_source":{"Coal":11.2}},"geometry":{"type":"Point","coordinates":[-81.14655,32.14399]}},{"type":"Feature","properties":{"code":50147,"plant_name":"R E Badger Filtration Plant","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-117.175,33.051]}},{"type":"Feature","properties":{"code":50148,"plant_name":"Linde Wilmington","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-118.22939,33.78856]}},{"type":"Feature","properties":{"code":50150,"plant_name":"Union Carbide Seadrift Cogen","capacity_mw":168,"fuel_source":{"Natural Gas":168}},"geometry":{"type":"Point","coordinates":[-96.7706,28.5105]}},{"type":"Feature","properties":{"code":50151,"plant_name":"Union Carbide South Charleston","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-81.6786,38.3688]}},{"type":"Feature","properties":{"code":50152,"plant_name":"Dow St Charles Operations","capacity_mw":270,"fuel_source":{"Natural Gas":270}},"geometry":{"type":"Point","coordinates":[-90.4414,29.9861]}},{"type":"Feature","properties":{"code":50153,"plant_name":"Texas City Plant Union Carbide","capacity_mw":70,"fuel_source":{"Natural Gas":32,"Other":38}},"geometry":{"type":"Point","coordinates":[-94.94648,29.37612]}},{"type":"Feature","properties":{"code":50156,"plant_name":"Bear Creek","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-121.95911,40.53445]}},{"type":"Feature","properties":{"code":50157,"plant_name":"Sanford","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-84.3802,43.6773]}},{"type":"Feature","properties":{"code":50158,"plant_name":"Edenville","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-84.3767,43.814]}},{"type":"Feature","properties":{"code":50159,"plant_name":"Secord","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-84.3418,44.0411]}},{"type":"Feature","properties":{"code":50160,"plant_name":"Smallwood","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-84.336,43.9599]}},{"type":"Feature","properties":{"code":50166,"plant_name":"International Paper Woronoco Mill","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-72.82751,42.16338]}},{"type":"Feature","properties":{"code":50169,"plant_name":"Wichita Plant","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-97.42413,37.58134]}},{"type":"Feature","properties":{"code":50170,"plant_name":"Berry Cogen","capacity_mw":35,"fuel_source":{"Natural Gas":35}},"geometry":{"type":"Point","coordinates":[-119.44362,35.09305]}},{"type":"Feature","properties":{"code":50175,"plant_name":"Emporia","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-77.56,36.696]}},{"type":"Feature","properties":{"code":50176,"plant_name":"Union Falls","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-73.91308,44.51074]}},{"type":"Feature","properties":{"code":50177,"plant_name":"Blackstone/Tupperware","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-71.5444,42.01447]}},{"type":"Feature","properties":{"code":50178,"plant_name":"Halifax","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-78.9236,36.7817]}},{"type":"Feature","properties":{"code":50179,"plant_name":"Box Canyon","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-122.3292,41.2792]}},{"type":"Feature","properties":{"code":50180,"plant_name":"Olsen","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-121.89065,40.67054]}},{"type":"Feature","properties":{"code":50184,"plant_name":"Weyerhaeuser Columbus MS","capacity_mw":128.6,"fuel_source":{"Wood":128.6}},"geometry":{"type":"Point","coordinates":[-88.46,33.3602]}},{"type":"Feature","properties":{"code":50185,"plant_name":"Cosmo Specialty Fibers Plant","capacity_mw":17,"fuel_source":{"Wood":17}},"geometry":{"type":"Point","coordinates":[-123.76109,46.95407]}},{"type":"Feature","properties":{"code":50187,"plant_name":"Weyerhaeuser Longview WA","capacity_mw":56.6,"fuel_source":{"Wood":56.6}},"geometry":{"type":"Point","coordinates":[-122.9728,46.1236]}},{"type":"Feature","properties":{"code":50188,"plant_name":"Weyerhaeuser New Bern NC","capacity_mw":29.7,"fuel_source":{"Wood":29.7}},"geometry":{"type":"Point","coordinates":[-77.1144,35.212]}},{"type":"Feature","properties":{"code":50189,"plant_name":"Domtar Paper Co LLC Plymouth NC","capacity_mw":146.1,"fuel_source":{"Natural Gas":74,"Wood":72.1}},"geometry":{"type":"Point","coordinates":[-76.7831,35.8628]}},{"type":"Feature","properties":{"code":50190,"plant_name":"Domtar Paper Company Rothschild","capacity_mw":4.4,"fuel_source":{"Hydro":4.4}},"geometry":{"type":"Point","coordinates":[-89.6272,44.8867]}},{"type":"Feature","properties":{"code":50191,"plant_name":"IP Springfield Oregon","capacity_mw":58,"fuel_source":{"Wood":58}},"geometry":{"type":"Point","coordinates":[-122.9555,44.0569]}},{"type":"Feature","properties":{"code":50192,"plant_name":"International Paper Valliant OK","capacity_mw":57.8,"fuel_source":{"Wood":57.8}},"geometry":{"type":"Point","coordinates":[-95.1114,33.9961]}},{"type":"Feature","properties":{"code":50200,"plant_name":"B Braun Medical","capacity_mw":5.7,"fuel_source":{"Natural Gas":5.7}},"geometry":{"type":"Point","coordinates":[-117.83479,33.68872]}},{"type":"Feature","properties":{"code":50201,"plant_name":"Rabun Gap Cogen Facility","capacity_mw":17,"fuel_source":{"Wood":17}},"geometry":{"type":"Point","coordinates":[-83.3786,34.9536]}},{"type":"Feature","properties":{"code":50202,"plant_name":"WPS Power Niagara","capacity_mw":49.1,"fuel_source":{"Wood":49.1}},"geometry":{"type":"Point","coordinates":[-79.0082,43.0804]}},{"type":"Feature","properties":{"code":50203,"plant_name":"US Gypsum Oakfield","capacity_mw":4.9,"fuel_source":{"Natural Gas":4.9}},"geometry":{"type":"Point","coordinates":[-78.2972,43.0647]}},{"type":"Feature","properties":{"code":50205,"plant_name":"Williams Ignacio Natural Gas Plant","capacity_mw":6.1,"fuel_source":{"Other":6.1}},"geometry":{"type":"Point","coordinates":[-107.78472,37.14556]}},{"type":"Feature","properties":{"code":50206,"plant_name":"Vallecito Hydroelectric","capacity_mw":5.8,"fuel_source":{"Hydro":5.8}},"geometry":{"type":"Point","coordinates":[-107.57875,37.37771]}},{"type":"Feature","properties":{"code":50208,"plant_name":"Pinetree Power","capacity_mw":15,"fuel_source":{"Wood":15}},"geometry":{"type":"Point","coordinates":[-71.68,44.3274]}},{"type":"Feature","properties":{"code":50210,"plant_name":"Vulcan-BN Geothermal Power Company","capacity_mw":29.5,"fuel_source":{"Geothermal":29.5}},"geometry":{"type":"Point","coordinates":[-115.6167,33.1633]}},{"type":"Feature","properties":{"code":50215,"plant_name":"York County Refuel_source Recovery","capacity_mw":28.9,"fuel_source":{"Biomass":28.9}},"geometry":{"type":"Point","coordinates":[-76.7183,40.0017]}},{"type":"Feature","properties":{"code":50216,"plant_name":"Watson Cogeneration","capacity_mw":398,"fuel_source":{"Natural Gas":398}},"geometry":{"type":"Point","coordinates":[-118.24484,33.81665]}},{"type":"Feature","properties":{"code":50218,"plant_name":"Woodward Power Plant","capacity_mw":2.7,"fuel_source":{"Hydro":2.7}},"geometry":{"type":"Point","coordinates":[-120.87915,37.86065]}},{"type":"Feature","properties":{"code":50219,"plant_name":"Frankenheimer Power Plant","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-120.80697,37.83038]}},{"type":"Feature","properties":{"code":50223,"plant_name":"Nelson Creek","capacity_mw":0.5,"fuel_source":{"Hydro":0.5}},"geometry":{"type":"Point","coordinates":[-121.89235,41.02889]}},{"type":"Feature","properties":{"code":50224,"plant_name":"Oxnard Wastewater Treatment Plant","capacity_mw":1.2,"fuel_source":{"Biomass":1.2}},"geometry":{"type":"Point","coordinates":[-119.1289,34.1503]}},{"type":"Feature","properties":{"code":50225,"plant_name":"Regional Waste Systems","capacity_mw":11.5,"fuel_source":{"Biomass":11.5}},"geometry":{"type":"Point","coordinates":[-70.3347,43.6556]}},{"type":"Feature","properties":{"code":50228,"plant_name":"Rocky Brook Hydroelectric","capacity_mw":0.1,"fuel_source":{"Hydro":0.1}},"geometry":{"type":"Point","coordinates":[-122.9431,47.7197]}},{"type":"Feature","properties":{"code":50229,"plant_name":"Texas Petrochemicals","capacity_mw":35,"fuel_source":{"Natural Gas":35}},"geometry":{"type":"Point","coordinates":[-95.2547,29.6981]}},{"type":"Feature","properties":{"code":50230,"plant_name":"Robbins Lumber","capacity_mw":2.9,"fuel_source":{"Petroleum":1.8,"Wood":1.1}},"geometry":{"type":"Point","coordinates":[-69.2019,44.3331]}},{"type":"Feature","properties":{"code":50231,"plant_name":"SDS Lumber Gorge Energy Division","capacity_mw":9.7,"fuel_source":{"Wood":9.7}},"geometry":{"type":"Point","coordinates":[-121.46918,45.71308]}},{"type":"Feature","properties":{"code":50233,"plant_name":"San Dimas Wash Generating Station","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-117.80509,34.12417]}},{"type":"Feature","properties":{"code":50234,"plant_name":"San Antonio Community Hospital","capacity_mw":0.3,"fuel_source":{"Natural Gas":0.3}},"geometry":{"type":"Point","coordinates":[-117.6381,34.1019]}},{"type":"Feature","properties":{"code":50240,"plant_name":"Purdue University","capacity_mw":39.6,"fuel_source":{"Coal":37.8,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-86.9122,40.4172]}},{"type":"Feature","properties":{"code":50241,"plant_name":"Providence Memorial Hospital","capacity_mw":4.2,"fuel_source":{"Natural Gas":4.2}},"geometry":{"type":"Point","coordinates":[-106.5014,31.7697]}},{"type":"Feature","properties":{"code":50242,"plant_name":"VC Porterdale Hydroelectric","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-83.89392,33.57009]}},{"type":"Feature","properties":{"code":50243,"plant_name":"Verso Paper","capacity_mw":273.8,"fuel_source":{"Natural Gas":273.8}},"geometry":{"type":"Point","coordinates":[-68.8046,44.5738]}},{"type":"Feature","properties":{"code":50244,"plant_name":"Canton North Carolina","capacity_mw":52.5,"fuel_source":{"Coal":52.5}},"geometry":{"type":"Point","coordinates":[-82.8411,35.535]}},{"type":"Feature","properties":{"code":50250,"plant_name":"International Paper Pensacola","capacity_mw":76,"fuel_source":{"Wood":76}},"geometry":{"type":"Point","coordinates":[-87.3264,30.5966]}},{"type":"Feature","properties":{"code":50251,"plant_name":"Verso Paper Quinnesec Mich Mill","capacity_mw":59,"fuel_source":{"Wood":59}},"geometry":{"type":"Point","coordinates":[-87.9556,45.7956]}},{"type":"Feature","properties":{"code":50254,"plant_name":"KapStone Kraft Paper Corp","capacity_mw":30,"fuel_source":{"Coal":30}},"geometry":{"type":"Point","coordinates":[-77.6414,36.4769]}},{"type":"Feature","properties":{"code":50260,"plant_name":"Oakwood Hospital & Medical Center","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-83.2119,42.2917]}},{"type":"Feature","properties":{"code":50261,"plant_name":"New Lahontan","capacity_mw":3.8,"fuel_source":{"Hydro":3.8}},"geometry":{"type":"Point","coordinates":[-119.06523,39.46357]}},{"type":"Feature","properties":{"code":50267,"plant_name":"Redlands Water & Power","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-108.59279,39.06735]}},{"type":"Feature","properties":{"code":50268,"plant_name":"Hewittville Hydroelectric","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-75.00793,44.70517]}},{"type":"Feature","properties":{"code":50269,"plant_name":"Unionville Hydro Project 2499 NY","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-74.99658,44.71452]}},{"type":"Feature","properties":{"code":50270,"plant_name":"ExxonMobil Santa Ynez Facility","capacity_mw":49.1,"fuel_source":{"Natural Gas":49.1}},"geometry":{"type":"Point","coordinates":[-120.04436,34.46482]}},{"type":"Feature","properties":{"code":50273,"plant_name":"Pioneer Valley Refuel_source Recovery","capacity_mw":7.5,"fuel_source":{"Biomass":7.5}},"geometry":{"type":"Point","coordinates":[-72.5917,42.0906]}},{"type":"Feature","properties":{"code":50274,"plant_name":"Simplot Leasing Don Plant","capacity_mw":14.8,"fuel_source":{"Other":14.8}},"geometry":{"type":"Point","coordinates":[-112.52944,42.90841]}},{"type":"Feature","properties":{"code":50275,"plant_name":"Park 500 Philip Morris USA","capacity_mw":10.5,"fuel_source":{"Coal":10.5}},"geometry":{"type":"Point","coordinates":[-77.2806,37.3389]}},{"type":"Feature","properties":{"code":50276,"plant_name":"Wintec Energy Ltd","capacity_mw":5.9,"fuel_source":{"Wind":5.9}},"geometry":{"type":"Point","coordinates":[-116.5631,33.9131]}},{"type":"Feature","properties":{"code":50277,"plant_name":"ReEnergy Chateaugay Power Station","capacity_mw":18,"fuel_source":{"Wood":18}},"geometry":{"type":"Point","coordinates":[-74.0746,44.8927]}},{"type":"Feature","properties":{"code":50278,"plant_name":"Worumbo Hydro Station","capacity_mw":9.2,"fuel_source":{"Hydro":9.2}},"geometry":{"type":"Point","coordinates":[-70.06192,43.99473]}},{"type":"Feature","properties":{"code":50279,"plant_name":"Archbald Power Station","capacity_mw":71.7,"fuel_source":{"Natural Gas":43.7,"Biomass":28}},"geometry":{"type":"Point","coordinates":[-75.5406,41.485]}},{"type":"Feature","properties":{"code":50280,"plant_name":"Dahowa Hydro","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-73.5369,43.1033]}},{"type":"Feature","properties":{"code":50281,"plant_name":"San Gorgonio Farms Wind Farm","capacity_mw":31,"fuel_source":{"Wind":31}},"geometry":{"type":"Point","coordinates":[-116.615,33.92611]}},{"type":"Feature","properties":{"code":50282,"plant_name":"Luke Mill","capacity_mw":60,"fuel_source":{"Coal":60}},"geometry":{"type":"Point","coordinates":[-79.0569,39.4736]}},{"type":"Feature","properties":{"code":50284,"plant_name":"American Eagle Paper Mills","capacity_mw":17,"fuel_source":{"Coal":17}},"geometry":{"type":"Point","coordinates":[-78.23346,40.67985]}},{"type":"Feature","properties":{"code":50285,"plant_name":"Lower Village Water Power Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-72.3476,43.37429]}},{"type":"Feature","properties":{"code":50290,"plant_name":"SEMASS Refuel_source Recovery","capacity_mw":80,"fuel_source":{"Biomass":80}},"geometry":{"type":"Point","coordinates":[-70.7875,41.8022]}},{"type":"Feature","properties":{"code":50292,"plant_name":"Bethpage Power Plant","capacity_mw":184.4,"fuel_source":{"Natural Gas":184,"Petroleum":0.4}},"geometry":{"type":"Point","coordinates":[-73.4994,40.7469]}},{"type":"Feature","properties":{"code":50293,"plant_name":"Wadham Energy LP","capacity_mw":25.5,"fuel_source":{"Biomass":25.5}},"geometry":{"type":"Point","coordinates":[-122.1096,39.1062]}},{"type":"Feature","properties":{"code":50296,"plant_name":"Packaging Corp of America","capacity_mw":72.5,"fuel_source":{"Wood":72.5}},"geometry":{"type":"Point","coordinates":[-88.2661,35.0471]}},{"type":"Feature","properties":{"code":50299,"plant_name":"Ripon Mill","capacity_mw":46.5,"fuel_source":{"Natural Gas":46.5}},"geometry":{"type":"Point","coordinates":[-121.11601,37.73253]}},{"type":"Feature","properties":{"code":50300,"plant_name":"San Gabriel Facility","capacity_mw":40,"fuel_source":{"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-117.77417,34.05944]}},{"type":"Feature","properties":{"code":50304,"plant_name":"Shell Deer Park","capacity_mw":230,"fuel_source":{"Other Fossil Gasses":140,"Other":90}},"geometry":{"type":"Point","coordinates":[-95.12886,29.72318]}},{"type":"Feature","properties":{"code":50305,"plant_name":"LaFarge Alpena","capacity_mw":47.2,"fuel_source":{"Petroleum":47.2}},"geometry":{"type":"Point","coordinates":[-83.40818,45.06993]}},{"type":"Feature","properties":{"code":50307,"plant_name":"University of Oklahoma","capacity_mw":18.6,"fuel_source":{"Natural Gas":16.8,"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-97.4424,35.2089]}},{"type":"Feature","properties":{"code":50308,"plant_name":"Utility Plants Section","capacity_mw":24,"fuel_source":{"Coal":24}},"geometry":{"type":"Point","coordinates":[-147.64863,64.8256]}},{"type":"Feature","properties":{"code":50310,"plant_name":"Standby Generation Plant","capacity_mw":13.7,"fuel_source":{"Natural Gas":13.7}},"geometry":{"type":"Point","coordinates":[-87.2361,30.4736]}},{"type":"Feature","properties":{"code":50311,"plant_name":"Passaic Valley Water Commission","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-74.22999,40.88335]}},{"type":"Feature","properties":{"code":50312,"plant_name":"Pembroke Hydro","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-71.45363,43.13036]}},{"type":"Feature","properties":{"code":50315,"plant_name":"Chasm Hydro Partnership","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-74.11241,44.93177]}},{"type":"Feature","properties":{"code":50316,"plant_name":"Bunge North America East LLC","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-84.93326,40.84652]}},{"type":"Feature","properties":{"code":50318,"plant_name":"JHP Pharmaceuticals LLC","capacity_mw":2.8,"fuel_source":{"Natural Gas":2.8}},"geometry":{"type":"Point","coordinates":[-83.11434,42.68367]}},{"type":"Feature","properties":{"code":50322,"plant_name":"Site 980 65","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-119.89971,37.0568]}},{"type":"Feature","properties":{"code":50323,"plant_name":"Marco Ranch","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-114.55776,42.63656]}},{"type":"Feature","properties":{"code":50324,"plant_name":"Newfound Hydroelectric","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-71.73295,43.59]}},{"type":"Feature","properties":{"code":50326,"plant_name":"Nalco","capacity_mw":3.7,"fuel_source":{"Natural Gas":3.7}},"geometry":{"type":"Point","coordinates":[-88.19716,41.80091]}},{"type":"Feature","properties":{"code":50328,"plant_name":"Byllesby","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-92.9394,44.5119]}},{"type":"Feature","properties":{"code":50329,"plant_name":"West Point Treatment Plant","capacity_mw":4.6,"fuel_source":{"Biomass":4.6}},"geometry":{"type":"Point","coordinates":[-122.44639,47.66111]}},{"type":"Feature","properties":{"code":50333,"plant_name":"Gay Robinson","capacity_mw":4.3,"fuel_source":{"Petroleum":1,"Biomass":2.5}},"geometry":{"type":"Point","coordinates":[-159.6294,21.9178]}},{"type":"Feature","properties":{"code":50337,"plant_name":"Mooseheart Power House","capacity_mw":1.8,"fuel_source":{"Natural Gas":1.8}},"geometry":{"type":"Point","coordinates":[-88.3331,41.8244]}},{"type":"Feature","properties":{"code":50341,"plant_name":"PCS Nitrogen Fertilizer LP","capacity_mw":8,"fuel_source":{"Other":8}},"geometry":{"type":"Point","coordinates":[-91.05511,30.22698]}},{"type":"Feature","properties":{"code":50348,"plant_name":"Oceanside Energy","capacity_mw":0.6,"fuel_source":{"Biomass":0.6}},"geometry":{"type":"Point","coordinates":[-73.6383,40.6369]}},{"type":"Feature","properties":{"code":50350,"plant_name":"Forks of Butte Hydro Project","capacity_mw":14.5,"fuel_source":{"Hydro":14.5}},"geometry":{"type":"Point","coordinates":[-121.63186,39.86928]}},{"type":"Feature","properties":{"code":50351,"plant_name":"Rolfe Canal Hydro","capacity_mw":4.3,"fuel_source":{"Hydro":4.3}},"geometry":{"type":"Point","coordinates":[-71.60403,43.27456]}},{"type":"Feature","properties":{"code":50352,"plant_name":"Nacimiento Hydro Project","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-120.88333,35.79858]}},{"type":"Feature","properties":{"code":50353,"plant_name":"Penacook Lower Falls","capacity_mw":4.6,"fuel_source":{"Hydro":4.6}},"geometry":{"type":"Point","coordinates":[-71.59496,43.28576]}},{"type":"Feature","properties":{"code":50354,"plant_name":"Newport Hydro","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-75.0169,43.1853]}},{"type":"Feature","properties":{"code":50359,"plant_name":"Sloss Industries Corp","capacity_mw":16,"fuel_source":{"Other Fossil Gasses":16}},"geometry":{"type":"Point","coordinates":[-86.79873,33.56816]}},{"type":"Feature","properties":{"code":50360,"plant_name":"Michell Butte Power Project","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-117.15502,43.7719]}},{"type":"Feature","properties":{"code":50361,"plant_name":"Owyhee Dam Power Project","capacity_mw":2.9,"fuel_source":{"Hydro":2.9}},"geometry":{"type":"Point","coordinates":[-117.24374,43.6416]}},{"type":"Feature","properties":{"code":50362,"plant_name":"Tunnel 1 Power Project","capacity_mw":6.7,"fuel_source":{"Hydro":6.7}},"geometry":{"type":"Point","coordinates":[-117.23267,43.64202]}},{"type":"Feature","properties":{"code":50363,"plant_name":"Mesquite Refuel_source Recovery Project","capacity_mw":15.5,"fuel_source":{"Wood":15.5}},"geometry":{"type":"Point","coordinates":[-115.51195,32.90383]}},{"type":"Feature","properties":{"code":50365,"plant_name":"Ridgewood Providence Power","capacity_mw":23.7,"fuel_source":{"Biomass":23.7}},"geometry":{"type":"Point","coordinates":[-71.53,41.8069]}},{"type":"Feature","properties":{"code":50366,"plant_name":"University of Notre Dame","capacity_mw":28.2,"fuel_source":{"Coal":21.1,"Petroleum":7.1}},"geometry":{"type":"Point","coordinates":[-86.2367,41.7094]}},{"type":"Feature","properties":{"code":50368,"plant_name":"Cornell University Central Heat","capacity_mw":30.9,"fuel_source":{"Natural Gas":30.9}},"geometry":{"type":"Point","coordinates":[-76.4764,42.4428]}},{"type":"Feature","properties":{"code":50371,"plant_name":"CFI Plant City Phosphate Complex","capacity_mw":27.9,"fuel_source":{"Other":27.9}},"geometry":{"type":"Point","coordinates":[-82.1388,28.1663]}},{"type":"Feature","properties":{"code":50373,"plant_name":"Paxton Creek Cogeneration","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-76.8844,40.2733]}},{"type":"Feature","properties":{"code":50375,"plant_name":"East Portal Generator","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-118.6242,34.2619]}},{"type":"Feature","properties":{"code":50380,"plant_name":"Upriver Dam Hydro Plant","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-117.3319,47.6822]}},{"type":"Feature","properties":{"code":50382,"plant_name":"Twin Reservoirs","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-118.2547,46.0883]}},{"type":"Feature","properties":{"code":50384,"plant_name":"Gregg Falls","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-71.5679,43.0168]}},{"type":"Feature","properties":{"code":50385,"plant_name":"Newark Bay Cogeneration Partnership LP","capacity_mw":120.2,"fuel_source":{"Natural Gas":120.2}},"geometry":{"type":"Point","coordinates":[-74.13,40.7197]}},{"type":"Feature","properties":{"code":50386,"plant_name":"Windland","capacity_mw":16,"fuel_source":{"Wind":16}},"geometry":{"type":"Point","coordinates":[-118.3581,35.0522]}},{"type":"Feature","properties":{"code":50388,"plant_name":"Phillips 66 Carbon Plant","capacity_mw":17,"fuel_source":{"Other":17}},"geometry":{"type":"Point","coordinates":[-122.2344,38.01806]}},{"type":"Feature","properties":{"code":50389,"plant_name":"Port Allen","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-91.211,30.477]}},{"type":"Feature","properties":{"code":50392,"plant_name":"Eielson AFB Central Heat & Power Plant","capacity_mw":26.2,"fuel_source":{"Coal":20,"Petroleum":6.2}},"geometry":{"type":"Point","coordinates":[-147.07599,64.67141]}},{"type":"Feature","properties":{"code":50393,"plant_name":"Friant Hydro Facility","capacity_mw":30.3,"fuel_source":{"Hydro":30.3}},"geometry":{"type":"Point","coordinates":[-119.70345,36.99769]}},{"type":"Feature","properties":{"code":50395,"plant_name":"Georgia-Pacific Corp - Nekoosa Mill","capacity_mw":35.1,"fuel_source":{"Coal":18.7,"Hydro":3.9}},"geometry":{"type":"Point","coordinates":[-89.8964,44.3142]}},{"type":"Feature","properties":{"code":50396,"plant_name":"Dillard Complex","capacity_mw":51.5,"fuel_source":{"Wood":51.5}},"geometry":{"type":"Point","coordinates":[-123.4156,43.0895]}},{"type":"Feature","properties":{"code":50397,"plant_name":"P H Glatfelter","capacity_mw":89,"fuel_source":{"Coal":57.8,"Wood":31.2}},"geometry":{"type":"Point","coordinates":[-76.86812,39.87094]}},{"type":"Feature","properties":{"code":50398,"plant_name":"International Paper Savanna Mill","capacity_mw":153.9,"fuel_source":{"Coal":71.2,"Wood":82.7}},"geometry":{"type":"Point","coordinates":[-81.12425,32.10035]}},{"type":"Feature","properties":{"code":50400,"plant_name":"Sand Bar Power Plant","capacity_mw":15,"fuel_source":{"Hydro":15}},"geometry":{"type":"Point","coordinates":[-120.15,38.1861]}},{"type":"Feature","properties":{"code":50404,"plant_name":"BP Chemicals Green Lake Plant","capacity_mw":38.8,"fuel_source":{"Other":38.8}},"geometry":{"type":"Point","coordinates":[-96.8333,28.5707]}},{"type":"Feature","properties":{"code":50406,"plant_name":"Somerset Plant","capacity_mw":115,"fuel_source":{"Wood":115}},"geometry":{"type":"Point","coordinates":[-69.64744,44.70347]}},{"type":"Feature","properties":{"code":50407,"plant_name":"Mobile Energy Services LLC","capacity_mw":89.3,"fuel_source":{"Wood":89.3}},"geometry":{"type":"Point","coordinates":[-88.05164,30.73649]}},{"type":"Feature","properties":{"code":50408,"plant_name":"Park Mill","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-87.6514,45.1058]}},{"type":"Feature","properties":{"code":50409,"plant_name":"Menominee Mill Marinette","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-87.6378,45.1069]}},{"type":"Feature","properties":{"code":50410,"plant_name":"Chester Operations","capacity_mw":67,"fuel_source":{"Coal":67}},"geometry":{"type":"Point","coordinates":[-75.3588,39.84374]}},{"type":"Feature","properties":{"code":50411,"plant_name":"University of Medicine Dentistry NJ","capacity_mw":10.2,"fuel_source":{"Natural Gas":10.2}},"geometry":{"type":"Point","coordinates":[-74.18763,40.73928]}},{"type":"Feature","properties":{"code":50413,"plant_name":"Olmsted Waste Energy","capacity_mw":8.5,"fuel_source":{"Petroleum":1.3,"Biomass":7.2}},"geometry":{"type":"Point","coordinates":[-92.43231,44.02607]}},{"type":"Feature","properties":{"code":50414,"plant_name":"Penacook Upper Falls Hydro","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-71.60083,43.28321]}},{"type":"Feature","properties":{"code":50416,"plant_name":"Tannery Island Power","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-75.6131,43.98]}},{"type":"Feature","properties":{"code":50421,"plant_name":"Orchard Avenue 1","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-120.67749,46.59641]}},{"type":"Feature","properties":{"code":50423,"plant_name":"Cowiche","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-120.73719,46.69263]}},{"type":"Feature","properties":{"code":50424,"plant_name":"Duluth Paper Mill","capacity_mw":10.6,"fuel_source":{"Other":10.6}},"geometry":{"type":"Point","coordinates":[-92.16208,46.73496]}},{"type":"Feature","properties":{"code":50426,"plant_name":"Warm Springs Forest Products","capacity_mw":7.8,"fuel_source":{"Wood":7.8}},"geometry":{"type":"Point","coordinates":[-121.23473,44.76484]}},{"type":"Feature","properties":{"code":50427,"plant_name":"Bronx Zoo","capacity_mw":3.6,"fuel_source":{"Natural Gas":3.6}},"geometry":{"type":"Point","coordinates":[-73.87689,40.84411]}},{"type":"Feature","properties":{"code":50431,"plant_name":"University of Michigan","capacity_mw":40.5,"fuel_source":{"Natural Gas":40.5}},"geometry":{"type":"Point","coordinates":[-83.73462,42.28117]}},{"type":"Feature","properties":{"code":50433,"plant_name":"Ada Dam","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-85.48594,42.95064]}},{"type":"Feature","properties":{"code":50435,"plant_name":"Sugarloaf Hydro Plant","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-106.37481,39.25267]}},{"type":"Feature","properties":{"code":50436,"plant_name":"Cascade Dam","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-85.49888,42.90941]}},{"type":"Feature","properties":{"code":50437,"plant_name":"French Landing Dam","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-83.44069,42.21426]}},{"type":"Feature","properties":{"code":50439,"plant_name":"Oconto Falls Lower","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-88.1439,44.8719]}},{"type":"Feature","properties":{"code":50447,"plant_name":"S D Warren Westbrook","capacity_mw":64.7,"fuel_source":{"Hydro":8.4,"Wood":56.3}},"geometry":{"type":"Point","coordinates":[-70.35315,43.68486]}},{"type":"Feature","properties":{"code":50449,"plant_name":"Indeck Silver Springs Energy Center","capacity_mw":50.4,"fuel_source":{"Natural Gas":50.4}},"geometry":{"type":"Point","coordinates":[-78.0772,42.6544]}},{"type":"Feature","properties":{"code":50450,"plant_name":"Indeck Oswego Energy Center","capacity_mw":50.3,"fuel_source":{"Natural Gas":50.3}},"geometry":{"type":"Point","coordinates":[-76.49347,43.47174]}},{"type":"Feature","properties":{"code":50451,"plant_name":"Indeck Yerkes Energy Center","capacity_mw":50.7,"fuel_source":{"Natural Gas":50.7}},"geometry":{"type":"Point","coordinates":[-78.9182,42.9671]}},{"type":"Feature","properties":{"code":50456,"plant_name":"Procter & Gamble Cincinnati Plant","capacity_mw":11.7,"fuel_source":{"Coal":11.7}},"geometry":{"type":"Point","coordinates":[-84.5042,39.175]}},{"type":"Feature","properties":{"code":50458,"plant_name":"Indeck Corinth Energy Center","capacity_mw":129.8,"fuel_source":{"Natural Gas":129.8}},"geometry":{"type":"Point","coordinates":[-73.8125,43.25]}},{"type":"Feature","properties":{"code":50461,"plant_name":"Cheboygan","capacity_mw":0.7,"fuel_source":{"Hydro":0.7}},"geometry":{"type":"Point","coordinates":[-84.48139,45.63754]}},{"type":"Feature","properties":{"code":50463,"plant_name":"Procter & Gamble Mehoopany Mill","capacity_mw":104.9,"fuel_source":{"Natural Gas":104.9}},"geometry":{"type":"Point","coordinates":[-76.04323,41.57426]}},{"type":"Feature","properties":{"code":50464,"plant_name":"Oxnard","capacity_mw":70.9,"fuel_source":{"Natural Gas":70.9}},"geometry":{"type":"Point","coordinates":[-119.1667,34.196]}},{"type":"Feature","properties":{"code":50465,"plant_name":"Flint River Operations","capacity_mw":42,"fuel_source":{"Wood":42}},"geometry":{"type":"Point","coordinates":[-84.0667,32.2544]}},{"type":"Feature","properties":{"code":50466,"plant_name":"Buckeye Florida LP","capacity_mw":52.3,"fuel_source":{"Wood":52.3}},"geometry":{"type":"Point","coordinates":[-83.5253,30.0688]}},{"type":"Feature","properties":{"code":50468,"plant_name":"Rocky Mount Mill","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-77.80244,35.96006]}},{"type":"Feature","properties":{"code":50472,"plant_name":"Covanta Niagara LP","capacity_mw":36,"fuel_source":{"Biomass":36}},"geometry":{"type":"Point","coordinates":[-79.0056,43.0839]}},{"type":"Feature","properties":{"code":50473,"plant_name":"Suwannee River Chemical Complex","capacity_mw":27.3,"fuel_source":{"Other":27.3}},"geometry":{"type":"Point","coordinates":[-82.7842,30.4447]}},{"type":"Feature","properties":{"code":50474,"plant_name":"Swift Creek Chemical Complex","capacity_mw":15.9,"fuel_source":{"Other":15.9}},"geometry":{"type":"Point","coordinates":[-82.8644,30.4522]}},{"type":"Feature","properties":{"code":50475,"plant_name":"Corpus Christi","capacity_mw":33,"fuel_source":{"Natural Gas":33}},"geometry":{"type":"Point","coordinates":[-97.59581,27.81108]}},{"type":"Feature","properties":{"code":50476,"plant_name":"Packaging of America Tomahawk Mill","capacity_mw":14.7,"fuel_source":{"Coal":13.6,"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-89.7342,45.4431]}},{"type":"Feature","properties":{"code":50479,"plant_name":"Georgia-Pacific Big Island","capacity_mw":6.9,"fuel_source":{"Hydro":0.4,"Wood":6.5}},"geometry":{"type":"Point","coordinates":[-79.357,37.534]}},{"type":"Feature","properties":{"code":50481,"plant_name":"Tennessee Eastman Operations","capacity_mw":194.3,"fuel_source":{"Coal":194.3}},"geometry":{"type":"Point","coordinates":[-82.5431,36.5219]}},{"type":"Feature","properties":{"code":50482,"plant_name":"Clewiston Sugar House","capacity_mw":55.6,"fuel_source":{"Biomass":55.6}},"geometry":{"type":"Point","coordinates":[-80.9377,26.7351]}},{"type":"Feature","properties":{"code":50485,"plant_name":"Altech III","capacity_mw":25.1,"fuel_source":{"Wind":25.1}},"geometry":{"type":"Point","coordinates":[-116.5364,33.9603]}},{"type":"Feature","properties":{"code":50487,"plant_name":"PPG Powerhouse A","capacity_mw":52.5,"fuel_source":{"Other":52.5}},"geometry":{"type":"Point","coordinates":[-93.2831,30.2242]}},{"type":"Feature","properties":{"code":50488,"plant_name":"PPG Riverside","capacity_mw":105,"fuel_source":{"Other":105}},"geometry":{"type":"Point","coordinates":[-93.2831,30.2242]}},{"type":"Feature","properties":{"code":50489,"plant_name":"PPG Powerhouse C","capacity_mw":303.2,"fuel_source":{"Natural Gas":303.2}},"geometry":{"type":"Point","coordinates":[-93.2831,30.2242]}},{"type":"Feature","properties":{"code":50490,"plant_name":"PPG Plant C Caustic","capacity_mw":2.7,"fuel_source":{"Natural Gas":2.7}},"geometry":{"type":"Point","coordinates":[-93.2831,30.2242]}},{"type":"Feature","properties":{"code":50491,"plant_name":"PPG Natrium Plant","capacity_mw":123,"fuel_source":{"Coal":123}},"geometry":{"type":"Point","coordinates":[-80.8547,39.7475]}},{"type":"Feature","properties":{"code":50492,"plant_name":"Gas Utilization Facility","capacity_mw":5.6,"fuel_source":{"Biomass":4.6,"Hydro":1}},"geometry":{"type":"Point","coordinates":[-117.2467,32.67917]}},{"type":"Feature","properties":{"code":50493,"plant_name":"Double C","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.046,35.5005]}},{"type":"Feature","properties":{"code":50494,"plant_name":"Kern Front","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.04013,35.51647]}},{"type":"Feature","properties":{"code":50495,"plant_name":"High Sierra","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.03055,35.50904]}},{"type":"Feature","properties":{"code":50497,"plant_name":"Bayonne Plant Holding LLC","capacity_mw":158,"fuel_source":{"Natural Gas":158}},"geometry":{"type":"Point","coordinates":[-74.11244,40.65533]}},{"type":"Feature","properties":{"code":50498,"plant_name":"Capital District Energy Center","capacity_mw":55.2,"fuel_source":{"Natural Gas":55.2}},"geometry":{"type":"Point","coordinates":[-72.6925,41.7639]}},{"type":"Feature","properties":{"code":50509,"plant_name":"PCS Phosphate","capacity_mw":54,"fuel_source":{"Other":54}},"geometry":{"type":"Point","coordinates":[-76.77986,35.37627]}},{"type":"Feature","properties":{"code":50512,"plant_name":"Glen Park Hydroelectric Project","capacity_mw":32.6,"fuel_source":{"Hydro":32.6}},"geometry":{"type":"Point","coordinates":[-75.96116,44.00061]}},{"type":"Feature","properties":{"code":50513,"plant_name":"Stillwater Reservoir Hydro","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-75.04,43.89739]}},{"type":"Feature","properties":{"code":50514,"plant_name":"Fort Miller Hydroelectric Facility","capacity_mw":5,"fuel_source":{"Hydro":5}},"geometry":{"type":"Point","coordinates":[-73.58408,43.16087]}},{"type":"Feature","properties":{"code":50530,"plant_name":"Equilon Los Angeles Refining","capacity_mw":65,"fuel_source":{"Other Fossil Gasses":65}},"geometry":{"type":"Point","coordinates":[-118.23472,33.79167]}},{"type":"Feature","properties":{"code":50532,"plant_name":"Victory Garden (Tehachapi)","capacity_mw":19.1,"fuel_source":{"Wind":19.1}},"geometry":{"type":"Point","coordinates":[-118.3833,35.0686]}},{"type":"Feature","properties":{"code":50533,"plant_name":"Painted Hills","capacity_mw":19,"fuel_source":{"Wind":19}},"geometry":{"type":"Point","coordinates":[-116.6183,33.9369]}},{"type":"Feature","properties":{"code":50534,"plant_name":"Santa Clara (85C)","capacity_mw":18,"fuel_source":{"Wind":18}},"geometry":{"type":"Point","coordinates":[-121.6475,37.7361]}},{"type":"Feature","properties":{"code":50535,"plant_name":"Mesa Wind Power Corp","capacity_mw":29.9,"fuel_source":{"Wind":29.9}},"geometry":{"type":"Point","coordinates":[-116.6769,33.9461]}},{"type":"Feature","properties":{"code":50536,"plant_name":"Sky River LLC","capacity_mw":76.9,"fuel_source":{"Wind":76.9}},"geometry":{"type":"Point","coordinates":[-118.2469,35.2608]}},{"type":"Feature","properties":{"code":50537,"plant_name":"SRI International Cogen Project","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-122.1728,37.45531]}},{"type":"Feature","properties":{"code":50539,"plant_name":"Boltonville Hydro Associates","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-72.0994,44.1706]}},{"type":"Feature","properties":{"code":50540,"plant_name":"BP Carson Refinery","capacity_mw":8,"fuel_source":{"Natural Gas":1.5,"Other Fossil Gasses":6.5}},"geometry":{"type":"Point","coordinates":[-118.2358,33.8153]}},{"type":"Feature","properties":{"code":50541,"plant_name":"Harbor Cogen","capacity_mw":101.7,"fuel_source":{"Natural Gas":101.7}},"geometry":{"type":"Point","coordinates":[-118.2303,33.7771]}},{"type":"Feature","properties":{"code":50544,"plant_name":"Port Townsend Paper","capacity_mw":10.8,"fuel_source":{"Hydro":0.3,"Wood":10.5}},"geometry":{"type":"Point","coordinates":[-122.7958,48.0931]}},{"type":"Feature","properties":{"code":50545,"plant_name":"Lawrence Hydroelectric Associates","capacity_mw":14,"fuel_source":{"Hydro":14}},"geometry":{"type":"Point","coordinates":[-71.1653,42.6994]}},{"type":"Feature","properties":{"code":50546,"plant_name":"Bowman","capacity_mw":3.6,"fuel_source":{"Hydro":3.6}},"geometry":{"type":"Point","coordinates":[-120.65342,39.44835]}},{"type":"Feature","properties":{"code":50552,"plant_name":"Cabazon Wind Farm","capacity_mw":39.7,"fuel_source":{"Wind":39.7}},"geometry":{"type":"Point","coordinates":[-116.7219,33.9189]}},{"type":"Feature","properties":{"code":50553,"plant_name":"Edom Hills Project 1 LLC","capacity_mw":20,"fuel_source":{"Wind":20}},"geometry":{"type":"Point","coordinates":[-116.46028,33.88167]}},{"type":"Feature","properties":{"code":50555,"plant_name":"Rosemary Power Station","capacity_mw":165,"fuel_source":{"Natural Gas":165}},"geometry":{"type":"Point","coordinates":[-77.6594,36.4517]}},{"type":"Feature","properties":{"code":50558,"plant_name":"PowerSmith Cogeneration Project","capacity_mw":111.4,"fuel_source":{"Natural Gas":111.4}},"geometry":{"type":"Point","coordinates":[-97.625,35.43972]}},{"type":"Feature","properties":{"code":50560,"plant_name":"Pacific-Ultrapower Chinese Station","capacity_mw":19.8,"fuel_source":{"Wood":19.8}},"geometry":{"type":"Point","coordinates":[-120.47756,37.87406]}},{"type":"Feature","properties":{"code":50561,"plant_name":"Eagle Point Power Generation","capacity_mw":195,"fuel_source":{"Natural Gas":195}},"geometry":{"type":"Point","coordinates":[-75.1592,39.8746]}},{"type":"Feature","properties":{"code":50563,"plant_name":"Settlers Hill Gas Recovery","capacity_mw":5.8,"fuel_source":{"Biomass":5.8}},"geometry":{"type":"Point","coordinates":[-88.28772,41.87191]}},{"type":"Feature","properties":{"code":50564,"plant_name":"New Milford Gas Recovery","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-73.4181,41.5503]}},{"type":"Feature","properties":{"code":50565,"plant_name":"Monroe Livingston Gas Recovery","capacity_mw":1.6,"fuel_source":{"Biomass":1.6}},"geometry":{"type":"Point","coordinates":[-77.8011,42.9903]}},{"type":"Feature","properties":{"code":50566,"plant_name":"Milam Gas Recovery","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-90.1317,38.6603]}},{"type":"Feature","properties":{"code":50568,"plant_name":"High Acres Gas Recovery","capacity_mw":9.6,"fuel_source":{"Biomass":9.6}},"geometry":{"type":"Point","coordinates":[-77.38167,43.08167]}},{"type":"Feature","properties":{"code":50569,"plant_name":"DFW Gas Recovery","capacity_mw":12.2,"fuel_source":{"Biomass":12.2}},"geometry":{"type":"Point","coordinates":[-96.96199,33.01965]}},{"type":"Feature","properties":{"code":50570,"plant_name":"Chestnut Ridge Gas Recovery","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-84.0317,36.1172]}},{"type":"Feature","properties":{"code":50571,"plant_name":"Altamont Gas Recovery","capacity_mw":8.4,"fuel_source":{"Biomass":8.4}},"geometry":{"type":"Point","coordinates":[-121.64987,37.74931]}},{"type":"Feature","properties":{"code":50572,"plant_name":"CSL Gas Recovery","capacity_mw":10.9,"fuel_source":{"Biomass":10.9}},"geometry":{"type":"Point","coordinates":[-80.16653,26.28797]}},{"type":"Feature","properties":{"code":50573,"plant_name":"CID Gas Recovery","capacity_mw":2.9,"fuel_source":{"Biomass":2.9}},"geometry":{"type":"Point","coordinates":[-87.57772,41.65879]}},{"type":"Feature","properties":{"code":50575,"plant_name":"Lake Gas Recovery","capacity_mw":5.8,"fuel_source":{"Biomass":5.8}},"geometry":{"type":"Point","coordinates":[-87.81374,42.10625]}},{"type":"Feature","properties":{"code":50576,"plant_name":"Metro Gas Recovery","capacity_mw":9,"fuel_source":{"Biomass":9}},"geometry":{"type":"Point","coordinates":[-88.06972,42.85056]}},{"type":"Feature","properties":{"code":50577,"plant_name":"Omega Hills Gas Recovery","capacity_mw":11.7,"fuel_source":{"Biomass":11.7}},"geometry":{"type":"Point","coordinates":[-88.1597,43.1922]}},{"type":"Feature","properties":{"code":50578,"plant_name":"Stowe Power Production Plant","capacity_mw":2.9,"fuel_source":{"Biomass":2.9}},"geometry":{"type":"Point","coordinates":[-75.67035,40.27244]}},{"type":"Feature","properties":{"code":50610,"plant_name":"Saint Johns Health Center","capacity_mw":1,"fuel_source":{"Natural Gas":1}},"geometry":{"type":"Point","coordinates":[-118.47844,34.03032]}},{"type":"Feature","properties":{"code":50611,"plant_name":"Westwood Generation LLC","capacity_mw":30,"fuel_source":{"Coal":30}},"geometry":{"type":"Point","coordinates":[-76.45,40.6191]}},{"type":"Feature","properties":{"code":50612,"plant_name":"McKittrick Cogen","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.66199,35.3195]}},{"type":"Feature","properties":{"code":50614,"plant_name":"Expera Specialty Solutions - Mosinee Mill","capacity_mw":21.4,"fuel_source":{"Hydro":3.4,"Wood":18}},"geometry":{"type":"Point","coordinates":[-89.6917,44.7881]}},{"type":"Feature","properties":{"code":50620,"plant_name":"Flambeau River Papers","capacity_mw":4.7,"fuel_source":{"Wood":4.7}},"geometry":{"type":"Point","coordinates":[-90.4472,45.9356]}},{"type":"Feature","properties":{"code":50621,"plant_name":"Central Power Plant","capacity_mw":9.6,"fuel_source":{"Petroleum":9.6}},"geometry":{"type":"Point","coordinates":[-71.45842,41.74497]}},{"type":"Feature","properties":{"code":50622,"plant_name":"Berry Cogen Tanne Hills 18","capacity_mw":14,"fuel_source":{"Natural Gas":14}},"geometry":{"type":"Point","coordinates":[-119.44088,35.08983]}},{"type":"Feature","properties":{"code":50623,"plant_name":"Gaviota Oil Plant","capacity_mw":12,"fuel_source":{"Natural Gas":12}},"geometry":{"type":"Point","coordinates":[-120.20511,34.47507]}},{"type":"Feature","properties":{"code":50624,"plant_name":"ExxonMobil Oil Torrance Refinery","capacity_mw":49.3,"fuel_source":{"Natural Gas":22.5,"Other":26.8}},"geometry":{"type":"Point","coordinates":[-118.33,33.85336]}},{"type":"Feature","properties":{"code":50625,"plant_name":"ExxonMobil Beaumont Refinery","capacity_mw":610.6,"fuel_source":{"Natural Gas":605.6,"Other Fossil Gasses":5}},"geometry":{"type":"Point","coordinates":[-94.0753,30.0636]}},{"type":"Feature","properties":{"code":50626,"plant_name":"Chalmette Refining LLC","capacity_mw":2.2,"fuel_source":{"Other":2.2}},"geometry":{"type":"Point","coordinates":[-89.97,29.9383]}},{"type":"Feature","properties":{"code":50627,"plant_name":"ExxonMobil Oil Joliet Refinery","capacity_mw":39.7,"fuel_source":{"Other Fossil Gasses":39.7}},"geometry":{"type":"Point","coordinates":[-88.1833,41.4167]}},{"type":"Feature","properties":{"code":50628,"plant_name":"Paulsboro Refinery","capacity_mw":60,"fuel_source":{"Natural Gas":48.4,"Petroleum":11.6}},"geometry":{"type":"Point","coordinates":[-75.2583,39.84]}},{"type":"Feature","properties":{"code":50629,"plant_name":"Covanta Lake County Energy","capacity_mw":12.5,"fuel_source":{"Biomass":12.5}},"geometry":{"type":"Point","coordinates":[-81.88919,28.74021]}},{"type":"Feature","properties":{"code":50630,"plant_name":"Covanta Marion Inc","capacity_mw":11.5,"fuel_source":{"Biomass":11.5}},"geometry":{"type":"Point","coordinates":[-122.96276,45.04847]}},{"type":"Feature","properties":{"code":50632,"plant_name":"Covanta Stanislaus Energy","capacity_mw":19.9,"fuel_source":{"Biomass":19.9}},"geometry":{"type":"Point","coordinates":[-121.141,37.3853]}},{"type":"Feature","properties":{"code":50633,"plant_name":"Mosaic Co Martlow Facility","capacity_mw":80,"fuel_source":{"Other":80}},"geometry":{"type":"Point","coordinates":[-81.9185,27.908]}},{"type":"Feature","properties":{"code":50636,"plant_name":"Wausau Paper Mills LLC","capacity_mw":3,"fuel_source":{"Coal":0.4,"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-94.1817,46.3758]}},{"type":"Feature","properties":{"code":50637,"plant_name":"Clearwater Paper IPP Lewiston","capacity_mw":53.5,"fuel_source":{"Natural Gas":4.3,"Wood":49.2}},"geometry":{"type":"Point","coordinates":[-116.97639,46.42306]}},{"type":"Feature","properties":{"code":50638,"plant_name":"Clearwater Paper APP CB","capacity_mw":20,"fuel_source":{"Natural Gas":20}},"geometry":{"type":"Point","coordinates":[-91.2371,33.7061]}},{"type":"Feature","properties":{"code":50639,"plant_name":"Sappi Cloquet Mill","capacity_mw":73.9,"fuel_source":{"Hydro":3.6,"Wood":70.3}},"geometry":{"type":"Point","coordinates":[-92.4298,46.7243]}},{"type":"Feature","properties":{"code":50640,"plant_name":"Warren Lumber Mill","capacity_mw":10,"fuel_source":{"Wood":10}},"geometry":{"type":"Point","coordinates":[-92.07889,33.6206]}},{"type":"Feature","properties":{"code":50647,"plant_name":"Covanta Indianapolis Energy","capacity_mw":5,"fuel_source":{"Biomass":5}},"geometry":{"type":"Point","coordinates":[-86.18907,39.73446]}},{"type":"Feature","properties":{"code":50648,"plant_name":"Covanta Bristol Energy","capacity_mw":13.2,"fuel_source":{"Biomass":13.2}},"geometry":{"type":"Point","coordinates":[-72.9153,41.6492]}},{"type":"Feature","properties":{"code":50649,"plant_name":"Covanta Babylon Inc","capacity_mw":14.4,"fuel_source":{"Biomass":14.4}},"geometry":{"type":"Point","coordinates":[-73.3868,40.7348]}},{"type":"Feature","properties":{"code":50650,"plant_name":"ReEnergy Stratton LLC","capacity_mw":45,"fuel_source":{"Wood":45}},"geometry":{"type":"Point","coordinates":[-70.42558,45.14061]}},{"type":"Feature","properties":{"code":50652,"plant_name":"Lyonsdale Associates","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-75.30546,43.61887]}},{"type":"Feature","properties":{"code":50654,"plant_name":"Steamboat Hills LP","capacity_mw":7.6,"fuel_source":{"Geothermal":7.6}},"geometry":{"type":"Point","coordinates":[-119.76694,39.37]}},{"type":"Feature","properties":{"code":50656,"plant_name":"Huntington Refuel_source Recovery Facility","capacity_mw":24.5,"fuel_source":{"Biomass":24.5}},"geometry":{"type":"Point","coordinates":[-73.2906,40.8814]}},{"type":"Feature","properties":{"code":50657,"plant_name":"Montgomery County Refuel_source Recovery","capacity_mw":54,"fuel_source":{"Biomass":54}},"geometry":{"type":"Point","coordinates":[-77.4556,39.2006]}},{"type":"Feature","properties":{"code":50658,"plant_name":"Covanta Fairfax Energy","capacity_mw":98,"fuel_source":{"Biomass":98}},"geometry":{"type":"Point","coordinates":[-77.2411,38.695]}},{"type":"Feature","properties":{"code":50660,"plant_name":"Covanta WBH LLC","capacity_mw":15.6,"fuel_source":{"Biomass":15.6}},"geometry":{"type":"Point","coordinates":[-96.0181,36.1319]}},{"type":"Feature","properties":{"code":50661,"plant_name":"Covanta Haverhill","capacity_mw":42.8,"fuel_source":{"Biomass":42.8}},"geometry":{"type":"Point","coordinates":[-71.1242,42.765]}},{"type":"Feature","properties":{"code":50662,"plant_name":"Onondaga County Refuel_source Recovery","capacity_mw":30,"fuel_source":{"Biomass":30}},"geometry":{"type":"Point","coordinates":[-76.1149,43.0047]}},{"type":"Feature","properties":{"code":50663,"plant_name":"Covanta Alexandria/Arlington Energy","capacity_mw":29,"fuel_source":{"Biomass":29}},"geometry":{"type":"Point","coordinates":[-77.1288,38.8014]}},{"type":"Feature","properties":{"code":50664,"plant_name":"Covanta Wallingford Energy","capacity_mw":8.4,"fuel_source":{"Biomass":8.4}},"geometry":{"type":"Point","coordinates":[-72.83513,41.4405]}},{"type":"Feature","properties":{"code":50666,"plant_name":"Pasco Cnty Solid Waste Refuel_source Recovery","capacity_mw":26,"fuel_source":{"Biomass":26}},"geometry":{"type":"Point","coordinates":[-82.5583,28.3681]}},{"type":"Feature","properties":{"code":50674,"plant_name":"Municipal Cogen Plant","capacity_mw":1.2,"fuel_source":{"Natural Gas":1.2}},"geometry":{"type":"Point","coordinates":[-116.5106,33.8247]}},{"type":"Feature","properties":{"code":50676,"plant_name":"Thermo Power & Electric","capacity_mw":68,"fuel_source":{"Natural Gas":68}},"geometry":{"type":"Point","coordinates":[-104.68459,40.40902]}},{"type":"Feature","properties":{"code":50688,"plant_name":"Gardiner","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-69.78568,44.2218]}},{"type":"Feature","properties":{"code":50690,"plant_name":"San Gorgonio Westwinds II LLC","capacity_mw":43.4,"fuel_source":{"Wind":43.4}},"geometry":{"type":"Point","coordinates":[-116.5781,33.934]}},{"type":"Feature","properties":{"code":50696,"plant_name":"Plant No 1","capacity_mw":7.2,"fuel_source":{"Biomass":7.2}},"geometry":{"type":"Point","coordinates":[-117.9381,33.6942]}},{"type":"Feature","properties":{"code":50699,"plant_name":"Pumpkin Hill","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-68.4649,45.1868]}},{"type":"Feature","properties":{"code":50700,"plant_name":"Lilliwaup Falls Generating","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-123.1153,47.4706]}},{"type":"Feature","properties":{"code":50702,"plant_name":"Salmon Falls","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-70.81089,43.22698]}},{"type":"Feature","properties":{"code":50704,"plant_name":"Somersworth Lower Great Dam","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-70.84083,43.25111]}},{"type":"Feature","properties":{"code":50707,"plant_name":"JM Shafer Generating Station","capacity_mw":263,"fuel_source":{"Natural Gas":263}},"geometry":{"type":"Point","coordinates":[-104.7736,40.0986]}},{"type":"Feature","properties":{"code":50709,"plant_name":"Thermo Greeley","capacity_mw":30.1,"fuel_source":{"Natural Gas":30.1}},"geometry":{"type":"Point","coordinates":[-104.6863,40.4406]}},{"type":"Feature","properties":{"code":50711,"plant_name":"University of Alaska Fairbanks","capacity_mw":18.7,"fuel_source":{"Coal":9.1,"Petroleum":9.6}},"geometry":{"type":"Point","coordinates":[-147.82207,64.85417]}},{"type":"Feature","properties":{"code":50712,"plant_name":"Altamont Pass Windplant","capacity_mw":332.5,"fuel_source":{"Wind":332.5}},"geometry":{"type":"Point","coordinates":[-121.6516,37.7341]}},{"type":"Feature","properties":{"code":50713,"plant_name":"Huntington Falls","capacity_mw":5.5,"fuel_source":{"Hydro":5.5}},"geometry":{"type":"Point","coordinates":[-73.1961,44.0703]}},{"type":"Feature","properties":{"code":50718,"plant_name":"Notch Butte Hydro","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-114.46256,42.95438]}},{"type":"Feature","properties":{"code":50721,"plant_name":"Tazewell Gas Recovery","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-89.5167,40.6817]}},{"type":"Feature","properties":{"code":50722,"plant_name":"BP Naperville Cogeneration Facility","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-88.1486,41.8108]}},{"type":"Feature","properties":{"code":50729,"plant_name":"Clairton Works","capacity_mw":22,"fuel_source":{"Other Fossil Gasses":22}},"geometry":{"type":"Point","coordinates":[-79.8819,40.3097]}},{"type":"Feature","properties":{"code":50730,"plant_name":"Fairfield Works","capacity_mw":80,"fuel_source":{"Other Fossil Gasses":80}},"geometry":{"type":"Point","coordinates":[-86.9212,33.4885]}},{"type":"Feature","properties":{"code":50732,"plant_name":"Mon Valley Works","capacity_mw":57.9,"fuel_source":{"Other Fossil Gasses":57.9}},"geometry":{"type":"Point","coordinates":[-79.8564,40.3925]}},{"type":"Feature","properties":{"code":50733,"plant_name":"Gary Works","capacity_mw":161,"fuel_source":{"Other Fossil Gasses":161}},"geometry":{"type":"Point","coordinates":[-87.32894,41.62243]}},{"type":"Feature","properties":{"code":50736,"plant_name":"Exeter Energy LP","capacity_mw":26,"fuel_source":{"Other":26}},"geometry":{"type":"Point","coordinates":[-71.82225,41.71245]}},{"type":"Feature","properties":{"code":50739,"plant_name":"Pinetree Power Tamworth","capacity_mw":20,"fuel_source":{"Wood":20}},"geometry":{"type":"Point","coordinates":[-71.1967,43.83583]}},{"type":"Feature","properties":{"code":50741,"plant_name":"Pontook Hydro Facility","capacity_mw":10.5,"fuel_source":{"Hydro":10.5}},"geometry":{"type":"Point","coordinates":[-71.24742,44.63284]}},{"type":"Feature","properties":{"code":50743,"plant_name":"Starrett City Cogen Facility","capacity_mw":17,"fuel_source":{"Natural Gas":11,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-73.8792,40.6492]}},{"type":"Feature","properties":{"code":50744,"plant_name":"Sterling Power Plant","capacity_mw":55.9,"fuel_source":{"Natural Gas":54.8,"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-75.60096,43.08034]}},{"type":"Feature","properties":{"code":50748,"plant_name":"Agnews Power Plant","capacity_mw":30.3,"fuel_source":{"Natural Gas":30.3}},"geometry":{"type":"Point","coordinates":[-121.9272,37.4058]}},{"type":"Feature","properties":{"code":50750,"plant_name":"Coalinga Cogeneration Facility","capacity_mw":6.4,"fuel_source":{"Natural Gas":6.4}},"geometry":{"type":"Point","coordinates":[-120.36408,36.17032]}},{"type":"Feature","properties":{"code":50751,"plant_name":"Southeast Kern River Cogen","capacity_mw":26.8,"fuel_source":{"Natural Gas":26.8}},"geometry":{"type":"Point","coordinates":[-118.9644,35.4206]}},{"type":"Feature","properties":{"code":50752,"plant_name":"South Belridge Cogeneration Facility","capacity_mw":57,"fuel_source":{"Natural Gas":57}},"geometry":{"type":"Point","coordinates":[-119.7075,35.43861]}},{"type":"Feature","properties":{"code":50754,"plant_name":"Oak Creek Energy Systems I","capacity_mw":34.5,"fuel_source":{"Wind":34.5}},"geometry":{"type":"Point","coordinates":[-118.27639,35.04389]}},{"type":"Feature","properties":{"code":50755,"plant_name":"New Hogan Power Plant","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-120.81494,38.14958]}},{"type":"Feature","properties":{"code":50758,"plant_name":"Pejepscot Hydroelectric Project","capacity_mw":13.1,"fuel_source":{"Hydro":13.1}},"geometry":{"type":"Point","coordinates":[-70.02416,43.95745]}},{"type":"Feature","properties":{"code":50759,"plant_name":"West End Dam Hydroelectric Project","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-75.62058,43.98289]}},{"type":"Feature","properties":{"code":50762,"plant_name":"Ormesa IH","capacity_mw":6.4,"fuel_source":{"Geothermal":6.4}},"geometry":{"type":"Point","coordinates":[-115.2475,32.7842]}},{"type":"Feature","properties":{"code":50763,"plant_name":"Steamboat 1","capacity_mw":6.3,"fuel_source":{"Geothermal":6.3}},"geometry":{"type":"Point","coordinates":[-119.7537,39.3939]}},{"type":"Feature","properties":{"code":50765,"plant_name":"Stillwater Facility","capacity_mw":62.2,"fuel_source":{"Geothermal":40.4,"Solar":21.8}},"geometry":{"type":"Point","coordinates":[-118.55561,39.54754]}},{"type":"Feature","properties":{"code":50766,"plant_name":"Ormesa I","capacity_mw":21.8,"fuel_source":{"Geothermal":21.8}},"geometry":{"type":"Point","coordinates":[-115.2568,32.8156]}},{"type":"Feature","properties":{"code":50768,"plant_name":"Forestport","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-75.21595,43.44247]}},{"type":"Feature","properties":{"code":50770,"plant_name":"Viking Energy of McBain","capacity_mw":16.3,"fuel_source":{"Wood":16.3}},"geometry":{"type":"Point","coordinates":[-85.2206,44.204]}},{"type":"Feature","properties":{"code":50771,"plant_name":"Viking Energy of Northumberland","capacity_mw":16.2,"fuel_source":{"Wood":16.2}},"geometry":{"type":"Point","coordinates":[-76.8146,40.9172]}},{"type":"Feature","properties":{"code":50772,"plant_name":"Viking Energy of Lincoln","capacity_mw":16.3,"fuel_source":{"Wood":16.3}},"geometry":{"type":"Point","coordinates":[-83.4167,44.68]}},{"type":"Feature","properties":{"code":50774,"plant_name":"Telogia Power","capacity_mw":13.7,"fuel_source":{"Wood":13.7}},"geometry":{"type":"Point","coordinates":[-84.8182,30.3349]}},{"type":"Feature","properties":{"code":50776,"plant_name":"Panther Creek Energy Facility","capacity_mw":83,"fuel_source":{"Coal":83}},"geometry":{"type":"Point","coordinates":[-75.8781,40.8556]}},{"type":"Feature","properties":{"code":50799,"plant_name":"Parlin Power Plant","capacity_mw":116.6,"fuel_source":{"Natural Gas":116.6}},"geometry":{"type":"Point","coordinates":[-74.32716,40.46072]}},{"type":"Feature","properties":{"code":50801,"plant_name":"Uncasville Mill","capacity_mw":1.3,"fuel_source":{"Natural Gas":1.3}},"geometry":{"type":"Point","coordinates":[-72.0983,41.4336]}},{"type":"Feature","properties":{"code":50803,"plant_name":"Seminole Mill","capacity_mw":13,"fuel_source":{"Natural Gas":13}},"geometry":{"type":"Point","coordinates":[-81.5978,30.4178]}},{"type":"Feature","properties":{"code":50804,"plant_name":"Port Wentworth Mill","capacity_mw":39,"fuel_source":{"Wood":39}},"geometry":{"type":"Point","coordinates":[-81.1586,32.1561]}},{"type":"Feature","properties":{"code":50806,"plant_name":"Florence Mill","capacity_mw":103.3,"fuel_source":{"Wood":103.3}},"geometry":{"type":"Point","coordinates":[-79.5606,34.1497]}},{"type":"Feature","properties":{"code":50807,"plant_name":"Stone Container Panama City Mill","capacity_mw":35.8,"fuel_source":{"Wood":35.8}},"geometry":{"type":"Point","coordinates":[-85.6211,30.14198]}},{"type":"Feature","properties":{"code":50810,"plant_name":"Stone Container Hodge","capacity_mw":71.4,"fuel_source":{"Wood":71.4}},"geometry":{"type":"Point","coordinates":[-92.7277,32.2752]}},{"type":"Feature","properties":{"code":50811,"plant_name":"RockTenn Coshocton Mill","capacity_mw":12,"fuel_source":{"Wood":12}},"geometry":{"type":"Point","coordinates":[-81.86234,40.27971]}},{"type":"Feature","properties":{"code":50813,"plant_name":"Hopewell Mill","capacity_mw":40.7,"fuel_source":{"Wood":40.7}},"geometry":{"type":"Point","coordinates":[-77.2816,37.2914]}},{"type":"Feature","properties":{"code":50815,"plant_name":"Optim Energy Altura Cogen LLC","capacity_mw":496.8,"fuel_source":{"Natural Gas":496.8}},"geometry":{"type":"Point","coordinates":[-95.10773,29.8161]}},{"type":"Feature","properties":{"code":50818,"plant_name":"Altech","capacity_mw":10.5,"fuel_source":{"Wind":10.5}},"geometry":{"type":"Point","coordinates":[-121.4322,37.7392]}},{"type":"Feature","properties":{"code":50820,"plant_name":"East Winds Project","capacity_mw":4.2,"fuel_source":{"Wind":4.2}},"geometry":{"type":"Point","coordinates":[-116.5206,34]}},{"type":"Feature","properties":{"code":50821,"plant_name":"Mojave 16","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-118.2572,35.05]}},{"type":"Feature","properties":{"code":50822,"plant_name":"Mojave 17","capacity_mw":25,"fuel_source":{"Wind":25}},"geometry":{"type":"Point","coordinates":[-118.2572,35.05]}},{"type":"Feature","properties":{"code":50823,"plant_name":"Mojave 18","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-118.2564,35.05]}},{"type":"Feature","properties":{"code":50827,"plant_name":"Twin Falls Hydro","capacity_mw":22.8,"fuel_source":{"Hydro":22.8}},"geometry":{"type":"Point","coordinates":[-121.68781,47.44455]}},{"type":"Feature","properties":{"code":50831,"plant_name":"Nove Power Plant","capacity_mw":3,"fuel_source":{"Biomass":3}},"geometry":{"type":"Point","coordinates":[-122.3822,37.9675]}},{"type":"Feature","properties":{"code":50832,"plant_name":"Chicopee Hydroelectric Station","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-72.58279,42.1596]}},{"type":"Feature","properties":{"code":50835,"plant_name":"TES Filer City Station","capacity_mw":60,"fuel_source":{"Coal":60}},"geometry":{"type":"Point","coordinates":[-86.28905,44.2173]}},{"type":"Feature","properties":{"code":50837,"plant_name":"Southeast Refuel_source Recovery","capacity_mw":28,"fuel_source":{"Biomass":28}},"geometry":{"type":"Point","coordinates":[-118.23992,33.75924]}},{"type":"Feature","properties":{"code":50846,"plant_name":"Noranda Alumina LLC","capacity_mw":106,"fuel_source":{"Natural Gas":106}},"geometry":{"type":"Point","coordinates":[-90.6693,30.054]}},{"type":"Feature","properties":{"code":50849,"plant_name":"PE Berkeley","capacity_mw":23,"fuel_source":{"Natural Gas":23}},"geometry":{"type":"Point","coordinates":[-122.26337,37.87033]}},{"type":"Feature","properties":{"code":50850,"plant_name":"OLS Energy Chino","capacity_mw":29,"fuel_source":{"Natural Gas":22.5,"Other":6.5}},"geometry":{"type":"Point","coordinates":[-117.68091,33.98963]}},{"type":"Feature","properties":{"code":50851,"plant_name":"OLS Energy Camarillo","capacity_mw":28.3,"fuel_source":{"Natural Gas":28.3}},"geometry":{"type":"Point","coordinates":[-119.04792,34.16195]}},{"type":"Feature","properties":{"code":50852,"plant_name":"Elmwood Energy Holdings LLC","capacity_mw":64.9,"fuel_source":{"Natural Gas":64.9}},"geometry":{"type":"Point","coordinates":[-74.13045,40.90534]}},{"type":"Feature","properties":{"code":50858,"plant_name":"Hillsborough County Refuel_source Recovery","capacity_mw":42,"fuel_source":{"Biomass":42}},"geometry":{"type":"Point","coordinates":[-82.34047,27.9549]}},{"type":"Feature","properties":{"code":50859,"plant_name":"Lancaster County Refuel_source Recovery","capacity_mw":32.4,"fuel_source":{"Biomass":32.4}},"geometry":{"type":"Point","coordinates":[-76.6436,40.0711]}},{"type":"Feature","properties":{"code":50860,"plant_name":"Kent County Waste to Energy Facility","capacity_mw":15.7,"fuel_source":{"Biomass":15.7}},"geometry":{"type":"Point","coordinates":[-85.69321,42.94957]}},{"type":"Feature","properties":{"code":50864,"plant_name":"Sargent Canyon Cogeneration","capacity_mw":30,"fuel_source":{"Natural Gas":30}},"geometry":{"type":"Point","coordinates":[-120.8408,35.9359]}},{"type":"Feature","properties":{"code":50865,"plant_name":"Salinas River Cogeneration","capacity_mw":33,"fuel_source":{"Natural Gas":33}},"geometry":{"type":"Point","coordinates":[-120.8679,35.9515]}},{"type":"Feature","properties":{"code":50872,"plant_name":"Wheelabrator Claremont Facility","capacity_mw":4.5,"fuel_source":{"Biomass":4.5}},"geometry":{"type":"Point","coordinates":[-72.3773,43.344]}},{"type":"Feature","properties":{"code":50873,"plant_name":"Wheelabrator Concord Facility","capacity_mw":12,"fuel_source":{"Biomass":12}},"geometry":{"type":"Point","coordinates":[-71.5769,43.2866]}},{"type":"Feature","properties":{"code":50875,"plant_name":"McKay Bay Facility","capacity_mw":18,"fuel_source":{"Biomass":18}},"geometry":{"type":"Point","coordinates":[-82.42118,27.94953]}},{"type":"Feature","properties":{"code":50876,"plant_name":"Wheelabrator Norwalk Energy","capacity_mw":27.3,"fuel_source":{"Natural Gas":27.3}},"geometry":{"type":"Point","coordinates":[-118.06785,33.9249]}},{"type":"Feature","properties":{"code":50877,"plant_name":"Wheelabrator North Andover","capacity_mw":30,"fuel_source":{"Biomass":30}},"geometry":{"type":"Point","coordinates":[-71.1219,42.7262]}},{"type":"Feature","properties":{"code":50878,"plant_name":"Wheelabrator Millbury Facility","capacity_mw":40,"fuel_source":{"Biomass":40}},"geometry":{"type":"Point","coordinates":[-71.7669,42.2214]}},{"type":"Feature","properties":{"code":50879,"plant_name":"Wheelabrator Frackville Energy","capacity_mw":42.5,"fuel_source":{"Coal":42.5}},"geometry":{"type":"Point","coordinates":[-76.17618,40.78238]}},{"type":"Feature","properties":{"code":50880,"plant_name":"Wheelabrator Saugus","capacity_mw":32,"fuel_source":{"Biomass":32}},"geometry":{"type":"Point","coordinates":[-70.9804,42.447]}},{"type":"Feature","properties":{"code":50881,"plant_name":"Wheelabrator Shasta","capacity_mw":56.4,"fuel_source":{"Wood":56.4}},"geometry":{"type":"Point","coordinates":[-122.27925,40.42833]}},{"type":"Feature","properties":{"code":50882,"plant_name":"Wheelabrator Westchester","capacity_mw":51,"fuel_source":{"Biomass":51}},"geometry":{"type":"Point","coordinates":[-73.94234,41.27713]}},{"type":"Feature","properties":{"code":50883,"plant_name":"Wheelabrator Bridgeport","capacity_mw":58,"fuel_source":{"Biomass":58}},"geometry":{"type":"Point","coordinates":[-73.2083,41.1625]}},{"type":"Feature","properties":{"code":50884,"plant_name":"GCS Energy Recovery of Pinellas, Inc","capacity_mw":58.1,"fuel_source":{"Biomass":58.1}},"geometry":{"type":"Point","coordinates":[-82.6741,27.8733]}},{"type":"Feature","properties":{"code":50885,"plant_name":"Wheelabrator Gloucester LP","capacity_mw":12,"fuel_source":{"Biomass":12}},"geometry":{"type":"Point","coordinates":[-75.1381,39.8733]}},{"type":"Feature","properties":{"code":50886,"plant_name":"Wheelabrator Spokane","capacity_mw":22.7,"fuel_source":{"Biomass":22.7}},"geometry":{"type":"Point","coordinates":[-117.50424,47.62633]}},{"type":"Feature","properties":{"code":50887,"plant_name":"Wheelabrator South Broward","capacity_mw":54,"fuel_source":{"Biomass":54}},"geometry":{"type":"Point","coordinates":[-80.1986,26.0687]}},{"type":"Feature","properties":{"code":50888,"plant_name":"Northampton Generating Company LP","capacity_mw":112,"fuel_source":{"Coal":112}},"geometry":{"type":"Point","coordinates":[-75.4792,40.6917]}},{"type":"Feature","properties":{"code":50890,"plant_name":"Ivy River Hydro","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-82.61827,35.77163]}},{"type":"Feature","properties":{"code":50891,"plant_name":"El Dorado Hydro Elk Creek","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-116.31577,45.21778]}},{"type":"Feature","properties":{"code":50892,"plant_name":"Rock Creek LP","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-120.77851,38.78342]}},{"type":"Feature","properties":{"code":50893,"plant_name":"FirstEnergy Allegheny Hydro Partners Ltd","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-79.6653,40.68287]}},{"type":"Feature","properties":{"code":50894,"plant_name":"FirstEnergy Allegheny No 6 Hydro Partners","capacity_mw":8,"fuel_source":{"Hydro":8}},"geometry":{"type":"Point","coordinates":[-79.57722,40.71639]}},{"type":"Feature","properties":{"code":50895,"plant_name":"Bypass","capacity_mw":9.9,"fuel_source":{"Hydro":9.9}},"geometry":{"type":"Point","coordinates":[-114.05746,42.56088]}},{"type":"Feature","properties":{"code":50896,"plant_name":"S E Hazelton A","capacity_mw":8.4,"fuel_source":{"Hydro":8.4}},"geometry":{"type":"Point","coordinates":[-114.06754,42.5867]}},{"type":"Feature","properties":{"code":50897,"plant_name":"Allegheny Hydro No 8","capacity_mw":13.6,"fuel_source":{"Hydro":13.6}},"geometry":{"type":"Point","coordinates":[-79.47898,40.8966]}},{"type":"Feature","properties":{"code":50898,"plant_name":"Allegheny Hydro No 9","capacity_mw":17.8,"fuel_source":{"Hydro":17.8}},"geometry":{"type":"Point","coordinates":[-79.55068,40.95596]}},{"type":"Feature","properties":{"code":50900,"plant_name":"Covington Facility","capacity_mw":156.5,"fuel_source":{"Coal":43,"Wood":113.5}},"geometry":{"type":"Point","coordinates":[-79.9947,37.79972]}},{"type":"Feature","properties":{"code":50903,"plant_name":"Sagamore Plant Cogeneration","capacity_mw":7.4,"fuel_source":{"Coal":7.4}},"geometry":{"type":"Point","coordinates":[-86.86,40.4439]}},{"type":"Feature","properties":{"code":50904,"plant_name":"Fox Metro Water Reclamation District","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-88.3522,41.7128]}},{"type":"Feature","properties":{"code":50906,"plant_name":"Ford Utilities Center","capacity_mw":6.7,"fuel_source":{"Natural Gas":6.7}},"geometry":{"type":"Point","coordinates":[-106.62519,35.08408]}},{"type":"Feature","properties":{"code":50907,"plant_name":"Oswego County Energy Recovery","capacity_mw":3.4,"fuel_source":{"Biomass":3.4}},"geometry":{"type":"Point","coordinates":[-76.42517,43.34881]}},{"type":"Feature","properties":{"code":50917,"plant_name":"Middle Fork Irrigation District","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-121.59984,45.4807]}},{"type":"Feature","properties":{"code":50920,"plant_name":"Erie Coke","capacity_mw":1,"fuel_source":{"Other Fossil Gasses":1}},"geometry":{"type":"Point","coordinates":[-80.06958,42.14392]}},{"type":"Feature","properties":{"code":50921,"plant_name":"Co-Gen LLC","capacity_mw":7.5,"fuel_source":{"Wood":7.5}},"geometry":{"type":"Point","coordinates":[-118.7206,44.4587]}},{"type":"Feature","properties":{"code":50931,"plant_name":"Yellowstone Energy LP","capacity_mw":52,"fuel_source":{"Petroleum":52}},"geometry":{"type":"Point","coordinates":[-108.4278,45.8117]}},{"type":"Feature","properties":{"code":50932,"plant_name":"Des Moines Wastewater Reclamation Fac","capacity_mw":1.8,"fuel_source":{"Biomass":1.8}},"geometry":{"type":"Point","coordinates":[-93.6089,41.6008]}},{"type":"Feature","properties":{"code":50933,"plant_name":"Rhinelander Mill","capacity_mw":12.3,"fuel_source":{"Coal":6.3,"Natural Gas":4}},"geometry":{"type":"Point","coordinates":[-89.4205,45.6394]}},{"type":"Feature","properties":{"code":50935,"plant_name":"Caterpillar","capacity_mw":12.7,"fuel_source":{"Natural Gas":6.5,"Petroleum":6.2}},"geometry":{"type":"Point","coordinates":[-86.8447,40.4175]}},{"type":"Feature","properties":{"code":50936,"plant_name":"Winnebago County Landfill Gas","capacity_mw":5.1,"fuel_source":{"Biomass":5.1}},"geometry":{"type":"Point","coordinates":[-88.5631,44.0611]}},{"type":"Feature","properties":{"code":50937,"plant_name":"William Beaumont Hospital","capacity_mw":3.8,"fuel_source":{"Petroleum":3.8}},"geometry":{"type":"Point","coordinates":[-83.1919,42.5175]}},{"type":"Feature","properties":{"code":50938,"plant_name":"Galesville Project","capacity_mw":1.8,"fuel_source":{"Hydro":1.8}},"geometry":{"type":"Point","coordinates":[-123.1778,42.8489]}},{"type":"Feature","properties":{"code":50942,"plant_name":"Lagoon Cogeneration Facility","capacity_mw":1.5,"fuel_source":{"Natural Gas":1.5}},"geometry":{"type":"Point","coordinates":[-111.8983,40.9872]}},{"type":"Feature","properties":{"code":50945,"plant_name":"R & R Lumber","capacity_mw":1.4,"fuel_source":{"Wood":1.4}},"geometry":{"type":"Point","coordinates":[-123.67725,42.10434]}},{"type":"Feature","properties":{"code":50949,"plant_name":"Hardee Power Station","capacity_mw":358,"fuel_source":{"Natural Gas":358}},"geometry":{"type":"Point","coordinates":[-81.9636,27.6364]}},{"type":"Feature","properties":{"code":50951,"plant_name":"Sunnyside Cogen Associates","capacity_mw":51,"fuel_source":{"Coal":51}},"geometry":{"type":"Point","coordinates":[-110.3917,39.5472]}},{"type":"Feature","properties":{"code":50952,"plant_name":"Saint Francis Hospital","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.6}},"geometry":{"type":"Point","coordinates":[-87.6847,42.0242]}},{"type":"Feature","properties":{"code":50955,"plant_name":"Rousselot Inc","capacity_mw":6.3,"fuel_source":{"Natural Gas":6.3}},"geometry":{"type":"Point","coordinates":[-70.93866,42.52175]}},{"type":"Feature","properties":{"code":50956,"plant_name":"Bowater Newsprint Calhoun Operation","capacity_mw":66,"fuel_source":{"Wood":66}},"geometry":{"type":"Point","coordinates":[-84.7569,35.2964]}},{"type":"Feature","properties":{"code":50960,"plant_name":"Union County Refuel_source Recovery","capacity_mw":37.5,"fuel_source":{"Biomass":37.5}},"geometry":{"type":"Point","coordinates":[-74.26637,40.60126]}},{"type":"Feature","properties":{"code":50961,"plant_name":"Slate Creek","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-122.45625,40.97686]}},{"type":"Feature","properties":{"code":50963,"plant_name":"Naval Hospital Medical Center","capacity_mw":4.4,"fuel_source":{"Natural Gas":4.4}},"geometry":{"type":"Point","coordinates":[-117.1464,32.7261]}},{"type":"Feature","properties":{"code":50964,"plant_name":"Amedee Geothermal Venture I","capacity_mw":2.2,"fuel_source":{"Geothermal":2.2}},"geometry":{"type":"Point","coordinates":[-123.52473,40.6497]}},{"type":"Feature","properties":{"code":50965,"plant_name":"Toledo Ref Power Recovery Train","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-83.5042,41.6325]}},{"type":"Feature","properties":{"code":50966,"plant_name":"Bellmeade Power Station","capacity_mw":267,"fuel_source":{"Natural Gas":267}},"geometry":{"type":"Point","coordinates":[-77.4317,37.4964]}},{"type":"Feature","properties":{"code":50969,"plant_name":"MU Combined Heat and Power Plant","capacity_mw":77,"fuel_source":{"Coal":50.7,"Natural Gas":22.8}},"geometry":{"type":"Point","coordinates":[-92.3328,38.9461]}},{"type":"Feature","properties":{"code":50971,"plant_name":"Tropicana Products Bradent","capacity_mw":31,"fuel_source":{"Natural Gas":31}},"geometry":{"type":"Point","coordinates":[-82.54834,27.48336]}},{"type":"Feature","properties":{"code":50972,"plant_name":"Marsh Valley Development","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-112.14934,42.62597]}},{"type":"Feature","properties":{"code":50973,"plant_name":"Motiva Enterprises Port Arthur Refinery","capacity_mw":215.4,"fuel_source":{"Natural Gas":215.4}},"geometry":{"type":"Point","coordinates":[-93.9569,29.8822]}},{"type":"Feature","properties":{"code":50974,"plant_name":"Scrubgrass Generating Company LP","capacity_mw":84.3,"fuel_source":{"Coal":84.3}},"geometry":{"type":"Point","coordinates":[-79.8134,41.2691]}},{"type":"Feature","properties":{"code":50976,"plant_name":"Indiantown Cogeneration LP","capacity_mw":330,"fuel_source":{"Coal":330}},"geometry":{"type":"Point","coordinates":[-80.5125,27.0389]}},{"type":"Feature","properties":{"code":50978,"plant_name":"Carr Street Generating Station","capacity_mw":88.5,"fuel_source":{"Natural Gas":88.5}},"geometry":{"type":"Point","coordinates":[-76.08239,43.06132]}},{"type":"Feature","properties":{"code":50980,"plant_name":"Siphon Power Project","capacity_mw":5.4,"fuel_source":{"Hydro":5.4}},"geometry":{"type":"Point","coordinates":[-121.3297,44.03302]}},{"type":"Feature","properties":{"code":50985,"plant_name":"Solano County Cogen Plant","capacity_mw":2.8,"fuel_source":{"Natural Gas":2.8}},"geometry":{"type":"Point","coordinates":[-122.0394,38.2494]}},{"type":"Feature","properties":{"code":50987,"plant_name":"Rock Creek I","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-114.53877,42.63248]}},{"type":"Feature","properties":{"code":50989,"plant_name":"Ingersoll Milling Machine","capacity_mw":4.4,"fuel_source":{"Natural Gas":4.4}},"geometry":{"type":"Point","coordinates":[-89.07592,42.29894]}},{"type":"Feature","properties":{"code":50990,"plant_name":"Marathon Electric","capacity_mw":2.6,"fuel_source":{"Petroleum":2.6}},"geometry":{"type":"Point","coordinates":[-89.6328,44.9783]}},{"type":"Feature","properties":{"code":50993,"plant_name":"Co-Gen II LLC","capacity_mw":7.8,"fuel_source":{"Wood":7.8}},"geometry":{"type":"Point","coordinates":[-123.35914,42.96113]}},{"type":"Feature","properties":{"code":50997,"plant_name":"Gallup Refinery","capacity_mw":5.8,"fuel_source":{"Natural Gas":5.8}},"geometry":{"type":"Point","coordinates":[-108.4265,35.48829]}},{"type":"Feature","properties":{"code":50999,"plant_name":"Aziscohos Hydroelectric Project","capacity_mw":6.8,"fuel_source":{"Hydro":6.8}},"geometry":{"type":"Point","coordinates":[-70.9975,44.9439]}},{"type":"Feature","properties":{"code":51008,"plant_name":"M. A. Patout & Son Limited, LLC","capacity_mw":3,"fuel_source":{"Biomass":3}},"geometry":{"type":"Point","coordinates":[-91.73333,29.90056]}},{"type":"Feature","properties":{"code":51026,"plant_name":"Ryegate Power Station","capacity_mw":20,"fuel_source":{"Wood":20}},"geometry":{"type":"Point","coordinates":[-72.0572,44.2131]}},{"type":"Feature","properties":{"code":51030,"plant_name":"Ocean State Power","capacity_mw":218.6,"fuel_source":{"Natural Gas":218.6}},"geometry":{"type":"Point","coordinates":[-71.66891,42.00972]}},{"type":"Feature","properties":{"code":51033,"plant_name":"West Delaware Tunnel Plant","capacity_mw":7,"fuel_source":{"Hydro":7}},"geometry":{"type":"Point","coordinates":[-74.51026,41.8596]}},{"type":"Feature","properties":{"code":51034,"plant_name":"Little Falls Hydro","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-74.85062,43.04034]}},{"type":"Feature","properties":{"code":51035,"plant_name":"Hofstra University","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-73.6003,40.7139]}},{"type":"Feature","properties":{"code":51038,"plant_name":"MacArthur Waste to Energy Facility","capacity_mw":11,"fuel_source":{"Biomass":11}},"geometry":{"type":"Point","coordinates":[-73.1064,40.7869]}},{"type":"Feature","properties":{"code":52006,"plant_name":"LaO Energy Systems","capacity_mw":479,"fuel_source":{"Natural Gas":479}},"geometry":{"type":"Point","coordinates":[-91.2325,30.3186]}},{"type":"Feature","properties":{"code":52007,"plant_name":"Mecklenburg Power Station","capacity_mw":138,"fuel_source":{"Coal":138}},"geometry":{"type":"Point","coordinates":[-78.53,36.6]}},{"type":"Feature","properties":{"code":52010,"plant_name":"Lee County Solid Waste Energy","capacity_mw":55,"fuel_source":{"Biomass":55}},"geometry":{"type":"Point","coordinates":[-81.76066,26.63155]}},{"type":"Feature","properties":{"code":52015,"plant_name":"Terra-Gen Dixie Valley","capacity_mw":56,"fuel_source":{"Geothermal":56}},"geometry":{"type":"Point","coordinates":[-117.8557,39.9663]}},{"type":"Feature","properties":{"code":52017,"plant_name":"Menominee Acquisition","capacity_mw":2.5,"fuel_source":{"Coal":2.5}},"geometry":{"type":"Point","coordinates":[-87.5958,45.0975]}},{"type":"Feature","properties":{"code":52019,"plant_name":"Doswell Energy Center","capacity_mw":813.8,"fuel_source":{"Natural Gas":813.8}},"geometry":{"type":"Point","coordinates":[-77.14478,37.81822]}},{"type":"Feature","properties":{"code":52021,"plant_name":"ITT Cogen Facility","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-87.62847,41.83442]}},{"type":"Feature","properties":{"code":52024,"plant_name":"Rhode Island Hospital","capacity_mw":10.4,"fuel_source":{"Natural Gas":10.4}},"geometry":{"type":"Point","coordinates":[-71.41,41.8103]}},{"type":"Feature","properties":{"code":52026,"plant_name":"Dartmouth Power Associates LP","capacity_mw":82.6,"fuel_source":{"Natural Gas":82.6}},"geometry":{"type":"Point","coordinates":[-70.9994,41.6731]}},{"type":"Feature","properties":{"code":52028,"plant_name":"Puna Geothermal Venture I","capacity_mw":43,"fuel_source":{"Geothermal":43}},"geometry":{"type":"Point","coordinates":[-154.88836,19.47898]}},{"type":"Feature","properties":{"code":52031,"plant_name":"Alliance Refinery","capacity_mw":25,"fuel_source":{"Natural Gas":25}},"geometry":{"type":"Point","coordinates":[-89.975,29.6833]}},{"type":"Feature","properties":{"code":52033,"plant_name":"Moretown Generating Station","capacity_mw":0.3,"fuel_source":{"Hydro":0.3}},"geometry":{"type":"Point","coordinates":[-72.71032,44.28595]}},{"type":"Feature","properties":{"code":52034,"plant_name":"Bunge Oil","capacity_mw":2.8,"fuel_source":{"Natural Gas":2.8}},"geometry":{"type":"Point","coordinates":[-87.85478,41.15461]}},{"type":"Feature","properties":{"code":52036,"plant_name":"Yough Hydro Power","capacity_mw":12.2,"fuel_source":{"Hydro":12.2}},"geometry":{"type":"Point","coordinates":[-79.36821,39.80164]}},{"type":"Feature","properties":{"code":52039,"plant_name":"Quail Creek Hydro Plant #1","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-113.3583,37.1854]}},{"type":"Feature","properties":{"code":52048,"plant_name":"Vanderbilt University Power Plant","capacity_mw":19,"fuel_source":{"Coal":11,"Natural Gas":8}},"geometry":{"type":"Point","coordinates":[-86.80383,36.1459]}},{"type":"Feature","properties":{"code":52049,"plant_name":"Clifton Dam 3 Power Station","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-81.8344,34.9953]}},{"type":"Feature","properties":{"code":52051,"plant_name":"I 95 Municipal Landfill Phase I","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-77.2375,38.6892]}},{"type":"Feature","properties":{"code":52054,"plant_name":"Rapidan Hydro Facility","capacity_mw":6.4,"fuel_source":{"Hydro":6.4}},"geometry":{"type":"Point","coordinates":[-94.10882,44.09269]}},{"type":"Feature","properties":{"code":52056,"plant_name":"Nassau Energy Corp","capacity_mw":55,"fuel_source":{"Natural Gas":55}},"geometry":{"type":"Point","coordinates":[-73.5892,40.7264]}},{"type":"Feature","properties":{"code":52057,"plant_name":"Herkimer","capacity_mw":0.4,"fuel_source":{"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-74.98339,43.03358]}},{"type":"Feature","properties":{"code":52058,"plant_name":"Ogdensburg","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-75.48705,44.70409]}},{"type":"Feature","properties":{"code":52061,"plant_name":"Hartford Hospital Cogeneration","capacity_mw":9,"fuel_source":{"Natural Gas":9}},"geometry":{"type":"Point","coordinates":[-72.6733,41.7631]}},{"type":"Feature","properties":{"code":52063,"plant_name":"Martinez Sulfuric Acid Regeneration Plt","capacity_mw":4,"fuel_source":{"Other":4}},"geometry":{"type":"Point","coordinates":[-122.1139,38.0314]}},{"type":"Feature","properties":{"code":52064,"plant_name":"Rhodia Dominguez Plant","capacity_mw":3.5,"fuel_source":{"Natural Gas":3.5}},"geometry":{"type":"Point","coordinates":[-118.2347,33.8431]}},{"type":"Feature","properties":{"code":52065,"plant_name":"Rhodia Houston Plant","capacity_mw":7.3,"fuel_source":{"Other":7.3}},"geometry":{"type":"Point","coordinates":[-95.27056,29.71977]}},{"type":"Feature","properties":{"code":52068,"plant_name":"Great Falls Hydro Project","capacity_mw":0.9,"fuel_source":{"Hydro":0.9}},"geometry":{"type":"Point","coordinates":[-74.18099,40.91532]}},{"type":"Feature","properties":{"code":52069,"plant_name":"Point Comfort Operations","capacity_mw":58.7,"fuel_source":{"Natural Gas":58.7}},"geometry":{"type":"Point","coordinates":[-96.56,28.65271]}},{"type":"Feature","properties":{"code":52071,"plant_name":"Sandow No 5","capacity_mw":570,"fuel_source":{"Coal":570}},"geometry":{"type":"Point","coordinates":[-97.0614,30.5681]}},{"type":"Feature","properties":{"code":52072,"plant_name":"Radford Army Ammunition Plant","capacity_mw":22.4,"fuel_source":{"Coal":22.4}},"geometry":{"type":"Point","coordinates":[-80.54277,37.18044]}},{"type":"Feature","properties":{"code":52073,"plant_name":"UCLA So Campus Cogen Project","capacity_mw":36,"fuel_source":{"Natural Gas":36}},"geometry":{"type":"Point","coordinates":[-118.4439,34.0692]}},{"type":"Feature","properties":{"code":52076,"plant_name":"McKittrick Cogen","capacity_mw":9.6,"fuel_source":{"Natural Gas":9.6}},"geometry":{"type":"Point","coordinates":[-119.6597,35.3161]}},{"type":"Feature","properties":{"code":52077,"plant_name":"Lost Hills Cogeneration Plant","capacity_mw":8.1,"fuel_source":{"Natural Gas":8.1}},"geometry":{"type":"Point","coordinates":[-119.76694,35.66611]}},{"type":"Feature","properties":{"code":52078,"plant_name":"North Midway Cogen","capacity_mw":9,"fuel_source":{"Natural Gas":9}},"geometry":{"type":"Point","coordinates":[-119.5986,35.2761]}},{"type":"Feature","properties":{"code":52081,"plant_name":"Cymric 31X Cogen","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-119.6592,35.3639]}},{"type":"Feature","properties":{"code":52082,"plant_name":"Cymric 6Z Cogen","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-119.64343,35.3461]}},{"type":"Feature","properties":{"code":52083,"plant_name":"Coalinga 6C Cogen","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-120.3828,36.2097]}},{"type":"Feature","properties":{"code":52085,"plant_name":"Taft 26C Cogen","capacity_mw":10.8,"fuel_source":{"Natural Gas":10.8}},"geometry":{"type":"Point","coordinates":[-119.4706,35.1133]}},{"type":"Feature","properties":{"code":52086,"plant_name":"Coalinga 25D Cogen","capacity_mw":10.8,"fuel_source":{"Natural Gas":10.8}},"geometry":{"type":"Point","coordinates":[-120.3972,36.1556]}},{"type":"Feature","properties":{"code":52087,"plant_name":"Elizabeth River Power Station","capacity_mw":348,"fuel_source":{"Natural Gas":348}},"geometry":{"type":"Point","coordinates":[-76.3083,36.775]}},{"type":"Feature","properties":{"code":52088,"plant_name":"Texas City Power Plant","capacity_mw":451,"fuel_source":{"Natural Gas":451}},"geometry":{"type":"Point","coordinates":[-94.94383,29.3787]}},{"type":"Feature","properties":{"code":52089,"plant_name":"Celanese Acetate LLC","capacity_mw":27.2,"fuel_source":{"Coal":27.2}},"geometry":{"type":"Point","coordinates":[-80.765,37.3439]}},{"type":"Feature","properties":{"code":52091,"plant_name":"New York Methodist Hospital","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-73.9822,40.6681]}},{"type":"Feature","properties":{"code":52096,"plant_name":"Berry Placerita Cogen","capacity_mw":39.2,"fuel_source":{"Natural Gas":39.2}},"geometry":{"type":"Point","coordinates":[-118.49488,34.38407]}},{"type":"Feature","properties":{"code":52099,"plant_name":"Plant No 2","capacity_mw":14.4,"fuel_source":{"Biomass":14.4}},"geometry":{"type":"Point","coordinates":[-117.9556,33.6433]}},{"type":"Feature","properties":{"code":52104,"plant_name":"Cymric 36W Cogen","capacity_mw":10.8,"fuel_source":{"Natural Gas":10.8}},"geometry":{"type":"Point","coordinates":[-119.6756,35.3633]}},{"type":"Feature","properties":{"code":52105,"plant_name":"Richmond Refinery TG800","capacity_mw":30.4,"fuel_source":{"Other Fossil Gasses":30.4}},"geometry":{"type":"Point","coordinates":[-122.38972,37.93222]}},{"type":"Feature","properties":{"code":52106,"plant_name":"Philadelphia Refinery","capacity_mw":19.5,"fuel_source":{"Other Fossil Gasses":19.5}},"geometry":{"type":"Point","coordinates":[-75.2122,39.9058]}},{"type":"Feature","properties":{"code":52107,"plant_name":"Kern River Eastridge Cogen","capacity_mw":41.6,"fuel_source":{"Natural Gas":41.6}},"geometry":{"type":"Point","coordinates":[-118.9617,35.4406]}},{"type":"Feature","properties":{"code":52108,"plant_name":"Valero Energy Port Arthur Refinery","capacity_mw":66,"fuel_source":{"Natural Gas":26,"Other Fossil Gasses":40}},"geometry":{"type":"Point","coordinates":[-93.96578,29.86743]}},{"type":"Feature","properties":{"code":52109,"plant_name":"Richmond Cogen","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-122.3909,37.9418]}},{"type":"Feature","properties":{"code":52115,"plant_name":"Ingredion Stockton","capacity_mw":2.8,"fuel_source":{"Natural Gas":2.8}},"geometry":{"type":"Point","coordinates":[-121.2614,37.9128]}},{"type":"Feature","properties":{"code":52118,"plant_name":"Multitrade of Pittsylvania LP","capacity_mw":83,"fuel_source":{"Wood":83}},"geometry":{"type":"Point","coordinates":[-79.27696,37.10414]}},{"type":"Feature","properties":{"code":52120,"plant_name":"Dow Chemical Texas Operation","capacity_mw":532.2,"fuel_source":{"Natural Gas":532.2}},"geometry":{"type":"Point","coordinates":[-95.40748,28.99129]}},{"type":"Feature","properties":{"code":52122,"plant_name":"Wasson CO2 Removal Plant","capacity_mw":15.4,"fuel_source":{"Natural Gas":15.4}},"geometry":{"type":"Point","coordinates":[-102.75695,33.00994]}},{"type":"Feature","properties":{"code":52127,"plant_name":"Elk Basin Gasoline Plant","capacity_mw":1.6,"fuel_source":{"Other Fossil Gasses":1.6}},"geometry":{"type":"Point","coordinates":[-108.8428,44.9806]}},{"type":"Feature","properties":{"code":52130,"plant_name":"Whiting Refinery","capacity_mw":88.6,"fuel_source":{"Other Fossil Gasses":88.6}},"geometry":{"type":"Point","coordinates":[-87.4803,41.6703]}},{"type":"Feature","properties":{"code":52132,"plant_name":"Power Station 4","capacity_mw":172,"fuel_source":{"Natural Gas":172}},"geometry":{"type":"Point","coordinates":[-94.92195,29.37816]}},{"type":"Feature","properties":{"code":52133,"plant_name":"Tesoro Mandan Cogeneration Plant","capacity_mw":8.4,"fuel_source":{"Other Fossil Gasses":8.4}},"geometry":{"type":"Point","coordinates":[-100.8808,46.8492]}},{"type":"Feature","properties":{"code":52138,"plant_name":"Steamboat 1A Power Plant","capacity_mw":1.8,"fuel_source":{"Geothermal":1.8}},"geometry":{"type":"Point","coordinates":[-119.7537,39.3939]}},{"type":"Feature","properties":{"code":52140,"plant_name":"International Paper Prattville Mill","capacity_mw":79.5,"fuel_source":{"Wood":79.5}},"geometry":{"type":"Point","coordinates":[-86.4718,32.4187]}},{"type":"Feature","properties":{"code":52142,"plant_name":"Mojave 4","capacity_mw":29,"fuel_source":{"Wind":29}},"geometry":{"type":"Point","coordinates":[-118.2572,35.0506]}},{"type":"Feature","properties":{"code":52143,"plant_name":"Mojave 3","capacity_mw":23.5,"fuel_source":{"Wind":23.5}},"geometry":{"type":"Point","coordinates":[-118.2572,35.05]}},{"type":"Feature","properties":{"code":52144,"plant_name":"Mojave 5","capacity_mw":22.5,"fuel_source":{"Wind":22.5}},"geometry":{"type":"Point","coordinates":[-118.2572,35.05]}},{"type":"Feature","properties":{"code":52147,"plant_name":"C P Kelco San Diego Plant","capacity_mw":26.6,"fuel_source":{"Natural Gas":26.6}},"geometry":{"type":"Point","coordinates":[-117.1436,32.6947]}},{"type":"Feature","properties":{"code":52148,"plant_name":"Elkton","capacity_mw":2,"fuel_source":{"Natural Gas":1.2,"Petroleum":0.8}},"geometry":{"type":"Point","coordinates":[-78.6528,38.3836]}},{"type":"Feature","properties":{"code":52149,"plant_name":"West Point","capacity_mw":76.9,"fuel_source":{"Natural Gas":71.2,"Petroleum":5.7}},"geometry":{"type":"Point","coordinates":[-75.30165,40.22045]}},{"type":"Feature","properties":{"code":52151,"plant_name":"International Paper Eastover Facility","capacity_mw":103,"fuel_source":{"Wood":103}},"geometry":{"type":"Point","coordinates":[-80.6397,33.8872]}},{"type":"Feature","properties":{"code":52152,"plant_name":"International Paper Franklin Mill","capacity_mw":74.1,"fuel_source":{"Natural Gas":38,"Wood":36.1}},"geometry":{"type":"Point","coordinates":[-76.9128,36.6803]}},{"type":"Feature","properties":{"code":52155,"plant_name":"Lacomb Irrigation District","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-122.68544,44.59752]}},{"type":"Feature","properties":{"code":52158,"plant_name":"Aidlin Geothermal Power Plant","capacity_mw":20,"fuel_source":{"Geothermal":20}},"geometry":{"type":"Point","coordinates":[-122.881,38.8339]}},{"type":"Feature","properties":{"code":52160,"plant_name":"Victory Garden Phase IV LLC","capacity_mw":22,"fuel_source":{"Wind":22}},"geometry":{"type":"Point","coordinates":[-118.4319,35.3111]}},{"type":"Feature","properties":{"code":52161,"plant_name":"Terra-Gen 251 Wind LLC","capacity_mw":18.4,"fuel_source":{"Wind":18.4}},"geometry":{"type":"Point","coordinates":[-118.3547,35.0853]}},{"type":"Feature","properties":{"code":52162,"plant_name":"85 A","capacity_mw":14.1,"fuel_source":{"Wind":14.1}},"geometry":{"type":"Point","coordinates":[-118.3372,35.1011]}},{"type":"Feature","properties":{"code":52163,"plant_name":"85 B","capacity_mw":21.2,"fuel_source":{"Wind":21.2}},"geometry":{"type":"Point","coordinates":[-118.3372,35.1011]}},{"type":"Feature","properties":{"code":52165,"plant_name":"Helzel & Schwarzhoff 88 Wind Farm","capacity_mw":1.8,"fuel_source":{"Wind":1.8}},"geometry":{"type":"Point","coordinates":[-118.3936,35.0908]}},{"type":"Feature","properties":{"code":52166,"plant_name":"Collins Facility","capacity_mw":1.6,"fuel_source":{"Hydro":1.6}},"geometry":{"type":"Point","coordinates":[-72.42281,42.15725]}},{"type":"Feature","properties":{"code":52168,"plant_name":"Riverbay","capacity_mw":37.5,"fuel_source":{"Natural Gas":36,"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-73.82444,40.86997]}},{"type":"Feature","properties":{"code":52169,"plant_name":"Midway Sunset Cogen","capacity_mw":219,"fuel_source":{"Natural Gas":219}},"geometry":{"type":"Point","coordinates":[-119.6294,35.2269]}},{"type":"Feature","properties":{"code":52171,"plant_name":"Upper Barker","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-70.22929,44.08687]}},{"type":"Feature","properties":{"code":52173,"plant_name":"Conemaugh Hydro Plant","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-79.3657,40.46439]}},{"type":"Feature","properties":{"code":52174,"plant_name":"Soda Lake Geothermal No I II","capacity_mw":11.3,"fuel_source":{"Geothermal":11.3}},"geometry":{"type":"Point","coordinates":[-118.8383,39.557]}},{"type":"Feature","properties":{"code":52175,"plant_name":"CITGO Refinery Powerhouse","capacity_mw":34.3,"fuel_source":{"Other Fossil Gasses":34.3}},"geometry":{"type":"Point","coordinates":[-93.3234,30.1826]}},{"type":"Feature","properties":{"code":52176,"plant_name":"C R Wing Cogen Plant","capacity_mw":212,"fuel_source":{"Natural Gas":212}},"geometry":{"type":"Point","coordinates":[-101.42239,32.27318]}},{"type":"Feature","properties":{"code":52184,"plant_name":"Tesoro Kenai Cogeneration Plant","capacity_mw":8.4,"fuel_source":{"Natural Gas":8.4}},"geometry":{"type":"Point","coordinates":[-151.3815,60.677]}},{"type":"Feature","properties":{"code":52186,"plant_name":"Yuba City Cogen Partners","capacity_mw":48.7,"fuel_source":{"Natural Gas":48.7}},"geometry":{"type":"Point","coordinates":[-121.63985,39.13667]}},{"type":"Feature","properties":{"code":52187,"plant_name":"Falls Creek","capacity_mw":3.9,"fuel_source":{"Hydro":3.9}},"geometry":{"type":"Point","coordinates":[-122.35025,44.39681]}},{"type":"Feature","properties":{"code":52193,"plant_name":"Delaware City Plant","capacity_mw":265,"fuel_source":{"Natural Gas":130,"Other Fossil Gasses":135}},"geometry":{"type":"Point","coordinates":[-75.6343,39.5871]}},{"type":"Feature","properties":{"code":52204,"plant_name":"Otay","capacity_mw":9.6,"fuel_source":{"Biomass":9.6}},"geometry":{"type":"Point","coordinates":[-117.0178,32.5983]}},{"type":"Feature","properties":{"code":54004,"plant_name":"Dublin Mill","capacity_mw":84,"fuel_source":{"Coal":44,"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-82.8443,32.5036]}},{"type":"Feature","properties":{"code":54006,"plant_name":"Broadwater Power Project","capacity_mw":9.7,"fuel_source":{"Hydro":9.7}},"geometry":{"type":"Point","coordinates":[-111.40766,46.12061]}},{"type":"Feature","properties":{"code":54015,"plant_name":"MM West Covina","capacity_mw":9.8,"fuel_source":{"Biomass":9.8}},"geometry":{"type":"Point","coordinates":[-117.90613,34.03321]}},{"type":"Feature","properties":{"code":54017,"plant_name":"San Gabriel Hydro Project","capacity_mw":4.8,"fuel_source":{"Hydro":4.8}},"geometry":{"type":"Point","coordinates":[-117.85571,34.20431]}},{"type":"Feature","properties":{"code":54033,"plant_name":"Wheelabrator North Broward","capacity_mw":56,"fuel_source":{"Biomass":56}},"geometry":{"type":"Point","coordinates":[-80.1581,26.2878]}},{"type":"Feature","properties":{"code":54034,"plant_name":"Rensselaer Cogen","capacity_mw":80.4,"fuel_source":{"Natural Gas":80.4}},"geometry":{"type":"Point","coordinates":[-73.74995,42.62533]}},{"type":"Feature","properties":{"code":54035,"plant_name":"Roanoke Valley Energy Facililty I","capacity_mw":165,"fuel_source":{"Coal":165}},"geometry":{"type":"Point","coordinates":[-77.6167,36.4364]}},{"type":"Feature","properties":{"code":54038,"plant_name":"Geo East Mesa II","capacity_mw":18.5,"fuel_source":{"Geothermal":18.5}},"geometry":{"type":"Point","coordinates":[-115.2637,32.7757]}},{"type":"Feature","properties":{"code":54041,"plant_name":"Lockport Energy Associates LP","capacity_mw":198.8,"fuel_source":{"Natural Gas":198.8}},"geometry":{"type":"Point","coordinates":[-78.74497,43.16195]}},{"type":"Feature","properties":{"code":54044,"plant_name":"University of Illinois Cogen Facility","capacity_mw":55.7,"fuel_source":{"Natural Gas":55.7}},"geometry":{"type":"Point","coordinates":[-87.6524,41.8675]}},{"type":"Feature","properties":{"code":54056,"plant_name":"Pawtucket Power Associates","capacity_mw":60,"fuel_source":{"Natural Gas":60}},"geometry":{"type":"Point","coordinates":[-71.40686,41.86153]}},{"type":"Feature","properties":{"code":54057,"plant_name":"Riverview Energy Systems","capacity_mw":5.6,"fuel_source":{"Biomass":5.6}},"geometry":{"type":"Point","coordinates":[-83.2131,42.1661]}},{"type":"Feature","properties":{"code":54076,"plant_name":"Indeck Olean Energy Center","capacity_mw":75.7,"fuel_source":{"Natural Gas":75.7}},"geometry":{"type":"Point","coordinates":[-78.45425,42.08594]}},{"type":"Feature","properties":{"code":54081,"plant_name":"Spruance Genco LLC","capacity_mw":190,"fuel_source":{"Coal":190}},"geometry":{"type":"Point","coordinates":[-77.4308,37.4556]}},{"type":"Feature","properties":{"code":54085,"plant_name":"Androscoggin Mill","capacity_mw":80,"fuel_source":{"Wood":80}},"geometry":{"type":"Point","coordinates":[-70.23947,44.50627]}},{"type":"Feature","properties":{"code":54087,"plant_name":"International Paper Georgetown Mill","capacity_mw":88.9,"fuel_source":{"Wood":88.9}},"geometry":{"type":"Point","coordinates":[-79.30257,33.36019]}},{"type":"Feature","properties":{"code":54091,"plant_name":"Mansfield Mill","capacity_mw":101.3,"fuel_source":{"Natural Gas":29,"Wood":72.3}},"geometry":{"type":"Point","coordinates":[-93.5562,32.1575]}},{"type":"Feature","properties":{"code":54096,"plant_name":"International Paper Riverdale Mill","capacity_mw":75,"fuel_source":{"Natural Gas":75}},"geometry":{"type":"Point","coordinates":[-86.87091,32.42602]}},{"type":"Feature","properties":{"code":54097,"plant_name":"International Paper Texarkana Mill","capacity_mw":65,"fuel_source":{"Wood":65}},"geometry":{"type":"Point","coordinates":[-94.0696,33.2553]}},{"type":"Feature","properties":{"code":54098,"plant_name":"Kaukauna Paper Mill","capacity_mw":44.6,"fuel_source":{"Coal":12,"Wood":32.6}},"geometry":{"type":"Point","coordinates":[-88.2534,44.2826]}},{"type":"Feature","properties":{"code":54099,"plant_name":"Ticonderoga Mill","capacity_mw":41,"fuel_source":{"Petroleum":41}},"geometry":{"type":"Point","coordinates":[-73.397,43.89144]}},{"type":"Feature","properties":{"code":54100,"plant_name":"International Paper Vicksburg Mill","capacity_mw":38.5,"fuel_source":{"Wood":38.5}},"geometry":{"type":"Point","coordinates":[-90.7742,32.5292]}},{"type":"Feature","properties":{"code":54101,"plant_name":"Georgia-Pacific Cedar Springs","capacity_mw":90,"fuel_source":{"Wood":90}},"geometry":{"type":"Point","coordinates":[-85.0951,31.166]}},{"type":"Feature","properties":{"code":54103,"plant_name":"Port Edwards Mill","capacity_mw":6.6,"fuel_source":{"Hydro":6.6}},"geometry":{"type":"Point","coordinates":[-89.8672,44.3364]}},{"type":"Feature","properties":{"code":54104,"plant_name":"Ashdown","capacity_mw":128,"fuel_source":{"Wood":128}},"geometry":{"type":"Point","coordinates":[-94.1083,33.6417]}},{"type":"Feature","properties":{"code":54111,"plant_name":"Second Imperial Geothermal","capacity_mw":72.8,"fuel_source":{"Geothermal":72.8}},"geometry":{"type":"Point","coordinates":[-115.5356,32.7144]}},{"type":"Feature","properties":{"code":54114,"plant_name":"Kennedy International Airport Cogen","capacity_mw":122.3,"fuel_source":{"Natural Gas":122.3}},"geometry":{"type":"Point","coordinates":[-73.7778,40.6417]}},{"type":"Feature","properties":{"code":54123,"plant_name":"Mechanic Falls","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-70.39067,44.11124]}},{"type":"Feature","properties":{"code":54124,"plant_name":"Pittsfield","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-69.41199,44.72137]}},{"type":"Feature","properties":{"code":54131,"plant_name":"Fortistar North Tonawanda","capacity_mw":53.5,"fuel_source":{"Natural Gas":53.5}},"geometry":{"type":"Point","coordinates":[-78.8539,43.0483]}},{"type":"Feature","properties":{"code":54134,"plant_name":"Great Lakes Hydro America - ME","capacity_mw":131.5,"fuel_source":{"Hydro":131.5}},"geometry":{"type":"Point","coordinates":[-68.70437,45.64718]}},{"type":"Feature","properties":{"code":54142,"plant_name":"Hillcrest Pump Station","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-104.9138,39.6419]}},{"type":"Feature","properties":{"code":54144,"plant_name":"Piney Creek Project","capacity_mw":32.5,"fuel_source":{"Coal":32.5}},"geometry":{"type":"Point","coordinates":[-79.4414,41.1764]}},{"type":"Feature","properties":{"code":54148,"plant_name":"Hydro Kennebec Project","capacity_mw":15.4,"fuel_source":{"Hydro":15.4}},"geometry":{"type":"Point","coordinates":[-69.61916,44.56303]}},{"type":"Feature","properties":{"code":54149,"plant_name":"Stony Brook Cogen Plant","capacity_mw":44.5,"fuel_source":{"Natural Gas":44.5}},"geometry":{"type":"Point","coordinates":[-73.12906,40.91683]}},{"type":"Feature","properties":{"code":54201,"plant_name":"Iowa State University","capacity_mw":46.2,"fuel_source":{"Coal":46.2}},"geometry":{"type":"Point","coordinates":[-93.6394,42.0275]}},{"type":"Feature","properties":{"code":54202,"plant_name":"Upper Androscoggin","capacity_mw":1.7,"fuel_source":{"Hydro":1.7}},"geometry":{"type":"Point","coordinates":[-70.21237,44.08796]}},{"type":"Feature","properties":{"code":54203,"plant_name":"Mississippi Baptist Medical Center","capacity_mw":4,"fuel_source":{"Natural Gas":4}},"geometry":{"type":"Point","coordinates":[-90.1797,32.3133]}},{"type":"Feature","properties":{"code":54207,"plant_name":"ArcelorMittal Warren","capacity_mw":19.1,"fuel_source":{"Other Fossil Gasses":19.1}},"geometry":{"type":"Point","coordinates":[-80.8176,41.2119]}},{"type":"Feature","properties":{"code":54210,"plant_name":"American Crystal Sugar Hillsboro","capacity_mw":13.3,"fuel_source":{"Coal":13.3}},"geometry":{"type":"Point","coordinates":[-97.06311,47.43756]}},{"type":"Feature","properties":{"code":54211,"plant_name":"American Crystal Sugar Moorhead","capacity_mw":5,"fuel_source":{"Coal":5}},"geometry":{"type":"Point","coordinates":[-96.76112,46.9026]}},{"type":"Feature","properties":{"code":54212,"plant_name":"American Crystal Sugar Crookston","capacity_mw":6.5,"fuel_source":{"Coal":6.5}},"geometry":{"type":"Point","coordinates":[-96.63337,47.76468]}},{"type":"Feature","properties":{"code":54213,"plant_name":"American Crystal Sugar Drayton","capacity_mw":6,"fuel_source":{"Coal":6}},"geometry":{"type":"Point","coordinates":[-97.17608,48.59316]}},{"type":"Feature","properties":{"code":54214,"plant_name":"American Crystal Sugar East Grand Forks","capacity_mw":7.5,"fuel_source":{"Coal":7.5}},"geometry":{"type":"Point","coordinates":[-97.00715,47.9272]}},{"type":"Feature","properties":{"code":54216,"plant_name":"U S Alliance Coosa Pines","capacity_mw":30.3,"fuel_source":{"Natural Gas":12.5,"Wood":17.8}},"geometry":{"type":"Point","coordinates":[-86.35682,33.32811]}},{"type":"Feature","properties":{"code":54219,"plant_name":"Burney Mountain Power","capacity_mw":9.8,"fuel_source":{"Wood":9.8}},"geometry":{"type":"Point","coordinates":[-121.64037,40.90948]}},{"type":"Feature","properties":{"code":54224,"plant_name":"Franklin Heating Station","capacity_mw":27.5,"fuel_source":{"Natural Gas":14.7,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-92.4656,44.02058]}},{"type":"Feature","properties":{"code":54225,"plant_name":"Gillette SBMC","capacity_mw":14.2,"fuel_source":{"Natural Gas":12.2,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-71.0559,42.3436]}},{"type":"Feature","properties":{"code":54236,"plant_name":"Pfizer Groton Plant","capacity_mw":38.9,"fuel_source":{"Natural Gas":38.9}},"geometry":{"type":"Point","coordinates":[-72.0786,41.3315]}},{"type":"Feature","properties":{"code":54238,"plant_name":"Stockton Biomass","capacity_mw":45,"fuel_source":{"Wood":45}},"geometry":{"type":"Point","coordinates":[-121.33043,37.94363]}},{"type":"Feature","properties":{"code":54239,"plant_name":"Naval Submarine Base Kings Bay","capacity_mw":30,"fuel_source":{"Petroleum":30}},"geometry":{"type":"Point","coordinates":[-81.5333,30.7917]}},{"type":"Feature","properties":{"code":54240,"plant_name":"Louisiana Tech University Power Plant","capacity_mw":6.4,"fuel_source":{"Natural Gas":6.4}},"geometry":{"type":"Point","coordinates":[-92.6497,32.5256]}},{"type":"Feature","properties":{"code":54249,"plant_name":"Smith Falls Hydro Project","capacity_mw":20.1,"fuel_source":{"Hydro":20.1}},"geometry":{"type":"Point","coordinates":[-116.55737,48.95955]}},{"type":"Feature","properties":{"code":54250,"plant_name":"Newman","capacity_mw":1.8,"fuel_source":{"Natural Gas":1.8}},"geometry":{"type":"Point","coordinates":[-75.05283,40.01399]}},{"type":"Feature","properties":{"code":54251,"plant_name":"Opal Springs Hydro","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-121.29881,44.49004]}},{"type":"Feature","properties":{"code":54258,"plant_name":"Westwind Trust","capacity_mw":16,"fuel_source":{"Wind":16}},"geometry":{"type":"Point","coordinates":[-116.5347,33.9683]}},{"type":"Feature","properties":{"code":54261,"plant_name":"Warm Springs Hydro Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-123.01119,38.72214]}},{"type":"Feature","properties":{"code":54262,"plant_name":"Saint Marys Hospital Power Plant","capacity_mw":14.9,"fuel_source":{"Natural Gas":9.9,"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-92.47982,44.09785]}},{"type":"Feature","properties":{"code":54265,"plant_name":"Akron Recycle Energy Plant","capacity_mw":4,"fuel_source":{"Wood":4}},"geometry":{"type":"Point","coordinates":[-81.53064,41.07334]}},{"type":"Feature","properties":{"code":54267,"plant_name":"Koma Kulshan Associates","capacity_mw":12.4,"fuel_source":{"Hydro":12.4}},"geometry":{"type":"Point","coordinates":[-121.72329,48.68018]}},{"type":"Feature","properties":{"code":54268,"plant_name":"March Point Cogeneration","capacity_mw":146.2,"fuel_source":{"Natural Gas":146.2}},"geometry":{"type":"Point","coordinates":[-122.56,48.4708]}},{"type":"Feature","properties":{"code":54271,"plant_name":"Saguaro Power","capacity_mw":101,"fuel_source":{"Natural Gas":101}},"geometry":{"type":"Point","coordinates":[-115.0117,36.0417]}},{"type":"Feature","properties":{"code":54276,"plant_name":"Univ of NC Chapel Hill Cogen Facility","capacity_mw":32.3,"fuel_source":{"Coal":28.7,"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-79.0617,35.9069]}},{"type":"Feature","properties":{"code":54281,"plant_name":"Interstate Paper LLC Riceboro","capacity_mw":14.5,"fuel_source":{"Wood":14.5}},"geometry":{"type":"Point","coordinates":[-81.40786,31.74163]}},{"type":"Feature","properties":{"code":54283,"plant_name":"Lee Creek Water Treatment Facility","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-94.39286,35.48449]}},{"type":"Feature","properties":{"code":54285,"plant_name":"Hastings City Hydroelectric","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-92.86774,44.76025]}},{"type":"Feature","properties":{"code":54286,"plant_name":"Rolls Royce","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-86.2118,39.7398]}},{"type":"Feature","properties":{"code":54290,"plant_name":"Inforum","capacity_mw":1.3,"fuel_source":{"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-84.3889,33.7533]}},{"type":"Feature","properties":{"code":54291,"plant_name":"Sherwin Alumina","capacity_mw":24,"fuel_source":{"Other":24}},"geometry":{"type":"Point","coordinates":[-97.26097,27.88359]}},{"type":"Feature","properties":{"code":54294,"plant_name":"West Group Data Center","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-93.1139,44.8256]}},{"type":"Feature","properties":{"code":54296,"plant_name":"Biola University","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-118.0131,33.90695]}},{"type":"Feature","properties":{"code":54298,"plant_name":"Coram Energy LLC (ECT)","capacity_mw":7.5,"fuel_source":{"Wind":7.5}},"geometry":{"type":"Point","coordinates":[-118.3417,35.0583]}},{"type":"Feature","properties":{"code":54299,"plant_name":"Coram Energy LLC","capacity_mw":3,"fuel_source":{"Wind":3}},"geometry":{"type":"Point","coordinates":[-118.3417,35.075]}},{"type":"Feature","properties":{"code":54300,"plant_name":"CTV Power Purchase Contract Trust","capacity_mw":4.6,"fuel_source":{"Wind":4.6}},"geometry":{"type":"Point","coordinates":[-118.3083,35.0583]}},{"type":"Feature","properties":{"code":54301,"plant_name":"Colebrook Hydroelectric","capacity_mw":2.8,"fuel_source":{"Hydro":2.8}},"geometry":{"type":"Point","coordinates":[-73.0356,42.00778]}},{"type":"Feature","properties":{"code":54302,"plant_name":"Goodwin Hydroelectric","capacity_mw":3.2,"fuel_source":{"Hydro":3.2}},"geometry":{"type":"Point","coordinates":[-73.0194,41.98861]}},{"type":"Feature","properties":{"code":54304,"plant_name":"Birchwood Power","capacity_mw":238.3,"fuel_source":{"Coal":238.3}},"geometry":{"type":"Point","coordinates":[-77.3147,38.2667]}},{"type":"Feature","properties":{"code":54305,"plant_name":"Westward Seafoods","capacity_mw":6.6,"fuel_source":{"Petroleum":6.6}},"geometry":{"type":"Point","coordinates":[-166.5539,53.8575]}},{"type":"Feature","properties":{"code":54306,"plant_name":"Wilson Lake Hydroelectric Project","capacity_mw":8.4,"fuel_source":{"Hydro":8.4}},"geometry":{"type":"Point","coordinates":[-114.17472,42.62889]}},{"type":"Feature","properties":{"code":54308,"plant_name":"Three Forks Water Power Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-123.52315,40.19982]}},{"type":"Feature","properties":{"code":54316,"plant_name":"Archer Daniels Midland Southport","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-77.9905,33.9397]}},{"type":"Feature","properties":{"code":54318,"plant_name":"General Chemical","capacity_mw":30,"fuel_source":{"Coal":30}},"geometry":{"type":"Point","coordinates":[-109.7542,41.5933]}},{"type":"Feature","properties":{"code":54321,"plant_name":"Goodyear Beaumont Chemical Plant","capacity_mw":29,"fuel_source":{"Natural Gas":29}},"geometry":{"type":"Point","coordinates":[-94.2142,29.9728]}},{"type":"Feature","properties":{"code":54322,"plant_name":"Sibley Mill","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-81.99252,33.48788]}},{"type":"Feature","properties":{"code":54323,"plant_name":"CNN Center","capacity_mw":12.8,"fuel_source":{"Petroleum":12.8}},"geometry":{"type":"Point","coordinates":[-84.395,33.75917]}},{"type":"Feature","properties":{"code":54324,"plant_name":"Ocean State Power II","capacity_mw":218.6,"fuel_source":{"Natural Gas":218.6}},"geometry":{"type":"Point","coordinates":[-71.6701,42.0099]}},{"type":"Feature","properties":{"code":54327,"plant_name":"Toyon Power Station","capacity_mw":3.4,"fuel_source":{"Biomass":3.4}},"geometry":{"type":"Point","coordinates":[-118.3792,34.1717]}},{"type":"Feature","properties":{"code":54330,"plant_name":"Westhollow Technology Center","capacity_mw":3.7,"fuel_source":{"Natural Gas":3.7}},"geometry":{"type":"Point","coordinates":[-95.63825,29.72602]}},{"type":"Feature","properties":{"code":54333,"plant_name":"Bucknell University","capacity_mw":4.8,"fuel_source":{"Natural Gas":4.8}},"geometry":{"type":"Point","coordinates":[-76.87884,40.95501]}},{"type":"Feature","properties":{"code":54335,"plant_name":"Morton Salt Rittman","capacity_mw":1.5,"fuel_source":{"Coal":1.5}},"geometry":{"type":"Point","coordinates":[-81.7756,40.9692]}},{"type":"Feature","properties":{"code":54337,"plant_name":"NRG Energy San Diego","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.6}},"geometry":{"type":"Point","coordinates":[-117.1619,32.71]}},{"type":"Feature","properties":{"code":54338,"plant_name":"Rio Grande Valley Sugar Growers","capacity_mw":18.9,"fuel_source":{"Petroleum":1.4,"Biomass":17.5}},"geometry":{"type":"Point","coordinates":[-97.86701,26.26968]}},{"type":"Feature","properties":{"code":54340,"plant_name":"Norway Point Hydropower Project","capacity_mw":4,"fuel_source":{"Hydro":4}},"geometry":{"type":"Point","coordinates":[-83.5189,45.1025]}},{"type":"Feature","properties":{"code":54341,"plant_name":"Four Mile Hydropower Project","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-83.5025,45.0933]}},{"type":"Feature","properties":{"code":54342,"plant_name":"Ninth Street Hydropower Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-83.4381,45.0717]}},{"type":"Feature","properties":{"code":54343,"plant_name":"Terminus Hydroelectric Project","capacity_mw":20,"fuel_source":{"Hydro":20}},"geometry":{"type":"Point","coordinates":[-119.0069,36.4156]}},{"type":"Feature","properties":{"code":54347,"plant_name":"Howard F Curren Advncd Wastewater Plant","capacity_mw":2.5,"fuel_source":{"Biomass":2.5}},"geometry":{"type":"Point","coordinates":[-82.4389,27.9389]}},{"type":"Feature","properties":{"code":54349,"plant_name":"Nevada Cogen Associates 2 Black Mountain","capacity_mw":85,"fuel_source":{"Natural Gas":85}},"geometry":{"type":"Point","coordinates":[-114.8783,36.2253]}},{"type":"Feature","properties":{"code":54350,"plant_name":"Nevada Cogen Assoc#1 GarnetVly","capacity_mw":89.1,"fuel_source":{"Natural Gas":89.1}},"geometry":{"type":"Point","coordinates":[-114.92069,36.34323]}},{"type":"Feature","properties":{"code":54355,"plant_name":"Chace Mill Winooski One","capacity_mw":7.5,"fuel_source":{"Hydro":7.5}},"geometry":{"type":"Point","coordinates":[-73.1875,44.49]}},{"type":"Feature","properties":{"code":54358,"plant_name":"International Paper Augusta Mill","capacity_mw":79.3,"fuel_source":{"Wood":79.3}},"geometry":{"type":"Point","coordinates":[-81.95308,33.32826]}},{"type":"Feature","properties":{"code":54360,"plant_name":"PPG Industries Works 14","capacity_mw":4.7,"fuel_source":{"Petroleum":4.7}},"geometry":{"type":"Point","coordinates":[-88.8697,39.7703]}},{"type":"Feature","properties":{"code":54363,"plant_name":"PPG Industries Shelby NC Works","capacity_mw":2.8,"fuel_source":{"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-81.6292,35.3264]}},{"type":"Feature","properties":{"code":54364,"plant_name":"PPG Industries Works 4","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-98.4931,33.9133]}},{"type":"Feature","properties":{"code":54365,"plant_name":"Orange Cogeneration Facility","capacity_mw":110.6,"fuel_source":{"Natural Gas":110.6}},"geometry":{"type":"Point","coordinates":[-81.82506,27.87082]}},{"type":"Feature","properties":{"code":54371,"plant_name":"Oildale Energy LLC","capacity_mw":39,"fuel_source":{"Natural Gas":39}},"geometry":{"type":"Point","coordinates":[-119.0102,35.417]}},{"type":"Feature","properties":{"code":54372,"plant_name":"University of Colorado","capacity_mw":31,"fuel_source":{"Natural Gas":31}},"geometry":{"type":"Point","coordinates":[-105.2692,40.00759]}},{"type":"Feature","properties":{"code":54373,"plant_name":"Southbridge Energy Center LLC","capacity_mw":6.5,"fuel_source":{"Natural Gas":6.5}},"geometry":{"type":"Point","coordinates":[-72.0219,42.0736]}},{"type":"Feature","properties":{"code":54374,"plant_name":"Sinclair Oil Refinery","capacity_mw":7.1,"fuel_source":{"Natural Gas":6,"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-107.10972,41.77952]}},{"type":"Feature","properties":{"code":54384,"plant_name":"EHC West Hopkinton","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-71.7483,43.1897]}},{"type":"Feature","properties":{"code":54385,"plant_name":"Kinneytown New Old","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-73.0856,41.3686]}},{"type":"Feature","properties":{"code":54386,"plant_name":"Little Wood Hydro Project","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-114.0256,43.42523]}},{"type":"Feature","properties":{"code":54387,"plant_name":"Weeks Falls","capacity_mw":4.2,"fuel_source":{"Hydro":4.2}},"geometry":{"type":"Point","coordinates":[-121.6483,47.43348]}},{"type":"Feature","properties":{"code":54391,"plant_name":"Alice Falls Hydro Project","capacity_mw":2.2,"fuel_source":{"Hydro":2.2}},"geometry":{"type":"Point","coordinates":[-73.46475,44.51915]}},{"type":"Feature","properties":{"code":54392,"plant_name":"BJ Gas Recovery","capacity_mw":1.6,"fuel_source":{"Biomass":1.6}},"geometry":{"type":"Point","coordinates":[-84.2378,33.93]}},{"type":"Feature","properties":{"code":54394,"plant_name":"Dry Creek Project","capacity_mw":2.5,"fuel_source":{"Hydro":2.5}},"geometry":{"type":"Point","coordinates":[-112.71944,44.02744]}},{"type":"Feature","properties":{"code":54395,"plant_name":"Stillwater Hydro Electric Project","capacity_mw":3.4,"fuel_source":{"Hydro":3.4}},"geometry":{"type":"Point","coordinates":[-73.65439,42.93746]}},{"type":"Feature","properties":{"code":54406,"plant_name":"Capitol Heat and Power","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-89.37726,43.07851]}},{"type":"Feature","properties":{"code":54407,"plant_name":"Waupun Correctional Central Heating Plt","capacity_mw":3,"fuel_source":{"Coal":0.7,"Petroleum":2.3}},"geometry":{"type":"Point","coordinates":[-88.7297,43.6233]}},{"type":"Feature","properties":{"code":54408,"plant_name":"UW Madison Charter Street Plant","capacity_mw":6.8,"fuel_source":{"Natural Gas":5.5,"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-89.4006,43.07]}},{"type":"Feature","properties":{"code":54409,"plant_name":"Dartmouth College Heating Plant","capacity_mw":7,"fuel_source":{"Petroleum":7}},"geometry":{"type":"Point","coordinates":[-72.28673,43.70192]}},{"type":"Feature","properties":{"code":54410,"plant_name":"Western Power & Steam Inc","capacity_mw":29.9,"fuel_source":{"Natural Gas":29.9}},"geometry":{"type":"Point","coordinates":[-119.01286,35.44054]}},{"type":"Feature","properties":{"code":54414,"plant_name":"John Deere Dubuque Works","capacity_mw":8.4,"fuel_source":{"Petroleum":8.4}},"geometry":{"type":"Point","coordinates":[-90.6926,42.5734]}},{"type":"Feature","properties":{"code":54415,"plant_name":"Cadillac Renewable Energy","capacity_mw":39.6,"fuel_source":{"Wood":39.6}},"geometry":{"type":"Point","coordinates":[-85.43522,44.26169]}},{"type":"Feature","properties":{"code":54418,"plant_name":"Rollinsford","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-70.81722,43.23611]}},{"type":"Feature","properties":{"code":54422,"plant_name":"Unisea G 2","capacity_mw":15.5,"fuel_source":{"Petroleum":15.5}},"geometry":{"type":"Point","coordinates":[-166.5583,53.8892]}},{"type":"Feature","properties":{"code":54423,"plant_name":"Quantum Lake Power LP","capacity_mw":121,"fuel_source":{"Natural Gas":121}},"geometry":{"type":"Point","coordinates":[-81.676,28.9158]}},{"type":"Feature","properties":{"code":54424,"plant_name":"Quantum Pasco Power LP","capacity_mw":123.4,"fuel_source":{"Natural Gas":121,"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-82.18889,28.37462]}},{"type":"Feature","properties":{"code":54426,"plant_name":"Mulberry Cogeneration Facility","capacity_mw":113,"fuel_source":{"Natural Gas":113}},"geometry":{"type":"Point","coordinates":[-81.8775,27.8489]}},{"type":"Feature","properties":{"code":54427,"plant_name":"Gaylord Container Bogalusa","capacity_mw":92.6,"fuel_source":{"Wood":92.6}},"geometry":{"type":"Point","coordinates":[-89.8575,30.7811]}},{"type":"Feature","properties":{"code":54429,"plant_name":"Alabama Pine Pulp","capacity_mw":64.2,"fuel_source":{"Wood":64.2}},"geometry":{"type":"Point","coordinates":[-87.4889,31.5825]}},{"type":"Feature","properties":{"code":54447,"plant_name":"Welport Lease Project","capacity_mw":4,"fuel_source":{"Natural Gas":4}},"geometry":{"type":"Point","coordinates":[-119.6617,35.35444]}},{"type":"Feature","properties":{"code":54449,"plant_name":"Dome Project","capacity_mw":5.1,"fuel_source":{"Natural Gas":5.1}},"geometry":{"type":"Point","coordinates":[-119.58306,35.22083]}},{"type":"Feature","properties":{"code":54451,"plant_name":"Los Angeles Refinery Wilmington","capacity_mw":51,"fuel_source":{"Natural Gas":6,"Other Fossil Gasses":45}},"geometry":{"type":"Point","coordinates":[-118.2867,33.7686]}},{"type":"Feature","properties":{"code":54452,"plant_name":"Agrium Kenai Nitrogen Operations","capacity_mw":12.5,"fuel_source":{"Natural Gas":12.5}},"geometry":{"type":"Point","coordinates":[-151.3784,60.6732]}},{"type":"Feature","properties":{"code":54453,"plant_name":"EDF Renewable Windfarm V Inc","capacity_mw":60,"fuel_source":{"Wind":60}},"geometry":{"type":"Point","coordinates":[-121.8333,38.1167]}},{"type":"Feature","properties":{"code":54454,"plant_name":"San Gorgonio Windplant WPP1993","capacity_mw":49.5,"fuel_source":{"Wind":49.5}},"geometry":{"type":"Point","coordinates":[-116.5422,33.9228]}},{"type":"Feature","properties":{"code":54457,"plant_name":"Hewlett Packard Alpharetta","capacity_mw":7.8,"fuel_source":{"Petroleum":7.8}},"geometry":{"type":"Point","coordinates":[-84.8694,34.0875]}},{"type":"Feature","properties":{"code":54458,"plant_name":"Benedum Plant","capacity_mw":2,"fuel_source":{"Natural Gas":2}},"geometry":{"type":"Point","coordinates":[-101.7653,31.3403]}},{"type":"Feature","properties":{"code":54462,"plant_name":"Graniteville Enterprise Division","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-81.98273,33.47703]}},{"type":"Feature","properties":{"code":54464,"plant_name":"Riverwood International Macon Mill","capacity_mw":79.5,"fuel_source":{"Natural Gas":40,"Wood":39.5}},"geometry":{"type":"Point","coordinates":[-83.6281,32.7714]}},{"type":"Feature","properties":{"code":54466,"plant_name":"Orlando Cogen LP","capacity_mw":120,"fuel_source":{"Natural Gas":120}},"geometry":{"type":"Point","coordinates":[-81.41234,28.44262]}},{"type":"Feature","properties":{"code":54468,"plant_name":"Mt Lassen Power","capacity_mw":10.5,"fuel_source":{"Wood":10.5}},"geometry":{"type":"Point","coordinates":[-121.0178,40.2969]}},{"type":"Feature","properties":{"code":54469,"plant_name":"Pacific Oroville Power Inc","capacity_mw":16.6,"fuel_source":{"Wood":16.6}},"geometry":{"type":"Point","coordinates":[-121.56566,39.48042]}},{"type":"Feature","properties":{"code":54471,"plant_name":"Mascoma Hydro","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-72.31716,43.63337]}},{"type":"Feature","properties":{"code":54472,"plant_name":"Simplot Phosphates","capacity_mw":11.5,"fuel_source":{"Other":11.5}},"geometry":{"type":"Point","coordinates":[-109.1328,41.5417]}},{"type":"Feature","properties":{"code":54476,"plant_name":"Sumas Power Plant","capacity_mw":125.5,"fuel_source":{"Natural Gas":84.7,"Other":40.8}},"geometry":{"type":"Point","coordinates":[-122.2733,48.9905]}},{"type":"Feature","properties":{"code":54477,"plant_name":"Oroville Cogeneration LP","capacity_mw":7.7,"fuel_source":{"Natural Gas":7.7}},"geometry":{"type":"Point","coordinates":[-121.5817,39.5125]}},{"type":"Feature","properties":{"code":54512,"plant_name":"Domino Sugar Arabi Plant","capacity_mw":7.7,"fuel_source":{"Natural Gas":7.7}},"geometry":{"type":"Point","coordinates":[-90.0018,29.9468]}},{"type":"Feature","properties":{"code":54513,"plant_name":"Rock-Tenn","capacity_mw":2.9,"fuel_source":{"Natural Gas":2.9}},"geometry":{"type":"Point","coordinates":[-88.28,41.7697]}},{"type":"Feature","properties":{"code":54514,"plant_name":"Blind Canyon Hydro","capacity_mw":1.3,"fuel_source":{"Hydro":1.3}},"geometry":{"type":"Point","coordinates":[-114.8226,42.69984]}},{"type":"Feature","properties":{"code":54515,"plant_name":"Crotched Mountain Rehabilitation Center","capacity_mw":2.1,"fuel_source":{"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-71.9517,43.0056]}},{"type":"Feature","properties":{"code":54517,"plant_name":"Sierra Pacific Sonora","capacity_mw":6.1,"fuel_source":{"Wood":6.1}},"geometry":{"type":"Point","coordinates":[-120.31778,37.96639]}},{"type":"Feature","properties":{"code":54518,"plant_name":"Formosa Plastics","capacity_mw":82,"fuel_source":{"Natural Gas":82}},"geometry":{"type":"Point","coordinates":[-91.1872,30.4992]}},{"type":"Feature","properties":{"code":54520,"plant_name":"Village Creek Water Reclamation Facility","capacity_mw":10.2,"fuel_source":{"Natural Gas":1.8,"Biomass":8.4}},"geometry":{"type":"Point","coordinates":[-97.14209,32.77509]}},{"type":"Feature","properties":{"code":54523,"plant_name":"Hoffer Plastics","capacity_mw":7.2,"fuel_source":{"Natural Gas":7.2}},"geometry":{"type":"Point","coordinates":[-88.2981,40.0008]}},{"type":"Feature","properties":{"code":54524,"plant_name":"Horseshoe Bend Hydroelectric Co","capacity_mw":9.4,"fuel_source":{"Hydro":9.4}},"geometry":{"type":"Point","coordinates":[-116.24419,43.90409]}},{"type":"Feature","properties":{"code":54525,"plant_name":"Kankakee Hydro Facility","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-87.8681,41.1128]}},{"type":"Feature","properties":{"code":54526,"plant_name":"ReEnergy Biomass LLC","capacity_mw":19,"fuel_source":{"Wood":19}},"geometry":{"type":"Point","coordinates":[-75.30544,43.61797]}},{"type":"Feature","properties":{"code":54529,"plant_name":"Wheelabrator Ridge Energy","capacity_mw":47.1,"fuel_source":{"Wood":47.1}},"geometry":{"type":"Point","coordinates":[-81.8475,28.0274]}},{"type":"Feature","properties":{"code":54531,"plant_name":"Stingray Facility","capacity_mw":2.5,"fuel_source":{"Natural Gas":2.5}},"geometry":{"type":"Point","coordinates":[-93.6086,29.7614]}},{"type":"Feature","properties":{"code":54533,"plant_name":"Southern Minnesota Beet Sugar","capacity_mw":7.5,"fuel_source":{"Coal":7.5}},"geometry":{"type":"Point","coordinates":[-95.17979,44.79641]}},{"type":"Feature","properties":{"code":54534,"plant_name":"St Josephs Hospital","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.6}},"geometry":{"type":"Point","coordinates":[-82.5017,27.9628]}},{"type":"Feature","properties":{"code":54536,"plant_name":"Sumpter Energy Associates","capacity_mw":12,"fuel_source":{"Biomass":12}},"geometry":{"type":"Point","coordinates":[-83.4853,42.1781]}},{"type":"Feature","properties":{"code":54537,"plant_name":"Ferndale Generating Station","capacity_mw":270,"fuel_source":{"Natural Gas":270}},"geometry":{"type":"Point","coordinates":[-122.68667,48.82881]}},{"type":"Feature","properties":{"code":54538,"plant_name":"Hartwell Energy Facility","capacity_mw":293,"fuel_source":{"Natural Gas":293}},"geometry":{"type":"Point","coordinates":[-82.81987,34.33959]}},{"type":"Feature","properties":{"code":54539,"plant_name":"Venice Refuel_sources Gas Recovery","capacity_mw":1.6,"fuel_source":{"Biomass":1.6}},"geometry":{"type":"Point","coordinates":[-83.9764,42.985]}},{"type":"Feature","properties":{"code":54540,"plant_name":"Wells Manufacturing Dura Bar Division","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-88.4561,42.3142]}},{"type":"Feature","properties":{"code":54541,"plant_name":"Entenmanns Energy Center","capacity_mw":5.2,"fuel_source":{"Natural Gas":3.9,"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-73.2597,40.7392]}},{"type":"Feature","properties":{"code":54547,"plant_name":"Sithe Independence Station","capacity_mw":930.4,"fuel_source":{"Natural Gas":930.4}},"geometry":{"type":"Point","coordinates":[-76.4511,43.495]}},{"type":"Feature","properties":{"code":54548,"plant_name":"Longfalls Facility","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-75.62468,43.98081]}},{"type":"Feature","properties":{"code":54549,"plant_name":"Granger Electric Generating Station #1","capacity_mw":8,"fuel_source":{"Biomass":8}},"geometry":{"type":"Point","coordinates":[-84.5075,42.8153]}},{"type":"Feature","properties":{"code":54550,"plant_name":"ExxonMobil Mobile Bay Onshore","capacity_mw":11.1,"fuel_source":{"Natural Gas":11.1}},"geometry":{"type":"Point","coordinates":[-88.18241,30.43203]}},{"type":"Feature","properties":{"code":54554,"plant_name":"Spicer Meadow Project","capacity_mw":5.5,"fuel_source":{"Hydro":5.5}},"geometry":{"type":"Point","coordinates":[-120.0008,38.3914]}},{"type":"Feature","properties":{"code":54555,"plant_name":"Collierville Powerhouse","capacity_mw":253,"fuel_source":{"Hydro":253}},"geometry":{"type":"Point","coordinates":[-120.3805,38.14464]}},{"type":"Feature","properties":{"code":54556,"plant_name":"Ingredion Incorporated","capacity_mw":51,"fuel_source":{"Coal":42.2,"Natural Gas":8.8}},"geometry":{"type":"Point","coordinates":[-87.8233,41.7775]}},{"type":"Feature","properties":{"code":54558,"plant_name":"Hazelton B Hydro","capacity_mw":7.6,"fuel_source":{"Hydro":7.6}},"geometry":{"type":"Point","coordinates":[-114.093,42.6051]}},{"type":"Feature","properties":{"code":54561,"plant_name":"Jefferson Smurfit Santa Clara Mill","capacity_mw":26,"fuel_source":{"Natural Gas":26}},"geometry":{"type":"Point","coordinates":[-121.94361,37.36815]}},{"type":"Feature","properties":{"code":54562,"plant_name":"Longview Fibre","capacity_mw":117,"fuel_source":{"Natural Gas":60,"Wood":57}},"geometry":{"type":"Point","coordinates":[-122.91843,46.10389]}},{"type":"Feature","properties":{"code":54564,"plant_name":"General Mills Inc","capacity_mw":3.4,"fuel_source":{"Natural Gas":3.4}},"geometry":{"type":"Point","coordinates":[-78.87555,42.87097]}},{"type":"Feature","properties":{"code":54566,"plant_name":"YKK USA Chestney","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-83.5456,32.8061]}},{"type":"Feature","properties":{"code":54567,"plant_name":"MM Yolo Power","capacity_mw":2.5,"fuel_source":{"Biomass":2.5}},"geometry":{"type":"Point","coordinates":[-121.7642,38.6794]}},{"type":"Feature","properties":{"code":54569,"plant_name":"Bayville Central Facility","capacity_mw":7.1,"fuel_source":{"Petroleum":6,"Biomass":0.9}},"geometry":{"type":"Point","coordinates":[-74.17804,39.90942]}},{"type":"Feature","properties":{"code":54572,"plant_name":"Lochmere Hydroelectric Plant","capacity_mw":0.4,"fuel_source":{"Hydro":0.4}},"geometry":{"type":"Point","coordinates":[-71.53362,43.47324]}},{"type":"Feature","properties":{"code":54573,"plant_name":"Wappinger Falls Hydroelectric","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-73.92204,41.5984]}},{"type":"Feature","properties":{"code":54574,"plant_name":"Saranac Facility","capacity_mw":241.5,"fuel_source":{"Natural Gas":241.5}},"geometry":{"type":"Point","coordinates":[-73.4557,44.7132]}},{"type":"Feature","properties":{"code":54578,"plant_name":"Glenns Ferry Cogen Facility","capacity_mw":10.4,"fuel_source":{"Natural Gas":10.4}},"geometry":{"type":"Point","coordinates":[-115.29374,42.95399]}},{"type":"Feature","properties":{"code":54579,"plant_name":"Rupert Cogen Project","capacity_mw":10.4,"fuel_source":{"Natural Gas":10.4}},"geometry":{"type":"Point","coordinates":[-113.6839,42.6056]}},{"type":"Feature","properties":{"code":54580,"plant_name":"Curtis Palmer Hydroelectric","capacity_mw":59.6,"fuel_source":{"Hydro":59.6}},"geometry":{"type":"Point","coordinates":[-73.8281,43.2469]}},{"type":"Feature","properties":{"code":54586,"plant_name":"L'Energia Energy Center","capacity_mw":75,"fuel_source":{"Natural Gas":75}},"geometry":{"type":"Point","coordinates":[-71.31323,42.63212]}},{"type":"Feature","properties":{"code":54587,"plant_name":"Lincoln Paper & Tissue","capacity_mw":12.5,"fuel_source":{"Wood":12.5}},"geometry":{"type":"Point","coordinates":[-68.5106,45.3669]}},{"type":"Feature","properties":{"code":54592,"plant_name":"Massena Energy Facility","capacity_mw":83,"fuel_source":{"Natural Gas":81,"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-74.8928,44.9503]}},{"type":"Feature","properties":{"code":54593,"plant_name":"Batavia Power Plant","capacity_mw":56.7,"fuel_source":{"Natural Gas":55.7,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-78.1592,42.9828]}},{"type":"Feature","properties":{"code":54594,"plant_name":"University of Arizona - Biosphere 2","capacity_mw":3.1,"fuel_source":{"Natural Gas":1.6,"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-110.85261,32.57801]}},{"type":"Feature","properties":{"code":54604,"plant_name":"Warner Lambert","capacity_mw":12.2,"fuel_source":{"Natural Gas":2.8,"Petroleum":9.4}},"geometry":{"type":"Point","coordinates":[-83.70532,42.29933]}},{"type":"Feature","properties":{"code":54605,"plant_name":"Pratt & Whitney","capacity_mw":27,"fuel_source":{"Natural Gas":27}},"geometry":{"type":"Point","coordinates":[-72.63669,41.74833]}},{"type":"Feature","properties":{"code":54606,"plant_name":"University of Texas at San Antonio","capacity_mw":3.3,"fuel_source":{"Natural Gas":3.3}},"geometry":{"type":"Point","coordinates":[-98.6139,29.5889]}},{"type":"Feature","properties":{"code":54607,"plant_name":"University of Texas at Dallas","capacity_mw":3.5,"fuel_source":{"Natural Gas":3.5}},"geometry":{"type":"Point","coordinates":[-96.7489,32.9883]}},{"type":"Feature","properties":{"code":54618,"plant_name":"Ingredion Winston Salem","capacity_mw":7,"fuel_source":{"Wood":7}},"geometry":{"type":"Point","coordinates":[-80.2274,36.03376]}},{"type":"Feature","properties":{"code":54620,"plant_name":"Pinetree Power Fitchburg","capacity_mw":16,"fuel_source":{"Wood":16}},"geometry":{"type":"Point","coordinates":[-71.8528,42.5428]}},{"type":"Feature","properties":{"code":54623,"plant_name":"Central District Wastewater Treat Plant","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-80.155,25.7111]}},{"type":"Feature","properties":{"code":54624,"plant_name":"South District Wastewater Treatment Plt","capacity_mw":1.8,"fuel_source":{"Biomass":1.8}},"geometry":{"type":"Point","coordinates":[-80.3325,25.5664]}},{"type":"Feature","properties":{"code":54625,"plant_name":"Covanta Plymouth Renewable Energy","capacity_mw":28,"fuel_source":{"Biomass":28}},"geometry":{"type":"Point","coordinates":[-75.3103,40.0967]}},{"type":"Feature","properties":{"code":54626,"plant_name":"Mt Poso Cogeneration","capacity_mw":42.4,"fuel_source":{"Wood":42.4}},"geometry":{"type":"Point","coordinates":[-119.00624,35.57632]}},{"type":"Feature","properties":{"code":54627,"plant_name":"Okeelanta Cogeneration","capacity_mw":104.9,"fuel_source":{"Biomass":104.9}},"geometry":{"type":"Point","coordinates":[-80.7469,26.5769]}},{"type":"Feature","properties":{"code":54628,"plant_name":"Phelps Dodge Refining","capacity_mw":14.8,"fuel_source":{"Natural Gas":14.8}},"geometry":{"type":"Point","coordinates":[-106.39131,31.76446]}},{"type":"Feature","properties":{"code":54630,"plant_name":"American Gypsum Cogeneration","capacity_mw":7.6,"fuel_source":{"Natural Gas":5.2,"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-106.94939,39.64856]}},{"type":"Feature","properties":{"code":54634,"plant_name":"St Nicholas Cogen Project","capacity_mw":86.5,"fuel_source":{"Coal":86.5}},"geometry":{"type":"Point","coordinates":[-76.1736,40.8222]}},{"type":"Feature","properties":{"code":54637,"plant_name":"JCO Oxides Olefins Plant","capacity_mw":61,"fuel_source":{"Natural Gas":61}},"geometry":{"type":"Point","coordinates":[-93.92974,29.9635]}},{"type":"Feature","properties":{"code":54638,"plant_name":"Johnsonburg Mill","capacity_mw":49,"fuel_source":{"Wood":49}},"geometry":{"type":"Point","coordinates":[-78.67576,41.49147]}},{"type":"Feature","properties":{"code":54639,"plant_name":"Berlin Gorham","capacity_mw":30.4,"fuel_source":{"Hydro":30.4}},"geometry":{"type":"Point","coordinates":[-71.1645,44.3889]}},{"type":"Feature","properties":{"code":54640,"plant_name":"NAEA Lakewood LLC","capacity_mw":218.1,"fuel_source":{"Natural Gas":218.1}},"geometry":{"type":"Point","coordinates":[-74.1686,40.0613]}},{"type":"Feature","properties":{"code":54646,"plant_name":"Kalaeloa Cogen Plant","capacity_mw":214,"fuel_source":{"Petroleum":214}},"geometry":{"type":"Point","coordinates":[-158.09632,21.30211]}},{"type":"Feature","properties":{"code":54647,"plant_name":"TPC Windfarms LLC","capacity_mw":28.7,"fuel_source":{"Wind":28.7}},"geometry":{"type":"Point","coordinates":[-118.2572,35.05]}},{"type":"Feature","properties":{"code":54650,"plant_name":"Swanmill Windfarm I","capacity_mw":18.7,"fuel_source":{"Wind":18.7}},"geometry":{"type":"Point","coordinates":[-116.5642,33.9211]}},{"type":"Feature","properties":{"code":54653,"plant_name":"Kanaka","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-121.29612,39.5589]}},{"type":"Feature","properties":{"code":54654,"plant_name":"Kekawaka Power House","capacity_mw":4.9,"fuel_source":{"Hydro":4.9}},"geometry":{"type":"Point","coordinates":[-123.50898,40.0941]}},{"type":"Feature","properties":{"code":54655,"plant_name":"Schoolfield Dam","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-79.4325,36.57678]}},{"type":"Feature","properties":{"code":54656,"plant_name":"International Paper Riegelwood Mill","capacity_mw":60.6,"fuel_source":{"Wood":60.6}},"geometry":{"type":"Point","coordinates":[-78.2137,34.3533]}},{"type":"Feature","properties":{"code":54658,"plant_name":"Quantum Auburndale Power LP","capacity_mw":155.3,"fuel_source":{"Natural Gas":155.3}},"geometry":{"type":"Point","coordinates":[-81.8058,28.0542]}},{"type":"Feature","properties":{"code":54659,"plant_name":"Kankakee Gas Recovery","capacity_mw":1.6,"fuel_source":{"Biomass":1.6}},"geometry":{"type":"Point","coordinates":[-87.8678,41.0333]}},{"type":"Feature","properties":{"code":54661,"plant_name":"Pheasant Run Landfill Gas Recovery","capacity_mw":8.8,"fuel_source":{"Biomass":8.8}},"geometry":{"type":"Point","coordinates":[-88.0436,42.5825]}},{"type":"Feature","properties":{"code":54662,"plant_name":"Woodland Landfill Gas Recovery","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-88.2975,41.9786]}},{"type":"Feature","properties":{"code":54663,"plant_name":"Turnkey Landfill Gas Recovery","capacity_mw":9,"fuel_source":{"Biomass":9}},"geometry":{"type":"Point","coordinates":[-70.9664,43.24155]}},{"type":"Feature","properties":{"code":54665,"plant_name":"Steamboat II","capacity_mw":10.8,"fuel_source":{"Geothermal":10.8}},"geometry":{"type":"Point","coordinates":[-119.7471,39.3951]}},{"type":"Feature","properties":{"code":54666,"plant_name":"Steamboat III","capacity_mw":10.8,"fuel_source":{"Geothermal":10.8}},"geometry":{"type":"Point","coordinates":[-119.7471,39.3951]}},{"type":"Feature","properties":{"code":54667,"plant_name":"Chino Mines","capacity_mw":50.4,"fuel_source":{"Natural Gas":50.4}},"geometry":{"type":"Point","coordinates":[-108.1225,32.6956]}},{"type":"Feature","properties":{"code":54668,"plant_name":"Falls River Hydro","capacity_mw":9,"fuel_source":{"Hydro":9}},"geometry":{"type":"Point","coordinates":[-111.3535,44.0597]}},{"type":"Feature","properties":{"code":54674,"plant_name":"Ford Hydro LP","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-115.94934,46.38383]}},{"type":"Feature","properties":{"code":54675,"plant_name":"Spartanburg Water System","capacity_mw":4.3,"fuel_source":{"Petroleum":3.3,"Hydro":1}},"geometry":{"type":"Point","coordinates":[-81.9675,35.1103]}},{"type":"Feature","properties":{"code":54676,"plant_name":"Oyster Creek Unit VIII","capacity_mw":379,"fuel_source":{"Natural Gas":379}},"geometry":{"type":"Point","coordinates":[-95.342,28.9802]}},{"type":"Feature","properties":{"code":54677,"plant_name":"CII Carbon LLC","capacity_mw":46,"fuel_source":{"Petroleum":46}},"geometry":{"type":"Point","coordinates":[-89.9782,29.9327]}},{"type":"Feature","properties":{"code":54678,"plant_name":"Sidney A Murray Jr Hydroelectric","capacity_mw":192,"fuel_source":{"Hydro":192}},"geometry":{"type":"Point","coordinates":[-91.61885,31.08801]}},{"type":"Feature","properties":{"code":54679,"plant_name":"Boulder City Lakewood Hydro","capacity_mw":3.5,"fuel_source":{"Hydro":3.5}},"geometry":{"type":"Point","coordinates":[-105.3347,40.0111]}},{"type":"Feature","properties":{"code":54680,"plant_name":"Boulder City Betasso Hydro Plant","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-105.3347,40.0111]}},{"type":"Feature","properties":{"code":54681,"plant_name":"Difwind Farms Ltd I","capacity_mw":7.3,"fuel_source":{"Wind":7.3}},"geometry":{"type":"Point","coordinates":[-116.5364,33.9603]}},{"type":"Feature","properties":{"code":54682,"plant_name":"Difwind Farms Ltd II","capacity_mw":5.5,"fuel_source":{"Wind":5.5}},"geometry":{"type":"Point","coordinates":[-116.5364,33.9603]}},{"type":"Feature","properties":{"code":54685,"plant_name":"Difwind Farms Ltd V","capacity_mw":11.7,"fuel_source":{"Wind":11.7}},"geometry":{"type":"Point","coordinates":[-116.5642,33.9211]}},{"type":"Feature","properties":{"code":54686,"plant_name":"Difwind Farms Ltd VI","capacity_mw":27.1,"fuel_source":{"Wind":27.1}},"geometry":{"type":"Point","coordinates":[-118.1714,35.0506]}},{"type":"Feature","properties":{"code":54687,"plant_name":"Difwind Farms Ltd VIII","capacity_mw":15,"fuel_source":{"Wind":15}},"geometry":{"type":"Point","coordinates":[-118.1714,35.0506]}},{"type":"Feature","properties":{"code":54688,"plant_name":"Thundermist Hydro","capacity_mw":1.1,"fuel_source":{"Hydro":1.1}},"geometry":{"type":"Point","coordinates":[-71.51743,41.99897]}},{"type":"Feature","properties":{"code":54689,"plant_name":"Heber Geothermal","capacity_mw":51,"fuel_source":{"Geothermal":51}},"geometry":{"type":"Point","coordinates":[-115.518,32.7146]}},{"type":"Feature","properties":{"code":54690,"plant_name":"Amalgamated Sugar LLC Nampa","capacity_mw":8.7,"fuel_source":{"Coal":8.7}},"geometry":{"type":"Point","coordinates":[-116.5753,43.6058]}},{"type":"Feature","properties":{"code":54691,"plant_name":"Lower Beaver Falls Project","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-75.43056,43.88444]}},{"type":"Feature","properties":{"code":54693,"plant_name":"York Generation Company LLC","capacity_mw":48.5,"fuel_source":{"Natural Gas":48.5}},"geometry":{"type":"Point","coordinates":[-76.67616,39.98564]}},{"type":"Feature","properties":{"code":54694,"plant_name":"Yuma Cogeneration Associates","capacity_mw":52.2,"fuel_source":{"Natural Gas":52.2}},"geometry":{"type":"Point","coordinates":[-114.65405,32.72882]}},{"type":"Feature","properties":{"code":54700,"plant_name":"Metro Methane Recovery Facility","capacity_mw":11.2,"fuel_source":{"Biomass":11.2}},"geometry":{"type":"Point","coordinates":[-93.355,41.59889]}},{"type":"Feature","properties":{"code":54705,"plant_name":"Toca Plant","capacity_mw":2.8,"fuel_source":{"Natural Gas":2.8}},"geometry":{"type":"Point","coordinates":[-89.8261,29.8667]}},{"type":"Feature","properties":{"code":54707,"plant_name":"Hunterdon Cogen Facility","capacity_mw":4.1,"fuel_source":{"Natural Gas":4.1}},"geometry":{"type":"Point","coordinates":[-74.93598,40.62782]}},{"type":"Feature","properties":{"code":54710,"plant_name":"Alliant SBD 9205 A Y McDonald","capacity_mw":3.1,"fuel_source":{"Petroleum":3.1}},"geometry":{"type":"Point","coordinates":[-90.745,42.49056]}},{"type":"Feature","properties":{"code":54712,"plant_name":"Alliant SBD 9201 Norplex","capacity_mw":2.1,"fuel_source":{"Petroleum":2.1}},"geometry":{"type":"Point","coordinates":[-91.5542,43.0906]}},{"type":"Feature","properties":{"code":54714,"plant_name":"Alliant SBD 8501 Aegon LI","capacity_mw":3.1,"fuel_source":{"Petroleum":3.1}},"geometry":{"type":"Point","coordinates":[-91.7069,42.0308]}},{"type":"Feature","properties":{"code":54715,"plant_name":"Alliant SBD 9107 JBS USA","capacity_mw":11.4,"fuel_source":{"Petroleum":11.4}},"geometry":{"type":"Point","coordinates":[-92.8971,42.056]}},{"type":"Feature","properties":{"code":54716,"plant_name":"Alliant SBD 8602 Marion Sub","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-91.5975,42.0289]}},{"type":"Feature","properties":{"code":54717,"plant_name":"Alliant SBD 9106 Rockwell CR","capacity_mw":16,"fuel_source":{"Petroleum":16}},"geometry":{"type":"Point","coordinates":[-91.6458,42.0356]}},{"type":"Feature","properties":{"code":54718,"plant_name":"Alliant SBD 9206 Donaldson","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-92.1331,43.3744]}},{"type":"Feature","properties":{"code":54719,"plant_name":"Alliant SBD 9203 Profol","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-91.6361,41.935]}},{"type":"Feature","properties":{"code":54720,"plant_name":"Alliant SBD 8601 Quad Graphics","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-92.0592,41.7958]}},{"type":"Feature","properties":{"code":54721,"plant_name":"Warm Springs Power Enterprises","capacity_mw":18.5,"fuel_source":{"Hydro":18.5}},"geometry":{"type":"Point","coordinates":[-121.24773,44.72424]}},{"type":"Feature","properties":{"code":54723,"plant_name":"I 95 Landfill Phase II","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-77.2375,38.6892]}},{"type":"Feature","properties":{"code":54724,"plant_name":"Ormesa II","capacity_mw":20,"fuel_source":{"Geothermal":20}},"geometry":{"type":"Point","coordinates":[-115.2481,32.7881]}},{"type":"Feature","properties":{"code":54729,"plant_name":"Taylor Draw Hydroelectric Facility","capacity_mw":2,"fuel_source":{"Hydro":2}},"geometry":{"type":"Point","coordinates":[-108.71116,40.10627]}},{"type":"Feature","properties":{"code":54730,"plant_name":"Shell Offshore Yellowhammer","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-88.12833,30.40354]}},{"type":"Feature","properties":{"code":54731,"plant_name":"Hendricks Regional Health","capacity_mw":4.3,"fuel_source":{"Petroleum":4.3}},"geometry":{"type":"Point","coordinates":[-86.5144,39.76]}},{"type":"Feature","properties":{"code":54734,"plant_name":"Freeport McMoRan","capacity_mw":43.5,"fuel_source":{"Natural Gas":43.5}},"geometry":{"type":"Point","coordinates":[-108.3628,32.66176]}},{"type":"Feature","properties":{"code":54735,"plant_name":"Alliant SBD 9301 Prairie Farms","capacity_mw":2.9,"fuel_source":{"Petroleum":2.9}},"geometry":{"type":"Point","coordinates":[-90.6847,42.53]}},{"type":"Feature","properties":{"code":54744,"plant_name":"District 70 Transco Gas Pipe Line","capacity_mw":1.4,"fuel_source":{"Other":1.4}},"geometry":{"type":"Point","coordinates":[-90.19914,31.24793]}},{"type":"Feature","properties":{"code":54745,"plant_name":"M C Dixon Lumber","capacity_mw":2.1,"fuel_source":{"Wood":2.1}},"geometry":{"type":"Point","coordinates":[-85.1516,31.89738]}},{"type":"Feature","properties":{"code":54746,"plant_name":"Wheelabrator Falls","capacity_mw":48.1,"fuel_source":{"Biomass":48.1}},"geometry":{"type":"Point","coordinates":[-74.76816,40.16263]}},{"type":"Feature","properties":{"code":54748,"plant_name":"Port Neches Plant","capacity_mw":32,"fuel_source":{"Natural Gas":32}},"geometry":{"type":"Point","coordinates":[-93.95229,29.97876]}},{"type":"Feature","properties":{"code":54749,"plant_name":"Goal Line LP","capacity_mw":49.4,"fuel_source":{"Natural Gas":49.4}},"geometry":{"type":"Point","coordinates":[-117.0995,33.1185]}},{"type":"Feature","properties":{"code":54750,"plant_name":"Coram Tehachapi","capacity_mw":6.9,"fuel_source":{"Wind":6.9}},"geometry":{"type":"Point","coordinates":[-118.33944,35.0663]}},{"type":"Feature","properties":{"code":54751,"plant_name":"Genesee Power Station LP","capacity_mw":35,"fuel_source":{"Wood":35}},"geometry":{"type":"Point","coordinates":[-83.66939,43.08511]}},{"type":"Feature","properties":{"code":54752,"plant_name":"Weyerhaeuser Pine Hill Operations","capacity_mw":74.8,"fuel_source":{"Wood":74.8}},"geometry":{"type":"Point","coordinates":[-87.4806,31.9698]}},{"type":"Feature","properties":{"code":54753,"plant_name":"Lateral 10 Ventures","capacity_mw":2.3,"fuel_source":{"Hydro":2.3}},"geometry":{"type":"Point","coordinates":[-114.89031,42.64738]}},{"type":"Feature","properties":{"code":54755,"plant_name":"Roanoke Valley Energy Facility II","capacity_mw":44,"fuel_source":{"Coal":44}},"geometry":{"type":"Point","coordinates":[-77.6167,36.4364]}},{"type":"Feature","properties":{"code":54756,"plant_name":"Ottawa Generating Station","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-85.9489,43.0969]}},{"type":"Feature","properties":{"code":54757,"plant_name":"Grand Blanc Generating Station","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-83.7286,42.9172]}},{"type":"Feature","properties":{"code":54758,"plant_name":"Wheelabrator Lisbon","capacity_mw":14,"fuel_source":{"Biomass":14}},"geometry":{"type":"Point","coordinates":[-72.04163,41.58443]}},{"type":"Feature","properties":{"code":54761,"plant_name":"Hermiston Generating Plant","capacity_mw":464,"fuel_source":{"Natural Gas":464}},"geometry":{"type":"Point","coordinates":[-119.37,45.8042]}},{"type":"Feature","properties":{"code":54763,"plant_name":"Rock-Tenn Mill","capacity_mw":38.6,"fuel_source":{"Wood":38.6}},"geometry":{"type":"Point","coordinates":[-87.9759,32.4541]}},{"type":"Feature","properties":{"code":54766,"plant_name":"Boydton Plank Road Cogen Plant","capacity_mw":10.2,"fuel_source":{"Petroleum":10.2}},"geometry":{"type":"Point","coordinates":[-77.46719,37.19358]}},{"type":"Feature","properties":{"code":54768,"plant_name":"Live Oak Cogen","capacity_mw":46,"fuel_source":{"Natural Gas":46}},"geometry":{"type":"Point","coordinates":[-119.0298,35.4837]}},{"type":"Feature","properties":{"code":54769,"plant_name":"Lutheran Medical Center","capacity_mw":1.6,"fuel_source":{"Natural Gas":1.6}},"geometry":{"type":"Point","coordinates":[-74.0211,40.6467]}},{"type":"Feature","properties":{"code":54772,"plant_name":"South Glens Falls Hydroelectric","capacity_mw":6,"fuel_source":{"Hydro":6}},"geometry":{"type":"Point","coordinates":[-73.63993,43.30441]}},{"type":"Feature","properties":{"code":54775,"plant_name":"University of Iowa Main Power Plant","capacity_mw":30.7,"fuel_source":{"Coal":21,"Natural Gas":8}},"geometry":{"type":"Point","coordinates":[-91.54,41.6572]}},{"type":"Feature","properties":{"code":54779,"plant_name":"Oklahoma State University","capacity_mw":8.4,"fuel_source":{"Natural Gas":8.4}},"geometry":{"type":"Point","coordinates":[-97.07,36.1261]}},{"type":"Feature","properties":{"code":54780,"plant_name":"University of Illinois Abbott Power Plt","capacity_mw":85,"fuel_source":{"Coal":47,"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-88.24153,40.10517]}},{"type":"Feature","properties":{"code":54781,"plant_name":"Suffolk Energy Partners LP","capacity_mw":2.8,"fuel_source":{"Biomass":2.8}},"geometry":{"type":"Point","coordinates":[-76.4961,36.7589]}},{"type":"Feature","properties":{"code":54782,"plant_name":"Seneca Energy","capacity_mw":17.6,"fuel_source":{"Biomass":17.6}},"geometry":{"type":"Point","coordinates":[-76.8408,42.9281]}},{"type":"Feature","properties":{"code":54785,"plant_name":"Grays Ferry Cogeneration","capacity_mw":150,"fuel_source":{"Natural Gas":150}},"geometry":{"type":"Point","coordinates":[-75.18807,39.94222]}},{"type":"Feature","properties":{"code":54788,"plant_name":"Evanston Township High School","capacity_mw":2.4,"fuel_source":{"Natural Gas":2.4}},"geometry":{"type":"Point","coordinates":[-87.6992,42.0358]}},{"type":"Feature","properties":{"code":54789,"plant_name":"Georgia-Pacific Brewton Mill","capacity_mw":40.1,"fuel_source":{"Wood":40.1}},"geometry":{"type":"Point","coordinates":[-87.1116,31.077]}},{"type":"Feature","properties":{"code":54790,"plant_name":"CSL Behring LLC","capacity_mw":3.8,"fuel_source":{"Natural Gas":3.8}},"geometry":{"type":"Point","coordinates":[-87.8542,41.1603]}},{"type":"Feature","properties":{"code":54793,"plant_name":"Storm Lake 1","capacity_mw":113.9,"fuel_source":{"Wind":113.9}},"geometry":{"type":"Point","coordinates":[-95.405,42.6878]}},{"type":"Feature","properties":{"code":54794,"plant_name":"Buffalo Ridge Windplant WPP 1993","capacity_mw":21.9,"fuel_source":{"Wind":21.9}},"geometry":{"type":"Point","coordinates":[-96.0728,44.2733]}},{"type":"Feature","properties":{"code":54795,"plant_name":"Domino Sugar Baltimore","capacity_mw":17.5,"fuel_source":{"Natural Gas":17.5}},"geometry":{"type":"Point","coordinates":[-76.5956,39.2744]}},{"type":"Feature","properties":{"code":54800,"plant_name":"Saint Agnes Medical Center","capacity_mw":5.4,"fuel_source":{"Natural Gas":5.4}},"geometry":{"type":"Point","coordinates":[-119.7667,36.8347]}},{"type":"Feature","properties":{"code":54801,"plant_name":"Avalon/Mayo Hydropower","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-79.95249,36.42371]}},{"type":"Feature","properties":{"code":54802,"plant_name":"Mead Coated Board","capacity_mw":108.5,"fuel_source":{"Natural Gas":21,"Wood":87.5}},"geometry":{"type":"Point","coordinates":[-85.0272,32.1761]}},{"type":"Feature","properties":{"code":54803,"plant_name":"Plymouth State College Cogeneration","capacity_mw":2.8,"fuel_source":{"Petroleum":2.8}},"geometry":{"type":"Point","coordinates":[-71.6881,43.7644]}},{"type":"Feature","properties":{"code":54805,"plant_name":"Milford Power LP","capacity_mw":148,"fuel_source":{"Natural Gas":148}},"geometry":{"type":"Point","coordinates":[-71.5115,42.12936]}},{"type":"Feature","properties":{"code":54808,"plant_name":"New York University Central Plant","capacity_mw":17,"fuel_source":{"Natural Gas":12.8,"Petroleum":4.2}},"geometry":{"type":"Point","coordinates":[-73.9233,40.7899]}},{"type":"Feature","properties":{"code":54809,"plant_name":"University of Washington Power Plant","capacity_mw":11,"fuel_source":{"Natural Gas":1,"Petroleum":10}},"geometry":{"type":"Point","coordinates":[-122.3036,47.6539]}},{"type":"Feature","properties":{"code":54812,"plant_name":"Mile 28 Water Power Project","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-114.16117,42.74014]}},{"type":"Feature","properties":{"code":54813,"plant_name":"Shepherd Center","capacity_mw":2.9,"fuel_source":{"Petroleum":2.9}},"geometry":{"type":"Point","coordinates":[-84.3928,33.8111]}},{"type":"Feature","properties":{"code":54814,"plant_name":"Milagro Cogeneration Plant","capacity_mw":121.6,"fuel_source":{"Natural Gas":121.6}},"geometry":{"type":"Point","coordinates":[-107.9417,36.7367]}},{"type":"Feature","properties":{"code":54816,"plant_name":"Riverwood 100 Building","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-84.4603,33.8775]}},{"type":"Feature","properties":{"code":54817,"plant_name":"Johnson County","capacity_mw":267,"fuel_source":{"Natural Gas":267}},"geometry":{"type":"Point","coordinates":[-97.4078,32.3994]}},{"type":"Feature","properties":{"code":54818,"plant_name":"191 Peachtree Tower","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-84.3869,33.7583]}},{"type":"Feature","properties":{"code":54823,"plant_name":"Smithfield Packing Bladen","capacity_mw":28.5,"fuel_source":{"Petroleum":28.5}},"geometry":{"type":"Point","coordinates":[-78.7928,34.5789]}},{"type":"Feature","properties":{"code":54827,"plant_name":"Wailuku River Hydroelectric","capacity_mw":9.8,"fuel_source":{"Hydro":9.8}},"geometry":{"type":"Point","coordinates":[-155.14857,19.71299]}},{"type":"Feature","properties":{"code":54829,"plant_name":"Bristol Myers Squibb New Brunswick","capacity_mw":9.4,"fuel_source":{"Natural Gas":9.4}},"geometry":{"type":"Point","coordinates":[-74.4462,40.47572]}},{"type":"Feature","properties":{"code":54830,"plant_name":"Dekalb Medical Center","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-84.2831,33.7919]}},{"type":"Feature","properties":{"code":54832,"plant_name":"Brandywine Power Facility","capacity_mw":230,"fuel_source":{"Natural Gas":230}},"geometry":{"type":"Point","coordinates":[-76.8678,38.6681]}},{"type":"Feature","properties":{"code":54834,"plant_name":"Fort Greely Power Plant","capacity_mw":7.4,"fuel_source":{"Petroleum":7.4}},"geometry":{"type":"Point","coordinates":[-145.7172,63.0947]}},{"type":"Feature","properties":{"code":54835,"plant_name":"Evonik Degussa Tippecanoe Laboratories","capacity_mw":1.2,"fuel_source":{"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-86.8742,40.3158]}},{"type":"Feature","properties":{"code":54839,"plant_name":"Valdosta Water Treatment Plant","capacity_mw":3.4,"fuel_source":{"Petroleum":3.4}},"geometry":{"type":"Point","coordinates":[-83.2358,30.9103]}},{"type":"Feature","properties":{"code":54841,"plant_name":"Thiele Kaolin Sandersville","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-82.8028,32.9708]}},{"type":"Feature","properties":{"code":54842,"plant_name":"Outagamie County Co-Generation Facility","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-88.3339,44.2869]}},{"type":"Feature","properties":{"code":54844,"plant_name":"Gordonsville Energy LP","capacity_mw":218,"fuel_source":{"Natural Gas":218}},"geometry":{"type":"Point","coordinates":[-78.21378,38.11791]}},{"type":"Feature","properties":{"code":54845,"plant_name":"Sun Trust Plaza","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-84.3872,33.7625]}},{"type":"Feature","properties":{"code":54848,"plant_name":"South Georgia Medical Center","capacity_mw":5.5,"fuel_source":{"Petroleum":5.5}},"geometry":{"type":"Point","coordinates":[-83.2894,30.8625]}},{"type":"Feature","properties":{"code":54849,"plant_name":"Thiele Kaolin Reedy Creek","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-82.4569,33.2708]}},{"type":"Feature","properties":{"code":54850,"plant_name":"Cox Waste to Energy","capacity_mw":3.3,"fuel_source":{"Wood":3.3}},"geometry":{"type":"Point","coordinates":[-85.3611,37.3208]}},{"type":"Feature","properties":{"code":54851,"plant_name":"MMSD Jones Island Wastewater","capacity_mw":26.8,"fuel_source":{"Natural Gas":13,"Biomass":13.8}},"geometry":{"type":"Point","coordinates":[-87.9014,43.0214]}},{"type":"Feature","properties":{"code":54852,"plant_name":"Greenville Steam","capacity_mw":16,"fuel_source":{"Wood":16}},"geometry":{"type":"Point","coordinates":[-69.61,45.4542]}},{"type":"Feature","properties":{"code":54854,"plant_name":"Sun Peak Project","capacity_mw":222,"fuel_source":{"Natural Gas":222}},"geometry":{"type":"Point","coordinates":[-115.0339,36.1375]}},{"type":"Feature","properties":{"code":54855,"plant_name":"Mars Snackfood US","capacity_mw":3,"fuel_source":{"Natural Gas":3}},"geometry":{"type":"Point","coordinates":[-87.79218,41.91708]}},{"type":"Feature","properties":{"code":54857,"plant_name":"Niagara Mill","capacity_mw":24.5,"fuel_source":{"Coal":11.8,"Hydro":12.7}},"geometry":{"type":"Point","coordinates":[-87.9936,45.7725]}},{"type":"Feature","properties":{"code":54858,"plant_name":"Southwestern Bell Telephone","capacity_mw":17.2,"fuel_source":{"Petroleum":17.2}},"geometry":{"type":"Point","coordinates":[-90.19338,38.62757]}},{"type":"Feature","properties":{"code":54860,"plant_name":"Black Creek","capacity_mw":3.7,"fuel_source":{"Hydro":3.7}},"geometry":{"type":"Point","coordinates":[-121.7026,47.53447]}},{"type":"Feature","properties":{"code":54863,"plant_name":"Bassett Medical Center","capacity_mw":5.6,"fuel_source":{"Petroleum":5.6}},"geometry":{"type":"Point","coordinates":[-74.9242,42.6944]}},{"type":"Feature","properties":{"code":54865,"plant_name":"Phoenix Hydro Project","capacity_mw":0.8,"fuel_source":{"Hydro":0.8}},"geometry":{"type":"Point","coordinates":[-76.30214,43.22706]}},{"type":"Feature","properties":{"code":54867,"plant_name":"Neenah Paper Munising Mill","capacity_mw":5.8,"fuel_source":{"Coal":5.8}},"geometry":{"type":"Point","coordinates":[-86.6443,46.4094]}},{"type":"Feature","properties":{"code":54872,"plant_name":"Milstead","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-83.99033,33.68936]}},{"type":"Feature","properties":{"code":54877,"plant_name":"Atlanta Gift Mart LP","capacity_mw":1.2,"fuel_source":{"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-84.3892,33.7611]}},{"type":"Feature","properties":{"code":54878,"plant_name":"Cellu Tissue Natural Dam","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-75.50274,44.33636]}},{"type":"Feature","properties":{"code":54880,"plant_name":"Kamin LLC Wrens Plant","capacity_mw":5.1,"fuel_source":{"Natural Gas":5.1}},"geometry":{"type":"Point","coordinates":[-82.40781,33.27384]}},{"type":"Feature","properties":{"code":54882,"plant_name":"CenturyLink Regional HQ","capacity_mw":1.2,"fuel_source":{"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-78.5211,35.9678]}},{"type":"Feature","properties":{"code":54885,"plant_name":"Kimberly Mill","capacity_mw":2.1,"fuel_source":{"Hydro":2.1}},"geometry":{"type":"Point","coordinates":[-88.3344,44.2769]}},{"type":"Feature","properties":{"code":54886,"plant_name":"Saint Mary of Nazareth Hospital","capacity_mw":2.4,"fuel_source":{"Natural Gas":2.4}},"geometry":{"type":"Point","coordinates":[-87.6831,41.9031]}},{"type":"Feature","properties":{"code":54887,"plant_name":"DSM Pharmaceuticals","capacity_mw":8.3,"fuel_source":{"Natural Gas":3.5,"Petroleum":4.8}},"geometry":{"type":"Point","coordinates":[-77.35744,35.66596]}},{"type":"Feature","properties":{"code":54890,"plant_name":"Peoples Generating Station","capacity_mw":2.2,"fuel_source":{"Biomass":2.2}},"geometry":{"type":"Point","coordinates":[-83.7925,43.2208]}},{"type":"Feature","properties":{"code":54894,"plant_name":"Narrows","capacity_mw":119,"fuel_source":{"Hydro":119}},"geometry":{"type":"Point","coordinates":[-80.0917,35.4189]}},{"type":"Feature","properties":{"code":54895,"plant_name":"Falls","capacity_mw":30,"fuel_source":{"Hydro":30}},"geometry":{"type":"Point","coordinates":[-80.0753,35.3944]}},{"type":"Feature","properties":{"code":54896,"plant_name":"High Rock","capacity_mw":33,"fuel_source":{"Hydro":33}},"geometry":{"type":"Point","coordinates":[-80.2339,35.6008]}},{"type":"Feature","properties":{"code":54897,"plant_name":"Tuckertown","capacity_mw":39,"fuel_source":{"Hydro":39}},"geometry":{"type":"Point","coordinates":[-80.1758,35.4856]}},{"type":"Feature","properties":{"code":54898,"plant_name":"Santeetlah","capacity_mw":38,"fuel_source":{"Hydro":38}},"geometry":{"type":"Point","coordinates":[-83.86389,35.4475]}},{"type":"Feature","properties":{"code":54899,"plant_name":"Cheoah","capacity_mw":143,"fuel_source":{"Hydro":143}},"geometry":{"type":"Point","coordinates":[-83.9383,35.4478]}},{"type":"Feature","properties":{"code":54900,"plant_name":"Calderwood","capacity_mw":156,"fuel_source":{"Hydro":156}},"geometry":{"type":"Point","coordinates":[-83.9806,35.4923]}},{"type":"Feature","properties":{"code":54901,"plant_name":"Chilhowee","capacity_mw":51,"fuel_source":{"Hydro":51}},"geometry":{"type":"Point","coordinates":[-84.0503,35.5453]}},{"type":"Feature","properties":{"code":54903,"plant_name":"Adrian Energy Associates LLC","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-84.0411,41.8992]}},{"type":"Feature","properties":{"code":54906,"plant_name":"Georgia Pacific Center","capacity_mw":1.4,"fuel_source":{"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-84.3875,33.7614]}},{"type":"Feature","properties":{"code":54907,"plant_name":"Mass Inst Tech Cntrl Utilities/Cogen Plt","capacity_mw":19,"fuel_source":{"Natural Gas":19}},"geometry":{"type":"Point","coordinates":[-71.09388,42.36099]}},{"type":"Feature","properties":{"code":54908,"plant_name":"Enderlin","capacity_mw":9.8,"fuel_source":{"Biomass":9.8}},"geometry":{"type":"Point","coordinates":[-97.5765,46.6144]}},{"type":"Feature","properties":{"code":54909,"plant_name":"Tehachapi Wind Refuel_source II","capacity_mw":21.9,"fuel_source":{"Wind":21.9}},"geometry":{"type":"Point","coordinates":[-118.3114,35.1061]}},{"type":"Feature","properties":{"code":54910,"plant_name":"Brent Run Generating Station","capacity_mw":2.2,"fuel_source":{"Biomass":2.2}},"geometry":{"type":"Point","coordinates":[-83.9,43.1767]}},{"type":"Feature","properties":{"code":54912,"plant_name":"Martinez Refining","capacity_mw":90,"fuel_source":{"Natural Gas":90}},"geometry":{"type":"Point","coordinates":[-122.1117,38.0169]}},{"type":"Feature","properties":{"code":54914,"plant_name":"Brooklyn Navy Yard Cogeneration","capacity_mw":250,"fuel_source":{"Natural Gas":250}},"geometry":{"type":"Point","coordinates":[-73.97639,40.69936]}},{"type":"Feature","properties":{"code":54915,"plant_name":"Michigan Power LP","capacity_mw":128,"fuel_source":{"Natural Gas":128}},"geometry":{"type":"Point","coordinates":[-86.425,43.9375]}},{"type":"Feature","properties":{"code":54918,"plant_name":"Ergon Refining Vicksburg","capacity_mw":4.4,"fuel_source":{"Natural Gas":4.4}},"geometry":{"type":"Point","coordinates":[-90.90834,32.38827]}},{"type":"Feature","properties":{"code":54924,"plant_name":"General Mills West Chicago","capacity_mw":6.4,"fuel_source":{"Natural Gas":6.4}},"geometry":{"type":"Point","coordinates":[-88.22,41.8794]}},{"type":"Feature","properties":{"code":54925,"plant_name":"Twin Bridges LFGTE","capacity_mw":12.8,"fuel_source":{"Biomass":12.8}},"geometry":{"type":"Point","coordinates":[-86.5208,39.7658]}},{"type":"Feature","properties":{"code":54926,"plant_name":"Prairie View I & II LFGTE","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-86.1658,41.4936]}},{"type":"Feature","properties":{"code":54929,"plant_name":"Alliant SBD 9403 Aegon DC","capacity_mw":4.1,"fuel_source":{"Petroleum":4.1}},"geometry":{"type":"Point","coordinates":[-91.6542,41.9167]}},{"type":"Feature","properties":{"code":54931,"plant_name":"Ridgetop","capacity_mw":46.9,"fuel_source":{"Wind":46.9}},"geometry":{"type":"Point","coordinates":[-118.3167,35.0697]}},{"type":"Feature","properties":{"code":54932,"plant_name":"Panduit Tinley Park","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-87.7819,41.5769]}},{"type":"Feature","properties":{"code":54933,"plant_name":"Mondelez Global LLC","capacity_mw":5,"fuel_source":{"Natural Gas":5}},"geometry":{"type":"Point","coordinates":[-89.0356,42.3156]}},{"type":"Feature","properties":{"code":54934,"plant_name":"Keystone Landfill","capacity_mw":4.9,"fuel_source":{"Biomass":4.9}},"geometry":{"type":"Point","coordinates":[-75.5897,41.4369]}},{"type":"Feature","properties":{"code":54935,"plant_name":"Harford Waste to Energy Facility","capacity_mw":1.1,"fuel_source":{"Biomass":1.1}},"geometry":{"type":"Point","coordinates":[-76.31716,39.40394]}},{"type":"Feature","properties":{"code":54936,"plant_name":"Richard J Donovan Correctional Facility","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-116.93091,32.58357]}},{"type":"Feature","properties":{"code":54937,"plant_name":"Wellesley College Central Utility Plant","capacity_mw":6.7,"fuel_source":{"Natural Gas":6.7}},"geometry":{"type":"Point","coordinates":[-71.2997,42.2958]}},{"type":"Feature","properties":{"code":54939,"plant_name":"EKS Landfill","capacity_mw":4.5,"fuel_source":{"Biomass":4.5}},"geometry":{"type":"Point","coordinates":[-93.3094,44.7806]}},{"type":"Feature","properties":{"code":54945,"plant_name":"CT Refuel_source Rec Authority Facility","capacity_mw":56.2,"fuel_source":{"Biomass":56.2}},"geometry":{"type":"Point","coordinates":[-72.65298,41.75052]}},{"type":"Feature","properties":{"code":54950,"plant_name":"Univ of Oregon Central Power Station","capacity_mw":9,"fuel_source":{"Natural Gas":9}},"geometry":{"type":"Point","coordinates":[-123.07389,44.04833]}},{"type":"Feature","properties":{"code":54951,"plant_name":"Monterey Regional Water Cogen Facility","capacity_mw":1.8,"fuel_source":{"Biomass":1.8}},"geometry":{"type":"Point","coordinates":[-121.7714,36.7056]}},{"type":"Feature","properties":{"code":54953,"plant_name":"Hudson Falls Hydroelectric Project","capacity_mw":16.4,"fuel_source":{"Hydro":16.4}},"geometry":{"type":"Point","coordinates":[-73.5956,43.2958]}},{"type":"Feature","properties":{"code":54956,"plant_name":"Deercroft I & II LFGTE","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-86.9036,41.6514]}},{"type":"Feature","properties":{"code":54965,"plant_name":"Cargill Salt","capacity_mw":2,"fuel_source":{"Coal":2}},"geometry":{"type":"Point","coordinates":[-82.4856,42.8183]}},{"type":"Feature","properties":{"code":54966,"plant_name":"West Texas Windplant","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-104.75,31.7333]}},{"type":"Feature","properties":{"code":54967,"plant_name":"Alliant SBD 9302 Aegon NP","capacity_mw":1.2,"fuel_source":{"Petroleum":1.2}},"geometry":{"type":"Point","coordinates":[-91.7042,42.0264]}},{"type":"Feature","properties":{"code":54968,"plant_name":"Alliant SBD 9502 Eaton","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-93.60325,42.83815]}},{"type":"Feature","properties":{"code":54969,"plant_name":"Dixon Hydroelectric Dam","capacity_mw":3,"fuel_source":{"Hydro":3}},"geometry":{"type":"Point","coordinates":[-89.48129,41.84531]}},{"type":"Feature","properties":{"code":54970,"plant_name":"Merck Sharp & Dohme Cogen Facility","capacity_mw":7.6,"fuel_source":{"Natural Gas":7.6}},"geometry":{"type":"Point","coordinates":[-74.23312,40.68305]}},{"type":"Feature","properties":{"code":54974,"plant_name":"Sauder Power Plant","capacity_mw":7.2,"fuel_source":{"Wood":7.2}},"geometry":{"type":"Point","coordinates":[-84.29355,41.51521]}},{"type":"Feature","properties":{"code":54975,"plant_name":"New Mexico State University","capacity_mw":4.5,"fuel_source":{"Natural Gas":4.5}},"geometry":{"type":"Point","coordinates":[-106.45128,32.16482]}},{"type":"Feature","properties":{"code":54979,"plant_name":"Big Spring Wind Power Facility","capacity_mw":34.3,"fuel_source":{"Wind":34.3}},"geometry":{"type":"Point","coordinates":[-101.4494,32.2853]}},{"type":"Feature","properties":{"code":54980,"plant_name":"Ocean County Landfill","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-74.3306,40.0081]}},{"type":"Feature","properties":{"code":54981,"plant_name":"Harris Energy Realty","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-72.59286,42.20524]}},{"type":"Feature","properties":{"code":54984,"plant_name":"Salem Energy Systems LLC","capacity_mw":3.3,"fuel_source":{"Biomass":3.3}},"geometry":{"type":"Point","coordinates":[-80.2914,36.1911]}},{"type":"Feature","properties":{"code":54985,"plant_name":"Crestwood Dothan","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-85.40274,31.26236]}},{"type":"Feature","properties":{"code":54987,"plant_name":"Woodridge Greene Valley Treatment Plant","capacity_mw":1.5,"fuel_source":{"Natural Gas":1.5}},"geometry":{"type":"Point","coordinates":[-88.06,41.74]}},{"type":"Feature","properties":{"code":54989,"plant_name":"Pine Tree Acres","capacity_mw":8.8,"fuel_source":{"Biomass":8.8}},"geometry":{"type":"Point","coordinates":[-82.7975,42.7417]}},{"type":"Feature","properties":{"code":54995,"plant_name":"Indiana Harbor E 5 AC Station","capacity_mw":90,"fuel_source":{"Other Fossil Gasses":90}},"geometry":{"type":"Point","coordinates":[-87.4214,41.6844]}},{"type":"Feature","properties":{"code":54996,"plant_name":"Salton Sea Power Gen Co - Unit 4","capacity_mw":47.5,"fuel_source":{"Geothermal":47.5}},"geometry":{"type":"Point","coordinates":[-115.6386,33.157]}},{"type":"Feature","properties":{"code":54998,"plant_name":"Wheelabrator Portsmouth","capacity_mw":46.5,"fuel_source":{"Biomass":46.5}},"geometry":{"type":"Point","coordinates":[-76.3036,36.8083]}},{"type":"Feature","properties":{"code":55000,"plant_name":"Small Hydro of Texas","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-97.31124,29.12971]}},{"type":"Feature","properties":{"code":55002,"plant_name":"Murphy-Brown LLC","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-78.1583,34.9944]}},{"type":"Feature","properties":{"code":55004,"plant_name":"Thornwood High School","capacity_mw":1.4,"fuel_source":{"Natural Gas":1.4}},"geometry":{"type":"Point","coordinates":[-87.6047,41.5839]}},{"type":"Feature","properties":{"code":55005,"plant_name":"Thornridge High School","capacity_mw":1,"fuel_source":{"Natural Gas":1}},"geometry":{"type":"Point","coordinates":[-87.5978,41.6225]}},{"type":"Feature","properties":{"code":55006,"plant_name":"Nashua Plant","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-71.5228,42.7353]}},{"type":"Feature","properties":{"code":55007,"plant_name":"K W Company","capacity_mw":1.4,"fuel_source":{"Hydro":1.4}},"geometry":{"type":"Point","coordinates":[-114.4353,42.59483]}},{"type":"Feature","properties":{"code":55009,"plant_name":"Montgomery Creek Hydro","capacity_mw":2.6,"fuel_source":{"Hydro":2.6}},"geometry":{"type":"Point","coordinates":[-121.95645,40.84681]}},{"type":"Feature","properties":{"code":55010,"plant_name":"LSP-Cottage Grove LP","capacity_mw":251,"fuel_source":{"Natural Gas":251}},"geometry":{"type":"Point","coordinates":[-92.9119,44.7956]}},{"type":"Feature","properties":{"code":55011,"plant_name":"LSP-Whitewater LP","capacity_mw":261,"fuel_source":{"Natural Gas":261}},"geometry":{"type":"Point","coordinates":[-88.72992,42.85546]}},{"type":"Feature","properties":{"code":55014,"plant_name":"Greene Valley Gas Recovery","capacity_mw":5.8,"fuel_source":{"Biomass":5.8}},"geometry":{"type":"Point","coordinates":[-88.08491,41.73379]}},{"type":"Feature","properties":{"code":55015,"plant_name":"Sweeny Cogen Facility","capacity_mw":436,"fuel_source":{"Natural Gas":436}},"geometry":{"type":"Point","coordinates":[-95.745,29.0728]}},{"type":"Feature","properties":{"code":55025,"plant_name":"Yates Gas Plant","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-101.9208,30.8847]}},{"type":"Feature","properties":{"code":55026,"plant_name":"Dighton Power Plant","capacity_mw":164.2,"fuel_source":{"Natural Gas":164.2}},"geometry":{"type":"Point","coordinates":[-71.1239,41.8312]}},{"type":"Feature","properties":{"code":55027,"plant_name":"Papillion Creek Wastewater","capacity_mw":1.5,"fuel_source":{"Biomass":1.5}},"geometry":{"type":"Point","coordinates":[-95.87,41.0772]}},{"type":"Feature","properties":{"code":55029,"plant_name":"De Pere Energy Center","capacity_mw":171.3,"fuel_source":{"Natural Gas":171.3}},"geometry":{"type":"Point","coordinates":[-88.07204,44.44861]}},{"type":"Feature","properties":{"code":55031,"plant_name":"Androscoggin Energy Center","capacity_mw":136.6,"fuel_source":{"Natural Gas":136.6}},"geometry":{"type":"Point","coordinates":[-70.24231,44.50632]}},{"type":"Feature","properties":{"code":55033,"plant_name":"Missouri River Wastewater Treatment","capacity_mw":3,"fuel_source":{"Biomass":3}},"geometry":{"type":"Point","coordinates":[-95.9292,41.2033]}},{"type":"Feature","properties":{"code":55034,"plant_name":"Geneva Wood Fuels Inc","capacity_mw":1.5,"fuel_source":{"Wood":1.5}},"geometry":{"type":"Point","coordinates":[-70.2186,44.8061]}},{"type":"Feature","properties":{"code":55035,"plant_name":"Davenport Water Pollution Control Plant","capacity_mw":1.6,"fuel_source":{"Biomass":1.6}},"geometry":{"type":"Point","coordinates":[-90.6275,41.4928]}},{"type":"Feature","properties":{"code":55036,"plant_name":"University of Tennessee Steam Plant","capacity_mw":3.7,"fuel_source":{"Natural Gas":3.7}},"geometry":{"type":"Point","coordinates":[-83.92607,35.94921]}},{"type":"Feature","properties":{"code":55037,"plant_name":"Opryland USA","capacity_mw":3.1,"fuel_source":{"Natural Gas":3.1}},"geometry":{"type":"Point","coordinates":[-86.69444,36.21139]}},{"type":"Feature","properties":{"code":55039,"plant_name":"Delta Person LLC","capacity_mw":140,"fuel_source":{"Natural Gas":140}},"geometry":{"type":"Point","coordinates":[-106.644,35.026]}},{"type":"Feature","properties":{"code":55040,"plant_name":"Mid-Georgia Cogeneration Facility","capacity_mw":303,"fuel_source":{"Natural Gas":303}},"geometry":{"type":"Point","coordinates":[-83.6039,32.4856]}},{"type":"Feature","properties":{"code":55041,"plant_name":"Berkshire Power","capacity_mw":229.3,"fuel_source":{"Natural Gas":229.3}},"geometry":{"type":"Point","coordinates":[-72.6478,42.0476]}},{"type":"Feature","properties":{"code":55042,"plant_name":"Bridgeport Energy Project","capacity_mw":454,"fuel_source":{"Natural Gas":454}},"geometry":{"type":"Point","coordinates":[-73.1844,41.1692]}},{"type":"Feature","properties":{"code":55043,"plant_name":"Cherokee County Cogen","capacity_mw":86,"fuel_source":{"Natural Gas":86}},"geometry":{"type":"Point","coordinates":[-81.613,35.0727]}},{"type":"Feature","properties":{"code":55044,"plant_name":"Boise Cascade Pulp & Paper Mill","capacity_mw":17.8,"fuel_source":{"Natural Gas":17.8}},"geometry":{"type":"Point","coordinates":[-87.8989,31.4894]}},{"type":"Feature","properties":{"code":55047,"plant_name":"Pasadena Cogeneration","capacity_mw":700,"fuel_source":{"Natural Gas":700}},"geometry":{"type":"Point","coordinates":[-95.17648,29.72475]}},{"type":"Feature","properties":{"code":55048,"plant_name":"Tiverton Power Plant","capacity_mw":250,"fuel_source":{"Natural Gas":250}},"geometry":{"type":"Point","coordinates":[-71.1706,41.6422]}},{"type":"Feature","properties":{"code":55049,"plant_name":"Sierra Pacific Anderson Facility","capacity_mw":4.3,"fuel_source":{"Wood":4.3}},"geometry":{"type":"Point","coordinates":[-122.3206,40.4731]}},{"type":"Feature","properties":{"code":55051,"plant_name":"Axiall Plaquemine","capacity_mw":240,"fuel_source":{"Natural Gas":240}},"geometry":{"type":"Point","coordinates":[-91.185,30.2586]}},{"type":"Feature","properties":{"code":55052,"plant_name":"Jameson Gas Processing Plant","capacity_mw":1.1,"fuel_source":{"Natural Gas":1.1}},"geometry":{"type":"Point","coordinates":[-100.6917,32.05]}},{"type":"Feature","properties":{"code":55053,"plant_name":"Bridgeport Gas Processing Plant","capacity_mw":10.4,"fuel_source":{"Natural Gas":10.4}},"geometry":{"type":"Point","coordinates":[-97.9208,33.1964]}},{"type":"Feature","properties":{"code":55054,"plant_name":"Livingston Generating Facility","capacity_mw":12.6,"fuel_source":{"Biomass":12.6}},"geometry":{"type":"Point","coordinates":[-88.6548,40.9314]}},{"type":"Feature","properties":{"code":55057,"plant_name":"Biodyne Peoria","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-89.8436,40.7942]}},{"type":"Feature","properties":{"code":55060,"plant_name":"Biodyne Lyons","capacity_mw":4.5,"fuel_source":{"Biomass":4.5}},"geometry":{"type":"Point","coordinates":[-87.825,41.7989]}},{"type":"Feature","properties":{"code":55061,"plant_name":"Tenaska Georgia Generation Facility","capacity_mw":933,"fuel_source":{"Natural Gas":933}},"geometry":{"type":"Point","coordinates":[-84.9996,33.3516]}},{"type":"Feature","properties":{"code":55062,"plant_name":"Tenaska Frontier Generation Station","capacity_mw":860,"fuel_source":{"Natural Gas":860}},"geometry":{"type":"Point","coordinates":[-95.9178,30.5924]}},{"type":"Feature","properties":{"code":55063,"plant_name":"Batesville Generation Facility","capacity_mw":858,"fuel_source":{"Natural Gas":858}},"geometry":{"type":"Point","coordinates":[-89.9275,34.3356]}},{"type":"Feature","properties":{"code":55064,"plant_name":"Black Hawk Station","capacity_mw":220.4,"fuel_source":{"Natural Gas":220.4}},"geometry":{"type":"Point","coordinates":[-101.36,35.6957]}},{"type":"Feature","properties":{"code":55065,"plant_name":"Mustang Station","capacity_mw":486,"fuel_source":{"Natural Gas":486}},"geometry":{"type":"Point","coordinates":[-102.7417,32.9728]}},{"type":"Feature","properties":{"code":55066,"plant_name":"Heat Recovery Coke Facility","capacity_mw":88,"fuel_source":{"Other":88}},"geometry":{"type":"Point","coordinates":[-87.42,41.6789]}},{"type":"Feature","properties":{"code":55067,"plant_name":"MPEA Energy Center","capacity_mw":9.3,"fuel_source":{"Natural Gas":3.3,"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-87.61851,41.85271]}},{"type":"Feature","properties":{"code":55068,"plant_name":"Maine Independence Station","capacity_mw":490,"fuel_source":{"Natural Gas":490}},"geometry":{"type":"Point","coordinates":[-68.7094,44.8242]}},{"type":"Feature","properties":{"code":55074,"plant_name":"Lakeview Gas Recovery","capacity_mw":6,"fuel_source":{"Biomass":6}},"geometry":{"type":"Point","coordinates":[-80.0708,42.0786]}},{"type":"Feature","properties":{"code":55075,"plant_name":"Pine Bluff Energy Center","capacity_mw":192,"fuel_source":{"Natural Gas":192}},"geometry":{"type":"Point","coordinates":[-91.9025,34.2181]}},{"type":"Feature","properties":{"code":55076,"plant_name":"Red Hills Generating Facility","capacity_mw":440,"fuel_source":{"Coal":440}},"geometry":{"type":"Point","coordinates":[-89.2183,33.3761]}},{"type":"Feature","properties":{"code":55077,"plant_name":"Desert Star Energy Center","capacity_mw":450,"fuel_source":{"Natural Gas":450}},"geometry":{"type":"Point","coordinates":[-114.99417,35.78889]}},{"type":"Feature","properties":{"code":55079,"plant_name":"Millennium Power","capacity_mw":334.9,"fuel_source":{"Natural Gas":334.9}},"geometry":{"type":"Point","coordinates":[-72.01511,42.11229]}},{"type":"Feature","properties":{"code":55080,"plant_name":"New Albany Energy Facility","capacity_mw":360,"fuel_source":{"Natural Gas":360}},"geometry":{"type":"Point","coordinates":[-88.93972,34.54083]}},{"type":"Feature","properties":{"code":55081,"plant_name":"Brownsville Peaking Power","capacity_mw":456,"fuel_source":{"Natural Gas":456}},"geometry":{"type":"Point","coordinates":[-89.198,35.5438]}},{"type":"Feature","properties":{"code":55084,"plant_name":"Crockett Cogen Project","capacity_mw":247.4,"fuel_source":{"Natural Gas":247.4}},"geometry":{"type":"Point","coordinates":[-122.2161,38.0569]}},{"type":"Feature","properties":{"code":55086,"plant_name":"Gregory Power Facility","capacity_mw":366,"fuel_source":{"Natural Gas":366}},"geometry":{"type":"Point","coordinates":[-97.25842,27.88929]}},{"type":"Feature","properties":{"code":55087,"plant_name":"Zeeland Generating Station","capacity_mw":839.8,"fuel_source":{"Natural Gas":839.8}},"geometry":{"type":"Point","coordinates":[-85.9975,42.8206]}},{"type":"Feature","properties":{"code":55088,"plant_name":"Dearborn Industrial Generation","capacity_mw":710,"fuel_source":{"Natural Gas":710}},"geometry":{"type":"Point","coordinates":[-83.154,42.3026]}},{"type":"Feature","properties":{"code":55089,"plant_name":"Taft Cogeneration Facility","capacity_mw":790,"fuel_source":{"Natural Gas":790}},"geometry":{"type":"Point","coordinates":[-90.4599,29.9888]}},{"type":"Feature","properties":{"code":55090,"plant_name":"Plummer Cogen","capacity_mw":5.8,"fuel_source":{"Wood":5.8}},"geometry":{"type":"Point","coordinates":[-116.89035,47.33101]}},{"type":"Feature","properties":{"code":55091,"plant_name":"Midlothian Energy Facility","capacity_mw":1315,"fuel_source":{"Natural Gas":1315}},"geometry":{"type":"Point","coordinates":[-97.0537,32.4302]}},{"type":"Feature","properties":{"code":55093,"plant_name":"MM Taunton Energy","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-71.1289,41.9111]}},{"type":"Feature","properties":{"code":55094,"plant_name":"MM San Diego-Miramar","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-117.1683,32.8067]}},{"type":"Feature","properties":{"code":55096,"plant_name":"Portside Energy","capacity_mw":44,"fuel_source":{"Natural Gas":44}},"geometry":{"type":"Point","coordinates":[-87.1728,41.6317]}},{"type":"Feature","properties":{"code":55097,"plant_name":"Lamar Power Project","capacity_mw":1002,"fuel_source":{"Natural Gas":1002}},"geometry":{"type":"Point","coordinates":[-95.59,33.6308]}},{"type":"Feature","properties":{"code":55098,"plant_name":"Frontera Energy Center","capacity_mw":500,"fuel_source":{"Natural Gas":500}},"geometry":{"type":"Point","coordinates":[-98.3992,26.208]}},{"type":"Feature","properties":{"code":55099,"plant_name":"NRG Sterlington Power","capacity_mw":176,"fuel_source":{"Natural Gas":176}},"geometry":{"type":"Point","coordinates":[-92.0811,32.6889]}},{"type":"Feature","properties":{"code":55100,"plant_name":"Rumford Power, Inc","capacity_mw":254,"fuel_source":{"Natural Gas":254}},"geometry":{"type":"Point","coordinates":[-70.5219,44.5303]}},{"type":"Feature","properties":{"code":55101,"plant_name":"Kalamazoo River Generating Station","capacity_mw":65,"fuel_source":{"Natural Gas":65}},"geometry":{"type":"Point","coordinates":[-85.49496,42.28135]}},{"type":"Feature","properties":{"code":55102,"plant_name":"Livingston Generating Station","capacity_mw":132,"fuel_source":{"Natural Gas":132}},"geometry":{"type":"Point","coordinates":[-84.73079,45.0304]}},{"type":"Feature","properties":{"code":55103,"plant_name":"Klamath Cogeneration Plant","capacity_mw":490,"fuel_source":{"Natural Gas":490}},"geometry":{"type":"Point","coordinates":[-121.81056,42.17389]}},{"type":"Feature","properties":{"code":55104,"plant_name":"Sabine Cogen","capacity_mw":87.2,"fuel_source":{"Natural Gas":87.2}},"geometry":{"type":"Point","coordinates":[-93.77139,30.0444]}},{"type":"Feature","properties":{"code":55107,"plant_name":"Entergy Rhode Island State Energy LP","capacity_mw":538,"fuel_source":{"Natural Gas":538}},"geometry":{"type":"Point","coordinates":[-71.5186,41.8017]}},{"type":"Feature","properties":{"code":55109,"plant_name":"Rocky Road Power LLC","capacity_mw":327.3,"fuel_source":{"Natural Gas":327.3}},"geometry":{"type":"Point","coordinates":[-88.2397,42.0931]}},{"type":"Feature","properties":{"code":55110,"plant_name":"Madison","capacity_mw":576,"fuel_source":{"Natural Gas":576}},"geometry":{"type":"Point","coordinates":[-84.4647,39.4522]}},{"type":"Feature","properties":{"code":55111,"plant_name":"Vermillion Energy Facility","capacity_mw":568,"fuel_source":{"Natural Gas":568}},"geometry":{"type":"Point","coordinates":[-87.44636,39.92233]}},{"type":"Feature","properties":{"code":55112,"plant_name":"Sutter Energy Center","capacity_mw":530,"fuel_source":{"Natural Gas":530}},"geometry":{"type":"Point","coordinates":[-121.69587,39.05314]}},{"type":"Feature","properties":{"code":55116,"plant_name":"Rockingham County CT Station","capacity_mw":825,"fuel_source":{"Natural Gas":825}},"geometry":{"type":"Point","coordinates":[-79.8297,36.3297]}},{"type":"Feature","properties":{"code":55117,"plant_name":"RS Cogen","capacity_mw":415.4,"fuel_source":{"Natural Gas":415.4}},"geometry":{"type":"Point","coordinates":[-93.2992,30.221]}},{"type":"Feature","properties":{"code":55120,"plant_name":"SRW Cogen LP","capacity_mw":420,"fuel_source":{"Natural Gas":420}},"geometry":{"type":"Point","coordinates":[-93.75744,30.05448]}},{"type":"Feature","properties":{"code":55122,"plant_name":"NAFTA Region Olefins Complex Cogen Fac","capacity_mw":70,"fuel_source":{"Natural Gas":70}},"geometry":{"type":"Point","coordinates":[-93.88359,29.95432]}},{"type":"Feature","properties":{"code":55123,"plant_name":"Magic Valley Generating Station","capacity_mw":682,"fuel_source":{"Natural Gas":682}},"geometry":{"type":"Point","coordinates":[-98.19,26.3403]}},{"type":"Feature","properties":{"code":55124,"plant_name":"Griffith Energy LLC","capacity_mw":570,"fuel_source":{"Natural Gas":570}},"geometry":{"type":"Point","coordinates":[-114.13327,35.05403]}},{"type":"Feature","properties":{"code":55125,"plant_name":"Vansycle","capacity_mw":25,"fuel_source":{"Wind":25}},"geometry":{"type":"Point","coordinates":[-118.6372,45.8792]}},{"type":"Feature","properties":{"code":55126,"plant_name":"Milford Power Project","capacity_mw":506.7,"fuel_source":{"Natural Gas":506.7}},"geometry":{"type":"Point","coordinates":[-73.09973,41.22436]}},{"type":"Feature","properties":{"code":55127,"plant_name":"Manchief Electric Generating Station","capacity_mw":264,"fuel_source":{"Natural Gas":264}},"geometry":{"type":"Point","coordinates":[-103.68504,40.21714]}},{"type":"Feature","properties":{"code":55128,"plant_name":"Walton County Power LLC","capacity_mw":454.5,"fuel_source":{"Natural Gas":454.5}},"geometry":{"type":"Point","coordinates":[-83.6954,33.8148]}},{"type":"Feature","properties":{"code":55129,"plant_name":"Desert Basin","capacity_mw":577,"fuel_source":{"Natural Gas":577}},"geometry":{"type":"Point","coordinates":[-111.7889,32.9042]}},{"type":"Feature","properties":{"code":55131,"plant_name":"Kendall County Generation Facility","capacity_mw":1140,"fuel_source":{"Natural Gas":1140}},"geometry":{"type":"Point","coordinates":[-88.2581,41.4797]}},{"type":"Feature","properties":{"code":55132,"plant_name":"Tenaska Gateway Generating Station","capacity_mw":843,"fuel_source":{"Natural Gas":843}},"geometry":{"type":"Point","coordinates":[-94.61974,32.01783]}},{"type":"Feature","properties":{"code":55133,"plant_name":"Thomson Reuters Campus Bldg A-D","capacity_mw":11.2,"fuel_source":{"Petroleum":11.2}},"geometry":{"type":"Point","coordinates":[-93.1156,44.8196]}},{"type":"Feature","properties":{"code":55135,"plant_name":"Alliant Energy Neenah","capacity_mw":299.7,"fuel_source":{"Natural Gas":299.7}},"geometry":{"type":"Point","coordinates":[-88.5064,44.1936]}},{"type":"Feature","properties":{"code":55137,"plant_name":"Rio Nogales Power Project","capacity_mw":756,"fuel_source":{"Natural Gas":756}},"geometry":{"type":"Point","coordinates":[-97.97322,29.59306]}},{"type":"Feature","properties":{"code":55138,"plant_name":"Lee County","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-85.03888,32.54098]}},{"type":"Feature","properties":{"code":55139,"plant_name":"Wolf Hollow I LP","capacity_mw":705,"fuel_source":{"Natural Gas":705}},"geometry":{"type":"Point","coordinates":[-97.73169,32.33422]}},{"type":"Feature","properties":{"code":55141,"plant_name":"Hawk Road Facility","capacity_mw":475.8,"fuel_source":{"Natural Gas":475.8}},"geometry":{"type":"Point","coordinates":[-84.99139,33.35847]}},{"type":"Feature","properties":{"code":55142,"plant_name":"Modern Landfill Production Plant","capacity_mw":9,"fuel_source":{"Biomass":9}},"geometry":{"type":"Point","coordinates":[-76.7408,39.9578]}},{"type":"Feature","properties":{"code":55144,"plant_name":"Hays Energy Project","capacity_mw":881,"fuel_source":{"Natural Gas":881}},"geometry":{"type":"Point","coordinates":[-97.9894,29.7806]}},{"type":"Feature","properties":{"code":55146,"plant_name":"Green Country Energy LLC","capacity_mw":783,"fuel_source":{"Natural Gas":783}},"geometry":{"type":"Point","coordinates":[-95.9346,35.9833]}},{"type":"Feature","properties":{"code":55148,"plant_name":"Worthington Generation LLC","capacity_mw":164.1,"fuel_source":{"Natural Gas":164.1}},"geometry":{"type":"Point","coordinates":[-87.0128,39.0708]}},{"type":"Feature","properties":{"code":55149,"plant_name":"Lake Road Generating Plant","capacity_mw":745,"fuel_source":{"Natural Gas":745}},"geometry":{"type":"Point","coordinates":[-71.8958,41.87204]}},{"type":"Feature","properties":{"code":55151,"plant_name":"La Paloma Generating LLC","capacity_mw":965.4,"fuel_source":{"Natural Gas":965.4}},"geometry":{"type":"Point","coordinates":[-119.5919,35.2956]}},{"type":"Feature","properties":{"code":55152,"plant_name":"Bank of America Plaza","capacity_mw":2.6,"fuel_source":{"Petroleum":2.6}},"geometry":{"type":"Point","coordinates":[-84.3861,33.7708]}},{"type":"Feature","properties":{"code":55153,"plant_name":"Guadalupe Generating Station","capacity_mw":982.3,"fuel_source":{"Natural Gas":982.3}},"geometry":{"type":"Point","coordinates":[-98.1419,29.6244]}},{"type":"Feature","properties":{"code":55154,"plant_name":"Lost Pines 1 Power Project","capacity_mw":516,"fuel_source":{"Natural Gas":516}},"geometry":{"type":"Point","coordinates":[-97.2714,30.1478]}},{"type":"Feature","properties":{"code":55155,"plant_name":"MM Albany Energy","capacity_mw":5.9,"fuel_source":{"Biomass":5.9}},"geometry":{"type":"Point","coordinates":[-73.8514,42.6975]}},{"type":"Feature","properties":{"code":55156,"plant_name":"MM Prince William Energy","capacity_mw":1.8,"fuel_source":{"Biomass":1.8}},"geometry":{"type":"Point","coordinates":[-77.41472,38.63833]}},{"type":"Feature","properties":{"code":55161,"plant_name":"MM Lopez Energy","capacity_mw":5.4,"fuel_source":{"Biomass":5.4}},"geometry":{"type":"Point","coordinates":[-118.38944,34.2925]}},{"type":"Feature","properties":{"code":55162,"plant_name":"MM Tomoka Farms Energy","capacity_mw":3.8,"fuel_source":{"Biomass":3.8}},"geometry":{"type":"Point","coordinates":[-81.0689,29.0969]}},{"type":"Feature","properties":{"code":55163,"plant_name":"MM Hartford Energy","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-72.6544,41.7861]}},{"type":"Feature","properties":{"code":55164,"plant_name":"Bluegrass Generation LLC","capacity_mw":501,"fuel_source":{"Natural Gas":501}},"geometry":{"type":"Point","coordinates":[-85.4133,38.3902]}},{"type":"Feature","properties":{"code":55165,"plant_name":"Calcasieu","capacity_mw":310,"fuel_source":{"Natural Gas":310}},"geometry":{"type":"Point","coordinates":[-93.345,30.1608]}},{"type":"Feature","properties":{"code":55166,"plant_name":"Broad River Energy Center","capacity_mw":840.4,"fuel_source":{"Natural Gas":840.4}},"geometry":{"type":"Point","coordinates":[-81.575,35.0786]}},{"type":"Feature","properties":{"code":55168,"plant_name":"Bastrop Energy Center","capacity_mw":525,"fuel_source":{"Natural Gas":525}},"geometry":{"type":"Point","coordinates":[-97.55,30.1458]}},{"type":"Feature","properties":{"code":55170,"plant_name":"Granite Ridge","capacity_mw":678,"fuel_source":{"Natural Gas":678}},"geometry":{"type":"Point","coordinates":[-71.4261,42.9042]}},{"type":"Feature","properties":{"code":55172,"plant_name":"Bosque County Peaking","capacity_mw":748,"fuel_source":{"Natural Gas":748}},"geometry":{"type":"Point","coordinates":[-97.3586,31.8594]}},{"type":"Feature","properties":{"code":55173,"plant_name":"Acadia Energy Center","capacity_mw":1063,"fuel_source":{"Natural Gas":1063}},"geometry":{"type":"Point","coordinates":[-92.41306,30.42861]}},{"type":"Feature","properties":{"code":55176,"plant_name":"Eastman Cogeneration Facility","capacity_mw":402.2,"fuel_source":{"Natural Gas":402.2}},"geometry":{"type":"Point","coordinates":[-94.6903,32.4481]}},{"type":"Feature","properties":{"code":55177,"plant_name":"South Point Energy Center","capacity_mw":550,"fuel_source":{"Natural Gas":550}},"geometry":{"type":"Point","coordinates":[-114.5317,34.8678]}},{"type":"Feature","properties":{"code":55178,"plant_name":"Dogwood Energy Facility","capacity_mw":616,"fuel_source":{"Natural Gas":616}},"geometry":{"type":"Point","coordinates":[-94.3006,38.7931]}},{"type":"Feature","properties":{"code":55179,"plant_name":"Rathdrum Power LLC","capacity_mw":248,"fuel_source":{"Natural Gas":248}},"geometry":{"type":"Point","coordinates":[-116.9203,47.7858]}},{"type":"Feature","properties":{"code":55182,"plant_name":"Sunrise Power LLC","capacity_mw":545,"fuel_source":{"Natural Gas":545}},"geometry":{"type":"Point","coordinates":[-119.585,35.2097]}},{"type":"Feature","properties":{"code":55184,"plant_name":"Aera San Ardo Cogen Facility","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-120.85995,35.95329]}},{"type":"Feature","properties":{"code":55187,"plant_name":"Channelview Cogeneration Plant","capacity_mw":811,"fuel_source":{"Natural Gas":811}},"geometry":{"type":"Point","coordinates":[-95.12174,29.83695]}},{"type":"Feature","properties":{"code":55188,"plant_name":"Cordova Energy","capacity_mw":521.2,"fuel_source":{"Natural Gas":521.2}},"geometry":{"type":"Point","coordinates":[-90.27968,41.71222]}},{"type":"Feature","properties":{"code":55192,"plant_name":"Osceola","capacity_mw":471,"fuel_source":{"Natural Gas":471}},"geometry":{"type":"Point","coordinates":[-81.0978,28.1289]}},{"type":"Feature","properties":{"code":55193,"plant_name":"Ontelaunee Energy Center","capacity_mw":526,"fuel_source":{"Natural Gas":526}},"geometry":{"type":"Point","coordinates":[-75.9356,40.4219]}},{"type":"Feature","properties":{"code":55196,"plant_name":"FirstEnergy Allegheny Energy Units 1 & 2","capacity_mw":88,"fuel_source":{"Natural Gas":88}},"geometry":{"type":"Point","coordinates":[-79.76833,40.54667]}},{"type":"Feature","properties":{"code":55197,"plant_name":"Caledonia","capacity_mw":765,"fuel_source":{"Natural Gas":765}},"geometry":{"type":"Point","coordinates":[-88.2717,33.6464]}},{"type":"Feature","properties":{"code":55198,"plant_name":"Riverside Generating LLC","capacity_mw":825,"fuel_source":{"Natural Gas":825}},"geometry":{"type":"Point","coordinates":[-82.60459,38.19166]}},{"type":"Feature","properties":{"code":55199,"plant_name":"Elwood Energy LLC","capacity_mw":1350,"fuel_source":{"Natural Gas":1350}},"geometry":{"type":"Point","coordinates":[-88.1236,41.4388]}},{"type":"Feature","properties":{"code":55200,"plant_name":"Arapahoe Combustion Turbine Project","capacity_mw":122.5,"fuel_source":{"Natural Gas":122.5}},"geometry":{"type":"Point","coordinates":[-105.0018,39.6692]}},{"type":"Feature","properties":{"code":55201,"plant_name":"Gibson City Energy Center LLC","capacity_mw":228,"fuel_source":{"Natural Gas":228}},"geometry":{"type":"Point","coordinates":[-88.3987,40.4705]}},{"type":"Feature","properties":{"code":55202,"plant_name":"Pinckneyville","capacity_mw":316,"fuel_source":{"Natural Gas":316}},"geometry":{"type":"Point","coordinates":[-89.3467,38.1114]}},{"type":"Feature","properties":{"code":55203,"plant_name":"Ponnequin Phase 1","capacity_mw":5.2,"fuel_source":{"Wind":5.2}},"geometry":{"type":"Point","coordinates":[-104.8278,39.9958]}},{"type":"Feature","properties":{"code":55204,"plant_name":"Kinmundy","capacity_mw":208,"fuel_source":{"Natural Gas":208}},"geometry":{"type":"Point","coordinates":[-89.0128,38.7619]}},{"type":"Feature","properties":{"code":55206,"plant_name":"Corpus Christi Energy Center","capacity_mw":467,"fuel_source":{"Natural Gas":467}},"geometry":{"type":"Point","coordinates":[-97.4283,27.8139]}},{"type":"Feature","properties":{"code":55207,"plant_name":"Valmont Combustion Turbine Project","capacity_mw":79.8,"fuel_source":{"Natural Gas":79.8}},"geometry":{"type":"Point","coordinates":[-105.2009,40.0205]}},{"type":"Feature","properties":{"code":55208,"plant_name":"Lake Benton I","capacity_mw":107.2,"fuel_source":{"Wind":107.2}},"geometry":{"type":"Point","coordinates":[-96.375,44.2917]}},{"type":"Feature","properties":{"code":55210,"plant_name":"Afton Generating Station","capacity_mw":235.6,"fuel_source":{"Natural Gas":235.6}},"geometry":{"type":"Point","coordinates":[-106.84648,32.11418]}},{"type":"Feature","properties":{"code":55211,"plant_name":"ANP Bellingham Energy Project","capacity_mw":471.7,"fuel_source":{"Natural Gas":471.7}},"geometry":{"type":"Point","coordinates":[-71.45347,42.11058]}},{"type":"Feature","properties":{"code":55212,"plant_name":"ANP Blackstone Energy Project","capacity_mw":454.8,"fuel_source":{"Natural Gas":454.8}},"geometry":{"type":"Point","coordinates":[-71.51581,42.05988]}},{"type":"Feature","properties":{"code":55215,"plant_name":"Odessa Ector Generating Station","capacity_mw":982.5,"fuel_source":{"Natural Gas":982.5}},"geometry":{"type":"Point","coordinates":[-102.3264,31.8403]}},{"type":"Feature","properties":{"code":55216,"plant_name":"Morris Cogeneration LLC","capacity_mw":176,"fuel_source":{"Natural Gas":176}},"geometry":{"type":"Point","coordinates":[-88.33278,41.41194]}},{"type":"Feature","properties":{"code":55217,"plant_name":"Los Medanos Energy Center","capacity_mw":567,"fuel_source":{"Natural Gas":567}},"geometry":{"type":"Point","coordinates":[-121.873,38.03007]}},{"type":"Feature","properties":{"code":55218,"plant_name":"Hinds Energy Facility","capacity_mw":450,"fuel_source":{"Natural Gas":300,"Other":150}},"geometry":{"type":"Point","coordinates":[-90.21991,32.37897]}},{"type":"Feature","properties":{"code":55220,"plant_name":"Attala","capacity_mw":454.9,"fuel_source":{"Natural Gas":454.9}},"geometry":{"type":"Point","coordinates":[-89.6753,33.0147]}},{"type":"Feature","properties":{"code":55221,"plant_name":"Harry L. Oswald","capacity_mw":548,"fuel_source":{"Natural Gas":548}},"geometry":{"type":"Point","coordinates":[-92.2166,34.5923]}},{"type":"Feature","properties":{"code":55222,"plant_name":"Lincoln Generating Facility","capacity_mw":622.9,"fuel_source":{"Natural Gas":622.9}},"geometry":{"type":"Point","coordinates":[-87.94361,41.39331]}},{"type":"Feature","properties":{"code":55223,"plant_name":"Ennis Power Company LLC","capacity_mw":359.5,"fuel_source":{"Natural Gas":359.5}},"geometry":{"type":"Point","coordinates":[-96.675,32.32]}},{"type":"Feature","properties":{"code":55224,"plant_name":"Wheatland Generating Facility","capacity_mw":460,"fuel_source":{"Natural Gas":460}},"geometry":{"type":"Point","coordinates":[-87.2931,38.6716]}},{"type":"Feature","properties":{"code":55225,"plant_name":"Oneta Energy Center","capacity_mw":1086.4,"fuel_source":{"Natural Gas":1086.4}},"geometry":{"type":"Point","coordinates":[-95.6967,36.0119]}},{"type":"Feature","properties":{"code":55226,"plant_name":"Freestone Energy Center","capacity_mw":953,"fuel_source":{"Natural Gas":953}},"geometry":{"type":"Point","coordinates":[-96.1131,31.8907]}},{"type":"Feature","properties":{"code":55228,"plant_name":"Greenville Electric Generating Station","capacity_mw":196,"fuel_source":{"Natural Gas":196}},"geometry":{"type":"Point","coordinates":[-84.61514,40.07578]}},{"type":"Feature","properties":{"code":55229,"plant_name":"Montpelier Electric Generating Station","capacity_mw":180,"fuel_source":{"Natural Gas":180}},"geometry":{"type":"Point","coordinates":[-85.3057,40.6206]}},{"type":"Feature","properties":{"code":55230,"plant_name":"Jack County","capacity_mw":1241,"fuel_source":{"Natural Gas":1241}},"geometry":{"type":"Point","coordinates":[-97.9574,33.101]}},{"type":"Feature","properties":{"code":55231,"plant_name":"Liberty Electric Power Plant","capacity_mw":541,"fuel_source":{"Natural Gas":541}},"geometry":{"type":"Point","coordinates":[-75.3358,39.8614]}},{"type":"Feature","properties":{"code":55232,"plant_name":"Marshall Energy Facility","capacity_mw":581.6,"fuel_source":{"Natural Gas":581.6}},"geometry":{"type":"Point","coordinates":[-88.3958,37.0286]}},{"type":"Feature","properties":{"code":55233,"plant_name":"Handsome Lake Energy LLC","capacity_mw":267.5,"fuel_source":{"Natural Gas":267.5}},"geometry":{"type":"Point","coordinates":[-79.8061,41.2908]}},{"type":"Feature","properties":{"code":55234,"plant_name":"Audrain Generating Station","capacity_mw":608,"fuel_source":{"Natural Gas":608}},"geometry":{"type":"Point","coordinates":[-91.5369,39.3092]}},{"type":"Feature","properties":{"code":55236,"plant_name":"Lee Energy Facility","capacity_mw":568,"fuel_source":{"Natural Gas":568}},"geometry":{"type":"Point","coordinates":[-89.4054,41.8287]}},{"type":"Feature","properties":{"code":55237,"plant_name":"Energy Shelby County","capacity_mw":336,"fuel_source":{"Natural Gas":336}},"geometry":{"type":"Point","coordinates":[-88.4772,39.2794]}},{"type":"Feature","properties":{"code":55238,"plant_name":"NRG Rockford I","capacity_mw":296.9,"fuel_source":{"Natural Gas":296.9}},"geometry":{"type":"Point","coordinates":[-89.1012,42.23856]}},{"type":"Feature","properties":{"code":55239,"plant_name":"Red Oak Power LLC","capacity_mw":765.9,"fuel_source":{"Natural Gas":765.9}},"geometry":{"type":"Point","coordinates":[-74.34888,40.44867]}},{"type":"Feature","properties":{"code":55241,"plant_name":"Hog Bayou Energy Center","capacity_mw":230,"fuel_source":{"Natural Gas":230}},"geometry":{"type":"Point","coordinates":[-88.0575,30.7478]}},{"type":"Feature","properties":{"code":55242,"plant_name":"Santa Rosa Energy Center","capacity_mw":235.9,"fuel_source":{"Natural Gas":235.9}},"geometry":{"type":"Point","coordinates":[-87.115,30.5664]}},{"type":"Feature","properties":{"code":55243,"plant_name":"Astoria Gas Turbines","capacity_mw":516,"fuel_source":{"Natural Gas":410.3,"Petroleum":105.7}},"geometry":{"type":"Point","coordinates":[-73.9048,40.787]}},{"type":"Feature","properties":{"code":55244,"plant_name":"Doyle Generating Facility","capacity_mw":326.9,"fuel_source":{"Natural Gas":326.9}},"geometry":{"type":"Point","coordinates":[-83.69958,33.8377]}},{"type":"Feature","properties":{"code":55245,"plant_name":"Tuscola Station","capacity_mw":13.5,"fuel_source":{"Coal":13.5}},"geometry":{"type":"Point","coordinates":[-88.34977,39.79818]}},{"type":"Feature","properties":{"code":55247,"plant_name":"Darby Electric Generating Station","capacity_mw":435,"fuel_source":{"Natural Gas":435}},"geometry":{"type":"Point","coordinates":[-83.1778,39.7139]}},{"type":"Feature","properties":{"code":55248,"plant_name":"Tait Electric Generating Station","capacity_mw":340,"fuel_source":{"Natural Gas":340}},"geometry":{"type":"Point","coordinates":[-84.20949,39.72768]}},{"type":"Feature","properties":{"code":55250,"plant_name":"University Park South","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-87.75319,41.44089]}},{"type":"Feature","properties":{"code":55251,"plant_name":"Gleason Generating Facility","capacity_mw":360,"fuel_source":{"Natural Gas":360}},"geometry":{"type":"Point","coordinates":[-88.612,36.2454]}},{"type":"Feature","properties":{"code":55253,"plant_name":"Crete Energy Venture LLC","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-87.6187,41.42944]}},{"type":"Feature","properties":{"code":55259,"plant_name":"Whiting Clean Energy","capacity_mw":513,"fuel_source":{"Natural Gas":513}},"geometry":{"type":"Point","coordinates":[-87.4775,41.6739]}},{"type":"Feature","properties":{"code":55262,"plant_name":"Bowling Green Generating Station","capacity_mw":38,"fuel_source":{"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-83.64124,41.39737]}},{"type":"Feature","properties":{"code":55263,"plant_name":"Galion Generating Station","capacity_mw":38,"fuel_source":{"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-82.789,40.7167]}},{"type":"Feature","properties":{"code":55264,"plant_name":"Napoleon Peaking Station","capacity_mw":38,"fuel_source":{"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-84.1095,41.4079]}},{"type":"Feature","properties":{"code":55265,"plant_name":"Lake Benton II","capacity_mw":103.5,"fuel_source":{"Wind":103.5}},"geometry":{"type":"Point","coordinates":[-96.11697,44.12937]}},{"type":"Feature","properties":{"code":55267,"plant_name":"Edward L. Addison Generating Plant","capacity_mw":598.8,"fuel_source":{"Natural Gas":598.8}},"geometry":{"type":"Point","coordinates":[-84.3064,32.9111]}},{"type":"Feature","properties":{"code":55269,"plant_name":"TVA Southaven Combined Cycle","capacity_mw":780,"fuel_source":{"Natural Gas":780}},"geometry":{"type":"Point","coordinates":[-90.0378,34.9939]}},{"type":"Feature","properties":{"code":55270,"plant_name":"Jackson Power Facility","capacity_mw":564,"fuel_source":{"Natural Gas":564}},"geometry":{"type":"Point","coordinates":[-84.3767,42.2488]}},{"type":"Feature","properties":{"code":55271,"plant_name":"Tenaska Lindsay Hill Generating Station","capacity_mw":845,"fuel_source":{"Natural Gas":845}},"geometry":{"type":"Point","coordinates":[-86.7386,32.6514]}},{"type":"Feature","properties":{"code":55274,"plant_name":"State Farm Support Center East","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-84.2353,34.0858]}},{"type":"Feature","properties":{"code":55276,"plant_name":"Ceredo Generating Station","capacity_mw":450,"fuel_source":{"Natural Gas":450}},"geometry":{"type":"Point","coordinates":[-82.5339,38.3681]}},{"type":"Feature","properties":{"code":55278,"plant_name":"Beaver Creek Gas Plant","capacity_mw":3.6,"fuel_source":{"Natural Gas":3.6}},"geometry":{"type":"Point","coordinates":[-108.3136,42.8475]}},{"type":"Feature","properties":{"code":55279,"plant_name":"Aurora","capacity_mw":832,"fuel_source":{"Natural Gas":832}},"geometry":{"type":"Point","coordinates":[-88.2265,41.8151]}},{"type":"Feature","properties":{"code":55281,"plant_name":"Southeast Chicago Energy Project","capacity_mw":296,"fuel_source":{"Natural Gas":296}},"geometry":{"type":"Point","coordinates":[-87.5449,41.7181]}},{"type":"Feature","properties":{"code":55282,"plant_name":"Arlington Valley Energy Facility","capacity_mw":579,"fuel_source":{"Natural Gas":579}},"geometry":{"type":"Point","coordinates":[-112.8897,33.3417]}},{"type":"Feature","properties":{"code":55283,"plant_name":"Front Range Power Plant","capacity_mw":460,"fuel_source":{"Natural Gas":460}},"geometry":{"type":"Point","coordinates":[-104.7069,38.6281]}},{"type":"Feature","properties":{"code":55284,"plant_name":"Big Sandy Peaker Plant","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-82.5938,38.3441]}},{"type":"Feature","properties":{"code":55285,"plant_name":"Wolf Hills Energy","capacity_mw":250,"fuel_source":{"Natural Gas":250}},"geometry":{"type":"Point","coordinates":[-82.1044,36.6644]}},{"type":"Feature","properties":{"code":55286,"plant_name":"Oleander Power Project LP","capacity_mw":790.2,"fuel_source":{"Natural Gas":790.2}},"geometry":{"type":"Point","coordinates":[-80.7947,28.3661]}},{"type":"Feature","properties":{"code":55287,"plant_name":"Storm Lake II","capacity_mw":80.2,"fuel_source":{"Wind":80.2}},"geometry":{"type":"Point","coordinates":[-95.405,42.8417]}},{"type":"Feature","properties":{"code":55288,"plant_name":"Medway Hydro","capacity_mw":3.9,"fuel_source":{"Hydro":3.9}},"geometry":{"type":"Point","coordinates":[-68.5453,45.6072]}},{"type":"Feature","properties":{"code":55292,"plant_name":"Decatur Energy Center","capacity_mw":725,"fuel_source":{"Natural Gas":725}},"geometry":{"type":"Point","coordinates":[-87.0214,34.6292]}},{"type":"Feature","properties":{"code":55293,"plant_name":"Morgan Energy Center","capacity_mw":749,"fuel_source":{"Natural Gas":749}},"geometry":{"type":"Point","coordinates":[-87.0639,34.6397]}},{"type":"Feature","properties":{"code":55294,"plant_name":"Westbrook Energy Center Power Plant","capacity_mw":506,"fuel_source":{"Natural Gas":506}},"geometry":{"type":"Point","coordinates":[-70.375,43.6575]}},{"type":"Feature","properties":{"code":55295,"plant_name":"Blythe Energy Inc","capacity_mw":514,"fuel_source":{"Natural Gas":514}},"geometry":{"type":"Point","coordinates":[-114.6865,33.6157]}},{"type":"Feature","properties":{"code":55296,"plant_name":"Calumet Energy Team LLC","capacity_mw":321.2,"fuel_source":{"Natural Gas":321.2}},"geometry":{"type":"Point","coordinates":[-87.5563,41.6835]}},{"type":"Feature","properties":{"code":55297,"plant_name":"New Covert Generating Facility","capacity_mw":1040.1,"fuel_source":{"Natural Gas":1040.1}},"geometry":{"type":"Point","coordinates":[-86.29368,42.32238]}},{"type":"Feature","properties":{"code":55298,"plant_name":"Fairless Energy Center","capacity_mw":1211.2,"fuel_source":{"Natural Gas":1211.2}},"geometry":{"type":"Point","coordinates":[-74.7411,40.1475]}},{"type":"Feature","properties":{"code":55299,"plant_name":"Channel Energy Center LLC","capacity_mw":768,"fuel_source":{"Natural Gas":768}},"geometry":{"type":"Point","coordinates":[-95.2319,29.7189]}},{"type":"Feature","properties":{"code":55302,"plant_name":"Wasatch Energy Systems Energy Recovery","capacity_mw":1.4,"fuel_source":{"Biomass":1.4}},"geometry":{"type":"Point","coordinates":[-111.9554,41.1097]}},{"type":"Feature","properties":{"code":55304,"plant_name":"Baconton Power Plant","capacity_mw":196,"fuel_source":{"Natural Gas":196}},"geometry":{"type":"Point","coordinates":[-84.08,31.3869]}},{"type":"Feature","properties":{"code":55306,"plant_name":"Gila River Power Station","capacity_mw":1030,"fuel_source":{"Natural Gas":1030}},"geometry":{"type":"Point","coordinates":[-112.6944,32.975]}},{"type":"Feature","properties":{"code":55308,"plant_name":"Calvert City","capacity_mw":23,"fuel_source":{"Natural Gas":23}},"geometry":{"type":"Point","coordinates":[-88.35389,37.04833]}},{"type":"Feature","properties":{"code":55309,"plant_name":"Air Products Port Arthur","capacity_mw":158.9,"fuel_source":{"Natural Gas":158.9}},"geometry":{"type":"Point","coordinates":[-93.96515,29.8665]}},{"type":"Feature","properties":{"code":55311,"plant_name":"BASF Freeport Works","capacity_mw":86.7,"fuel_source":{"Natural Gas":86.7}},"geometry":{"type":"Point","coordinates":[-95.394,29.002]}},{"type":"Feature","properties":{"code":55312,"plant_name":"Phelps Dodge Cobre Mining","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-108.0847,32.8561]}},{"type":"Feature","properties":{"code":55313,"plant_name":"Ingleside Cogeneration","capacity_mw":460,"fuel_source":{"Natural Gas":460}},"geometry":{"type":"Point","coordinates":[-97.24278,27.88278]}},{"type":"Feature","properties":{"code":55317,"plant_name":"Fore River Generating Station","capacity_mw":726,"fuel_source":{"Natural Gas":726}},"geometry":{"type":"Point","coordinates":[-70.9661,42.2422]}},{"type":"Feature","properties":{"code":55318,"plant_name":"Indian River","capacity_mw":576.4,"fuel_source":{"Natural Gas":576.4}},"geometry":{"type":"Point","coordinates":[-80.78025,28.49318]}},{"type":"Feature","properties":{"code":55319,"plant_name":"Athens Regional Medical Center","capacity_mw":4.6,"fuel_source":{"Petroleum":4.6}},"geometry":{"type":"Point","coordinates":[-83.3981,33.9625]}},{"type":"Feature","properties":{"code":55320,"plant_name":"Wise County Power LLC","capacity_mw":680,"fuel_source":{"Natural Gas":680}},"geometry":{"type":"Point","coordinates":[-97.9103,33.0583]}},{"type":"Feature","properties":{"code":55322,"plant_name":"Chuck Lenzie Generating Station","capacity_mw":1128,"fuel_source":{"Natural Gas":1128}},"geometry":{"type":"Point","coordinates":[-114.92178,36.38372]}},{"type":"Feature","properties":{"code":55327,"plant_name":"Baytown Energy Center","capacity_mw":770,"fuel_source":{"Natural Gas":770}},"geometry":{"type":"Point","coordinates":[-94.9019,29.7731]}},{"type":"Feature","properties":{"code":55328,"plant_name":"Hermiston Power Partnership","capacity_mw":615,"fuel_source":{"Natural Gas":615}},"geometry":{"type":"Point","coordinates":[-119.31332,45.79405]}},{"type":"Feature","properties":{"code":55332,"plant_name":"Washington County","capacity_mw":604,"fuel_source":{"Natural Gas":604}},"geometry":{"type":"Point","coordinates":[-82.97999,33.09224]}},{"type":"Feature","properties":{"code":55333,"plant_name":"Delta Energy Center","capacity_mw":769.1,"fuel_source":{"Natural Gas":769.1}},"geometry":{"type":"Point","coordinates":[-121.8439,38.0169]}},{"type":"Feature","properties":{"code":55334,"plant_name":"Holland Energy Facility","capacity_mw":605.8,"fuel_source":{"Natural Gas":605.8}},"geometry":{"type":"Point","coordinates":[-88.75841,39.22314]}},{"type":"Feature","properties":{"code":55337,"plant_name":"PPL Ironwood LLC","capacity_mw":660.1,"fuel_source":{"Natural Gas":660.1}},"geometry":{"type":"Point","coordinates":[-76.3658,40.3509]}},{"type":"Feature","properties":{"code":55340,"plant_name":"Dell Power Station","capacity_mw":437,"fuel_source":{"Natural Gas":437}},"geometry":{"type":"Point","coordinates":[-90.0253,35.8619]}},{"type":"Feature","properties":{"code":55342,"plant_name":"Woodstock Windfarm","capacity_mw":10.2,"fuel_source":{"Wind":10.2}},"geometry":{"type":"Point","coordinates":[-96.07861,43.98583]}},{"type":"Feature","properties":{"code":55343,"plant_name":"Luna Energy Facility","capacity_mw":559,"fuel_source":{"Natural Gas":559}},"geometry":{"type":"Point","coordinates":[-107.7834,32.29935]}},{"type":"Feature","properties":{"code":55345,"plant_name":"Otay Mesa Generating Project","capacity_mw":571,"fuel_source":{"Natural Gas":571}},"geometry":{"type":"Point","coordinates":[-116.91497,32.58148]}},{"type":"Feature","properties":{"code":55347,"plant_name":"Armstrong","capacity_mw":603.1,"fuel_source":{"Natural Gas":603.1}},"geometry":{"type":"Point","coordinates":[-79.35173,40.63802]}},{"type":"Feature","properties":{"code":55348,"plant_name":"Troy Energy LLC","capacity_mw":598,"fuel_source":{"Natural Gas":584,"Petroleum":14}},"geometry":{"type":"Point","coordinates":[-83.45983,41.47724]}},{"type":"Feature","properties":{"code":55349,"plant_name":"Pleasants Energy LLC","capacity_mw":323.9,"fuel_source":{"Natural Gas":323.9}},"geometry":{"type":"Point","coordinates":[-81.3642,39.3325]}},{"type":"Feature","properties":{"code":55350,"plant_name":"Dresden Energy Facility","capacity_mw":540,"fuel_source":{"Natural Gas":540}},"geometry":{"type":"Point","coordinates":[-82.0276,40.0928]}},{"type":"Feature","properties":{"code":55353,"plant_name":"Lakota Ridge LLC","capacity_mw":11.2,"fuel_source":{"Wind":11.2}},"geometry":{"type":"Point","coordinates":[-96.2089,44.5442]}},{"type":"Feature","properties":{"code":55354,"plant_name":"Shaokatan Hills LLC","capacity_mw":11.8,"fuel_source":{"Wind":11.8}},"geometry":{"type":"Point","coordinates":[-96.2089,44.5442]}},{"type":"Feature","properties":{"code":55357,"plant_name":"Brazos Valley Generating Facility","capacity_mw":525,"fuel_source":{"Natural Gas":525}},"geometry":{"type":"Point","coordinates":[-95.6244,29.4731]}},{"type":"Feature","properties":{"code":55358,"plant_name":"Cottonwood Energy Project","capacity_mw":1180,"fuel_source":{"Natural Gas":1180}},"geometry":{"type":"Point","coordinates":[-93.7353,30.2588]}},{"type":"Feature","properties":{"code":55364,"plant_name":"Sugar Creek Power","capacity_mw":549,"fuel_source":{"Natural Gas":549}},"geometry":{"type":"Point","coordinates":[-87.5108,39.3931]}},{"type":"Feature","properties":{"code":55365,"plant_name":"Exelon LaPorte Generating Station","capacity_mw":153.2,"fuel_source":{"Natural Gas":153.2}},"geometry":{"type":"Point","coordinates":[-95.0718,29.7028]}},{"type":"Feature","properties":{"code":55367,"plant_name":"West Texas Wind Energy LLC","capacity_mw":75,"fuel_source":{"Wind":75}},"geometry":{"type":"Point","coordinates":[-102.2253,31.1392]}},{"type":"Feature","properties":{"code":55368,"plant_name":"Wethersfield Wind Farm","capacity_mw":6.6,"fuel_source":{"Wind":6.6}},"geometry":{"type":"Point","coordinates":[-78.24379,42.67882]}},{"type":"Feature","properties":{"code":55369,"plant_name":"Hamakua Energy Plant","capacity_mw":60.8,"fuel_source":{"Petroleum":60.8}},"geometry":{"type":"Point","coordinates":[-155.4711,20.0939]}},{"type":"Feature","properties":{"code":55370,"plant_name":"Green Mountain Wind Farm","capacity_mw":10.4,"fuel_source":{"Wind":10.4}},"geometry":{"type":"Point","coordinates":[-79.07056,39.85139]}},{"type":"Feature","properties":{"code":55372,"plant_name":"Harquahala Generating Project","capacity_mw":1054.4,"fuel_source":{"Natural Gas":1054.4}},"geometry":{"type":"Point","coordinates":[-113.11343,33.47596]}},{"type":"Feature","properties":{"code":55375,"plant_name":"Astoria Energy","capacity_mw":540,"fuel_source":{"Natural Gas":540}},"geometry":{"type":"Point","coordinates":[-73.8964,40.7825]}},{"type":"Feature","properties":{"code":55377,"plant_name":"FirstEnergy Allegheny Energy Units 8 & 9","capacity_mw":88,"fuel_source":{"Natural Gas":88}},"geometry":{"type":"Point","coordinates":[-79.83889,39.7475]}},{"type":"Feature","properties":{"code":55380,"plant_name":"Union Power Partners LP","capacity_mw":2020,"fuel_source":{"Natural Gas":2020}},"geometry":{"type":"Point","coordinates":[-92.58936,33.29615]}},{"type":"Feature","properties":{"code":55381,"plant_name":"Commonwealth Chesapeake","capacity_mw":317.9,"fuel_source":{"Petroleum":317.9}},"geometry":{"type":"Point","coordinates":[-75.54,37.9892]}},{"type":"Feature","properties":{"code":55382,"plant_name":"Thomas A Smith Energy Facility","capacity_mw":1250,"fuel_source":{"Natural Gas":1250}},"geometry":{"type":"Point","coordinates":[-84.9175,34.7094]}},{"type":"Feature","properties":{"code":55386,"plant_name":"Columbia Energy Center","capacity_mw":543,"fuel_source":{"Natural Gas":543}},"geometry":{"type":"Point","coordinates":[-81.0178,33.8697]}},{"type":"Feature","properties":{"code":55390,"plant_name":"State Farm Insur Support Center Central","capacity_mw":10.8,"fuel_source":{"Petroleum":10.8}},"geometry":{"type":"Point","coordinates":[-96.9894,32.9192]}},{"type":"Feature","properties":{"code":55391,"plant_name":"RockGen Energy Center","capacity_mw":471,"fuel_source":{"Natural Gas":471}},"geometry":{"type":"Point","coordinates":[-89.0492,42.9767]}},{"type":"Feature","properties":{"code":55392,"plant_name":"Zion Energy Center","capacity_mw":456,"fuel_source":{"Natural Gas":456}},"geometry":{"type":"Point","coordinates":[-87.895,42.4776]}},{"type":"Feature","properties":{"code":55393,"plant_name":"Metcalf Energy Center","capacity_mw":546.1,"fuel_source":{"Natural Gas":546.1}},"geometry":{"type":"Point","coordinates":[-121.7457,37.2207]}},{"type":"Feature","properties":{"code":55395,"plant_name":"Crossroads Energy Center","capacity_mw":308,"fuel_source":{"Natural Gas":308}},"geometry":{"type":"Point","coordinates":[-90.5621,34.183]}},{"type":"Feature","properties":{"code":55396,"plant_name":"Green Power I","capacity_mw":16.5,"fuel_source":{"Wind":16.5}},"geometry":{"type":"Point","coordinates":[-116.7167,33.9014]}},{"type":"Feature","properties":{"code":55397,"plant_name":"Washington Energy Facility","capacity_mw":626,"fuel_source":{"Natural Gas":626}},"geometry":{"type":"Point","coordinates":[-81.6564,39.58]}},{"type":"Feature","properties":{"code":55400,"plant_name":"Elk Hills Power LLC","capacity_mw":525,"fuel_source":{"Natural Gas":525}},"geometry":{"type":"Point","coordinates":[-119.47071,35.28032]}},{"type":"Feature","properties":{"code":55401,"plant_name":"Rolling Hills Generating","capacity_mw":825,"fuel_source":{"Natural Gas":825}},"geometry":{"type":"Point","coordinates":[-82.3328,39.0839]}},{"type":"Feature","properties":{"code":55402,"plant_name":"Renaissance Power LLC","capacity_mw":660,"fuel_source":{"Natural Gas":660}},"geometry":{"type":"Point","coordinates":[-84.8429,43.1864]}},{"type":"Feature","properties":{"code":55404,"plant_name":"Carville Energy LLC","capacity_mw":525,"fuel_source":{"Natural Gas":525}},"geometry":{"type":"Point","coordinates":[-91.065,30.2294]}},{"type":"Feature","properties":{"code":55405,"plant_name":"Athens Generating Plant","capacity_mw":1137.9,"fuel_source":{"Natural Gas":1137.9}},"geometry":{"type":"Point","coordinates":[-73.8492,42.2728]}},{"type":"Feature","properties":{"code":55406,"plant_name":"Effingham County Power Project","capacity_mw":509,"fuel_source":{"Natural Gas":509}},"geometry":{"type":"Point","coordinates":[-81.28441,32.27725]}},{"type":"Feature","properties":{"code":55409,"plant_name":"Calhoun Energy Center","capacity_mw":632,"fuel_source":{"Natural Gas":632}},"geometry":{"type":"Point","coordinates":[-85.9731,33.5883]}},{"type":"Feature","properties":{"code":55411,"plant_name":"Hillabee Energy Center","capacity_mw":721.8,"fuel_source":{"Natural Gas":721.8}},"geometry":{"type":"Point","coordinates":[-85.90328,33.00067]}},{"type":"Feature","properties":{"code":55412,"plant_name":"Osprey Energy Center Power Plant","capacity_mw":590,"fuel_source":{"Natural Gas":590}},"geometry":{"type":"Point","coordinates":[-81.8083,28.0525]}},{"type":"Feature","properties":{"code":55414,"plant_name":"Shady Hills Generating Station","capacity_mw":468,"fuel_source":{"Natural Gas":468}},"geometry":{"type":"Point","coordinates":[-82.55861,28.3665]}},{"type":"Feature","properties":{"code":55415,"plant_name":"Vandolah Power Station","capacity_mw":646,"fuel_source":{"Natural Gas":646}},"geometry":{"type":"Point","coordinates":[-81.92395,27.52361]}},{"type":"Feature","properties":{"code":55417,"plant_name":"Raccoon Creek Energy Center","capacity_mw":304,"fuel_source":{"Natural Gas":304}},"geometry":{"type":"Point","coordinates":[-88.5392,38.6996]}},{"type":"Feature","properties":{"code":55418,"plant_name":"Hot Spring Generating Facility","capacity_mw":630,"fuel_source":{"Natural Gas":630}},"geometry":{"type":"Point","coordinates":[-92.86834,34.29759]}},{"type":"Feature","properties":{"code":55419,"plant_name":"Plaquemine Cogeneration Plant","capacity_mw":793,"fuel_source":{"Natural Gas":793}},"geometry":{"type":"Point","coordinates":[-91.2347,30.3217]}},{"type":"Feature","properties":{"code":55422,"plant_name":"DeSoto County Plant","capacity_mw":320,"fuel_source":{"Natural Gas":320}},"geometry":{"type":"Point","coordinates":[-81.8092,27.2272]}},{"type":"Feature","properties":{"code":55429,"plant_name":"Kentucky Mills","capacity_mw":49,"fuel_source":{"Wood":49}},"geometry":{"type":"Point","coordinates":[-86.6854,37.8948]}},{"type":"Feature","properties":{"code":55433,"plant_name":"Bayou Cove Peaking Power","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-92.5997,30.2825]}},{"type":"Feature","properties":{"code":55438,"plant_name":"Elgin Energy Center LLC","capacity_mw":460,"fuel_source":{"Natural Gas":460}},"geometry":{"type":"Point","coordinates":[-88.24457,42.00006]}},{"type":"Feature","properties":{"code":55439,"plant_name":"Tenaska Virginia Generating Station","capacity_mw":926.2,"fuel_source":{"Natural Gas":926.2}},"geometry":{"type":"Point","coordinates":[-78.3813,37.8667]}},{"type":"Feature","properties":{"code":55440,"plant_name":"Tenaska Central Alabama Generating Stn","capacity_mw":915.8,"fuel_source":{"Natural Gas":915.8}},"geometry":{"type":"Point","coordinates":[-86.74,32.6497]}},{"type":"Feature","properties":{"code":55447,"plant_name":"Columbia Energy Center","capacity_mw":140,"fuel_source":{"Natural Gas":140}},"geometry":{"type":"Point","coordinates":[-92.2629,39.0192]}},{"type":"Feature","properties":{"code":55451,"plant_name":"Magnolia Power Plant","capacity_mw":918,"fuel_source":{"Natural Gas":918}},"geometry":{"type":"Point","coordinates":[-89.2026,34.835]}},{"type":"Feature","properties":{"code":55453,"plant_name":"Fountain Valley Power Facility","capacity_mw":234,"fuel_source":{"Natural Gas":234}},"geometry":{"type":"Point","coordinates":[-104.6875,38.5569]}},{"type":"Feature","properties":{"code":55455,"plant_name":"Red Hawk","capacity_mw":934,"fuel_source":{"Natural Gas":934}},"geometry":{"type":"Point","coordinates":[-112.84064,33.33456]}},{"type":"Feature","properties":{"code":55457,"plant_name":"McClain Energy Facility","capacity_mw":459.1,"fuel_source":{"Natural Gas":459.1}},"geometry":{"type":"Point","coordinates":[-97.58985,35.29774]}},{"type":"Feature","properties":{"code":55463,"plant_name":"Redbud Power Plant","capacity_mw":1754.3,"fuel_source":{"Natural Gas":1754.3}},"geometry":{"type":"Point","coordinates":[-97.2264,35.6856]}},{"type":"Feature","properties":{"code":55464,"plant_name":"Deer Park Energy Center","capacity_mw":1116,"fuel_source":{"Natural Gas":1116}},"geometry":{"type":"Point","coordinates":[-95.13451,29.71341]}},{"type":"Feature","properties":{"code":55467,"plant_name":"Ouachita","capacity_mw":770,"fuel_source":{"Natural Gas":770}},"geometry":{"type":"Point","coordinates":[-92.0683,32.7061]}},{"type":"Feature","properties":{"code":55470,"plant_name":"Green Power 2","capacity_mw":825.5,"fuel_source":{"Natural Gas":825.5}},"geometry":{"type":"Point","coordinates":[-94.93277,29.3781]}},{"type":"Feature","properties":{"code":55477,"plant_name":"Neil Simpson Gas Turbine #2","capacity_mw":34,"fuel_source":{"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-105.3786,44.285]}},{"type":"Feature","properties":{"code":55478,"plant_name":"Lange Gas Turbines","capacity_mw":34,"fuel_source":{"Natural Gas":34}},"geometry":{"type":"Point","coordinates":[-103.26,44.1203]}},{"type":"Feature","properties":{"code":55479,"plant_name":"Wygen 1","capacity_mw":70,"fuel_source":{"Coal":70}},"geometry":{"type":"Point","coordinates":[-105.3833,44.2858]}},{"type":"Feature","properties":{"code":55480,"plant_name":"Forney Energy Center","capacity_mw":1760,"fuel_source":{"Natural Gas":1760}},"geometry":{"type":"Point","coordinates":[-96.4916,32.7563]}},{"type":"Feature","properties":{"code":55481,"plant_name":"Mesquite Generating Station Block 2","capacity_mw":537.5,"fuel_source":{"Natural Gas":537.5}},"geometry":{"type":"Point","coordinates":[-112.86423,33.34505]}},{"type":"Feature","properties":{"code":55482,"plant_name":"Goldendale Generating Station","capacity_mw":256.7,"fuel_source":{"Natural Gas":256.7}},"geometry":{"type":"Point","coordinates":[-120.833,45.8114]}},{"type":"Feature","properties":{"code":55488,"plant_name":"Blackburn Landfill Co-Generation","capacity_mw":2.9,"fuel_source":{"Biomass":2.9}},"geometry":{"type":"Point","coordinates":[-81.3006,35.6067]}},{"type":"Feature","properties":{"code":55494,"plant_name":"Tri Center Naniwa Energy","capacity_mw":200,"fuel_source":{"Natural Gas":200}},"geometry":{"type":"Point","coordinates":[-119.51783,39.55715]}},{"type":"Feature","properties":{"code":55496,"plant_name":"Goose Creek Energy Center","capacity_mw":438,"fuel_source":{"Natural Gas":438}},"geometry":{"type":"Point","coordinates":[-88.59987,40.10693]}},{"type":"Feature","properties":{"code":55499,"plant_name":"CalPeak Power Vaca Dixon Peaker Plant","capacity_mw":50.6,"fuel_source":{"Natural Gas":50.6}},"geometry":{"type":"Point","coordinates":[-121.92397,38.39887]}},{"type":"Feature","properties":{"code":55501,"plant_name":"Kiamichi Energy Facility","capacity_mw":1178.4,"fuel_source":{"Natural Gas":1178.4}},"geometry":{"type":"Point","coordinates":[-95.9349,34.6831]}},{"type":"Feature","properties":{"code":55502,"plant_name":"Lawrenceburg Energy Facility","capacity_mw":1080,"fuel_source":{"Natural Gas":1080}},"geometry":{"type":"Point","coordinates":[-84.8669,39.0911]}},{"type":"Feature","properties":{"code":55503,"plant_name":"AEP Waterford Facility","capacity_mw":810,"fuel_source":{"Natural Gas":810}},"geometry":{"type":"Point","coordinates":[-81.7178,39.5333]}},{"type":"Feature","properties":{"code":55504,"plant_name":"Limon Generating Station","capacity_mw":134,"fuel_source":{"Natural Gas":134}},"geometry":{"type":"Point","coordinates":[-103.7005,39.2038]}},{"type":"Feature","properties":{"code":55505,"plant_name":"Frank Knutson","capacity_mw":134,"fuel_source":{"Natural Gas":134}},"geometry":{"type":"Point","coordinates":[-104.68201,39.94113]}},{"type":"Feature","properties":{"code":55508,"plant_name":"CalPeak Power Panoche Peaker Plant","capacity_mw":52,"fuel_source":{"Natural Gas":52}},"geometry":{"type":"Point","coordinates":[-120.58061,36.6529]}},{"type":"Feature","properties":{"code":55510,"plant_name":"CalPeak Power Border Peaker Plant","capacity_mw":52,"fuel_source":{"Natural Gas":52}},"geometry":{"type":"Point","coordinates":[-116.94387,32.56245]}},{"type":"Feature","properties":{"code":55512,"plant_name":"Cuyamaca Peak Energy Plant","capacity_mw":48.7,"fuel_source":{"Natural Gas":48.7}},"geometry":{"type":"Point","coordinates":[-116.97207,32.79649]}},{"type":"Feature","properties":{"code":55513,"plant_name":"CalPeak Power Enterprise Peaker Plant","capacity_mw":52,"fuel_source":{"Natural Gas":52}},"geometry":{"type":"Point","coordinates":[-117.11744,33.12194]}},{"type":"Feature","properties":{"code":55514,"plant_name":"Apex Generating Station","capacity_mw":494.4,"fuel_source":{"Natural Gas":494.4}},"geometry":{"type":"Point","coordinates":[-114.96092,36.416]}},{"type":"Feature","properties":{"code":55516,"plant_name":"Fayette Energy Facility","capacity_mw":628,"fuel_source":{"Natural Gas":628}},"geometry":{"type":"Point","coordinates":[-79.9182,39.8592]}},{"type":"Feature","properties":{"code":55517,"plant_name":"Wallingford Energy","capacity_mw":211.5,"fuel_source":{"Natural Gas":211.5}},"geometry":{"type":"Point","coordinates":[-72.83536,41.44869]}},{"type":"Feature","properties":{"code":55518,"plant_name":"High Desert Power Plant","capacity_mw":742.6,"fuel_source":{"Natural Gas":742.6}},"geometry":{"type":"Point","coordinates":[-117.3647,34.5953]}},{"type":"Feature","properties":{"code":55522,"plant_name":"Sundance","capacity_mw":410,"fuel_source":{"Natural Gas":410}},"geometry":{"type":"Point","coordinates":[-111.5899,32.9285]}},{"type":"Feature","properties":{"code":55524,"plant_name":"York Energy Center","capacity_mw":545,"fuel_source":{"Natural Gas":545}},"geometry":{"type":"Point","coordinates":[-76.30667,39.7375]}},{"type":"Feature","properties":{"code":55525,"plant_name":"MMSD South Shore Wastewater","capacity_mw":5,"fuel_source":{"Biomass":5}},"geometry":{"type":"Point","coordinates":[-87.8422,42.8869]}},{"type":"Feature","properties":{"code":55526,"plant_name":"Atascosita","capacity_mw":10.2,"fuel_source":{"Biomass":10.2}},"geometry":{"type":"Point","coordinates":[-95.2422,29.9522]}},{"type":"Feature","properties":{"code":55534,"plant_name":"Water Filter Plant #2","capacity_mw":1.7,"fuel_source":{"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-81.7278,35.73775]}},{"type":"Feature","properties":{"code":55536,"plant_name":"Hoover Company","capacity_mw":7.2,"fuel_source":{"Petroleum":7.2}},"geometry":{"type":"Point","coordinates":[-106.5806,31.9022]}},{"type":"Feature","properties":{"code":55538,"plant_name":"Escondido Power Plant","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-117.1172,33.1261]}},{"type":"Feature","properties":{"code":55540,"plant_name":"Chula Vista I","capacity_mw":33.6,"fuel_source":{"Natural Gas":33.6}},"geometry":{"type":"Point","coordinates":[-117.05861,32.59167]}},{"type":"Feature","properties":{"code":55541,"plant_name":"Indigo Energy Facility","capacity_mw":142.5,"fuel_source":{"Natural Gas":142.5}},"geometry":{"type":"Point","coordinates":[-116.55299,33.91087]}},{"type":"Feature","properties":{"code":55542,"plant_name":"Larkspur Energy Facility","capacity_mw":91.6,"fuel_source":{"Natural Gas":91.6}},"geometry":{"type":"Point","coordinates":[-116.9442,32.56704]}},{"type":"Feature","properties":{"code":55544,"plant_name":"Klamath Expansion Project","capacity_mw":100,"fuel_source":{"Natural Gas":100}},"geometry":{"type":"Point","coordinates":[-121.81439,42.17272]}},{"type":"Feature","properties":{"code":55545,"plant_name":"Hidalgo Energy Center","capacity_mw":470,"fuel_source":{"Natural Gas":470}},"geometry":{"type":"Point","coordinates":[-98.17576,26.34172]}},{"type":"Feature","properties":{"code":55551,"plant_name":"Baytown","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-94.9139,29.6744]}},{"type":"Feature","properties":{"code":55552,"plant_name":"Bluebonnet","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-95.2539,29.8108]}},{"type":"Feature","properties":{"code":55554,"plant_name":"Coastal Plains","capacity_mw":6.8,"fuel_source":{"Biomass":6.8}},"geometry":{"type":"Point","coordinates":[-95.1872,29.425]}},{"type":"Feature","properties":{"code":55556,"plant_name":"Security","capacity_mw":3.4,"fuel_source":{"Biomass":3.4}},"geometry":{"type":"Point","coordinates":[-95.2681,30.3225]}},{"type":"Feature","properties":{"code":55557,"plant_name":"Wilmington Hydrogen Plant","capacity_mw":28.1,"fuel_source":{"Other":28.1}},"geometry":{"type":"Point","coordinates":[-118.24,33.7803]}},{"type":"Feature","properties":{"code":55558,"plant_name":"Combined Locks Energy Center","capacity_mw":50.9,"fuel_source":{"Natural Gas":50.9}},"geometry":{"type":"Point","coordinates":[-88.3011,44.2717]}},{"type":"Feature","properties":{"code":55560,"plant_name":"FPL Energy Vansycle LLC (WA)","capacity_mw":176.9,"fuel_source":{"Wind":176.9}},"geometry":{"type":"Point","coordinates":[-118.917,46.06]}},{"type":"Feature","properties":{"code":55561,"plant_name":"Tsar Nicholas LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4347,44.42]}},{"type":"Feature","properties":{"code":55562,"plant_name":"Sun River LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4358,44.4289]}},{"type":"Feature","properties":{"code":55563,"plant_name":"Julia Hills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4458,44.4231]}},{"type":"Feature","properties":{"code":55564,"plant_name":"Jessica Mills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.43,44.4278]}},{"type":"Feature","properties":{"code":55565,"plant_name":"Jack River LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4411,44.4233]}},{"type":"Feature","properties":{"code":55566,"plant_name":"Autumn Hills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4325,44.4131]}},{"type":"Feature","properties":{"code":55567,"plant_name":"Winters Spawn LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.1989,44.2081]}},{"type":"Feature","properties":{"code":55568,"plant_name":"Twin Lake Hills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.2789,44.2258]}},{"type":"Feature","properties":{"code":55569,"plant_name":"Spartan Hills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.2383,44.2358]}},{"type":"Feature","properties":{"code":55570,"plant_name":"Soliloquoy Ridge LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.2331,44.2364]}},{"type":"Feature","properties":{"code":55571,"plant_name":"Ruthton Ridge LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.2131,44.2128]}},{"type":"Feature","properties":{"code":55572,"plant_name":"Hope Creek LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.2192,44.2275]}},{"type":"Feature","properties":{"code":55573,"plant_name":"Hadley Ridge LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.235,44.2253]}},{"type":"Feature","properties":{"code":55574,"plant_name":"Florence Hills LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.225,44.2297]}},{"type":"Feature","properties":{"code":55576,"plant_name":"Agassiz Beach LLC","capacity_mw":1.9,"fuel_source":{"Wind":1.9}},"geometry":{"type":"Point","coordinates":[-96.4356,47.0053]}},{"type":"Feature","properties":{"code":55578,"plant_name":"Hueco Mountain Wind Ranch","capacity_mw":1.3,"fuel_source":{"Wind":1.3}},"geometry":{"type":"Point","coordinates":[-105.9908,31.7158]}},{"type":"Feature","properties":{"code":55579,"plant_name":"Llano Estacado Wind Ranch","capacity_mw":80,"fuel_source":{"Wind":80}},"geometry":{"type":"Point","coordinates":[-101.2439,35.4789]}},{"type":"Feature","properties":{"code":55581,"plant_name":"King Mountain Wind Ranch 1","capacity_mw":278,"fuel_source":{"Wind":278}},"geometry":{"type":"Point","coordinates":[-102.2417,31.2092]}},{"type":"Feature","properties":{"code":55587,"plant_name":"GRS Richmond","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-77.37,37.5106]}},{"type":"Feature","properties":{"code":55588,"plant_name":"GRS Sunset Farms","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-97.6203,30.3431]}},{"type":"Feature","properties":{"code":55589,"plant_name":"GRS Fall River","capacity_mw":4.4,"fuel_source":{"Biomass":4.4}},"geometry":{"type":"Point","coordinates":[-71.10647,41.74867]}},{"type":"Feature","properties":{"code":55592,"plant_name":"Mallard Lake Electric","capacity_mw":15.2,"fuel_source":{"Biomass":15.2}},"geometry":{"type":"Point","coordinates":[-88.14374,41.95274]}},{"type":"Feature","properties":{"code":55596,"plant_name":"GRS Arbor Hills","capacity_mw":23.8,"fuel_source":{"Biomass":23.8}},"geometry":{"type":"Point","coordinates":[-83.558,42.39534]}},{"type":"Feature","properties":{"code":55597,"plant_name":"GRS C&C","capacity_mw":5,"fuel_source":{"Biomass":5}},"geometry":{"type":"Point","coordinates":[-85.00578,42.35634]}},{"type":"Feature","properties":{"code":55598,"plant_name":"GRS Pine Bend","capacity_mw":13.6,"fuel_source":{"Biomass":13.6}},"geometry":{"type":"Point","coordinates":[-93.05559,44.78698]}},{"type":"Feature","properties":{"code":55599,"plant_name":"GRS CMS","capacity_mw":4.3,"fuel_source":{"Biomass":4.3}},"geometry":{"type":"Point","coordinates":[-80.66802,35.35327]}},{"type":"Feature","properties":{"code":55601,"plant_name":"Prima Plant","capacity_mw":5.4,"fuel_source":{"Biomass":5.4}},"geometry":{"type":"Point","coordinates":[-117.6406,33.4925]}},{"type":"Feature","properties":{"code":55602,"plant_name":"MM San Diego-North City","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-117.1958,32.8817]}},{"type":"Feature","properties":{"code":55603,"plant_name":"Tajiguas Plant","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-119.9397,34.4383]}},{"type":"Feature","properties":{"code":55607,"plant_name":"Foote Creek I","capacity_mw":41.4,"fuel_source":{"Wind":41.4}},"geometry":{"type":"Point","coordinates":[-106.2013,41.6283]}},{"type":"Feature","properties":{"code":55608,"plant_name":"Foote Creek II","capacity_mw":1.8,"fuel_source":{"Wind":1.8}},"geometry":{"type":"Point","coordinates":[-106.0114,41.6689]}},{"type":"Feature","properties":{"code":55609,"plant_name":"Foote Creek III","capacity_mw":24.8,"fuel_source":{"Wind":24.8}},"geometry":{"type":"Point","coordinates":[-106.0114,41.6689]}},{"type":"Feature","properties":{"code":55610,"plant_name":"Foote Creek IV","capacity_mw":16.8,"fuel_source":{"Wind":16.8}},"geometry":{"type":"Point","coordinates":[-106.1805,41.6744]}},{"type":"Feature","properties":{"code":55611,"plant_name":"Mingo Junction Energy Center","capacity_mw":30,"fuel_source":{"Other Fossil Gasses":30}},"geometry":{"type":"Point","coordinates":[-80.6058,40.3136]}},{"type":"Feature","properties":{"code":55618,"plant_name":"Monmouth Landfill Gas to Energy","capacity_mw":6.6,"fuel_source":{"Biomass":6.6}},"geometry":{"type":"Point","coordinates":[-74.11742,40.24683]}},{"type":"Feature","properties":{"code":55619,"plant_name":"Watchtower Educational Center","capacity_mw":2.1,"fuel_source":{"Natural Gas":1.4,"Petroleum":0.7}},"geometry":{"type":"Point","coordinates":[-73.5778,41.4919]}},{"type":"Feature","properties":{"code":55620,"plant_name":"Perryville Power Station","capacity_mw":680.8,"fuel_source":{"Natural Gas":680.8}},"geometry":{"type":"Point","coordinates":[-92.0183,32.6908]}},{"type":"Feature","properties":{"code":55622,"plant_name":"West Valley Generation Project","capacity_mw":185,"fuel_source":{"Natural Gas":185}},"geometry":{"type":"Point","coordinates":[-112.0317,40.6667]}},{"type":"Feature","properties":{"code":55625,"plant_name":"Creed Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-121.85472,38.24216]}},{"type":"Feature","properties":{"code":55626,"plant_name":"Lambie Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-121.86833,38.22158]}},{"type":"Feature","properties":{"code":55627,"plant_name":"Goose Haven Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-121.84327,38.22675]}},{"type":"Feature","properties":{"code":55637,"plant_name":"Leviton Manufacturing","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-106.5781,31.8978]}},{"type":"Feature","properties":{"code":55640,"plant_name":"University Park North","capacity_mw":504,"fuel_source":{"Natural Gas":504}},"geometry":{"type":"Point","coordinates":[-87.7514,41.4425]}},{"type":"Feature","properties":{"code":55641,"plant_name":"Riverside Energy Center","capacity_mw":579.5,"fuel_source":{"Natural Gas":579.5}},"geometry":{"type":"Point","coordinates":[-89.03583,42.58306]}},{"type":"Feature","properties":{"code":55645,"plant_name":"Blue Spruce Energy Center","capacity_mw":264,"fuel_source":{"Natural Gas":264}},"geometry":{"type":"Point","coordinates":[-104.6814,39.74788]}},{"type":"Feature","properties":{"code":55650,"plant_name":"Plains End","capacity_mw":114,"fuel_source":{"Natural Gas":114}},"geometry":{"type":"Point","coordinates":[-105.22597,39.8575]}},{"type":"Feature","properties":{"code":55651,"plant_name":"Spring Creek Energy Center","capacity_mw":279,"fuel_source":{"Natural Gas":279}},"geometry":{"type":"Point","coordinates":[-97.655,35.7422]}},{"type":"Feature","properties":{"code":55654,"plant_name":"FirstEnergy Allegheny Energy Units 12 & 13","capacity_mw":88,"fuel_source":{"Natural Gas":88}},"geometry":{"type":"Point","coordinates":[-77.68583,39.86694]}},{"type":"Feature","properties":{"code":55655,"plant_name":"WFEC GenCo LLC","capacity_mw":90,"fuel_source":{"Natural Gas":90}},"geometry":{"type":"Point","coordinates":[-98.2264,35.0833]}},{"type":"Feature","properties":{"code":55656,"plant_name":"Pastoria Energy Facility, LLC","capacity_mw":724,"fuel_source":{"Natural Gas":724}},"geometry":{"type":"Point","coordinates":[-118.844,34.9556]}},{"type":"Feature","properties":{"code":55661,"plant_name":"EP Newington Energy LLC","capacity_mw":523,"fuel_source":{"Natural Gas":523}},"geometry":{"type":"Point","coordinates":[-70.8061,43.1047]}},{"type":"Feature","properties":{"code":55662,"plant_name":"Chehalis Generating Facility","capacity_mw":477,"fuel_source":{"Natural Gas":477}},"geometry":{"type":"Point","coordinates":[-122.9131,46.6225]}},{"type":"Feature","properties":{"code":55664,"plant_name":"Harrison County Power Project","capacity_mw":514.4,"fuel_source":{"Natural Gas":514.4}},"geometry":{"type":"Point","coordinates":[-94.4367,32.3958]}},{"type":"Feature","properties":{"code":55667,"plant_name":"Lower Mount Bethel Energy","capacity_mw":537.5,"fuel_source":{"Natural Gas":537.5}},"geometry":{"type":"Point","coordinates":[-75.10756,40.80192]}},{"type":"Feature","properties":{"code":55672,"plant_name":"Sandersville Energy Facility","capacity_mw":576.4,"fuel_source":{"Natural Gas":576.4}},"geometry":{"type":"Point","coordinates":[-82.8608,33.1189]}},{"type":"Feature","properties":{"code":55684,"plant_name":"Flambeau Crowley Rapids Project","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-90.5844,45.8683]}},{"type":"Feature","properties":{"code":55685,"plant_name":"Flambeau Lower Project","capacity_mw":1.2,"fuel_source":{"Hydro":1.2}},"geometry":{"type":"Point","coordinates":[-90.44746,45.91353]}},{"type":"Feature","properties":{"code":55687,"plant_name":"Higgins Generating Station","capacity_mw":570,"fuel_source":{"Natural Gas":570}},"geometry":{"type":"Point","coordinates":[-115.3561,35.6139]}},{"type":"Feature","properties":{"code":55690,"plant_name":"Bethlehem Power Plant","capacity_mw":1130,"fuel_source":{"Natural Gas":1130}},"geometry":{"type":"Point","coordinates":[-75.3147,40.6175]}},{"type":"Feature","properties":{"code":55694,"plant_name":"Quantum Choctaw Power LLC","capacity_mw":690,"fuel_source":{"Natural Gas":690}},"geometry":{"type":"Point","coordinates":[-89.2089,33.3792]}},{"type":"Feature","properties":{"code":55698,"plant_name":"Hanford Energy Park Peaker","capacity_mw":91.8,"fuel_source":{"Natural Gas":91.8}},"geometry":{"type":"Point","coordinates":[-119.64805,36.27007]}},{"type":"Feature","properties":{"code":55699,"plant_name":"Bayswater Peaking Facility LLC","capacity_mw":53.9,"fuel_source":{"Natural Gas":53.9}},"geometry":{"type":"Point","coordinates":[-73.76222,40.61065]}},{"type":"Feature","properties":{"code":55700,"plant_name":"Mint Farm Generating Station","capacity_mw":275.9,"fuel_source":{"Natural Gas":275.9}},"geometry":{"type":"Point","coordinates":[-122.98551,46.13882]}},{"type":"Feature","properties":{"code":55701,"plant_name":"Fremont Energy Center","capacity_mw":667.3,"fuel_source":{"Natural Gas":667.3}},"geometry":{"type":"Point","coordinates":[-83.16139,41.37712]}},{"type":"Feature","properties":{"code":55706,"plant_name":"Choctaw County","capacity_mw":766,"fuel_source":{"Natural Gas":766}},"geometry":{"type":"Point","coordinates":[-89.4201,33.2881]}},{"type":"Feature","properties":{"code":55708,"plant_name":"Nacogdoches Power","capacity_mw":100,"fuel_source":{"Wood":100}},"geometry":{"type":"Point","coordinates":[-94.90064,31.83213]}},{"type":"Feature","properties":{"code":55710,"plant_name":"FirstEnergy Allegheny Energy Units 3 4 & 5","capacity_mw":509,"fuel_source":{"Natural Gas":509}},"geometry":{"type":"Point","coordinates":[-79.76861,40.54528]}},{"type":"Feature","properties":{"code":55714,"plant_name":"Magnet Cove","capacity_mw":641.5,"fuel_source":{"Natural Gas":641.5}},"geometry":{"type":"Point","coordinates":[-92.8317,34.4297]}},{"type":"Feature","properties":{"code":55718,"plant_name":"DTE East China LLC","capacity_mw":295.4,"fuel_source":{"Natural Gas":295.4}},"geometry":{"type":"Point","coordinates":[-82.4953,42.7725]}},{"type":"Feature","properties":{"code":55719,"plant_name":"Mountain View I&2","capacity_mw":66.6,"fuel_source":{"Wind":66.6}},"geometry":{"type":"Point","coordinates":[-116.5642,33.9211]}},{"type":"Feature","properties":{"code":55733,"plant_name":"Bennett Mountain","capacity_mw":164,"fuel_source":{"Natural Gas":164}},"geometry":{"type":"Point","coordinates":[-115.66664,43.14715]}},{"type":"Feature","properties":{"code":55734,"plant_name":"Gray County Wind Energy","capacity_mw":112,"fuel_source":{"Wind":112}},"geometry":{"type":"Point","coordinates":[-100.64,37.8833]}},{"type":"Feature","properties":{"code":55736,"plant_name":"Hanging Rock Energy Facility","capacity_mw":1252,"fuel_source":{"Natural Gas":1252}},"geometry":{"type":"Point","coordinates":[-82.7833,38.5731]}},{"type":"Feature","properties":{"code":55738,"plant_name":"Buchanan Generation LLC","capacity_mw":80,"fuel_source":{"Natural Gas":80}},"geometry":{"type":"Point","coordinates":[-81.96139,37.17528]}},{"type":"Feature","properties":{"code":55739,"plant_name":"Condon Windpower LLC","capacity_mw":49.8,"fuel_source":{"Wind":49.8}},"geometry":{"type":"Point","coordinates":[-120.2794,45.2766]}},{"type":"Feature","properties":{"code":55740,"plant_name":"Rock River I LLC","capacity_mw":50,"fuel_source":{"Wind":50}},"geometry":{"type":"Point","coordinates":[-106.1077,41.7172]}},{"type":"Feature","properties":{"code":55741,"plant_name":"Ridge Crest Wind Partners","capacity_mw":29.7,"fuel_source":{"Wind":29.7}},"geometry":{"type":"Point","coordinates":[-103.1153,40.9619]}},{"type":"Feature","properties":{"code":55742,"plant_name":"Montfort Wind Energy Center","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-90.38667,42.9625]}},{"type":"Feature","properties":{"code":55747,"plant_name":"NWP Indian Mesa Wind Farm","capacity_mw":82.5,"fuel_source":{"Wind":82.5}},"geometry":{"type":"Point","coordinates":[-102.20143,30.93147]}},{"type":"Feature","properties":{"code":55748,"plant_name":"Los Esteros Critical Energy Center","capacity_mw":306.1,"fuel_source":{"Natural Gas":306.1}},"geometry":{"type":"Point","coordinates":[-121.9319,37.425]}},{"type":"Feature","properties":{"code":55749,"plant_name":"Hardin Generator Project","capacity_mw":107,"fuel_source":{"Coal":107}},"geometry":{"type":"Point","coordinates":[-107.6,45.7578]}},{"type":"Feature","properties":{"code":55752,"plant_name":"Sonoma Central Landfill Phase I","capacity_mw":2.8,"fuel_source":{"Biomass":2.8}},"geometry":{"type":"Point","coordinates":[-122.7489,38.3017]}},{"type":"Feature","properties":{"code":55753,"plant_name":"Sonoma Central Landfill Phase II","capacity_mw":2.8,"fuel_source":{"Biomass":2.8}},"geometry":{"type":"Point","coordinates":[-122.7489,38.3017]}},{"type":"Feature","properties":{"code":55757,"plant_name":"Model City Energy Facility","capacity_mw":5.6,"fuel_source":{"Biomass":5.6}},"geometry":{"type":"Point","coordinates":[-78.9836,43.2094]}},{"type":"Feature","properties":{"code":55759,"plant_name":"Roxana Refuel_source Recovery","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-90.0119,38.8311]}},{"type":"Feature","properties":{"code":55760,"plant_name":"Streator Energy Partners LLC","capacity_mw":0.9,"fuel_source":{"Biomass":0.9}},"geometry":{"type":"Point","coordinates":[-88.8519,41.0919]}},{"type":"Feature","properties":{"code":55762,"plant_name":"Brickyard Energy Partners LLC","capacity_mw":2.7,"fuel_source":{"Biomass":2.7}},"geometry":{"type":"Point","coordinates":[-87.6111,40.1003]}},{"type":"Feature","properties":{"code":55763,"plant_name":"Dixon/Lee Energy Partners LLC","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-89.3828,41.7383]}},{"type":"Feature","properties":{"code":55764,"plant_name":"Upper Rock Energy Partners LLC","capacity_mw":3.6,"fuel_source":{"Biomass":3.6}},"geometry":{"type":"Point","coordinates":[-90.3761,41.5367]}},{"type":"Feature","properties":{"code":55765,"plant_name":"Green Knight Energy Center","capacity_mw":7.2,"fuel_source":{"Biomass":7.2}},"geometry":{"type":"Point","coordinates":[-75.2627,40.8592]}},{"type":"Feature","properties":{"code":55766,"plant_name":"Kiefer Landfill","capacity_mw":8.4,"fuel_source":{"Biomass":8.4}},"geometry":{"type":"Point","coordinates":[-121.1944,38.5136]}},{"type":"Feature","properties":{"code":55769,"plant_name":"Madison Windpower LLC","capacity_mw":11.5,"fuel_source":{"Wind":11.5}},"geometry":{"type":"Point","coordinates":[-75.45167,42.89472]}},{"type":"Feature","properties":{"code":55770,"plant_name":"Dane County Landfill #2 Rodefeld","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-89.2539,43.0453]}},{"type":"Feature","properties":{"code":55773,"plant_name":"Countyside Genco LLC","capacity_mw":8,"fuel_source":{"Biomass":8}},"geometry":{"type":"Point","coordinates":[-88.03194,42.32111]}},{"type":"Feature","properties":{"code":55774,"plant_name":"Morris Genco LLC","capacity_mw":2,"fuel_source":{"Biomass":2}},"geometry":{"type":"Point","coordinates":[-88.4028,41.3031]}},{"type":"Feature","properties":{"code":55776,"plant_name":"Barre","capacity_mw":0.8,"fuel_source":{"Biomass":0.8}},"geometry":{"type":"Point","coordinates":[-72.1106,42.4192]}},{"type":"Feature","properties":{"code":55782,"plant_name":"Wilmont Hills LLC","capacity_mw":1.5,"fuel_source":{"Wind":1.5}},"geometry":{"type":"Point","coordinates":[-95.85333,43.7547]}},{"type":"Feature","properties":{"code":55786,"plant_name":"Edgewood Energy LLC","capacity_mw":85,"fuel_source":{"Natural Gas":85}},"geometry":{"type":"Point","coordinates":[-73.2931,40.7861]}},{"type":"Feature","properties":{"code":55787,"plant_name":"Shoreham Energy LLC","capacity_mw":85,"fuel_source":{"Petroleum":85}},"geometry":{"type":"Point","coordinates":[-72.86588,40.95705]}},{"type":"Feature","properties":{"code":55790,"plant_name":"Fenner Wind","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-75.76254,42.98899]}},{"type":"Feature","properties":{"code":55795,"plant_name":"Woodward Mountain II","capacity_mw":78,"fuel_source":{"Wind":78}},"geometry":{"type":"Point","coordinates":[-102.41407,30.9514]}},{"type":"Feature","properties":{"code":55796,"plant_name":"Woodward Mountain I","capacity_mw":82,"fuel_source":{"Wind":82}},"geometry":{"type":"Point","coordinates":[-102.41407,30.9514]}},{"type":"Feature","properties":{"code":55799,"plant_name":"Otsego Mill Power Plant","capacity_mw":17.6,"fuel_source":{"Natural Gas":17.6}},"geometry":{"type":"Point","coordinates":[-85.6961,42.4628]}},{"type":"Feature","properties":{"code":55801,"plant_name":"FPL Energy Marcus Hook LP","capacity_mw":765.2,"fuel_source":{"Natural Gas":765.2}},"geometry":{"type":"Point","coordinates":[-75.42161,39.80704]}},{"type":"Feature","properties":{"code":55802,"plant_name":"Valencia Energy Facility","capacity_mw":144.3,"fuel_source":{"Natural Gas":144.3}},"geometry":{"type":"Point","coordinates":[-106.73223,34.61155]}},{"type":"Feature","properties":{"code":55803,"plant_name":"FPL E Somerset Windpower LLC","capacity_mw":9,"fuel_source":{"Wind":9}},"geometry":{"type":"Point","coordinates":[-79.01278,39.97917]}},{"type":"Feature","properties":{"code":55804,"plant_name":"Top of Iowa Windfarm","capacity_mw":80,"fuel_source":{"Wind":80}},"geometry":{"type":"Point","coordinates":[-93.4167,43.3833]}},{"type":"Feature","properties":{"code":55805,"plant_name":"Mill Run Windpower","capacity_mw":15,"fuel_source":{"Wind":15}},"geometry":{"type":"Point","coordinates":[-79.4294,39.9764]}},{"type":"Feature","properties":{"code":55807,"plant_name":"Henrietta Peaker","capacity_mw":92.4,"fuel_source":{"Natural Gas":92.4}},"geometry":{"type":"Point","coordinates":[-119.9044,36.2397]}},{"type":"Feature","properties":{"code":55809,"plant_name":"Kas Brothers Windfarm","capacity_mw":1.5,"fuel_source":{"Wind":1.5}},"geometry":{"type":"Point","coordinates":[-96.1125,44.0119]}},{"type":"Feature","properties":{"code":55810,"plant_name":"Gilroy Peaking Energy Center","capacity_mw":135,"fuel_source":{"Natural Gas":135}},"geometry":{"type":"Point","coordinates":[-121.5363,36.999]}},{"type":"Feature","properties":{"code":55811,"plant_name":"King City Peaking","capacity_mw":44,"fuel_source":{"Natural Gas":44}},"geometry":{"type":"Point","coordinates":[-121.12463,36.22476]}},{"type":"Feature","properties":{"code":55813,"plant_name":"Yuba City Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-121.6387,39.1392]}},{"type":"Feature","properties":{"code":55816,"plant_name":"Hawkeye Power Partners LLC","capacity_mw":42,"fuel_source":{"Wind":42}},"geometry":{"type":"Point","coordinates":[-93.67222,43.055]}},{"type":"Feature","properties":{"code":55818,"plant_name":"Frederickson Power LP","capacity_mw":242,"fuel_source":{"Natural Gas":242}},"geometry":{"type":"Point","coordinates":[-122.36567,47.08611]}},{"type":"Feature","properties":{"code":55820,"plant_name":"RCWMD Badlands Landfill Gas Project","capacity_mw":1,"fuel_source":{"Biomass":1}},"geometry":{"type":"Point","coordinates":[-117.125,33.9583]}},{"type":"Feature","properties":{"code":55821,"plant_name":"Curtis H Stanton Energy Center","capacity_mw":656.9,"fuel_source":{"Natural Gas":656.9}},"geometry":{"type":"Point","coordinates":[-81.16694,28.48825]}},{"type":"Feature","properties":{"code":55824,"plant_name":"MNDOT Standby Generation","capacity_mw":1.9,"fuel_source":{"Petroleum":1.9}},"geometry":{"type":"Point","coordinates":[-93.1056,44.9544]}},{"type":"Feature","properties":{"code":55829,"plant_name":"Millinocket Mill","capacity_mw":80.1,"fuel_source":{"Petroleum":80.1}},"geometry":{"type":"Point","coordinates":[-68.70953,45.65761]}},{"type":"Feature","properties":{"code":55830,"plant_name":"East Millinocket Mill","capacity_mw":57.1,"fuel_source":{"Wood":57.1}},"geometry":{"type":"Point","coordinates":[-68.5756,45.6219]}},{"type":"Feature","properties":{"code":55833,"plant_name":"Auburndale Peaker Energy Center","capacity_mw":117,"fuel_source":{"Natural Gas":117}},"geometry":{"type":"Point","coordinates":[-81.8059,28.0535]}},{"type":"Feature","properties":{"code":55835,"plant_name":"Rocky Mountain Energy Center","capacity_mw":580,"fuel_source":{"Natural Gas":580}},"geometry":{"type":"Point","coordinates":[-104.5953,40.0908]}},{"type":"Feature","properties":{"code":55836,"plant_name":"Island Street Peaking Plant","capacity_mw":55.8,"fuel_source":{"Natural Gas":55.8}},"geometry":{"type":"Point","coordinates":[-88.2658,44.2761]}},{"type":"Feature","properties":{"code":55841,"plant_name":"Silverhawk","capacity_mw":560,"fuel_source":{"Natural Gas":560}},"geometry":{"type":"Point","coordinates":[-114.9606,36.4078]}},{"type":"Feature","properties":{"code":55847,"plant_name":"Feather River Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-121.60931,39.10934]}},{"type":"Feature","properties":{"code":55851,"plant_name":"Valero Refinery Cogeneration Unit 1","capacity_mw":45.4,"fuel_source":{"Natural Gas":45.4}},"geometry":{"type":"Point","coordinates":[-122.1411,38.0736]}},{"type":"Feature","properties":{"code":55853,"plant_name":"Inland Empire Energy Center","capacity_mw":690,"fuel_source":{"Natural Gas":690}},"geometry":{"type":"Point","coordinates":[-117.17037,33.73884]}},{"type":"Feature","properties":{"code":55855,"plant_name":"Wolfskill Energy Center","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-122.07525,38.22852]}},{"type":"Feature","properties":{"code":55856,"plant_name":"Prairie State Generatng Station","capacity_mw":1628,"fuel_source":{"Coal":1628}},"geometry":{"type":"Point","coordinates":[-89.66694,38.27917]}},{"type":"Feature","properties":{"code":55857,"plant_name":"Oak Point Cogen","capacity_mw":20,"fuel_source":{"Natural Gas":20}},"geometry":{"type":"Point","coordinates":[-90.00843,29.81196]}},{"type":"Feature","properties":{"code":55860,"plant_name":"Quinebaug Lower Project","capacity_mw":2.4,"fuel_source":{"Hydro":2.4}},"geometry":{"type":"Point","coordinates":[-71.88676,41.79866]}},{"type":"Feature","properties":{"code":55861,"plant_name":"Stevens Point Mill","capacity_mw":7,"fuel_source":{"Natural Gas":7}},"geometry":{"type":"Point","coordinates":[-89.5836,44.3528]}},{"type":"Feature","properties":{"code":55864,"plant_name":"Kaheka Hydro","capacity_mw":4.5,"fuel_source":{"Hydro":4.5}},"geometry":{"type":"Point","coordinates":[-156.3569,20.8886]}},{"type":"Feature","properties":{"code":55866,"plant_name":"Basin Creek Plant","capacity_mw":54,"fuel_source":{"Natural Gas":54}},"geometry":{"type":"Point","coordinates":[-112.5194,45.9293]}},{"type":"Feature","properties":{"code":55867,"plant_name":"Fibrominn Biomass Power Plant","capacity_mw":55,"fuel_source":{"Biomass":55}},"geometry":{"type":"Point","coordinates":[-95.62951,45.3224]}},{"type":"Feature","properties":{"code":55871,"plant_name":"Klondike Wind Power","capacity_mw":24,"fuel_source":{"Wind":24}},"geometry":{"type":"Point","coordinates":[-120.5517,45.5781]}},{"type":"Feature","properties":{"code":55874,"plant_name":"Panoche Peaker","capacity_mw":40,"fuel_source":{"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-120.5783,36.6535]}},{"type":"Feature","properties":{"code":55880,"plant_name":"Sonoma Central Landfill Phase III","capacity_mw":1.4,"fuel_source":{"Biomass":1.4}},"geometry":{"type":"Point","coordinates":[-122.7489,38.3017]}},{"type":"Feature","properties":{"code":55882,"plant_name":"Sierra Pacific Aberdeen","capacity_mw":17.3,"fuel_source":{"Wood":17.3}},"geometry":{"type":"Point","coordinates":[-123.7739,46.9728]}},{"type":"Feature","properties":{"code":55885,"plant_name":"Montgomery County Oaks LFGE Plant","capacity_mw":2.3,"fuel_source":{"Biomass":2.3}},"geometry":{"type":"Point","coordinates":[-77.1167,39.1833]}},{"type":"Feature","properties":{"code":55893,"plant_name":"Partnership Station","capacity_mw":6,"fuel_source":{"Natural Gas":6}},"geometry":{"type":"Point","coordinates":[-82.4414,27.9253]}},{"type":"Feature","properties":{"code":55925,"plant_name":"Ridgeview","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-87.9494,44.1119]}},{"type":"Feature","properties":{"code":55927,"plant_name":"Jasper","capacity_mw":869,"fuel_source":{"Natural Gas":869}},"geometry":{"type":"Point","coordinates":[-81.1242,32.3594]}},{"type":"Feature","properties":{"code":55928,"plant_name":"McMinnville","capacity_mw":21.6,"fuel_source":{"Petroleum":19.8,"Biomass":1.8}},"geometry":{"type":"Point","coordinates":[-85.7439,35.705]}},{"type":"Feature","properties":{"code":55931,"plant_name":"Boulder City Silver Lake Hydro","capacity_mw":3.3,"fuel_source":{"Hydro":3.3}},"geometry":{"type":"Point","coordinates":[-105.50003,39.99131]}},{"type":"Feature","properties":{"code":55933,"plant_name":"Tracy Combined Cycle Power Plant","capacity_mw":320.1,"fuel_source":{"Natural Gas":320.1}},"geometry":{"type":"Point","coordinates":[-121.4906,37.7107]}},{"type":"Feature","properties":{"code":55934,"plant_name":"Century Generating Facility","capacity_mw":38,"fuel_source":{"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-117.3533,34.0606]}},{"type":"Feature","properties":{"code":55935,"plant_name":"Drews Generating Facility","capacity_mw":38,"fuel_source":{"Natural Gas":38}},"geometry":{"type":"Point","coordinates":[-117.3532,34.0609]}},{"type":"Feature","properties":{"code":55936,"plant_name":"NRG Rockford II Energy Center","capacity_mw":153,"fuel_source":{"Natural Gas":153}},"geometry":{"type":"Point","coordinates":[-89.1011,42.2383]}},{"type":"Feature","properties":{"code":55938,"plant_name":"NAEA Ocean Peaking Power LLC","capacity_mw":325.6,"fuel_source":{"Natural Gas":325.6}},"geometry":{"type":"Point","coordinates":[-74.1672,40.0633]}},{"type":"Feature","properties":{"code":55944,"plant_name":"Bay Windpower I","capacity_mw":1.8,"fuel_source":{"Wind":1.8}},"geometry":{"type":"Point","coordinates":[-84.7381,45.7644]}},{"type":"Feature","properties":{"code":55950,"plant_name":"Elk Hills Cogen","capacity_mw":46.6,"fuel_source":{"Natural Gas":46.6}},"geometry":{"type":"Point","coordinates":[-119.73746,35.47915]}},{"type":"Feature","properties":{"code":55951,"plant_name":"Agua Mansa Power Plant","capacity_mw":40.8,"fuel_source":{"Natural Gas":40.8}},"geometry":{"type":"Point","coordinates":[-117.3603,34.0414]}},{"type":"Feature","properties":{"code":55952,"plant_name":"Las Vegas Cogeneration II LLC","capacity_mw":232,"fuel_source":{"Natural Gas":232}},"geometry":{"type":"Point","coordinates":[-115.12375,36.232]}},{"type":"Feature","properties":{"code":55953,"plant_name":"Pretlow","capacity_mw":3.2,"fuel_source":{"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-76.9392,36.6786]}},{"type":"Feature","properties":{"code":55954,"plant_name":"Downtown","capacity_mw":3.2,"fuel_source":{"Petroleum":3.2}},"geometry":{"type":"Point","coordinates":[-76.9392,36.6786]}},{"type":"Feature","properties":{"code":55963,"plant_name":"Riverview Energy Center","capacity_mw":46.1,"fuel_source":{"Natural Gas":46.1}},"geometry":{"type":"Point","coordinates":[-121.79068,38.01442]}},{"type":"Feature","properties":{"code":55964,"plant_name":"Brown Station Road Plant II","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-76.7764,38.8403]}},{"type":"Feature","properties":{"code":55965,"plant_name":"Wansley Combined Cycle","capacity_mw":1143.1,"fuel_source":{"Natural Gas":1143.1}},"geometry":{"type":"Point","coordinates":[-85.03699,33.40639]}},{"type":"Feature","properties":{"code":55966,"plant_name":"Nikiski Co-Generation","capacity_mw":77.9,"fuel_source":{"Natural Gas":77.9}},"geometry":{"type":"Point","coordinates":[-151.37771,60.67654]}},{"type":"Feature","properties":{"code":55967,"plant_name":"Great Works Hydro","capacity_mw":7.7,"fuel_source":{"Hydro":7.7}},"geometry":{"type":"Point","coordinates":[-68.6333,44.9167]}},{"type":"Feature","properties":{"code":55968,"plant_name":"Trent Wind Farm LP","capacity_mw":150,"fuel_source":{"Wind":150}},"geometry":{"type":"Point","coordinates":[-100.23565,32.4301]}},{"type":"Feature","properties":{"code":55969,"plant_name":"Hawkeye Energy Greenport LLC","capacity_mw":52.5,"fuel_source":{"Petroleum":52.5}},"geometry":{"type":"Point","coordinates":[-72.37616,41.10603]}},{"type":"Feature","properties":{"code":55970,"plant_name":"Cosumnes","capacity_mw":477,"fuel_source":{"Natural Gas":477}},"geometry":{"type":"Point","coordinates":[-121.12398,38.33848]}},{"type":"Feature","properties":{"code":55972,"plant_name":"Cass County","capacity_mw":323.2,"fuel_source":{"Natural Gas":323.2}},"geometry":{"type":"Point","coordinates":[-95.96403,40.94791]}},{"type":"Feature","properties":{"code":55976,"plant_name":"Hunterstown","capacity_mw":758,"fuel_source":{"Natural Gas":758}},"geometry":{"type":"Point","coordinates":[-77.1672,39.8725]}},{"type":"Feature","properties":{"code":55977,"plant_name":"Bluffview","capacity_mw":58,"fuel_source":{"Natural Gas":58}},"geometry":{"type":"Point","coordinates":[-108.21528,36.71663]}},{"type":"Feature","properties":{"code":55980,"plant_name":"Champepaden Wind Power","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.95056,43.89972]}},{"type":"Feature","properties":{"code":55981,"plant_name":"Moulton Wind Power","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.04722,43.505]}},{"type":"Feature","properties":{"code":55983,"plant_name":"Salton Sea Power LLC - Unit 5","capacity_mw":49,"fuel_source":{"Geothermal":49}},"geometry":{"type":"Point","coordinates":[-115.6384,33.1533]}},{"type":"Feature","properties":{"code":55984,"plant_name":"CE Turbo LLC","capacity_mw":10.9,"fuel_source":{"Geothermal":10.9}},"geometry":{"type":"Point","coordinates":[-115.5114,33.1669]}},{"type":"Feature","properties":{"code":55985,"plant_name":"Palomar Energy","capacity_mw":562,"fuel_source":{"Natural Gas":562}},"geometry":{"type":"Point","coordinates":[-117.11778,33.1197]}},{"type":"Feature","properties":{"code":55986,"plant_name":"Mountaineer Wind Energy Center","capacity_mw":66,"fuel_source":{"Wind":66}},"geometry":{"type":"Point","coordinates":[-79.5372,39.1828]}},{"type":"Feature","properties":{"code":55987,"plant_name":"Stillwater Water Treatment Plant","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-97.0739,36.2039]}},{"type":"Feature","properties":{"code":55988,"plant_name":"Wabuska","capacity_mw":2.5,"fuel_source":{"Geothermal":2.5}},"geometry":{"type":"Point","coordinates":[-119.18007,39.16413]}},{"type":"Feature","properties":{"code":55989,"plant_name":"FPL Energy Vansycle LLC (OR)","capacity_mw":122.8,"fuel_source":{"Wind":122.8}},"geometry":{"type":"Point","coordinates":[-118.73528,45.58778]}},{"type":"Feature","properties":{"code":55990,"plant_name":"Ashtabula","capacity_mw":23.4,"fuel_source":{"Natural Gas":23.4}},"geometry":{"type":"Point","coordinates":[-80.7612,41.89003]}},{"type":"Feature","properties":{"code":55991,"plant_name":"Brady","capacity_mw":26.8,"fuel_source":{"Geothermal":26.8}},"geometry":{"type":"Point","coordinates":[-119.01001,39.79603]}},{"type":"Feature","properties":{"code":55992,"plant_name":"Desert Sky","capacity_mw":160.5,"fuel_source":{"Wind":160.5}},"geometry":{"type":"Point","coordinates":[-102.0867,30.9178]}},{"type":"Feature","properties":{"code":55995,"plant_name":"Minot Wind Project","capacity_mw":7.1,"fuel_source":{"Wind":7.1}},"geometry":{"type":"Point","coordinates":[-101.28052,48.02127]}},{"type":"Feature","properties":{"code":55996,"plant_name":"Alliant SBD0201 Penford Produc","capacity_mw":6.1,"fuel_source":{"Petroleum":6.1}},"geometry":{"type":"Point","coordinates":[-91.66623,41.97007]}},{"type":"Feature","properties":{"code":55997,"plant_name":"Orchard Park","capacity_mw":23.2,"fuel_source":{"Natural Gas":23.2}},"geometry":{"type":"Point","coordinates":[-77.6667,39.9109]}},{"type":"Feature","properties":{"code":55998,"plant_name":"Danbury Diesel","capacity_mw":5,"fuel_source":{"Petroleum":5}},"geometry":{"type":"Point","coordinates":[-92.37138,46.00283]}},{"type":"Feature","properties":{"code":55999,"plant_name":"NECCO Co-Generation","capacity_mw":5.6,"fuel_source":{"Natural Gas":5.6}},"geometry":{"type":"Point","coordinates":[-71.0039,42.415]}},{"type":"Feature","properties":{"code":56001,"plant_name":"Waymart Wind","capacity_mw":64.5,"fuel_source":{"Wind":64.5}},"geometry":{"type":"Point","coordinates":[-75.4542,41.5533]}},{"type":"Feature","properties":{"code":56002,"plant_name":"Minwind","capacity_mw":3.8,"fuel_source":{"Wind":3.8}},"geometry":{"type":"Point","coordinates":[-96.30361,43.5564]}},{"type":"Feature","properties":{"code":56004,"plant_name":"Mount Clinton","capacity_mw":19,"fuel_source":{"Petroleum":19}},"geometry":{"type":"Point","coordinates":[-78.865,38.4681]}},{"type":"Feature","properties":{"code":56005,"plant_name":"Pleasant Valley","capacity_mw":13,"fuel_source":{"Petroleum":13}},"geometry":{"type":"Point","coordinates":[-78.8983,38.4006]}},{"type":"Feature","properties":{"code":56006,"plant_name":"Harrisonburg Power Plant","capacity_mw":2.7,"fuel_source":{"Natural Gas":2.7}},"geometry":{"type":"Point","coordinates":[-78.8642,38.4319]}},{"type":"Feature","properties":{"code":56010,"plant_name":"Hancock County Wind Energy Center","capacity_mw":98,"fuel_source":{"Wind":98}},"geometry":{"type":"Point","coordinates":[-93.6305,43.0533]}},{"type":"Feature","properties":{"code":56011,"plant_name":"Cabazon Wind Partners","capacity_mw":41,"fuel_source":{"Wind":41}},"geometry":{"type":"Point","coordinates":[-116.735,33.9172]}},{"type":"Feature","properties":{"code":56012,"plant_name":"Whitewater Hill Wind Partners","capacity_mw":61.5,"fuel_source":{"Wind":61.5}},"geometry":{"type":"Point","coordinates":[-116.61778,33.925]}},{"type":"Feature","properties":{"code":56013,"plant_name":"Exira","capacity_mw":140.1,"fuel_source":{"Natural Gas":140.1}},"geometry":{"type":"Point","coordinates":[-94.91973,41.51436]}},{"type":"Feature","properties":{"code":56015,"plant_name":"Bainbridge","capacity_mw":74,"fuel_source":{"Petroleum":74}},"geometry":{"type":"Point","coordinates":[-84.5473,30.91098]}},{"type":"Feature","properties":{"code":56016,"plant_name":"Grimes Way","capacity_mw":3.7,"fuel_source":{"Natural Gas":2,"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-117.1514,46.7289]}},{"type":"Feature","properties":{"code":56017,"plant_name":"Franklin/Grays","capacity_mw":42,"fuel_source":{"Natural Gas":42}},"geometry":{"type":"Point","coordinates":[-119.1139,46.3069]}},{"type":"Feature","properties":{"code":56018,"plant_name":"AMEA Peaking","capacity_mw":95,"fuel_source":{"Natural Gas":95}},"geometry":{"type":"Point","coordinates":[-86.2825,33.1661]}},{"type":"Feature","properties":{"code":56022,"plant_name":"Waste Water Plant Generator","capacity_mw":1.6,"fuel_source":{"Petroleum":1.6}},"geometry":{"type":"Point","coordinates":[-96.98972,37.22778]}},{"type":"Feature","properties":{"code":56025,"plant_name":"Traer East","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-92.4663,42.1817]}},{"type":"Feature","properties":{"code":56026,"plant_name":"Donald Von Raesfeld Power Plant","capacity_mw":154,"fuel_source":{"Natural Gas":154}},"geometry":{"type":"Point","coordinates":[-121.9508,37.3767]}},{"type":"Feature","properties":{"code":56031,"plant_name":"Fox Energy Center","capacity_mw":564.7,"fuel_source":{"Natural Gas":564.7}},"geometry":{"type":"Point","coordinates":[-88.20889,44.3204]}},{"type":"Feature","properties":{"code":56032,"plant_name":"Equus Freeport Power","capacity_mw":95.6,"fuel_source":{"Natural Gas":95.6}},"geometry":{"type":"Point","coordinates":[-73.5683,40.6439]}},{"type":"Feature","properties":{"code":56035,"plant_name":"Smithfield Packing Wilson","capacity_mw":2.6,"fuel_source":{"Petroleum":2.6}},"geometry":{"type":"Point","coordinates":[-77.9228,35.7269]}},{"type":"Feature","properties":{"code":56036,"plant_name":"WWTP Power Generation Station","capacity_mw":6,"fuel_source":{"Biomass":6}},"geometry":{"type":"Point","coordinates":[-122.2961,37.8258]}},{"type":"Feature","properties":{"code":56037,"plant_name":"Fox Valley Energy Center","capacity_mw":6.5,"fuel_source":{"Wood":6.5}},"geometry":{"type":"Point","coordinates":[-88.46849,44.18904]}},{"type":"Feature","properties":{"code":56038,"plant_name":"UMCP CHP Plant","capacity_mw":20.8,"fuel_source":{"Natural Gas":20.8}},"geometry":{"type":"Point","coordinates":[-76.93548,38.98584]}},{"type":"Feature","properties":{"code":56039,"plant_name":"H. Gonzales","capacity_mw":10.8,"fuel_source":{"Natural Gas":10.8}},"geometry":{"type":"Point","coordinates":[-118.2219,33.9986]}},{"type":"Feature","properties":{"code":56041,"plant_name":"Malburg","capacity_mw":143,"fuel_source":{"Natural Gas":143}},"geometry":{"type":"Point","coordinates":[-118.2219,33.9986]}},{"type":"Feature","properties":{"code":56046,"plant_name":"Magnolia Power Project","capacity_mw":301,"fuel_source":{"Natural Gas":301}},"geometry":{"type":"Point","coordinates":[-118.3153,34.1786]}},{"type":"Feature","properties":{"code":56050,"plant_name":"Inner Harbor East Heating","capacity_mw":2.1,"fuel_source":{"Natural Gas":2.1}},"geometry":{"type":"Point","coordinates":[-76.5,39.2833]}},{"type":"Feature","properties":{"code":56051,"plant_name":"THUMS","capacity_mw":45,"fuel_source":{"Natural Gas":45}},"geometry":{"type":"Point","coordinates":[-118.2141,33.7684]}},{"type":"Feature","properties":{"code":56052,"plant_name":"Meyersdale Windpower","capacity_mw":30,"fuel_source":{"Wind":30}},"geometry":{"type":"Point","coordinates":[-79.0169,39.7847]}},{"type":"Feature","properties":{"code":56053,"plant_name":"Casey City of","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-87.99259,39.31056]}},{"type":"Feature","properties":{"code":56054,"plant_name":"G McNeilus Wind Farm Dodge Center","capacity_mw":43,"fuel_source":{"Wind":43}},"geometry":{"type":"Point","coordinates":[-92.85108,43.97849]}},{"type":"Feature","properties":{"code":56055,"plant_name":"Hana Substation","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-155.99611,20.76583]}},{"type":"Feature","properties":{"code":56059,"plant_name":"High Point, Fairfield","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-79.9858,35.9269]}},{"type":"Feature","properties":{"code":56062,"plant_name":"Statesville, Highway 64","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-80.94271,35.79846]}},{"type":"Feature","properties":{"code":56063,"plant_name":"Shelby, Toms Street","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.5225,35.3036]}},{"type":"Feature","properties":{"code":56064,"plant_name":"Morganton, Parker Road","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.66243,35.7208]}},{"type":"Feature","properties":{"code":56067,"plant_name":"Lexington Health Center","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-80.2486,35.8308]}},{"type":"Feature","properties":{"code":56068,"plant_name":"Elm Road Generating Station","capacity_mw":1268,"fuel_source":{"Coal":1268}},"geometry":{"type":"Point","coordinates":[-87.8336,42.8492]}},{"type":"Feature","properties":{"code":56069,"plant_name":"Berlin","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-88.9158,43.9603]}},{"type":"Feature","properties":{"code":56070,"plant_name":"Diesel Generators","capacity_mw":49.7,"fuel_source":{"Petroleum":49.7}},"geometry":{"type":"Point","coordinates":[-89.3822,43.0933]}},{"type":"Feature","properties":{"code":56073,"plant_name":"Alliant SBG 9802 Toyota","capacity_mw":1,"fuel_source":{"Natural Gas":1}},"geometry":{"type":"Point","coordinates":[-91.7111,42.02771]}},{"type":"Feature","properties":{"code":56074,"plant_name":"Alliant SBD 9901 GE Capital","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-91.63852,41.9244]}},{"type":"Feature","properties":{"code":56075,"plant_name":"High Winds LLC","capacity_mw":162,"fuel_source":{"Wind":162}},"geometry":{"type":"Point","coordinates":[-121.8053,38.1381]}},{"type":"Feature","properties":{"code":56076,"plant_name":"ABC Coke","capacity_mw":3.8,"fuel_source":{"Other Fossil Gasses":3.8}},"geometry":{"type":"Point","coordinates":[-86.77987,33.58279]}},{"type":"Feature","properties":{"code":56078,"plant_name":"Walnut Energy Center","capacity_mw":269,"fuel_source":{"Natural Gas":269}},"geometry":{"type":"Point","coordinates":[-120.8956,37.4878]}},{"type":"Feature","properties":{"code":56079,"plant_name":"Riceland Foods Cogeneration Plant","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-91.5331,34.5136]}},{"type":"Feature","properties":{"code":56080,"plant_name":"SJ/SC WPCP","capacity_mw":11.8,"fuel_source":{"Natural Gas":8.4,"Biomass":3.4}},"geometry":{"type":"Point","coordinates":[-121.9433,37.4139]}},{"type":"Feature","properties":{"code":56081,"plant_name":"Blue Canyon Windpower","capacity_mw":74.3,"fuel_source":{"Wind":74.3}},"geometry":{"type":"Point","coordinates":[-98.5547,35.0914]}},{"type":"Feature","properties":{"code":56090,"plant_name":"Blacksand Generating Facility","capacity_mw":5.8,"fuel_source":{"Other Fossil Gasses":5.8}},"geometry":{"type":"Point","coordinates":[-117.855,33.9328]}},{"type":"Feature","properties":{"code":56092,"plant_name":"South Dakota Wind Energy Cente","capacity_mw":40.5,"fuel_source":{"Wind":40.5}},"geometry":{"type":"Point","coordinates":[-99.5,44.5492]}},{"type":"Feature","properties":{"code":56093,"plant_name":"TransAlta Wyoming Wind","capacity_mw":144,"fuel_source":{"Wind":144}},"geometry":{"type":"Point","coordinates":[-110.5556,41.2874]}},{"type":"Feature","properties":{"code":56094,"plant_name":"Oklahoma Wind Energy Center","capacity_mw":102,"fuel_source":{"Wind":102}},"geometry":{"type":"Point","coordinates":[-99.3007,35.5851]}},{"type":"Feature","properties":{"code":56097,"plant_name":"New Mexico Wind Energy Center","capacity_mw":204,"fuel_source":{"Wind":204}},"geometry":{"type":"Point","coordinates":[-103.9786,34.7383]}},{"type":"Feature","properties":{"code":56098,"plant_name":"Hillsboro","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-97.06055,47.39694]}},{"type":"Feature","properties":{"code":56099,"plant_name":"FPL Energy North Dakota Wind I/II","capacity_mw":61.5,"fuel_source":{"Wind":61.5}},"geometry":{"type":"Point","coordinates":[-98.7408,46.2592]}},{"type":"Feature","properties":{"code":56100,"plant_name":"St. Charles Power Plant","capacity_mw":8,"fuel_source":{"Petroleum":8}},"geometry":{"type":"Point","coordinates":[-92.0597,43.9742]}},{"type":"Feature","properties":{"code":56102,"plant_name":"Currant Creek","capacity_mw":524,"fuel_source":{"Natural Gas":524}},"geometry":{"type":"Point","coordinates":[-111.89345,39.82144]}},{"type":"Feature","properties":{"code":56104,"plant_name":"Mankato Energy Center","capacity_mw":300,"fuel_source":{"Natural Gas":300}},"geometry":{"type":"Point","coordinates":[-94.003,44.1988]}},{"type":"Feature","properties":{"code":56106,"plant_name":"MEAN Wind Project","capacity_mw":10.5,"fuel_source":{"Wind":10.5}},"geometry":{"type":"Point","coordinates":[-103.6983,41.2736]}},{"type":"Feature","properties":{"code":56108,"plant_name":"T J Labbe Electric Generating","capacity_mw":94,"fuel_source":{"Natural Gas":94}},"geometry":{"type":"Point","coordinates":[-92.0433,30.2554]}},{"type":"Feature","properties":{"code":56111,"plant_name":"Brazos Wind Farm","capacity_mw":160,"fuel_source":{"Wind":160}},"geometry":{"type":"Point","coordinates":[-101.14778,32.94793]}},{"type":"Feature","properties":{"code":56112,"plant_name":"Mountain View III","capacity_mw":22.4,"fuel_source":{"Wind":22.4}},"geometry":{"type":"Point","coordinates":[-116.5453,33.9103]}},{"type":"Feature","properties":{"code":56113,"plant_name":"Tessman Road","capacity_mw":8.4,"fuel_source":{"Biomass":8.4}},"geometry":{"type":"Point","coordinates":[-98.3433,29.4289]}},{"type":"Feature","properties":{"code":56114,"plant_name":"IMEA Highland","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-89.6847,38.7417]}},{"type":"Feature","properties":{"code":56116,"plant_name":"IMEA Flora","capacity_mw":9,"fuel_source":{"Petroleum":9}},"geometry":{"type":"Point","coordinates":[-88.4625,38.6658]}},{"type":"Feature","properties":{"code":56117,"plant_name":"Flora Site A","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-88.4894,38.6714]}},{"type":"Feature","properties":{"code":56118,"plant_name":"Flora Site B","capacity_mw":3.7,"fuel_source":{"Petroleum":3.7}},"geometry":{"type":"Point","coordinates":[-88.4894,38.6714]}},{"type":"Feature","properties":{"code":56119,"plant_name":"Middlesex Generating Facility","capacity_mw":18.8,"fuel_source":{"Biomass":18.8}},"geometry":{"type":"Point","coordinates":[-74.3156,40.4903]}},{"type":"Feature","properties":{"code":56120,"plant_name":"Lee County Landfill","capacity_mw":10.6,"fuel_source":{"Biomass":10.6}},"geometry":{"type":"Point","coordinates":[-80.26778,34.18111]}},{"type":"Feature","properties":{"code":56121,"plant_name":"Anderson Regional Landfill","capacity_mw":3,"fuel_source":{"Biomass":3}},"geometry":{"type":"Point","coordinates":[-80.79056,34.10306]}},{"type":"Feature","properties":{"code":56122,"plant_name":"Richland County Landfill","capacity_mw":8.2,"fuel_source":{"Biomass":8.2}},"geometry":{"type":"Point","coordinates":[-80.79056,34.10306]}},{"type":"Feature","properties":{"code":56123,"plant_name":"Minwind 3-9","capacity_mw":11.6,"fuel_source":{"Wind":11.6}},"geometry":{"type":"Point","coordinates":[-96.39194,43.6383]}},{"type":"Feature","properties":{"code":56124,"plant_name":"SPFT - Newberg Cogen","capacity_mw":13,"fuel_source":{"Wood":13}},"geometry":{"type":"Point","coordinates":[-122.9627,45.2879]}},{"type":"Feature","properties":{"code":56125,"plant_name":"Springville Hydroelectric","capacity_mw":1,"fuel_source":{"Hydro":1}},"geometry":{"type":"Point","coordinates":[-119.0858,34.2253]}},{"type":"Feature","properties":{"code":56126,"plant_name":"Sub 2 Generating Station","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-92.5,39.7503]}},{"type":"Feature","properties":{"code":56127,"plant_name":"Macon Energy Center","capacity_mw":8.5,"fuel_source":{"Natural Gas":8.5}},"geometry":{"type":"Point","coordinates":[-92.38448,39.74897]}},{"type":"Feature","properties":{"code":56128,"plant_name":"Sub 3 Generating Station","capacity_mw":7.2,"fuel_source":{"Petroleum":7.2}},"geometry":{"type":"Point","coordinates":[-92.45333,39.76139]}},{"type":"Feature","properties":{"code":56129,"plant_name":"Thermal Kem","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-81.0725,34.8894]}},{"type":"Feature","properties":{"code":56131,"plant_name":"Valenite","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-83.0464,34.4364]}},{"type":"Feature","properties":{"code":56132,"plant_name":"Honea Path","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-82.3642,34.4364]}},{"type":"Feature","properties":{"code":56134,"plant_name":"Regional Wastewater Control Facility","capacity_mw":4,"fuel_source":{"Natural Gas":3,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-121.3294,37.9369]}},{"type":"Feature","properties":{"code":56135,"plant_name":"Ripon Generation Station","capacity_mw":96,"fuel_source":{"Natural Gas":96}},"geometry":{"type":"Point","coordinates":[-121.116,37.7315]}},{"type":"Feature","properties":{"code":56138,"plant_name":"Anderson Erickson","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-93.5765,41.6014]}},{"type":"Feature","properties":{"code":56139,"plant_name":"Neptune Gas Processing Plant","capacity_mw":3.1,"fuel_source":{"Other":3.1}},"geometry":{"type":"Point","coordinates":[-91.4431,29.7336]}},{"type":"Feature","properties":{"code":56141,"plant_name":"Jamaica Bay Peaking","capacity_mw":54.3,"fuel_source":{"Petroleum":54.3}},"geometry":{"type":"Point","coordinates":[-73.7622,40.6097]}},{"type":"Feature","properties":{"code":56142,"plant_name":"Chanarambie Power Partners, LLC","capacity_mw":85.5,"fuel_source":{"Wind":85.5}},"geometry":{"type":"Point","coordinates":[-96.04472,44.01111]}},{"type":"Feature","properties":{"code":56143,"plant_name":"Riverside Energy Refuel_source Center","capacity_mw":196,"fuel_source":{"Natural Gas":196}},"geometry":{"type":"Point","coordinates":[-117.4528,33.9636]}},{"type":"Feature","properties":{"code":56144,"plant_name":"Springs Generating Station","capacity_mw":40,"fuel_source":{"Natural Gas":40}},"geometry":{"type":"Point","coordinates":[-117.2933,33.9308]}},{"type":"Feature","properties":{"code":56146,"plant_name":"False Island","capacity_mw":1.3,"fuel_source":{"Petroleum":1.3}},"geometry":{"type":"Point","coordinates":[-133.1339,55.4889]}},{"type":"Feature","properties":{"code":56147,"plant_name":"Viking","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-133.1408,55.4886]}},{"type":"Feature","properties":{"code":56148,"plant_name":"Ft. Pierre","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-100.38083,44.36806]}},{"type":"Feature","properties":{"code":56149,"plant_name":"Seven Mile Creek LFG","capacity_mw":3.4,"fuel_source":{"Biomass":3.4}},"geometry":{"type":"Point","coordinates":[-91.3717,44.8186]}},{"type":"Feature","properties":{"code":56150,"plant_name":"McIntosh Combined Cycle Facility","capacity_mw":1256.8,"fuel_source":{"Natural Gas":1256.8}},"geometry":{"type":"Point","coordinates":[-81.1817,32.3478]}},{"type":"Feature","properties":{"code":56151,"plant_name":"South Harper","capacity_mw":303.3,"fuel_source":{"Natural Gas":303.3}},"geometry":{"type":"Point","coordinates":[-94.4824,38.6803]}},{"type":"Feature","properties":{"code":56152,"plant_name":"Freeport Energy Center","capacity_mw":219.4,"fuel_source":{"Natural Gas":219.4}},"geometry":{"type":"Point","coordinates":[-95.39542,28.98876]}},{"type":"Feature","properties":{"code":56153,"plant_name":"Viking Wind Partners","capacity_mw":12,"fuel_source":{"Wind":12}},"geometry":{"type":"Point","coordinates":[-96.05028,44.96694]}},{"type":"Feature","properties":{"code":56160,"plant_name":"Mendota Hills, LLC","capacity_mw":50.4,"fuel_source":{"Wind":50.4}},"geometry":{"type":"Point","coordinates":[-89.0492,41.7194]}},{"type":"Feature","properties":{"code":56162,"plant_name":"Ainsworth Wind","capacity_mw":59.4,"fuel_source":{"Wind":59.4}},"geometry":{"type":"Point","coordinates":[-99.8917,42.4489]}},{"type":"Feature","properties":{"code":56163,"plant_name":"Kennecott Power Plant","capacity_mw":212.7,"fuel_source":{"Coal":175,"Natural Gas":5.9}},"geometry":{"type":"Point","coordinates":[-112.1225,40.7119]}},{"type":"Feature","properties":{"code":56164,"plant_name":"Faribault Energy Park","capacity_mw":261,"fuel_source":{"Natural Gas":261}},"geometry":{"type":"Point","coordinates":[-93.29056,44.3356]}},{"type":"Feature","properties":{"code":56166,"plant_name":"Sheboygan Falls","capacity_mw":297.9,"fuel_source":{"Natural Gas":297.9}},"geometry":{"type":"Point","coordinates":[-87.87806,43.75183]}},{"type":"Feature","properties":{"code":56169,"plant_name":"NEO Freehold Gen LLC","capacity_mw":2.2,"fuel_source":{"Natural Gas":2.2}},"geometry":{"type":"Point","coordinates":[-74.2553,40.24]}},{"type":"Feature","properties":{"code":56170,"plant_name":"Mid Valley Plant","capacity_mw":2.6,"fuel_source":{"Biomass":2.6}},"geometry":{"type":"Point","coordinates":[-117.4274,34.1425]}},{"type":"Feature","properties":{"code":56171,"plant_name":"Milliken Plant","capacity_mw":2.2,"fuel_source":{"Biomass":2.2}},"geometry":{"type":"Point","coordinates":[-117.5569,34.0372]}},{"type":"Feature","properties":{"code":56172,"plant_name":"Flying Cloud Power Partners LLC","capacity_mw":43.5,"fuel_source":{"Wind":43.5}},"geometry":{"type":"Point","coordinates":[-95.2794,43.4006]}},{"type":"Feature","properties":{"code":56173,"plant_name":"Colorado Green Holdings LLC","capacity_mw":162,"fuel_source":{"Wind":162}},"geometry":{"type":"Point","coordinates":[-102.6231,37.7033]}},{"type":"Feature","properties":{"code":56174,"plant_name":"Moraine Wind LLC","capacity_mw":51,"fuel_source":{"Wind":51}},"geometry":{"type":"Point","coordinates":[-96.0667,44.0667]}},{"type":"Feature","properties":{"code":56176,"plant_name":"BNWRD","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-88.96028,40.38056]}},{"type":"Feature","properties":{"code":56177,"plant_name":"Nebo Power Station","capacity_mw":130,"fuel_source":{"Natural Gas":130}},"geometry":{"type":"Point","coordinates":[-111.7294,40.0614]}},{"type":"Feature","properties":{"code":56181,"plant_name":"Genoa Diesel Generating Station","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-83.3606,41.5092]}},{"type":"Feature","properties":{"code":56182,"plant_name":"Columbia Flooring Melbourne","capacity_mw":1.7,"fuel_source":{"Wood":1.7}},"geometry":{"type":"Point","coordinates":[-91.9198,36.06051]}},{"type":"Feature","properties":{"code":56184,"plant_name":"Red Bluff","capacity_mw":44.8,"fuel_source":{"Natural Gas":44.8}},"geometry":{"type":"Point","coordinates":[-122.2014,40.1519]}},{"type":"Feature","properties":{"code":56185,"plant_name":"Chowchilla II","capacity_mw":49.6,"fuel_source":{"Natural Gas":49.6}},"geometry":{"type":"Point","coordinates":[-120.2485,37.1073]}},{"type":"Feature","properties":{"code":56188,"plant_name":"Pinelawn Power LLC","capacity_mw":74.5,"fuel_source":{"Natural Gas":74.5}},"geometry":{"type":"Point","coordinates":[-73.38842,40.73661]}},{"type":"Feature","properties":{"code":56189,"plant_name":"Waterside Power, LLC","capacity_mw":69.9,"fuel_source":{"Petroleum":69.9}},"geometry":{"type":"Point","coordinates":[-73.5564,41.0372]}},{"type":"Feature","properties":{"code":56190,"plant_name":"Central Michigan University","capacity_mw":4.2,"fuel_source":{"Natural Gas":3.2,"Wood":1}},"geometry":{"type":"Point","coordinates":[-84.7669,43.5969]}},{"type":"Feature","properties":{"code":56191,"plant_name":"Colville Indian Plywood & Veneer","capacity_mw":12.5,"fuel_source":{"Wood":12.5}},"geometry":{"type":"Point","coordinates":[-119.50887,48.39901]}},{"type":"Feature","properties":{"code":56192,"plant_name":"Georgia-Pacific Wauna Mill","capacity_mw":22,"fuel_source":{"Wood":22}},"geometry":{"type":"Point","coordinates":[-123.40658,46.15395]}},{"type":"Feature","properties":{"code":56193,"plant_name":"Medford Operation","capacity_mw":7.5,"fuel_source":{"Wood":7.5}},"geometry":{"type":"Point","coordinates":[-122.90464,42.35552]}},{"type":"Feature","properties":{"code":56194,"plant_name":"Dike City Power Plant","capacity_mw":2.2,"fuel_source":{"Petroleum":2.2}},"geometry":{"type":"Point","coordinates":[-92.6264,42.4622]}},{"type":"Feature","properties":{"code":56195,"plant_name":"Combine Hills I","capacity_mw":41,"fuel_source":{"Wind":41}},"geometry":{"type":"Point","coordinates":[-118.591,45.943]}},{"type":"Feature","properties":{"code":56196,"plant_name":"500MW CC","capacity_mw":454.1,"fuel_source":{"Natural Gas":454.1}},"geometry":{"type":"Point","coordinates":[-73.9069,40.7889]}},{"type":"Feature","properties":{"code":56199,"plant_name":"TG Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.2236,43.9897]}},{"type":"Feature","properties":{"code":56200,"plant_name":"CG Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.2186,43.9931]}},{"type":"Feature","properties":{"code":56201,"plant_name":"Bisson Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.21944,43.98444]}},{"type":"Feature","properties":{"code":56202,"plant_name":"Tofteland Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.22333,43.98028]}},{"type":"Feature","properties":{"code":56203,"plant_name":"Westridge Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.21556,43.98861]}},{"type":"Feature","properties":{"code":56204,"plant_name":"Fey Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.0736,44.0364]}},{"type":"Feature","properties":{"code":56205,"plant_name":"Windcurrent Farms LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.0789,44.0236]}},{"type":"Feature","properties":{"code":56206,"plant_name":"K-Brink Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.1183,44.0197]}},{"type":"Feature","properties":{"code":56207,"plant_name":"DL Windy Acres LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.37,43.6517]}},{"type":"Feature","properties":{"code":56208,"plant_name":"S&P Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.3825,43.65134]}},{"type":"Feature","properties":{"code":56209,"plant_name":"Boeve Windfarm LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-96.0933,44.0508]}},{"type":"Feature","properties":{"code":56210,"plant_name":"B&K Energy Systems LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.3755,43.65134]}},{"type":"Feature","properties":{"code":56211,"plant_name":"Sweetwater Wind 1 LLC","capacity_mw":37.5,"fuel_source":{"Wind":37.5}},"geometry":{"type":"Point","coordinates":[-100.3389,32.3606]}},{"type":"Feature","properties":{"code":56212,"plant_name":"Sweetwater Wind 2 LLC","capacity_mw":91.5,"fuel_source":{"Wind":91.5}},"geometry":{"type":"Point","coordinates":[-100.3703,32.3472]}},{"type":"Feature","properties":{"code":56213,"plant_name":"Patterson Pass","capacity_mw":21.9,"fuel_source":{"Wind":21.9}},"geometry":{"type":"Point","coordinates":[-121.5,37.5]}},{"type":"Feature","properties":{"code":56214,"plant_name":"Aeroturbine","capacity_mw":4.7,"fuel_source":{"Wind":4.7}},"geometry":{"type":"Point","coordinates":[-116.625,33.875]}},{"type":"Feature","properties":{"code":56215,"plant_name":"Allendorf","capacity_mw":1.2,"fuel_source":{"Wind":1.2}},"geometry":{"type":"Point","coordinates":[-95.6333,43.4]}},{"type":"Feature","properties":{"code":56216,"plant_name":"L J Trust","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.6547,43.4058]}},{"type":"Feature","properties":{"code":56217,"plant_name":"NAE Shaokatan Power","capacity_mw":1.6,"fuel_source":{"Wind":1.6}},"geometry":{"type":"Point","coordinates":[-96.4178,44.3989]}},{"type":"Feature","properties":{"code":56218,"plant_name":"Zachary Ridge LLC","capacity_mw":2,"fuel_source":{"Wind":2}},"geometry":{"type":"Point","coordinates":[-95.6575,43.4058]}},{"type":"Feature","properties":{"code":56223,"plant_name":"Alden Bailey Power Plant","capacity_mw":9.8,"fuel_source":{"Natural Gas":9.8}},"geometry":{"type":"Point","coordinates":[-123.40596,46.1584]}},{"type":"Feature","properties":{"code":56224,"plant_name":"TS Power Plant","capacity_mw":218.4,"fuel_source":{"Coal":218.4}},"geometry":{"type":"Point","coordinates":[-116.5297,40.7461]}},{"type":"Feature","properties":{"code":56225,"plant_name":"Aeolus Wind Facility","capacity_mw":3,"fuel_source":{"Wind":3}},"geometry":{"type":"Point","coordinates":[-101.3278,36.4725]}},{"type":"Feature","properties":{"code":56226,"plant_name":"Bowling Green Wind","capacity_mw":7.2,"fuel_source":{"Wind":7.2}},"geometry":{"type":"Point","coordinates":[-83.7383,41.3786]}},{"type":"Feature","properties":{"code":56227,"plant_name":"Port Westward","capacity_mw":392.2,"fuel_source":{"Natural Gas":392.2}},"geometry":{"type":"Point","coordinates":[-123.17204,46.17894]}},{"type":"Feature","properties":{"code":56228,"plant_name":"Prescott Airport","capacity_mw":2.1,"fuel_source":{"Solar":2.1}},"geometry":{"type":"Point","coordinates":[-112.4008,34.6584]}},{"type":"Feature","properties":{"code":56229,"plant_name":"Cogeneration 1","capacity_mw":8.3,"fuel_source":{"Natural Gas":8.3}},"geometry":{"type":"Point","coordinates":[-110.9528,32.22992]}},{"type":"Feature","properties":{"code":56231,"plant_name":"DeKalb Medical Center-Hillandale","capacity_mw":1.4,"fuel_source":{"Petroleum":1.4}},"geometry":{"type":"Point","coordinates":[-84.1494,33.7036]}},{"type":"Feature","properties":{"code":56232,"plant_name":"Miramar Energy Facility","capacity_mw":94,"fuel_source":{"Natural Gas":94}},"geometry":{"type":"Point","coordinates":[-117.16639,32.8769]}},{"type":"Feature","properties":{"code":56233,"plant_name":"EG178 Facility","capacity_mw":108,"fuel_source":{"Natural Gas":108}},"geometry":{"type":"Point","coordinates":[-100.95466,32.74706]}},{"type":"Feature","properties":{"code":56234,"plant_name":"Caithness Long Island Energy Center","capacity_mw":307,"fuel_source":{"Natural Gas":307}},"geometry":{"type":"Point","coordinates":[-72.9403,40.8142]}},{"type":"Feature","properties":{"code":56237,"plant_name":"Lake Side Power Plant","capacity_mw":1176,"fuel_source":{"Natural Gas":1176}},"geometry":{"type":"Point","coordinates":[-111.75417,40.33167]}},{"type":"Feature","properties":{"code":56238,"plant_name":"Groton Generating Station","capacity_mw":158.9,"fuel_source":{"Natural Gas":158.9}},"geometry":{"type":"Point","coordinates":[-98.09869,45.3735]}},{"type":"Feature","properties":{"code":56239,"plant_name":"Kings River","capacity_mw":109,"fuel_source":{"Natural Gas":109}},"geometry":{"type":"Point","coordinates":[-119.7404,36.6697]}},{"type":"Feature","properties":{"code":56240,"plant_name":"Buffalo Gap Wind Farm","capacity_mw":120.6,"fuel_source":{"Wind":120.6}},"geometry":{"type":"Point","coordinates":[-100.06159,32.31156]}},{"type":"Feature","properties":{"code":56241,"plant_name":"Cannon Falls Energy Center","capacity_mw":398,"fuel_source":{"Natural Gas":398}},"geometry":{"type":"Point","coordinates":[-92.91553,44.53669]}},{"type":"Feature","properties":{"code":56242,"plant_name":"Kindred School","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-97.6431,46.6494]}},{"type":"Feature","properties":{"code":56243,"plant_name":"Perham Incinerator","capacity_mw":1.2,"fuel_source":{"Biomass":1.2}},"geometry":{"type":"Point","coordinates":[-95.56482,46.59146]}},{"type":"Feature","properties":{"code":56244,"plant_name":"State Auto Insurance","capacity_mw":1.7,"fuel_source":{"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-96.2178,45.2217]}},{"type":"Feature","properties":{"code":56245,"plant_name":"Stevens Community Medical Center","capacity_mw":1,"fuel_source":{"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-95.9042,45.585]}},{"type":"Feature","properties":{"code":56247,"plant_name":"West Group Data Center F","capacity_mw":2.4,"fuel_source":{"Petroleum":2.4}},"geometry":{"type":"Point","coordinates":[-93.1167,44.8283]}},{"type":"Feature","properties":{"code":56248,"plant_name":"Shell Chemical","capacity_mw":69,"fuel_source":{"Natural Gas":69}},"geometry":{"type":"Point","coordinates":[-90.98396,30.18751]}},{"type":"Feature","properties":{"code":56249,"plant_name":"Anson County Generation Facility","capacity_mw":339,"fuel_source":{"Natural Gas":339}},"geometry":{"type":"Point","coordinates":[-79.92174,34.96865]}},{"type":"Feature","properties":{"code":56250,"plant_name":"Ontario LFGTE","capacity_mw":11.2,"fuel_source":{"Biomass":11.2}},"geometry":{"type":"Point","coordinates":[-77.0872,42.8586]}},{"type":"Feature","properties":{"code":56251,"plant_name":"Intrepid","capacity_mw":175.5,"fuel_source":{"Wind":175.5}},"geometry":{"type":"Point","coordinates":[-95.3283,42.5539]}},{"type":"Feature","properties":{"code":56252,"plant_name":"Century","capacity_mw":200,"fuel_source":{"Wind":200}},"geometry":{"type":"Point","coordinates":[-93.6369,42.5644]}},{"type":"Feature","properties":{"code":56253,"plant_name":"Millcreek Power Generation","capacity_mw":73.6,"fuel_source":{"Natural Gas":73.6}},"geometry":{"type":"Point","coordinates":[-113.51658,37.11209]}},{"type":"Feature","properties":{"code":56255,"plant_name":"Hopkins Ridge Wind","capacity_mw":156.6,"fuel_source":{"Wind":156.6}},"geometry":{"type":"Point","coordinates":[-117.8331,46.4211]}},{"type":"Feature","properties":{"code":56256,"plant_name":"John Street 1, 3, 4 & 5","capacity_mw":6,"fuel_source":{"Petroleum":6}},"geometry":{"type":"Point","coordinates":[-72.8364,41.4458]}},{"type":"Feature","properties":{"code":56258,"plant_name":"Kapaia Power Station","capacity_mw":26.6,"fuel_source":{"Other":26.6}},"geometry":{"type":"Point","coordinates":[-159.3758,21.99645]}},{"type":"Feature","properties":{"code":56259,"plant_name":"Empire Generating Co LLC","capacity_mw":580,"fuel_source":{"Natural Gas":580}},"geometry":{"type":"Point","coordinates":[-73.75002,42.62524]}},{"type":"Feature","properties":{"code":56260,"plant_name":"High Point, Pump Station Rd","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-79.9497,35.9861]}},{"type":"Feature","properties":{"code":56261,"plant_name":"Lexington","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-80.2594,35.7736]}},{"type":"Feature","properties":{"code":56262,"plant_name":"Gastonia, Tulip Drive","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-81.20522,35.28914]}},{"type":"Feature","properties":{"code":56263,"plant_name":"Albemarle Prime Power Park","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-80.16,35.4039]}},{"type":"Feature","properties":{"code":56265,"plant_name":"South Fork","capacity_mw":1.9,"fuel_source":{"Hydro":1.9}},"geometry":{"type":"Point","coordinates":[-132.89111,55.56333]}},{"type":"Feature","properties":{"code":56266,"plant_name":"WPPI Hartford DG","capacity_mw":1.1,"fuel_source":{"Petroleum":1.1}},"geometry":{"type":"Point","coordinates":[-88.4083,43.2039]}},{"type":"Feature","properties":{"code":56269,"plant_name":"IBM West","capacity_mw":3.6,"fuel_source":{"Petroleum":3.6}},"geometry":{"type":"Point","coordinates":[-92.5119,44.0587]}},{"type":"Feature","properties":{"code":56270,"plant_name":"Callahan Divide Wind Energy Center","capacity_mw":114,"fuel_source":{"Wind":114}},"geometry":{"type":"Point","coordinates":[-100.02167,32.30389]}},{"type":"Feature","properties":{"code":56271,"plant_name":"Diablo Wind LLC","capacity_mw":18,"fuel_source":{"Wind":18}},"geometry":{"type":"Point","coordinates":[-121.61439,37.76365]}},{"type":"Feature","properties":{"code":56273,"plant_name":"Weatherford Wind Energy Center","capacity_mw":147,"fuel_source":{"Wind":147}},"geometry":{"type":"Point","coordinates":[-98.7346,35.5094]}},{"type":"Feature","properties":{"code":56274,"plant_name":"Valley Queen Cheese","capacity_mw":1.5,"fuel_source":{"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-96.63722,45.22111]}},{"type":"Feature","properties":{"code":56275,"plant_name":"Helzel & Schwarzhoff 86","capacity_mw":2.4,"fuel_source":{"Wind":2.4}},"geometry":{"type":"Point","coordinates":[-118.3952,35.0925]}},{"type":"Feature","properties":{"code":56276,"plant_name":"ZCO","capacity_mw":1.6,"fuel_source":{"Wind":1.6}},"geometry":{"type":"Point","coordinates":[-118.3811,35.0772]}},{"type":"Feature","properties":{"code":56277,"plant_name":"Bavarian LFGTE","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-84.6556,38.8608]}},{"type":"Feature","properties":{"code":56278,"plant_name":"Green Valley LFGTE","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-82.7236,38.4192]}},{"type":"Feature","properties":{"code":56279,"plant_name":"Laurel Ridge LFGTE","capacity_mw":4,"fuel_source":{"Biomass":4}},"geometry":{"type":"Point","coordinates":[-84.0933,37.035]}},{"type":"Feature","properties":{"code":56280,"plant_name":"Hardin County LFGTE","capacity_mw":2.4,"fuel_source":{"Biomass":2.4}},"geometry":{"type":"Point","coordinates":[-85.7258,37.7258]}},{"type":"Feature","properties":{"code":56283,"plant_name":"Hargis-Hebert Electric Generating","capacity_mw":94,"fuel_source":{"Natural Gas":94}},"geometry":{"type":"Point","coordinates":[-91.9923,30.1694]}},{"type":"Feature","properties":{"code":56284,"plant_name":"Santa Maria EPG","capacity_mw":5.5,"fuel_source":{"Other Fossil Gasses":5.5}},"geometry":{"type":"Point","coordinates":[-120.63667,35.04083]}},{"type":"Feature","properties":{"code":56288,"plant_name":"Salem Water Plant","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-80.0771,37.2875]}},{"type":"Feature","properties":{"code":56289,"plant_name":"Salem Street Dept","capacity_mw":2,"fuel_source":{"Petroleum":2}},"geometry":{"type":"Point","coordinates":[-80.0447,37.2794]}},{"type":"Feature","properties":{"code":56290,"plant_name":"Maple Ridge Wind Farm","capacity_mw":322,"fuel_source":{"Wind":322}},"geometry":{"type":"Point","coordinates":[-75.5753,43.7853]}},{"type":"Feature","properties":{"code":56291,"plant_name":"Horse Hollow Wind Energy Center","capacity_mw":735.5,"fuel_source":{"Wind":735.5}},"geometry":{"type":"Point","coordinates":[-100.02162,32.12428]}},{"type":"Feature","properties":{"code":56292,"plant_name":"Hamlet Generating Facility","capacity_mw":339,"fuel_source":{"Natural Gas":339}},"geometry":{"type":"Point","coordinates":[-79.73609,34.84231]}},{"type":"Feature","properties":{"code":56293,"plant_name":"Caprock Wind Farm","capacity_mw":80,"fuel_source":{"Wind":80}},"geometry":{"type":"Point","coordinates":[-103.2667,35.1386]}},{"type":"Feature","properties":{"code":56294,"plant_name":"Bayway Refinery","capacity_mw":11.2,"fuel_source":{"Other":11.2}},"geometry":{"type":"Point","coordinates":[-74.22122,40.63755]}},{"type":"Feature","properties":{"code":56295,"plant_name":"Kumeyaay Wind","capacity_mw":50,"fuel_source":{"Wind":50}},"geometry":{"type":"Point","coordinates":[-116.3394,42.5497]}},{"type":"Feature","properties":{"code":56296,"plant_name":"Trimont Area Wind Farm","capacity_mw":100.5,"fuel_source":{"Wind":100.5}},"geometry":{"type":"Point","coordinates":[-94.5,43.6667]}},{"type":"Feature","properties":{"code":56297,"plant_name":"Crescent Ridge","capacity_mw":53,"fuel_source":{"Wind":53}},"geometry":{"type":"Point","coordinates":[-89.5708,41.25]}},{"type":"Feature","properties":{"code":56298,"plant_name":"Roseville Energy Park","capacity_mw":76,"fuel_source":{"Natural Gas":76}},"geometry":{"type":"Point","coordinates":[-121.3811,38.7928]}},{"type":"Feature","properties":{"code":56299,"plant_name":"Wind Park Bear Creek","capacity_mw":24,"fuel_source":{"Wind":24}},"geometry":{"type":"Point","coordinates":[-75.8144,41.2222]}},{"type":"Feature","properties":{"code":56300,"plant_name":"Jersey-Atlantic Wind Farm","capacity_mw":7.5,"fuel_source":{"Wind":7.5}},"geometry":{"type":"Point","coordinates":[-74.4342,39.3647]}},{"type":"Feature","properties":{"code":56301,"plant_name":"Wolverine Creek","capacity_mw":64.5,"fuel_source":{"Wind":64.5}},"geometry":{"type":"Point","coordinates":[-111.8294,43.4195]}},{"type":"Feature","properties":{"code":56302,"plant_name":"Oasis Wind","capacity_mw":60,"fuel_source":{"Wind":60}},"geometry":{"type":"Point","coordinates":[-118.3333,35.0833]}},{"type":"Feature","properties":{"code":56303,"plant_name":"Elk River Wind","capacity_mw":150,"fuel_source":{"Wind":150}},"geometry":{"type":"Point","coordinates":[-96.5,37.5]}},{"type":"Feature","properties":{"code":56304,"plant_name":"San Juan Mesa","capacity_mw":120,"fuel_source":{"Wind":120}},"geometry":{"type":"Point","coordinates":[-103.8604,33.9716]}},{"type":"Feature","properties":{"code":56307,"plant_name":"Adams Wind Farm","capacity_mw":24,"fuel_source":{"Wind":24}},"geometry":{"type":"Point","coordinates":[-92.72414,43.55478]}},{"type":"Feature","properties":{"code":56308,"plant_name":"Fossil Gulch","capacity_mw":10.5,"fuel_source":{"Wind":10.5}},"geometry":{"type":"Point","coordinates":[-114.94944,42.85806]}},{"type":"Feature","properties":{"code":56309,"plant_name":"Trigen St. Louis","capacity_mw":31.8,"fuel_source":{"Natural Gas":30.8,"Petroleum":1}},"geometry":{"type":"Point","coordinates":[-90.1809,38.6359]}},{"type":"Feature","properties":{"code":56311,"plant_name":"Sweetwater Wind 3 LLC","capacity_mw":135,"fuel_source":{"Wind":135}},"geometry":{"type":"Point","coordinates":[-100.4219,32.29083]}},{"type":"Feature","properties":{"code":56312,"plant_name":"Shute Creek Facility","capacity_mw":91.8,"fuel_source":{"Other Fossil Gasses":91.8}},"geometry":{"type":"Point","coordinates":[-110.0904,41.8805]}},{"type":"Feature","properties":{"code":56313,"plant_name":"Coleman Falls","capacity_mw":1.5,"fuel_source":{"Hydro":1.5}},"geometry":{"type":"Point","coordinates":[-79.3006,37.5035]}},{"type":"Feature","properties":{"code":56314,"plant_name":"Holcomb Rock","capacity_mw":0.6,"fuel_source":{"Hydro":0.6}},"geometry":{"type":"Point","coordinates":[-79.3006,37.5035]}},{"type":"Feature","properties":{"code":56317,"plant_name":"Raft River Geothermal Power Plant","capacity_mw":10,"fuel_source":{"Geothermal":10}},"geometry":{"type":"Point","coordinates":[-113.38245,42.09942]}},{"type":"Feature","properties":{"code":56318,"plant_name":"Fauquier Landfill Gas","capacity_mw":2,"fuel_source":{"Biomass":2}},"geometry":{"type":"Point","coordinates":[-77.75,38.5]}},{"type":"Feature","properties":{"code":56319,"plant_name":"Wygen 2","capacity_mw":85,"fuel_source":{"Coal":85}},"geometry":{"type":"Point","coordinates":[-105.3811,44.2919]}},{"type":"Feature","properties":{"code":56320,"plant_name":"Spring Canyon","capacity_mw":60,"fuel_source":{"Wind":60}},"geometry":{"type":"Point","coordinates":[-102.9647,40.983]}},{"type":"Feature","properties":{"code":56321,"plant_name":"Richard Burdette Geothermal","capacity_mw":15.6,"fuel_source":{"Geothermal":15.6}},"geometry":{"type":"Point","coordinates":[-119.75459,39.39084]}},{"type":"Feature","properties":{"code":56322,"plant_name":"Wild Horse","capacity_mw":273.1,"fuel_source":{"Solar":0.5,"Wind":272.6}},"geometry":{"type":"Point","coordinates":[-120.20649,47.03627]}},{"type":"Feature","properties":{"code":56323,"plant_name":"Modern Innovative Energy LLC","capacity_mw":6.4,"fuel_source":{"Biomass":6.4}},"geometry":{"type":"Point","coordinates":[-78.9836,43.2094]}},{"type":"Feature","properties":{"code":56324,"plant_name":"Colonie LFGTE Facility","capacity_mw":4.8,"fuel_source":{"Biomass":4.8}},"geometry":{"type":"Point","coordinates":[-73.7378,42.8025]}},{"type":"Feature","properties":{"code":56325,"plant_name":"Delta Power","capacity_mw":23.1,"fuel_source":{"Petroleum":23.1}},"geometry":{"type":"Point","coordinates":[-145.71944,64.02806]}},{"type":"Feature","properties":{"code":56326,"plant_name":"Mustang Station Unit 4","capacity_mw":435,"fuel_source":{"Natural Gas":435}},"geometry":{"type":"Point","coordinates":[-102.74361,32.97455]}},{"type":"Feature","properties":{"code":56327,"plant_name":"Pendleton County LFGTE","capacity_mw":3.2,"fuel_source":{"Biomass":3.2}},"geometry":{"type":"Point","coordinates":[-84.3447,38.8014]}},{"type":"Feature","properties":{"code":56328,"plant_name":"Harry D Mattison Gas Plant","capacity_mw":294,"fuel_source":{"Natural Gas":294}},"geometry":{"type":"Point","coordinates":[-94.2841,36.1855]}},{"type":"Feature","properties":{"code":56329,"plant_name":"Campbell Industrial Park","capacity_mw":113,"fuel_source":{"Biomass":113}},"geometry":{"type":"Point","coordinates":[-158.10167,21.3025]}},{"type":"Feature","properties":{"code":56333,"plant_name":"Gauley River Power Partners","capacity_mw":80,"fuel_source":{"Hydro":80}},"geometry":{"type":"Point","coordinates":[-80.89061,38.21921]}},{"type":"Feature","properties":{"code":56335,"plant_name":"Blue Canyon Windpower II","capacity_mw":151,"fuel_source":{"Wind":151}},"geometry":{"type":"Point","coordinates":[-98.6056,34.8661]}},{"type":"Feature","properties":{"code":56336,"plant_name":"Aragonne Wind LLC","capacity_mw":90,"fuel_source":{"Wind":90}},"geometry":{"type":"Point","coordinates":[-105.0108,34.8147]}},{"type":"Feature","properties":{"code":56337,"plant_name":"Sweetwater Wind 4 LLC","capacity_mw":241,"fuel_source":{"Wind":241}},"geometry":{"type":"Point","coordinates":[-100.5303,32.3122]}},{"type":"Feature","properties":{"code":56338,"plant_name":"High Trail Wind Farm LLC","capacity_mw":198,"fuel_source":{"Wind":198}},"geometry":{"type":"Point","coordinates":[-88.7989,40.4792]}},{"type":"Feature","properties":{"code":56339,"plant_name":"Albemarle Hospital Unit","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-80.1939,35.3636]}},{"type":"Feature","properties":{"code":56340,"plant_name":"Cherryville City Hall","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.38,35.3778]}},{"type":"Feature","properties":{"code":56341,"plant_name":"Lincolnton High School","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.2736,35.4769]}},{"type":"Feature","properties":{"code":56342,"plant_name":"Maiden Community Center","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.2081,35.5772]}},{"type":"Feature","properties":{"code":56343,"plant_name":"Monroe Middle School","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-80.54004,34.97327]}},{"type":"Feature","properties":{"code":56344,"plant_name":"Morganton Station 5","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-81.6964,35.7631]}},{"type":"Feature","properties":{"code":56345,"plant_name":"Pineville Delivery 1","capacity_mw":1.8,"fuel_source":{"Petroleum":1.8}},"geometry":{"type":"Point","coordinates":[-80.8947,35.0853]}},{"type":"Feature","properties":{"code":56346,"plant_name":"Bear Valley Power Plant","capacity_mw":7.7,"fuel_source":{"Natural Gas":7.7}},"geometry":{"type":"Point","coordinates":[-116.9025,34.2506]}},{"type":"Feature","properties":{"code":56347,"plant_name":"Cedar Ridge","capacity_mw":67.6,"fuel_source":{"Wind":67.6}},"geometry":{"type":"Point","coordinates":[-88.32974,43.69265]}},{"type":"Feature","properties":{"code":56348,"plant_name":"Laverne Diesel Generating Plant","capacity_mw":4,"fuel_source":{"Petroleum":4}},"geometry":{"type":"Point","coordinates":[-99.8906,36.7106]}},{"type":"Feature","properties":{"code":56349,"plant_name":"Quail Run Energy Center","capacity_mw":482,"fuel_source":{"Natural Gas":482}},"geometry":{"type":"Point","coordinates":[-102.315,31.8414]}},{"type":"Feature","properties":{"code":56350,"plant_name":"Colorado Bend Energy Center","capacity_mw":510,"fuel_source":{"Natural Gas":510}},"geometry":{"type":"Point","coordinates":[-96.0683,29.2878]}},{"type":"Feature","properties":{"code":56351,"plant_name":"Spearville","capacity_mw":148.5,"fuel_source":{"Wind":148.5}},"geometry":{"type":"Point","coordinates":[-99.7528,37.8641]}},{"type":"Feature","properties":{"code":56355,"plant_name":"Whispering Willow Wind Farm - East","capacity_mw":199.7,"fuel_source":{"Wind":199.7}},"geometry":{"type":"Point","coordinates":[-93.20639,42.63051]}},{"type":"Feature","properties":{"code":56356,"plant_name":"Clearwater Power Plant","capacity_mw":28,"fuel_source":{"Natural Gas":28}},"geometry":{"type":"Point","coordinates":[-117.6085,33.8912]}},{"type":"Feature","properties":{"code":56357,"plant_name":"FPL Energy Burleigh County Wind","capacity_mw":49.5,"fuel_source":{"Wind":49.5}},"geometry":{"type":"Point","coordinates":[-100.7333,47.1167]}},{"type":"Feature","properties":{"code":56358,"plant_name":"Western Renewable Energy","capacity_mw":2.5,"fuel_source":{"Wood":2.5}},"geometry":{"type":"Point","coordinates":[-109.28998,34.09301]}},{"type":"Feature","properties":{"code":56359,"plant_name":"Klondike Windpower II","capacity_mw":75,"fuel_source":{"Wind":75}},"geometry":{"type":"Point","coordinates":[-120.5042,45.5836]}},{"type":"Feature","properties":{"code":56360,"plant_name":"Leaning Juniper","capacity_mw":103.5,"fuel_source":{"Wind":103.5}},"geometry":{"type":"Point","coordinates":[-120.20978,45.65246]}},{"type":"Feature","properties":{"code":56361,"plant_name":"Big Horn Wind Project","capacity_mw":199,"fuel_source":{"Wind":199}},"geometry":{"type":"Point","coordinates":[-120.1206,45.9192]}},{"type":"Feature","properties":{"code":56362,"plant_name":"Shiloh I Wind Project","capacity_mw":150,"fuel_source":{"Wind":150}},"geometry":{"type":"Point","coordinates":[-121.6967,38.1503]}},{"type":"Feature","properties":{"code":56367,"plant_name":"Electric Avenue Facility","capacity_mw":5.4,"fuel_source":{"Petroleum":5.4}},"geometry":{"type":"Point","coordinates":[-77.9925,38.47306]}},{"type":"Feature","properties":{"code":56368,"plant_name":"Water Treatment Plant Generators","capacity_mw":1.7,"fuel_source":{"Petroleum":1.7}},"geometry":{"type":"Point","coordinates":[-77.4767,38.7528]}},{"type":"Feature","properties":{"code":56369,"plant_name":"Casselman Wind Power Project","capacity_mw":34.5,"fuel_source":{"Wind":34.5}},"geometry":{"type":"Point","coordinates":[-79,40]}},{"type":"Feature","properties":{"code":56371,"plant_name":"Cedar Creek Wind","capacity_mw":300,"fuel_source":{"Wind":300}},"geometry":{"type":"Point","coordinates":[-104.0206,40.8944]}},{"type":"Feature","properties":{"code":56372,"plant_name":"Sweetwater Wind 5","capacity_mw":80.5,"fuel_source":{"Wind":80.5}},"geometry":{"type":"Point","coordinates":[-100.4833,32.23694]}},{"type":"Feature","properties":{"code":56374,"plant_name":"Robert Mueller Energy Center","capacity_mw":5.2,"fuel_source":{"Natural Gas":3.7,"Petroleum":1.5}},"geometry":{"type":"Point","coordinates":[-97.70768,30.30499]}},{"type":"Feature","properties":{"code":56376,"plant_name":"Pike County Wind Power","capacity_mw":1.7,"fuel_source":{"Wind":1.7}},"geometry":{"type":"Point","coordinates":[-90.8461,39.6189]}},{"type":"Feature","properties":{"code":56377,"plant_name":"Judith Gap Wind Energy Center","capacity_mw":135,"fuel_source":{"Wind":135}},"geometry":{"type":"Point","coordinates":[-109.7531,46.5725]}},{"type":"Feature","properties":{"code":56378,"plant_name":"Pakini Nui Wind Farm","capacity_mw":21,"fuel_source":{"Wind":21}},"geometry":{"type":"Point","coordinates":[-155.6914,18.9742]}},{"type":"Feature","properties":{"code":56379,"plant_name":"Victory Wind Farm","capacity_mw":99,"fuel_source":{"Wind":99}},"geometry":{"type":"Point","coordinates":[-95.1292,42.1169]}},{"type":"Feature","properties":{"code":56380,"plant_name":"Centennial Wind Farm","capacity_mw":120,"fuel_source":{"Wind":120}},"geometry":{"type":"Point","coordinates":[-99.60187,36.63773]}},{"type":"Feature","properties":{"code":56383,"plant_name":"Northern Iowa Windpower II","capacity_mw":80,"fuel_source":{"Wind":80}},"geometry":{"type":"Point","coordinates":[-93.2978,43.3608]}},{"type":"Feature","properties":{"code":56386,"plant_name":"Top of Iowa Windfarm III","capacity_mw":3.3,"fuel_source":{"Wind":3.3}},"geometry":{"type"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment