Skip to content

Instantly share code, notes, and snippets.

@seasmith
Last active May 31, 2018 23:08
Show Gist options
  • Save seasmith/761b1c1f634d27dd4f740df7d87bb591 to your computer and use it in GitHub Desktop.
Save seasmith/761b1c1f634d27dd4f740df7d87bb591 to your computer and use it in GitHub Desktop.
Testing sf data converted to geojson
license: mit
<!DOCTYPE html>
<meta charset="utf-8">
<style>
h1, h2 {
font-family: "Lato", "Open Sans", "sans-serif";
margin: 0px;
padding: 3px;
}
.text-things {
margin-bottom: 8px;
}
.tract { stroke: rgb(88, 88, 88)}
.tract:hover { opacity: 0.5; transition-delay: 500ms;}
</style>
<div class="text-things">
<h1>Testing sf data converted to geojson</h1>
</div>
<svg width="960" height="550"></svg>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="d3-tip.js"></script>
<script>
var svg = d3.select("svg"),
margin = { top: 20, bottom:20, right: 20, left: 20},
width = +svg.attr("width"),
height = +svg.attr("height");
d3.queue()
.defer(d3.json, "rig_counts.json")
.await(ready);
function ready(error, data) {
if (error) throw error;
var path = d3.geoPath()
.projection(d3.geoAlbers()
.fitExtent([[margin.left, margin.top], [width-margin.right, height-margin.bottom]], data)
);
svg.selectAll("path")
.data(data.features)
.enter().append("path")
.attr("class", "tract")
.attr("d", path);
};
</script>
{
"version": "v1",
"config": {
"visState": {
"filters": [],
"layers": [
{
"id": "14g27b",
"type": "geojson",
"config": {
"dataId": "dufrudp5f",
"label": "rig_counts",
"color": [
241,
92,
23,
255
],
"columns": {
"geojson": "_geojson"
},
"isVisible": true,
"visConfig": {
"opacity": 0.8,
"thickness": 2,
"colorRange": {
"name": "Global Warming",
"type": "sequential",
"category": "Uber",
"colors": [
"#5A1846",
"#900C3F",
"#C70039",
"#E3611C",
"#F1920E",
"#FFC300"
],
"reversed": false
},
"radius": 10,
"sizeRange": [
0,
10
],
"radiusRange": [
0,
50
],
"heightRange": [
0,
500
],
"elevationScale": 5,
"hi-precision": false,
"stroked": true,
"filled": true,
"enable3d": false,
"wireframe": false
}
},
"visualChannels": {
"colorField": {
"name": "RigCount",
"type": "string"
},
"colorScale": "ordinal",
"sizeField": null,
"sizeScale": "linear",
"heightField": null,
"heightScale": "linear",
"radiusField": null,
"radiusScale": "linear"
}
}
],
"interactionConfig": {
"tooltip": {
"fieldsToShow": {
"dufrudp5f": [
"state",
"county",
"RigCount"
]
},
"enabled": true
},
"brush": {
"size": 0.5,
"enabled": false
}
},
"layerBlending": "normal",
"splitMaps": []
},
"mapState": {
"bearing": 0,
"dragRotate": false,
"latitude": 51.276070716001534,
"longitude": -114.52992426446124,
"pitch": 0,
"zoom": 2.759672619963176,
"isSplit": false
},
"mapStyle": {
"styleType": "dark",
"topLayerGroups": {},
"visibleLayerGroups": {
"label": true,
"road": true,
"border": false,
"building": true,
"water": true,
"land": true
},
"mapStyles": {}
}
}
}
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"SUFFOLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.191155,42.283059],[-70.9825456,42.4202218],[-70.9930596,42.3128923],[-71.191155,42.283059]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BANNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0528252,41.6979539],[-103.370391,41.69921],[-103.369024,41.437655],[-103.37762,41.394633],[-104.0522871,41.393214],[-104.0526346,41.5642758],[-104.0528252,41.6979539]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"VANCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.4572779,36.5414487],[-78.3237185,36.5424214],[-78.306965,36.266191],[-78.496614,36.175199],[-78.4572779,36.5414487]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SHERMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.162463,36.500326],[-102.032339,36.5000657],[-101.623915,36.499528],[-101.623466,36.055405],[-102.163015,36.055249],[-102.162463,36.500326]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.1923104,45.0128612],[-72.5542716,45.0094677],[-72.578161,44.781578],[-72.924112,44.633051],[-73.228854,44.722866],[-73.1923104,45.0128612]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"LYNCHBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.185702,37.46582],[-79.085123,37.394875],[-79.257955,37.355816],[-79.185702,37.46582]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"NEVADA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.483097,33.476075],[-93.456709,33.956837],[-93.373406,33.95707],[-93.10429,33.777011],[-93.116361,33.452909],[-93.365585,33.444459],[-93.483097,33.476075]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"BROOMFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.16615,39.914047],[-105.052823,40.00026],[-104.961405,40.000337],[-105.052892,39.914224],[-105.16615,39.914047]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.976849,43.927385],[-111.398781,43.92289],[-111.399765,43.621976],[-111.626043,43.626756],[-111.976849,43.927385]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.707024,38.655152],[-89.597321,38.743236],[-89.254237,38.742019],[-89.138393,38.736331],[-89.143898,38.503088],[-89.704417,38.415667],[-89.707024,38.655152]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.914485,42.560309],[-94.443024,42.558843],[-94.397526,42.209161],[-94.628806,42.209396],[-94.858412,42.209692],[-94.914485,42.560309]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.90557,37.542856],[-83.7221,37.71642],[-83.707974,37.716463],[-83.522308,37.638516],[-83.579186,37.506249],[-83.885262,37.517688],[-83.90557,37.542856]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"LIVINGSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.910701,30.649385],[-90.567165,30.650023],[-90.485826,30.276992],[-90.632811,30.221409],[-90.891728,30.345244],[-90.910701,30.649385]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.463632,40.523013],[-96.067012,40.523148],[-96.066736,40.262038],[-96.463667,40.262173],[-96.463632,40.523013]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"KEITH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.055535,41.221547],[-101.98463,41.394712],[-101.40726,41.395416],[-101.269695,41.394934],[-101.249975,41.00395],[-102.051761,41.00389],[-102.055535,41.221547]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WILSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.407336,29.114435],[-98.134171,29.441751],[-97.840383,29.376791],[-97.728443,29.221748],[-98.190991,28.882333],[-98.407336,29.114435]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DAWSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.20852,32.958956],[-102.076214,32.959702],[-101.691284,32.961838],[-101.68874,32.525222],[-102.202703,32.523271],[-102.20852,32.958956]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.226244,45.297647],[-96.4700776,45.3267996],[-96.4575535,45.2688979],[-96.4558401,44.9773452],[-96.882345,44.97687],[-97.226281,45.151826],[-97.226244,45.297647]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.58188,35.530447],[-91.36957,35.526362],[-91.198556,35.890024],[-91.032499,35.88507],[-91.036967,35.708418],[-91.03923,35.444717],[-91.039783,35.354256],[-91.347257,35.439106],[-91.58188,35.530447]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"AURORA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.807771,43.935223],[-98.331508,43.937708],[-98.325242,43.851058],[-98.320595,43.498651],[-98.705782,43.499319],[-98.794588,43.499187],[-98.807771,43.935223]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DECATUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.684515,39.350049],[-85.629327,39.45275],[-85.297575,39.453275],[-85.29654,39.268291],[-85.440054,39.195617],[-85.686783,39.130859],[-85.684515,39.350049]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WABASH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.945561,41.042876],[-85.684181,41.046716],[-85.643841,41.002305],[-85.638587,40.653129],[-85.864791,40.651693],[-85.946436,40.999195],[-85.945561,41.042876]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"SAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.38801,42.561742],[-94.914485,42.560309],[-94.858412,42.209692],[-95.090851,42.210405],[-95.323497,42.210932],[-95.38801,42.561742]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"LENOIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.806248,35.368754],[-77.475515,35.426655],[-77.391026,35.339533],[-77.473692,35.228985],[-77.731026,35.008138],[-77.834249,35.177846],[-77.806248,35.368754]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.367482,38.209741],[-91.095765,38.204083],[-91.100017,37.740012],[-91.153345,37.69734],[-91.528797,37.788989],[-91.534384,38.152593],[-91.367482,38.209741]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"KIMBALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0522871,41.393214],[-103.37762,41.394633],[-103.3824917,41.0019261],[-103.573774,41.0017218],[-104.053249,41.001406],[-104.0522871,41.393214]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"GARFIELD","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0510668,39.4977388],[-109.0508719,39.6604718],[-107.938546,39.694464],[-107.43177,39.828377],[-107.316993,40.090765],[-107.037363,40.091538],[-107.033968,39.918913],[-107.113446,39.366066],[-107.430949,39.366178],[-109.0512238,39.3666775],[-109.0510668,39.4977388]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.4969575,40.2487039],[-91.419422,40.378264],[-91.1854606,40.6381118],[-90.904216,40.639201],[-90.909756,40.284394],[-90.911969,40.193088],[-91.5061679,40.2006435],[-91.4969575,40.2487039]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"YELLOW MEDICINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4548305,44.8055502],[-95.849009,44.805347],[-95.736696,44.93604],[-95.482843,44.752505],[-95.360177,44.69854],[-95.594817,44.542305],[-96.09295,44.630486],[-96.4538067,44.6313358],[-96.4548305,44.8055502]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"RED WILLOW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.758435,40.349507],[-100.197807,40.350027],[-100.1935991,40.001573],[-100.7388247,40.002263],[-100.75883,40.002302],[-100.758435,40.349507]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.277093,33.957614],[-84.023713,33.752808],[-84.184143,33.646157],[-84.281273,33.647411],[-84.350224,33.647908],[-84.277093,33.957614]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"PICKENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.897499,35.056021],[-82.7620596,35.0818744],[-82.486746,34.819475],[-82.840253,34.623212],[-82.897499,35.056021]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"NEMAHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.2392079,40.000691],[-96.0106788,40.0007047],[-95.788111,40.0004668],[-95.788941,39.653001],[-96.035952,39.5661],[-96.238969,39.56622],[-96.2392079,40.000691]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"POINSETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.036967,35.708418],[-90.286736,35.699914],[-90.286899,35.438573],[-90.502429,35.441726],[-91.03923,35.444717],[-91.036967,35.708418]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"STARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.984559,41.149366],[-89.857798,41.234483],[-89.638429,41.148591],[-89.638727,40.973707],[-89.985479,40.974495],[-89.984559,41.149366]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.665131,35.674935],[-77.350369,35.819228],[-77.174,35.732831],[-77.189115,35.418362],[-77.391026,35.339533],[-77.475515,35.426655],[-77.700692,35.652295],[-77.665131,35.674935]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"PALO ALTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.913723,43.255054],[-94.443137,43.255014],[-94.442954,42.908073],[-94.91389,42.9097],[-94.913723,43.255054]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.970415,43.255358],[-93.497635,43.255468],[-93.498617,42.908512],[-93.971238,42.907762],[-93.970415,43.255358]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"WRIGHT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.686671,37.481545],[-92.252261,37.472944],[-92.251359,37.059653],[-92.685867,37.067051],[-92.686671,37.481545]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"GOSPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.981743,40.700003],[-99.643462,40.684911],[-99.642209,40.3512],[-100.094798,40.351245],[-99.981743,40.700003]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"KIDDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.113261,47.327262],[-100.033292,47.327192],[-99.480726,47.327076],[-99.44972,46.63163],[-99.915508,46.632925],[-100.081198,46.633396],[-100.113261,47.327262]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CADDO","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.623149,35.551597],[-98.313251,35.551523],[-98.096014,35.377753],[-98.092645,34.854919],[-98.619816,34.854953],[-98.621054,35.097352],[-98.623336,35.464225],[-98.623149,35.551597]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LEBANON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.535414,40.555157],[-76.440181,40.495952],[-76.151215,40.315971],[-76.566339,40.196644],[-76.535414,40.555157]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CASTRO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.525184,34.746931],[-102.168839,34.747417],[-101.998493,34.74819],[-101.99802,34.313039],[-102.090415,34.313132],[-102.525631,34.313034],[-102.525184,34.746931]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LAMB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.61515,34.312891],[-102.525631,34.313034],[-102.090415,34.313132],[-102.085733,33.824675],[-102.615447,33.825121],[-102.61515,34.312891]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"REAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.757621,30.074132],[-99.602776,29.907679],[-99.60313,29.627181],[-100.014188,29.623495],[-99.967626,30.082356],[-99.757621,30.074132]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.316055,44.424502],[-90.316253,44.685154],[-89.844931,44.684945],[-89.724746,44.247678],[-89.902783,44.249473],[-90.31268,44.24875],[-90.316055,44.424502]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"PRICE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.678749,45.638264],[-90.676968,45.981554],[-90.302063,45.981349],[-90.043958,45.981948],[-90.042857,45.897263],[-90.043414,45.555082],[-90.042273,45.381866],[-90.678773,45.377907],[-90.678749,45.638264]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"TORRANCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.411781,34.870252],[-106.243874,35.040003],[-105.714419,35.041605],[-105.290791,35.04203],[-105.313072,34.347205],[-105.925968,34.25999],[-106.415972,34.259822],[-106.416924,34.439687],[-106.411781,34.870252]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MECOSTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.562433,43.815483],[-85.088811,43.813676],[-85.084996,43.46619],[-85.562348,43.46813],[-85.562433,43.815483]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ANDREW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.04308,40.130096],[-94.605942,40.126127],[-94.605377,40.039217],[-94.602819,39.819608],[-94.8778175,39.8204148],[-94.9933742,39.8985653],[-95.04308,40.130096]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"NORTHUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.939749,40.638378],[-76.800242,40.881994],[-76.896114,41.13907],[-76.732672,41.17204],[-76.528034,40.882515],[-76.380152,40.775511],[-76.701624,40.658082],[-76.949414,40.628163],[-76.939749,40.638378]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"OGLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.688486,42.199112],[-89.396192,42.201916],[-88.939732,42.15232],[-88.941279,41.891752],[-89.62933,41.901617],[-89.685366,41.93034],[-89.688486,42.199112]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"OKALOOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.785692,30.996983],[-86.688241,30.9962019],[-86.3886447,30.9945282],[-86.3973796,30.3774953],[-86.8003514,30.3845081],[-86.785692,30.996983]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"IROQUOIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.131938,40.997839],[-87.5264633,41.0103548],[-87.5261365,40.7368851],[-87.5268758,40.4912244],[-87.935309,40.485923],[-88.117905,40.488086],[-88.131938,40.997839]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DICKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.3877876,43.5004787],[-94.9146135,43.5005959],[-94.913723,43.255054],[-95.388078,43.255221],[-95.3877876,43.5004787]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MORTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0419385,37.3891901],[-101.556606,37.388485],[-101.5552588,36.9952909],[-102.0282042,36.9931451],[-102.04224,36.993083],[-102.0419385,37.3891901]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WAYNE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.943355,31.824565],[-88.910459,31.826649],[-88.4686625,31.8938557],[-88.4636253,31.6979424],[-88.4494461,31.4358369],[-88.841707,31.433703],[-88.943468,31.433458],[-88.943355,31.824565]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ORLEANS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.4655512,43.3708954],[-77.9955898,43.3653103],[-77.99729,43.132981],[-78.465505,43.128619],[-78.4655512,43.3708954]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ALLEGANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.308839,42.521217],[-78.038261,42.521522],[-77.722964,42.471216],[-77.7499309,41.9987554],[-78.206603,41.9990883],[-78.308129,41.9990711],[-78.308839,42.521217]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"AMHERST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.172131,37.803097],[-78.869245,37.542092],[-79.021687,37.429243],[-79.085123,37.394875],[-79.185702,37.46582],[-79.436947,37.617057],[-79.172131,37.803097]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TATTNALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.232788,32.318838],[-82.025339,32.278883],[-81.761735,32.0479],[-81.824405,32.014882],[-81.969052,31.789324],[-82.048582,31.827075],[-82.225042,31.913074],[-82.232788,32.318838]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"JEROME","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.594375,42.850901],[-113.931687,42.765026],[-113.931799,42.535243],[-114.000388,42.526373],[-114.616487,42.649298],[-114.594375,42.850901]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.443506,42.355017],[-74.254303,42.408207],[-73.783721,42.464231],[-73.910675,42.127293],[-74.451713,42.169225],[-74.443506,42.355017]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"KALAMAZOO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.764697,42.420715],[-85.543191,42.421433],[-85.298879,42.419849],[-85.293626,42.071553],[-85.762943,42.069327],[-85.764697,42.420715]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"NEWAYGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.039491,43.467447],[-86.037884,43.815611],[-85.562433,43.815483],[-85.562348,43.46813],[-85.562538,43.294271],[-85.790448,43.293003],[-86.039491,43.467447]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GREENWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.522782,38.08637],[-96.357277,38.17266],[-95.958862,38.170939],[-95.959046,38.040195],[-95.960876,37.734304],[-95.961002,37.603761],[-96.5253,37.607015],[-96.522782,38.08637]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.278103,40.698291],[-97.825723,40.698555],[-97.82478,40.698537],[-97.824114,40.350541],[-98.273571,40.350359],[-98.27809,40.350347],[-98.278103,40.698291]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.295602,41.914954],[-97.833288,41.916286],[-97.830493,41.742238],[-97.829846,41.526174],[-98.291344,41.480727],[-98.29576,41.741178],[-98.295602,41.914954]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GUILFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.043238,36.010758],[-80.035119,36.257184],[-79.53241,36.241463],[-79.541728,35.899851],[-80.046869,35.920693],[-80.043238,36.010758]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HANSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.967279,43.850686],[-97.85111,43.849857],[-97.608517,43.849059],[-97.607012,43.499826],[-97.965012,43.49904],[-97.967279,43.850686]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"LAMOILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.924112,44.633051],[-72.578161,44.781578],[-72.374786,44.584125],[-72.434315,44.506098],[-72.804995,44.451676],[-72.924112,44.633051]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.042273,45.381866],[-90.043414,45.555082],[-89.424824,45.467166],[-89.425971,45.119098],[-90.043685,45.120214],[-90.042273,45.381866]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.983843,36.508314],[-81.8267341,36.6147191],[-81.6469,36.611918],[-81.677535,36.588117],[-81.7253728,36.3897385],[-81.9184445,36.2873579],[-81.9343692,36.2647162],[-81.983843,36.508314]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"PAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.384964,40.90155],[-94.928459,40.900653],[-94.9148979,40.5749212],[-95.202266,40.5783756],[-95.3739251,40.5803324],[-95.384964,40.90155]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"TELLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.32922,39.129689],[-105.033544,39.129819],[-104.942426,38.649882],[-105.329134,38.697205],[-105.330444,39.129685],[-105.32922,39.129689]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.647171,38.703396],[-91.633998,39.059057],[-91.409033,39.142542],[-91.260232,39.139845],[-91.264287,38.992762],[-91.418637,38.709778],[-91.640372,38.703792],[-91.647171,38.703396]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.93908,32.147942],[-92.814737,32.146907],[-92.312218,32.146123],[-92.312623,31.927382],[-92.362608,31.796633],[-92.973529,31.708922],[-92.93908,32.147942]]]]}},{"type":"Feature","properties":{"state":"DISTRICT OF COLUMBIA","county":"DISTRICT OF COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.119759,38.934343],[-77.0025462,38.9655317],[-77.039006,38.791645],[-77.0390664,38.8412719],[-77.119759,38.934343]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.126194,42.285229],[-111.875636,42.416333],[-111.599227,42.415395],[-111.507813,41.9996857],[-112.109532,41.997598],[-112.126194,42.285229]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"APPANOOSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.097595,40.898451],[-92.639091,40.898886],[-92.6379033,40.5909565],[-92.7145973,40.5895828],[-93.0972912,40.5838235],[-93.097595,40.898451]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"REPUBLIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.9318249,40.0022363],[-97.8215008,40.0021869],[-97.369199,40.0019393],[-97.36867,39.654043],[-97.931482,39.653767],[-97.9318249,40.0022363]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MANISTEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.2370209,44.5182986],[-85.817802,44.512969],[-85.821186,44.164197],[-86.043507,44.167088],[-86.3878374,44.178694],[-86.2370209,44.5182986]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"FREEBORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.64829,43.848139],[-93.406642,43.84812],[-93.049524,43.848443],[-93.049192,43.4995575],[-93.4973513,43.4995307],[-93.648533,43.4995355],[-93.64829,43.848139]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LORAIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.3480192,41.4272633],[-81.960325,41.5005533],[-81.878053,41.275044],[-82.171492,41.063537],[-82.336496,41.065761],[-82.342314,41.283554],[-82.3480192,41.4272633]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.7758377,34.9879372],[-84.703607,35.241043],[-84.495529,35.285472],[-84.2865984,35.2057582],[-84.321869,34.988408],[-84.621483,34.988329],[-84.7758377,34.9879372]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"OLDHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.041554,35.622487],[-102.162809,35.627515],[-102.162752,35.620035],[-102.167471,35.183233],[-103.042618,35.1831573],[-103.041554,35.622487]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"PENDLETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.532288,38.791937],[-84.418107,38.806596],[-84.232305,38.8747079],[-84.2261626,38.8297771],[-84.205346,38.582039],[-84.476299,38.542723],[-84.532288,38.791937]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.571754,39.839326],[-90.583534,39.87675],[-89.994405,39.87286],[-89.926037,39.522104],[-90.15375,39.520315],[-90.301801,39.520192],[-90.599105,39.79006],[-90.571754,39.839326]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"STORY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.69839,42.209339],[-93.463043,42.209302],[-93.231722,42.208886],[-93.231858,41.862711],[-93.347933,41.863104],[-93.698032,41.86337],[-93.69839,42.209339]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"INGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.602761,42.76988],[-84.363659,42.775778],[-84.158189,42.776639],[-84.140713,42.424611],[-84.600403,42.421984],[-84.602761,42.76988]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"SIMPSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.230331,32.049728],[-89.730066,32.047072],[-89.653025,31.780653],[-89.755103,31.774654],[-89.974586,31.761655],[-90.122565,31.75268],[-90.230331,32.049728]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"FORREST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.451616,31.434029],[-89.399178,31.434029],[-89.146092,31.434052],[-89.137967,30.909877],[-89.340806,30.909912],[-89.34895,31.01037],[-89.451616,31.434029]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"BELKNAP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.531658,43.760979],[-71.162675,43.538959],[-71.236011,43.284994],[-71.727573,43.563411],[-71.531658,43.760979]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"GEAUGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.391005,41.569716],[-81.003631,41.715137],[-81.003125,41.501685],[-81.003319,41.34786],[-81.391694,41.348272],[-81.391005,41.569716]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"LAURENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.313996,34.484002],[-82.146792,34.785554],[-81.854002,34.594549],[-81.643552,34.533652],[-81.945019,34.203148],[-82.246337,34.409676],[-82.313996,34.484002]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MINER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.849492,44.195235],[-97.370115,44.194971],[-97.369463,43.848526],[-97.608517,43.849059],[-97.85111,43.849857],[-97.849492,44.195235]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DIMMIT","RigCount":15},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.114336,28.648122],[-99.409021,28.640566],[-99.395736,28.640784],[-99.394177,28.204627],[-100.113719,28.197819],[-100.114336,28.648122]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LYNN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.075929,33.389586],[-101.556884,33.39476],[-101.557434,32.961025],[-101.691284,32.961838],[-102.076214,32.959702],[-102.075929,33.389586]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GILLESPIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.303996,30.499832],[-98.964232,30.498482],[-98.59167,30.499875],[-98.587897,30.138954],[-98.920147,30.13829],[-99.301718,30.286653],[-99.303996,30.499832]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"KING AND QUEEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.181418,37.891654],[-77.070115,37.96477],[-76.751072,37.728605],[-76.654076,37.603174],[-76.712305,37.431309],[-76.741984,37.467076],[-76.792184,37.517594],[-77.181418,37.891654]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"ALEXANDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.4736794,37.3348539],[-89.248439,37.335109],[-89.1666202,37.0721103],[-89.132915,36.982057],[-89.3074367,37.0287594],[-89.4828893,37.2609507],[-89.4736794,37.3348539]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.004317,36.270378],[-83.905638,36.419979],[-83.667408,36.344381],[-83.732704,36.164583],[-83.941711,36.186378],[-84.004317,36.270378]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"BARTHOLOMEW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.085601,39.344189],[-85.952005,39.347373],[-85.684515,39.350049],[-85.686783,39.130859],[-85.798804,39.068536],[-86.080272,39.05027],[-86.085601,39.344189]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"COMANCHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.826008,34.594413],[-98.619816,34.854953],[-98.092645,34.854919],[-98.089098,34.681119],[-98.142148,34.506994],[-98.661956,34.405948],[-98.826008,34.594413]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SALINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.477233,39.292796],[-93.104485,39.383656],[-92.849224,39.226218],[-92.934569,39.064547],[-93.050453,38.928244],[-93.496377,38.942837],[-93.477233,39.292796]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CHOCTAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.4686625,31.8938557],[-88.4311454,32.2276362],[-88.4213122,32.3086791],[-87.930661,32.310574],[-88.07349,31.990182],[-88.088288,31.699303],[-88.4636253,31.6979424],[-88.4686625,31.8938557]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.1291593,31.7802783],[-84.95864,31.777854],[-84.817843,31.619771],[-84.819807,31.501192],[-85.0516814,31.5195403],[-85.1254406,31.7629687],[-85.1291593,31.7802783]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"LAPORTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.932849,41.7164969],[-86.824828,41.76024],[-86.5242197,41.7595722],[-86.524711,41.432886],[-86.930079,41.236798],[-86.932849,41.7164969]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5270653,40.4768823],[-87.093676,40.475745],[-87.092148,40.366612],[-87.406667,40.127508],[-87.5310216,40.1480354],[-87.5270653,40.4768823]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CHARLEVOIX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0960569,45.363088],[-84.732687,45.289382],[-84.734303,45.201936],[-84.857452,45.116707],[-85.3778243,45.2076444],[-85.0960569,45.363088]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.726827,40.350398],[-98.723948,40.350391],[-98.27809,40.350347],[-98.273571,40.350359],[-98.2740171,40.0023375],[-98.504455,40.0023799],[-98.726373,40.0023363],[-98.726827,40.350398]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.8115424,38.5723696],[-82.650039,38.849073],[-82.575583,38.844478],[-82.2821333,38.5798608],[-82.5089669,38.4146439],[-82.593673,38.421809],[-82.6641169,38.5077156],[-82.8115424,38.5723696]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"KING GEORGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.2843465,38.3516368],[-76.9967913,38.2791478],[-77.061695,38.161631],[-77.115997,38.149931],[-77.326692,38.245136],[-77.2843465,38.3516368]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CROSS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.039783,35.354256],[-91.03923,35.444717],[-90.502429,35.441726],[-90.502993,35.144214],[-91.04267,35.148189],[-91.039783,35.354256]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.414446,28.784955],[-80.98725,28.612997],[-80.862908,28.347487],[-81.657268,28.347098],[-81.658597,28.76687],[-81.414446,28.784955]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"PEORIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.986068,40.712257],[-89.985479,40.974495],[-89.638727,40.973707],[-89.47233,40.921206],[-89.554994,40.747637],[-89.872463,40.513127],[-89.986068,40.712257]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.630818,39.346948],[-86.381395,39.339752],[-86.318133,39.04881],[-86.317474,38.99087],[-86.682277,38.992404],[-86.683002,39.165746],[-86.630818,39.346948]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GEARY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.963177,39.1323],[-96.961693,39.220076],[-96.501166,39.043666],[-96.501556,38.869704],[-96.890245,38.870067],[-96.963177,39.1323]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"TISHOMINGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.3635303,34.9957468],[-88.200064,34.995634],[-88.097888,34.892202],[-88.1395594,34.5816967],[-88.1549022,34.4630343],[-88.329193,34.463571],[-88.365472,34.755604],[-88.3635303,34.9957468]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"FILLMORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.82478,40.698537],[-97.368401,40.698625],[-97.368688,40.350392],[-97.820816,40.350545],[-97.824114,40.350541],[-97.82478,40.698537]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CARBON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.997348,40.912985],[-75.649637,41.122344],[-75.474193,40.814746],[-75.608985,40.787387],[-75.757807,40.735414],[-75.997348,40.912985]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"UPTON","RigCount":14},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.31805,31.651327],[-102.287345,31.651276],[-101.775802,31.651319],[-101.776191,31.079784],[-102.301212,31.086212],[-102.31805,31.651327]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FALLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.278113,31.279799],[-96.801123,31.522269],[-96.596862,31.2209],[-96.829121,31.105871],[-97.070188,30.98622],[-97.278113,31.279799]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MCCULLOCH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.603223,31.087296],[-99.60185,31.49195],[-99.202768,31.467234],[-99.090622,31.460927],[-99.092317,30.941002],[-99.484755,30.940605],[-99.603223,31.087296]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"DANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.838135,43.206057],[-89.720463,43.293084],[-89.009139,43.28483],[-89.008832,43.197724],[-89.013582,42.84763],[-89.369128,42.845036],[-89.838167,42.857397],[-89.838135,43.206057]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"IOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.429825,43.20094],[-90.193814,43.164464],[-89.838135,43.206057],[-89.838167,42.857397],[-89.83841,42.813799],[-90.426902,42.812862],[-90.429825,43.20094]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"DICKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.566798,36.177857],[-87.513533,36.334713],[-87.286501,36.321933],[-87.182573,36.049726],[-87.204242,35.959186],[-87.53453,35.993074],[-87.566798,36.177857]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.836889,43.118851],[-84.36776,43.117942],[-84.363659,42.775778],[-84.602761,42.76988],[-84.837085,42.770479],[-84.836889,43.118851]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.670822,42.211408],[-95.323497,42.210932],[-95.090851,42.210405],[-95.092861,41.863374],[-95.557277,41.863449],[-95.672771,41.863147],[-95.670822,42.211408]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"BOURBON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.088082,37.732476],[-95.077876,38.037706],[-94.6141002,38.0370566],[-94.6178725,37.6731107],[-95.088012,37.674519],[-95.088082,37.732476]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ELLIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.591776,39.132357],[-99.047687,39.133014],[-99.0375,39.133121],[-99.042626,38.696807],[-99.585087,38.696537],[-99.598323,38.696514],[-99.591776,39.132357]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HARDEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.054349,27.646382],[-81.563318,27.646647],[-81.563696,27.34068],[-82.055753,27.338264],[-82.054349,27.646382]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"HARPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.0025715,37.0016192],[-99.5411149,36.9999096],[-99.4562024,36.9997003],[-99.295186,36.819566],[-99.605565,36.592753],[-100.00316,36.59325],[-100.0025715,37.0016192]]]]}},{"type":"Feature","properties":{"state":"RHODE ISLAND","county":"BRISTOL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.365207,41.735649],[-71.317402,41.7772561],[-71.2086005,41.6903092],[-71.33097,41.686962],[-71.365207,41.735649]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"MOFFAT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0482598,40.6626018],[-109.050076,41.000659],[-107.9184183,41.0012271],[-107.3177958,41.0028425],[-107.314153,40.600281],[-107.439386,40.223379],[-109.0507321,40.2226553],[-109.0482598,40.6626018]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MARQUETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.116571,46.419951],[-88.0445217,46.9174499],[-87.595307,46.78295],[-87.366767,46.507303],[-87.1163596,46.5061514],[-87.116138,46.15905],[-87.367849,45.985321],[-87.617091,45.986014],[-87.615597,46.246653],[-88.117407,46.246618],[-88.116571,46.419951]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ALLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.340531,40.859099],[-83.880423,40.920429],[-83.880063,40.819919],[-83.880194,40.64469],[-84.396778,40.684926],[-84.340531,40.859099]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6641169,38.5077156],[-82.593673,38.421809],[-82.5846938,38.240513],[-82.794206,38.243772],[-82.817454,38.373935],[-82.6641169,38.5077156]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ISLE OF WIGHT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.924629,36.707729],[-76.849684,36.996211],[-76.641581,37.153827],[-76.445301,36.941891],[-76.897592,36.64405],[-76.909672,36.648175],[-76.924629,36.707729]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CAMPBELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.3212072,39.0205864],[-84.232305,38.8747079],[-84.418107,38.806596],[-84.5065187,39.1017664],[-84.3212072,39.0205864]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.055625,29.718232],[-82.049244,29.71867],[-81.581207,29.840176],[-81.52366,29.622432],[-81.433992,29.398552],[-81.680903,29.32443],[-82.055899,29.471232],[-82.055625,29.718232]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.406189,33.698307],[-83.28034,33.761774],[-82.995602,33.693583],[-83.012853,33.469178],[-83.164207,33.35503],[-83.279931,33.483438],[-83.406189,33.698307]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"GUADALUPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.290791,35.04203],[-105.291169,35.216489],[-104.125136,35.215696],[-104.125121,35.142058],[-104.129143,34.779337],[-104.444762,34.604952],[-104.892023,34.604426],[-104.891745,34.347043],[-105.313072,34.347205],[-105.290791,35.04203]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WHITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.930759,40.912418],[-86.581532,40.910925],[-86.581739,40.735765],[-86.771293,40.562082],[-87.095357,40.562895],[-87.09839,40.736541],[-86.930759,40.912418]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MAHASKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.871421,41.508522],[-92.756508,41.508794],[-92.411995,41.509548],[-92.410233,41.161942],[-92.640361,41.161298],[-92.869771,41.161066],[-92.871421,41.508522]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.859377,42.909097],[-95.388182,42.909897],[-95.38801,42.561742],[-95.741611,42.561285],[-95.859949,42.56062],[-95.859377,42.909097]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.484103,36.942096],[-88.482957,37.022566],[-88.240371,36.981911],[-88.157347,36.867183],[-88.110831,36.74715],[-88.485697,36.750328],[-88.484103,36.942096]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"KOSCIUSKO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.077551,41.172868],[-86.05923,41.435812],[-85.653507,41.436856],[-85.651928,41.294776],[-85.684181,41.046716],[-85.945561,41.042876],[-86.077551,41.172868]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"GUERNSEY","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.716276,40.152166],[-81.622683,40.221308],[-81.338057,40.214253],[-81.225924,40.170075],[-81.234053,39.95127],[-81.694146,39.842636],[-81.716276,40.152166]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"FENTRESS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.120445,36.407164],[-84.731839,36.524674],[-84.700785,36.370824],[-84.907753,36.156293],[-85.100213,36.138561],[-85.119583,36.144719],[-85.120445,36.407164]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"BLEDSOE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.423804,35.567422],[-85.254062,35.765611],[-84.916062,35.761939],[-85.135191,35.458649],[-85.225877,35.354276],[-85.423804,35.567422]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JIM HOGG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.954669,27.269397],[-98.798323,27.354029],[-98.523284,27.26515],[-98.422616,26.783535],[-98.95423,26.785694],[-98.954669,27.269397]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"DODGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.009139,43.28483],[-89.006848,43.633045],[-88.886052,43.63354],[-88.400426,43.543532],[-88.417987,43.194697],[-88.535843,43.196048],[-89.008832,43.197724],[-89.009139,43.28483]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"BUFFALO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.650248,44.596649],[-91.529101,44.596197],[-91.5592156,44.0242093],[-91.8545,44.1972265],[-92.0845286,44.4046143],[-91.650248,44.596649]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"NOLAN","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.660626,32.525312],[-100.146543,32.522793],[-100.151911,32.082638],[-100.235137,32.082372],[-100.665353,32.085407],[-100.660626,32.525312]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"ESCAMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.61589,31.244458],[-87.427455,31.260386],[-86.700282,31.192217],[-86.688241,30.9962019],[-86.785692,30.996983],[-87.1630807,30.9990242],[-87.598937,30.997422],[-87.61589,31.244458]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"CALUMET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.40407,44.244102],[-88.192611,44.241947],[-88.04324,44.241018],[-88.041794,43.891692],[-88.162274,43.891511],[-88.404187,43.9382],[-88.40407,44.244102]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"NOBLES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.05232,43.84907],[-95.462427,43.847911],[-95.452502,43.847953],[-95.4544322,43.5003221],[-95.8609462,43.4999929],[-96.0531628,43.5001877],[-96.05232,43.84907]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"TODD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.15557,46.36888],[-94.731442,46.368605],[-94.653462,46.348678],[-94.64399,45.77395],[-95.139731,45.773416],[-95.14588,46.106761],[-95.15557,46.36888]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CEDAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.073524,37.639722],[-94.065675,37.900987],[-93.628404,37.829435],[-93.616033,37.572689],[-94.075385,37.58157],[-94.073524,37.639722]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HOKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.458751,35.043639],[-79.097602,35.174194],[-79.038747,34.952715],[-79.347823,34.838617],[-79.458751,35.043639]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.913616,40.104452],[-90.513747,39.987891],[-90.583534,39.87675],[-90.571754,39.839326],[-90.916609,39.845075],[-90.913616,40.104452]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.785194,41.068749],[-90.439423,41.063995],[-90.444343,40.714667],[-90.445506,40.627843],[-90.789652,40.63575],[-90.785194,41.068749]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"HENDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.1182229,40.6995347],[-90.9518941,41.0698727],[-90.785194,41.068749],[-90.789652,40.63575],[-90.904216,40.639201],[-91.1854606,40.6381118],[-91.1182229,40.6995347]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OTTAWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.2739283,43.118368],[-85.790662,43.205167],[-85.782498,42.7682],[-86.2085385,42.7675439],[-86.2739283,43.118368]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.7743442,40.5775305],[-93.5568967,40.5796595],[-93.3743863,40.580397],[-93.366935,40.382999],[-93.367214,40.266314],[-93.763324,40.263988],[-93.7743442,40.5775305]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FANNIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.384602,33.397826],[-96.3796608,33.7155309],[-95.8448785,33.8604219],[-95.857738,33.461722],[-95.858723,33.40953],[-96.295413,33.351936],[-96.384602,33.397826]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.641769,38.604719],[-78.394704,38.82279],[-78.284805,38.759315],[-78.338176,38.627312],[-78.452801,38.475527],[-78.48574,38.421579],[-78.641769,38.604719]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"ROCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.369128,42.845036],[-89.013582,42.84763],[-88.777076,42.842694],[-88.7764958,42.4941366],[-88.9403849,42.4954398],[-89.3657986,42.500026],[-89.369128,42.845036]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"NEWTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.479528,36.125072],[-93.30082,36.12155],[-92.944666,36.115123],[-92.951315,35.724663],[-93.164452,35.728831],[-93.519204,35.763521],[-93.479528,36.125072]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.581844,40.523383],[-103.465377,40.436346],[-103.47199,40.001502],[-103.705701,40.001366],[-104.150332,40.000856],[-104.147714,40.524389],[-103.581844,40.523383]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.95864,31.777854],[-84.907006,31.924465],[-84.65582,31.920308],[-84.599776,31.920171],[-84.546854,31.621199],[-84.817843,31.619771],[-84.95864,31.777854]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WILSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.828444,35.867208],[-77.665131,35.674935],[-77.700692,35.652295],[-77.822511,35.585383],[-78.064784,35.585263],[-78.192117,35.730545],[-77.828444,35.867208]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BUENA VISTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.388182,42.909897],[-94.91389,42.9097],[-94.914485,42.560309],[-95.38801,42.561742],[-95.388182,42.909897]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"KNOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.124348,37.404973],[-82.948544,37.503167],[-82.92546,37.486525],[-82.710805,37.285323],[-82.732693,37.271502],[-83.000142,37.19571],[-83.124348,37.404973]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. JAMES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.963693,30.06645],[-90.641998,30.16643],[-90.656312,29.889246],[-90.885589,29.905353],[-90.963693,30.06645]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WELLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.448825,40.653607],[-85.33603,40.917082],[-85.073861,40.917823],[-85.068479,40.56824],[-85.201146,40.567242],[-85.447014,40.566929],[-85.448825,40.653607]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RUSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.585087,38.696537],[-99.042626,38.696807],[-99.032971,38.696759],[-99.032408,38.348334],[-99.584794,38.349386],[-99.585087,38.696537]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"ESSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.272063,40.897427],[-74.130016,40.819938],[-74.147529,40.786491],[-74.136703,40.674444],[-74.371738,40.73964],[-74.272063,40.897427]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CHARLES CITY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.249665,37.382],[-77.177324,37.4906],[-76.904471,37.377665],[-76.883156,37.223057],[-76.972439,37.248501],[-77.270675,37.320756],[-77.249665,37.382]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"LEXINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.471972,34.076552],[-81.338961,34.197587],[-81.01233,33.88008],[-81.042854,33.707131],[-81.187271,33.652937],[-81.571485,33.87723],[-81.471972,34.076552]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"ROANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.781901,35.825],[-84.680633,35.908454],[-84.341812,36.048977],[-84.271587,35.910165],[-84.263383,35.89694],[-84.584472,35.644424],[-84.619865,35.644651],[-84.723853,35.752896],[-84.781901,35.825]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"BARNWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.762506,33.1972659],[-81.372931,33.490417],[-81.222673,33.44],[-81.193099,33.118668],[-81.6159557,33.0893385],[-81.762506,33.1972659]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"GREEN LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.168612,43.982834],[-88.886193,43.983233],[-88.885697,43.895184],[-88.886052,43.63354],[-89.006848,43.633045],[-89.245437,43.643083],[-89.168612,43.982834]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"DUCHESNE","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.000711,40.813678],[-109.976402,40.809686],[-109.976814,39.80623],[-110.85778,39.813285],[-110.891655,39.899654],[-110.901974,40.678162],[-110.292692,40.833343],[-110.000711,40.813678]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"CHESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.478454,34.821509],[-80.898215,34.820746],[-80.877491,34.543146],[-81.422706,34.572029],[-81.478454,34.821509]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.3526794,34.9939961],[-89.1982879,34.9944505],[-89.017127,34.9949676],[-89.088488,34.598247],[-89.245645,34.583234],[-89.3526794,34.9939961]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ESTILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.080337,37.853066],[-84.001967,37.837592],[-83.7221,37.71642],[-83.90557,37.542856],[-84.090364,37.566227],[-84.080337,37.853066]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GORDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.069159,34.587184],[-85.050446,34.622482],[-84.913456,34.634128],[-84.654523,34.583187],[-84.654366,34.548946],[-84.653232,34.41259],[-85.005775,34.392446],[-85.069159,34.587184]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"NEMAHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.067012,40.523148],[-95.7122804,40.5237544],[-95.548182,40.2644147],[-95.5478703,40.2627835],[-96.010176,40.261482],[-96.066736,40.262038],[-96.067012,40.523148]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.2934474,36.4982594],[-92.8540491,36.4980234],[-92.890695,36.114132],[-92.944666,36.115123],[-93.30082,36.12155],[-93.2934474,36.4982594]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"BREVARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.7275057,28.7911929],[-80.525094,28.459454],[-80.606874,28.336484],[-80.4476769,27.8605135],[-80.868881,27.822522],[-80.862908,28.347487],[-80.98725,28.612997],[-80.7275057,28.7911929]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"CHARLOTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.3692014,26.946081],[-82.057469,27.032119],[-81.562202,27.033836],[-81.565931,26.769552],[-82.2805413,26.7893086],[-82.3692014,26.946081]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MEADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.652642,37.474848],[-100.216229,37.47519],[-100.107248,37.474836],[-100.0894817,37.0014795],[-100.633325,37.0001736],[-100.652728,37.387627],[-100.652642,37.474848]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.961605,37.386636],[-95.52556,37.383979],[-95.52113,37.38399],[-95.5224146,36.9993198],[-95.7867619,36.9992709],[-95.9642712,36.9992231],[-95.964399,37.299232],[-95.961605,37.386636]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ST. JOSEPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.762943,42.069327],[-85.293626,42.071553],[-85.2921788,41.7597553],[-85.6597502,41.7592367],[-85.791363,41.759051],[-85.762943,42.069327]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"HOOD RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.9237494,45.6543495],[-121.5240061,45.7238362],[-121.4406958,45.6990738],[-121.481888,45.258128],[-121.696479,45.25792],[-121.819587,45.461675],[-121.9237494,45.6543495]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"PLEASANTS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.3703898,39.3487007],[-81.1212739,39.4576974],[-81.007836,39.350923],[-81.239477,39.268328],[-81.3703898,39.3487007]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LAFAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.36726,30.26044],[-83.247253,30.26067],[-82.879802,29.886847],[-82.920608,29.824143],[-83.318859,29.822623],[-83.36726,30.26044]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.147416,38.212896],[-89.144388,38.473878],[-88.698961,38.474914],[-88.702391,38.256661],[-88.704606,38.125195],[-89.129637,38.124747],[-89.147416,38.212896]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"RIPLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.440054,39.195617],[-85.29654,39.268291],[-85.065574,39.307232],[-85.132508,38.948055],[-85.135832,38.929578],[-85.203166,38.913803],[-85.444897,38.912998],[-85.440054,39.195617]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WILSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.961002,37.603761],[-95.960876,37.734304],[-95.525499,37.732759],[-95.52556,37.383979],[-95.961605,37.386636],[-95.961002,37.603761]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.128379,38.700603],[-100.818698,38.699861],[-100.688006,38.700021],[-100.684699,38.264137],[-101.103268,38.264557],[-101.125438,38.264509],[-101.128379,38.700603]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"SPENCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.42883,38.118383],[-85.424054,38.147438],[-85.101646,38.03727],[-85.167834,37.971809],[-85.489202,37.990654],[-85.42883,38.118383]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OSCODA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.371737,44.855039],[-83.888484,44.856458],[-83.886634,44.508976],[-84.370643,44.507223],[-84.371737,44.855039]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"AUDRAIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.310028,39.347795],[-91.717968,39.339122],[-91.438235,39.318716],[-91.409033,39.142542],[-91.633998,39.059057],[-92.110387,39.064204],[-92.314471,39.246454],[-92.310028,39.347795]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.602609,44.721154],[-123.149025,44.720225],[-123.180388,44.283725],[-123.775598,44.283547],[-123.602609,44.721154]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"UPSHUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.15211,32.902641],[-94.719942,32.904502],[-94.705878,32.879177],[-94.70214,32.793088],[-94.70179,32.652209],[-94.986935,32.537246],[-95.15341,32.570115],[-95.15211,32.902641]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SCHLEICHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.962176,31.08249],[-100.688764,31.086576],[-100.115216,31.087994],[-100.116234,30.710366],[-100.960587,30.706071],[-100.962176,31.08249]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.575352,35.398454],[-87.294534,35.444676],[-87.206578,35.433207],[-87.2240536,34.9992307],[-87.6060979,35.0035195],[-87.575352,35.398454]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SURRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.972439,37.248501],[-76.883156,37.223057],[-76.641581,37.153827],[-76.849684,36.996211],[-76.953546,36.94445],[-77.155415,37.112034],[-76.972439,37.248501]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FISHER","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.65587,32.963469],[-100.519208,32.962926],[-100.144224,32.959978],[-100.146543,32.522793],[-100.660626,32.525312],[-100.65587,32.963469]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"AIKEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.0165559,33.5290554],[-81.651759,33.81451],[-81.571485,33.87723],[-81.187271,33.652937],[-81.372931,33.490417],[-81.762506,33.1972659],[-81.8465005,33.2472521],[-82.0165559,33.5290554]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KAUFMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.51897,32.813616],[-96.297322,32.841723],[-96.076801,32.838489],[-96.075899,32.357505],[-96.452138,32.358631],[-96.529987,32.545282],[-96.51897,32.813616]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"GIBSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.968968,38.237389],[-87.7511059,38.4188492],[-87.462892,38.533519],[-87.316893,38.246077],[-87.467284,38.165403],[-87.688374,38.168419],[-87.9702008,38.2302711],[-87.968968,38.237389]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CROW WING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.341679,46.277705],[-94.34291,46.805529],[-93.776024,46.802891],[-93.796281,46.243199],[-93.810362,46.156585],[-94.341679,46.277705]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"HODGEMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.227137,38.262237],[-99.584207,38.262179],[-99.569533,38.087372],[-99.569879,37.913016],[-100.22709,37.914018],[-100.22661,38.001015],[-100.227137,38.262237]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"PREBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.814129,39.726556],[-84.8114171,39.9169136],[-84.485367,39.918491],[-84.479213,39.591024],[-84.8157059,39.5677217],[-84.814129,39.726556]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.653232,34.41259],[-84.257586,34.380992],[-84.258075,34.335156],[-84.258743,34.185909],[-84.418927,34.073298],[-84.659241,34.07824],[-84.653232,34.41259]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.680896,33.596919],[-83.505928,33.81776],[-83.406189,33.698307],[-83.279931,33.483438],[-83.533736,33.434472],[-83.682196,33.52622],[-83.680896,33.596919]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.724387,40.689772],[-98.72143,40.698903],[-98.282851,40.698284],[-98.278103,40.698291],[-98.27809,40.350347],[-98.723948,40.350391],[-98.724387,40.689772]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.287882,39.95249],[-91.952726,39.949426],[-91.840353,39.948235],[-91.846743,39.658513],[-92.299316,39.605344],[-92.287882,39.95249]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.935371,34.350097],[-93.478646,34.340851],[-93.373406,33.95707],[-93.456709,33.956837],[-93.823076,34.008893],[-93.935371,34.350097]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.066836,32.558822],[-97.617066,32.555484],[-97.615286,32.318618],[-97.945625,32.233468],[-98.068545,32.511626],[-98.066836,32.558822]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.044787,37.329846],[-89.041401,37.596576],[-88.708546,37.599277],[-88.71065,37.33709],[-88.929129,37.302647],[-89.044787,37.329846]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.264287,38.992762],[-90.958536,38.870865],[-90.964461,38.547545],[-91.369192,38.699324],[-91.418637,38.709778],[-91.264287,38.992762]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"BUREAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.862351,41.584005],[-89.631494,41.584949],[-89.166561,41.585289],[-89.163705,41.310187],[-89.466421,41.148558],[-89.638429,41.148591],[-89.857798,41.234483],[-89.862351,41.584005]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.06665,42.009195],[-102.006204,42.096338],[-101.426557,42.092194],[-101.42592,41.743059],[-101.985523,41.74229],[-102.06665,42.009195]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"OWEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.074583,38.596838],[-84.934536,38.66213],[-84.785788,38.720459],[-84.580539,38.473039],[-84.740594,38.352415],[-84.870482,38.356751],[-85.074583,38.596838]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"ALFALFA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.544662,36.9985242],[-98.3471488,36.9979692],[-98.1119852,36.998248],[-98.104286,36.593578],[-98.104427,36.463105],[-98.533617,36.46323],[-98.544662,36.9985242]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"BOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.639265,38.999129],[-89.250447,39.028145],[-89.254237,38.742019],[-89.597321,38.743236],[-89.639265,38.999129]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CAMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.989258,43.858563],[-114.374962,43.19964],[-114.594605,43.198345],[-115.086155,43.198064],[-114.989258,43.858563]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"TROUSDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.228434,36.487472],[-85.978893,36.426073],[-86.136803,36.295859],[-86.283256,36.3475],[-86.228434,36.487472]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"STEPHENSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.8375949,42.5049104],[-89.4014168,42.5004419],[-89.396192,42.201916],[-89.688486,42.199112],[-89.91965,42.196824],[-89.9270069,42.5057905],[-89.8375949,42.5049104]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.20535,47.574506],[-101.428037,47.561986],[-101.257031,47.264895],[-101.764419,47.241423],[-101.764392,46.981306],[-102.096675,46.981159],[-102.144771,47.010307],[-102.20535,47.574506]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ONONDAGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.479224,43.227519],[-75.993394,43.183376],[-75.896079,42.790964],[-76.274673,42.771257],[-76.450738,42.84576],[-76.479224,43.227519]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WOODBURY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4800225,42.5613248],[-95.859949,42.56062],[-95.741611,42.561285],[-95.670822,42.211408],[-96.3372161,42.2148495],[-96.3519572,42.2808947],[-96.445508,42.49063],[-96.4800225,42.5613248]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"OLIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.257031,47.264895],[-100.965156,47.156631],[-100.935983,46.98284],[-101.764392,46.981306],[-101.764419,47.241423],[-101.257031,47.264895]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.3273198,36.6239463],[-89.1756498,36.6513193],[-88.834589,36.5019803],[-89.3451943,36.5013432],[-89.539232,36.497934],[-89.3273198,36.6239463]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"RINGGOLD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.470779,40.899502],[-94.014803,40.897031],[-94.015492,40.5740737],[-94.2322407,40.5720146],[-94.4712077,40.5709595],[-94.470779,40.899502]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GRAVES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.813229,36.773115],[-88.812897,36.946864],[-88.484103,36.942096],[-88.485697,36.750328],[-88.4890767,36.5012837],[-88.5163581,36.5014642],[-88.8167642,36.5019514],[-88.813229,36.773115]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"TWIN FALLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.037697,42.768414],[-115.037774,42.911864],[-114.616487,42.649298],[-114.000388,42.526373],[-114.285448,42.417333],[-114.281855,41.994214],[-115.0381098,41.9986341],[-115.037697,42.768414]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.470603,41.157566],[-94.241637,41.157134],[-94.014189,41.156762],[-94.014803,40.897031],[-94.470779,40.899502],[-94.470603,41.157566]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.4743388,34.9836733],[-85.387089,35.147169],[-85.225877,35.354276],[-85.135191,35.458649],[-85.016343,35.409288],[-84.946339,35.287717],[-84.9769738,34.9872198],[-84.979854,34.9872056],[-85.265055,34.9850776],[-85.363919,34.9833766],[-85.4743388,34.9836733]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"OUTAGAMIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.606083,44.590515],[-88.245204,44.584746],[-88.192611,44.241947],[-88.40407,44.244102],[-88.73977,44.243303],[-88.606083,44.590515]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"GARRETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.476662,39.721078],[-79.3924584,39.7214394],[-78.9284161,39.7229986],[-79.0674474,39.4728087],[-79.2623921,39.3262438],[-79.486873,39.205961],[-79.476662,39.721078]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.258608,38.847521],[-87.945923,38.850108],[-87.908113,38.850107],[-87.912286,38.570104],[-87.953898,38.570094],[-88.147814,38.569086],[-88.253851,38.599502],[-88.258608,38.847521]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ALLEGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.2085385,42.7675439],[-85.782498,42.7682],[-85.545564,42.768139],[-85.543191,42.421433],[-85.764697,42.420715],[-86.276994,42.4193103],[-86.2085385,42.7675439]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"NEW HANOVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.029922,34.331768],[-77.7135132,34.2902472],[-77.8854551,34.038241],[-78.029922,34.331768]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RENO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.472794,38.172757],[-97.922136,38.173713],[-97.701841,38.173814],[-97.701969,37.911325],[-97.807823,37.733855],[-98.464804,37.732675],[-98.472257,37.824497],[-98.472794,38.172757]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.388078,43.255221],[-94.913723,43.255054],[-94.91389,42.9097],[-95.388182,42.909897],[-95.388078,43.255221]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ROWAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.707826,35.852929],[-80.458884,35.743031],[-80.182559,35.504151],[-80.295421,35.50292],[-80.737379,35.505804],[-80.707826,35.852929]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WALLACE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0472007,39.1331467],[-101.478195,39.134761],[-101.484383,38.700166],[-101.567094,38.699669],[-102.0457129,38.6975658],[-102.046571,39.047038],[-102.0472007,39.1331467]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COLLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.83411,33.405498],[-96.384602,33.397826],[-96.295413,33.351936],[-96.297227,32.981752],[-96.516866,32.982308],[-96.843979,32.987554],[-96.83411,33.405498]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CHILDRESS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.415895,34.747525],[-100.0003822,34.7463606],[-99.9976293,34.5611366],[-99.99772,34.311829],[-100.417783,34.313524],[-100.415895,34.747525]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ERATH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.475177,32.513039],[-98.068545,32.511626],[-97.945625,32.233468],[-97.864864,32.087328],[-98.005462,32.017897],[-98.208386,31.917511],[-98.551158,32.261436],[-98.475177,32.513039]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"COFFEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.958862,38.170939],[-95.950282,38.434105],[-95.508267,38.433933],[-95.508328,38.390278],[-95.51897,38.03823],[-95.959046,38.040195],[-95.958862,38.170939]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.628806,42.209396],[-94.397526,42.209161],[-94.164704,42.20992],[-94.164138,41.863244],[-94.28034,41.862999],[-94.628724,41.862763],[-94.628806,42.209396]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WOODSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.959046,38.040195],[-95.51897,38.03823],[-95.525499,37.732759],[-95.960876,37.734304],[-95.959046,38.040195]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WINNEBAGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.9707616,43.499605],[-93.648533,43.4995355],[-93.4973513,43.4995307],[-93.497635,43.255468],[-93.970415,43.255358],[-93.9707616,43.499605]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"GRATIOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.845962,43.466158],[-84.60754,43.466006],[-84.369876,43.466044],[-84.367891,43.128452],[-84.36776,43.117942],[-84.836889,43.118851],[-84.845962,43.466158]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"LYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.35378,38.521657],[-96.352613,38.739021],[-95.945924,38.739112],[-95.950282,38.434105],[-95.958862,38.170939],[-96.357277,38.17266],[-96.35378,38.521657]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.4973513,43.4995307],[-93.049192,43.4995575],[-93.0243479,43.4995562],[-93.024143,43.255538],[-93.497635,43.255468],[-93.4973513,43.4995307]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"NEOSHO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.525499,37.732759],[-95.088082,37.732476],[-95.088012,37.674519],[-95.088189,37.383837],[-95.52113,37.38399],[-95.52556,37.383979],[-95.525499,37.732759]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DEWITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.613132,29.109765],[-97.240108,29.384488],[-96.976378,29.104046],[-97.305916,28.864037],[-97.574639,28.8133],[-97.613132,29.109765]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.193519,37.147256],[-88.095781,37.179684],[-87.876996,36.960116],[-88.157347,36.867183],[-88.240371,36.981911],[-88.193519,37.147256]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CHATHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.542428,35.843303],[-79.249538,35.87681],[-79.016305,35.86321],[-78.906097,35.867918],[-78.914734,35.583672],[-78.96964,35.521669],[-79.350073,35.518002],[-79.555804,35.515039],[-79.542428,35.843303]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MENIFEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.75943,37.998731],[-83.498846,38.05062],[-83.433942,38.033974],[-83.49508,37.861906],[-83.63106,37.825372],[-83.768783,37.918371],[-83.75943,37.998731]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.043507,44.167088],[-85.821186,44.164197],[-85.564554,44.164861],[-85.562433,43.815483],[-86.037884,43.815611],[-86.043507,44.167088]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"FAULKNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.554685,35.113277],[-92.481469,35.368392],[-92.252759,35.363718],[-92.111463,35.362725],[-92.119719,35.066493],[-92.121336,35.01221],[-92.544341,34.953319],[-92.554685,35.113277]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CALDWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.810516,36.111511],[-81.545488,36.117475],[-81.328324,35.996583],[-81.334272,35.796281],[-81.363796,35.767802],[-81.807162,35.961955],[-81.810516,36.111511]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"GARLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.394289,34.743393],[-93.287785,34.773193],[-93.075178,34.771892],[-92.793197,34.503606],[-92.948071,34.389255],[-93.407227,34.396853],[-93.394289,34.743393]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.668711,34.414237],[-92.245818,34.493506],[-92.208041,34.492765],[-92.233376,34.062312],[-92.336765,34.059633],[-92.678383,34.149622],[-92.668711,34.414237]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"RENSSELAER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.676762,42.783277],[-73.635463,42.94129],[-73.2738328,42.9436317],[-73.264957,42.74594],[-73.352527,42.510002],[-73.783721,42.464231],[-73.676762,42.783277]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"VENANGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.999779,41.490049],[-79.612873,41.623858],[-79.51207,41.624559],[-79.477822,41.386479],[-79.694984,41.172865],[-79.999779,41.171861],[-79.999779,41.490049]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.463736,31.683989],[-98.208386,31.917511],[-98.005462,32.017897],[-97.766431,31.672461],[-98.180006,31.463717],[-98.27107,31.416398],[-98.463736,31.683989]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"PEMBINA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.950205,49.0005151],[-97.229039,49.000687],[-97.1477236,48.5438917],[-97.1481035,48.540744],[-97.927154,48.543124],[-97.950205,49.0005151]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DODGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.905922,41.742763],[-96.555172,41.742018],[-96.444785,41.683633],[-96.329012,41.393136],[-96.47072,41.393239],[-96.905862,41.453389],[-96.90591,41.456436],[-96.905922,41.742763]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CEDAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.4849169,42.8500032],[-97.1650704,42.7916166],[-97.0156311,42.7565255],[-97.017789,42.351347],[-97.367724,42.351861],[-97.485298,42.438578],[-97.4849169,42.8500032]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"RAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.210642,39.454682],[-94.208423,39.5272],[-93.759183,39.524558],[-93.758463,39.207021],[-94.104823,39.143507],[-94.212515,39.207086],[-94.210642,39.454682]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HARNETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.183556,35.307161],[-78.96964,35.521669],[-78.914734,35.583672],[-78.708345,35.519296],[-78.538349,35.31641],[-78.617127,35.245578],[-79.095808,35.192068],[-79.183556,35.307161]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.350073,35.518002],[-78.96964,35.521669],[-79.183556,35.307161],[-79.350073,35.518002]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.008832,43.197724],[-88.535843,43.196048],[-88.541535,42.842996],[-88.777076,42.842694],[-89.013582,42.84763],[-89.008832,43.197724]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"NICHOLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.1021,38.459379],[-83.980068,38.439448],[-83.848355,38.296949],[-83.977924,38.192118],[-84.19405,38.37175],[-84.1021,38.459379]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"FARIBAULT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.247123,43.847946],[-93.767761,43.847956],[-93.64829,43.848139],[-93.648533,43.4995355],[-93.9707616,43.499605],[-94.2479674,43.5001755],[-94.247123,43.847946]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"RICHMOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.075365,35.143081],[-79.614304,35.163679],[-79.458751,35.043639],[-79.6929464,34.8049623],[-79.9246843,34.807829],[-80.075365,35.143081]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"TODD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.259371,37.072401],[-87.053164,37.061019],[-87.0608263,36.6447709],[-87.1150036,36.644142],[-87.3359791,36.6415772],[-87.259371,37.072401]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.250447,39.028145],[-89.140076,39.217907],[-88.805325,39.216263],[-88.693531,38.914617],[-88.695165,38.826299],[-89.138393,38.736331],[-89.254237,38.742019],[-89.250447,39.028145]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"FORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.459475,40.617345],[-88.234949,40.618166],[-88.2473,40.99456],[-88.131938,40.997839],[-88.117905,40.488086],[-87.935309,40.485923],[-87.932858,40.399401],[-88.459957,40.39885],[-88.459475,40.617345]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.932952,37.480052],[-87.734545,37.638376],[-87.495331,37.647547],[-87.375145,37.569988],[-87.813413,37.350645],[-87.801046,37.379445],[-87.932952,37.480052]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DONLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.086281,35.18214],[-100.538978,35.183144],[-100.540703,34.747723],[-100.944939,34.748281],[-101.090749,34.748246],[-101.086281,35.18214]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"DAVIDSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.394307,35.972762],[-80.043238,36.010758],[-80.046869,35.920693],[-80.066842,35.505661],[-80.182559,35.504151],[-80.458884,35.743031],[-80.394307,35.972762]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.7243744,45.9386747],[-98.0081018,45.9360126],[-97.9787778,45.935934],[-97.979592,45.588483],[-97.981457,45.240415],[-98.717759,45.243732],[-98.722481,45.243764],[-98.725002,45.591252],[-98.7243744,45.9386747]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"ABBEVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.735108,34.2126148],[-82.313996,34.484002],[-82.246337,34.409676],[-82.326947,34.06412],[-82.5950258,34.0135178],[-82.735108,34.2126148]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"TURNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.40145,43.499783],[-97.129478,43.499683],[-96.924841,43.500007],[-96.924142,43.083733],[-97.160543,43.083145],[-97.399191,43.169419],[-97.40145,43.499783]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BEADLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.705762,44.634159],[-97.977791,44.631602],[-97.853028,44.544398],[-97.85366,44.195233],[-98.332042,44.19662],[-98.700453,44.196727],[-98.705762,44.634159]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CALDWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.801046,37.379445],[-87.813413,37.350645],[-87.680617,37.149239],[-87.733368,37.002103],[-87.876996,36.960116],[-88.095781,37.179684],[-87.801046,37.379445]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"PENNINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.055488,43.853476],[-104.0554162,44.1410812],[-103.452453,44.140772],[-102.388045,44.140183],[-102.282876,44.448626],[-102.001068,44.510926],[-102.007336,43.99453],[-102.139158,43.700948],[-102.809398,43.68756],[-102.687191,43.855599],[-104.055488,43.853476]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"DEUEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.88457,44.804436],[-96.882345,44.97687],[-96.4558401,44.9773452],[-96.4548305,44.8055502],[-96.4538067,44.6313358],[-96.4532913,44.5436368],[-96.885504,44.543773],[-96.88457,44.804436]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"BERKELEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.361851,33.257443],[-80.222267,33.443716],[-80.101697,33.496891],[-79.677014,33.304944],[-79.446699,33.213458],[-79.897279,32.858766],[-80.149246,33.021601],[-80.361851,33.257443]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BANDERA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.602776,29.907679],[-99.176988,29.895063],[-98.917725,29.781398],[-98.778782,29.720167],[-98.806552,29.690709],[-99.411817,29.627514],[-99.60313,29.627181],[-99.602776,29.907679]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CAMERON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.419118,41.602188],[-78.203422,41.618157],[-77.989194,41.474822],[-78.093381,41.216931],[-78.236817,41.230475],[-78.419118,41.602188]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HAMBLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.255292,36.289092],[-83.082312,36.242296],[-83.166085,36.180894],[-83.234585,36.085094],[-83.467097,36.174688],[-83.255292,36.289092]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"CLARENDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.534085,33.643911],[-79.974601,33.946527],[-79.87562,33.885245],[-80.101697,33.496891],[-80.222267,33.443716],[-80.496273,33.558481],[-80.534085,33.643911]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MCCOOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.608517,43.849059],[-97.369463,43.848526],[-97.129089,43.847973],[-97.129478,43.499683],[-97.40145,43.499783],[-97.607012,43.499826],[-97.608517,43.849059]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"JERAULD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.925953,44.196575],[-98.700453,44.196727],[-98.332042,44.19662],[-98.331508,43.937708],[-98.807771,43.935223],[-98.926997,43.935143],[-98.925953,44.196575]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MINNEHAHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.129089,43.847973],[-96.888664,43.848385],[-96.4529096,43.8495089],[-96.45326,43.50039],[-96.598928,43.500457],[-96.924841,43.500007],[-97.129478,43.499683],[-97.129089,43.847973]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"GRUNDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.59596,41.457034],[-88.252231,41.463066],[-88.244155,41.201546],[-88.251995,41.114229],[-88.58624,41.108293],[-88.59596,41.457034]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"CACHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.109532,41.997598],[-111.507813,41.9996857],[-111.401576,41.654081],[-111.510839,41.4231],[-111.885443,41.426374],[-112.1591775,41.9986819],[-112.109532,41.997598]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LE SUEUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.92955,44.456716],[-93.910405,44.543163],[-93.524327,44.543618],[-93.525231,44.196134],[-93.767971,44.195836],[-94.011868,44.23952],[-93.92955,44.456716]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ALBEMARLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.749396,38.206648],[-78.663145,38.277933],[-78.368743,38.184074],[-78.209384,38.131128],[-78.306763,38.006474],[-78.491332,37.796971],[-78.643918,37.733084],[-78.838874,38.04737],[-78.749396,38.206648]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.970738,35.815705],[-87.96274,35.840921],[-87.71676,35.83875],[-87.658189,35.609349],[-87.717559,35.483347],[-88.007709,35.423381],[-87.970738,35.815705]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"ROBERTSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.1150036,36.644142],[-87.0608263,36.6447709],[-86.763291,36.6487207],[-86.5620677,36.6407467],[-86.754795,36.405496],[-86.913233,36.382621],[-87.120443,36.45546],[-87.1150036,36.644142]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BARRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.068898,36.747818],[-94.06274,36.931775],[-93.611003,36.922831],[-93.5842815,36.4989017],[-93.8667582,36.4988662],[-94.0770883,36.498976],[-94.068898,36.747818]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CHARLOTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.904587,37.022288],[-78.824209,37.205361],[-78.681573,37.248759],[-78.443644,37.079371],[-78.493028,36.89122],[-78.648541,36.697909],[-78.904587,37.022288]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.680677,36.4318],[-82.299859,36.396505],[-82.34046,36.252807],[-82.595065,36.096205],[-82.702566,36.410412],[-82.680677,36.4318]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"RUSK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.540294,45.637605],[-90.678749,45.638264],[-90.678773,45.377907],[-90.925222,45.292061],[-91.541322,45.29222],[-91.540294,45.637605]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ARLINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.172276,38.893245],[-77.119759,38.934343],[-77.0390664,38.8412719],[-77.110799,38.843446],[-77.149701,38.87567],[-77.172276,38.893245]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.316911,34.239458],[-80.825921,34.26876],[-80.616186,34.099605],[-80.620107,33.743237],[-81.01233,33.88008],[-81.338961,34.197587],[-81.316911,34.239458]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FLUVANNA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.491332,37.796971],[-78.306763,38.006474],[-78.062481,37.904685],[-78.159326,37.748528],[-78.239748,37.690495],[-78.491332,37.796971]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CLARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.0331852,39.2646248],[-77.8283018,39.1324225],[-77.962203,39.013733],[-78.004313,38.979438],[-78.151614,39.036629],[-78.0331852,39.2646248]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.361622,45.779579],[-122.929146,45.721482],[-122.743721,45.433294],[-122.867891,45.317345],[-123.46488,45.433332],[-123.361622,45.779579]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"NICOLLET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.78063,44.45665],[-94.6242,44.45603],[-93.92955,44.456716],[-94.011868,44.23952],[-94.371731,44.264448],[-94.78063,44.45665]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"NORMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.8559593,47.4991732],[-96.067621,47.499136],[-96.067069,47.151813],[-96.194671,47.151149],[-96.8265691,47.150539],[-96.8360096,47.2379819],[-96.8559593,47.4991732]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"PIPESTONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4524359,44.1967795],[-96.07858,44.19662],[-96.063778,44.196425],[-96.06462,43.849039],[-96.4529096,43.8495089],[-96.4524359,44.1967795]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CALDWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.710215,30.024499],[-97.64937,30.067944],[-97.315823,29.786541],[-97.317893,29.784658],[-97.633176,29.649863],[-97.875259,29.858208],[-97.710215,30.024499]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"LANCASTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.668182,37.778386],[-76.507828,37.838814],[-76.3252991,37.6825739],[-76.2888778,37.5873599],[-76.668182,37.778386]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.800015,44.683425],[-121.752994,44.829919],[-120.371441,44.821769],[-120.386561,44.564009],[-120.827555,44.562793],[-121.107534,44.3906],[-121.843138,44.39263],[-121.800015,44.683425]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CHRISTIAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.608899,37.098153],[-93.065274,37.088694],[-92.903273,37.070651],[-92.909336,36.809178],[-93.304359,36.816866],[-93.610126,36.99581],[-93.608899,37.098153]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.082083,37.349291],[-94.075385,37.58157],[-93.616033,37.572689],[-93.621153,37.427423],[-93.625844,37.282011],[-94.052313,37.290078],[-94.082083,37.349291]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"FOREST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.51207,41.624559],[-78.956042,41.623402],[-79.095096,41.340658],[-79.208878,41.331861],[-79.477822,41.386479],[-79.51207,41.624559]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.513747,39.987891],[-90.355198,40.124245],[-89.994724,40.108373],[-89.994506,39.901925],[-89.994405,39.87286],[-90.583534,39.87675],[-90.513747,39.987891]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"FINNEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.103268,38.264557],[-100.684699,38.264137],[-100.244393,38.26229],[-100.227137,38.262237],[-100.22661,38.001015],[-100.664166,38.00253],[-100.652251,37.736275],[-101.089667,37.736337],[-101.103268,38.264557]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"KEARNY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.542312,38.263207],[-101.125438,38.264509],[-101.103268,38.264557],[-101.089667,37.736337],[-101.527063,37.736314],[-101.542312,38.263207]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.695242,43.971941],[-112.155935,44.05778],[-111.976849,43.927385],[-111.626043,43.626756],[-112.519861,43.626623],[-112.697122,43.62314],[-112.695242,43.971941]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.939437,31.847929],[-83.802723,31.803579],[-83.649384,31.567977],[-83.65409,31.330661],[-83.99943,31.334966],[-83.997796,31.443753],[-84.018404,31.650274],[-83.939437,31.847929]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HOOKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.426557,42.092194],[-100.846129,42.088166],[-100.842459,41.740404],[-101.406466,41.7432],[-101.42592,41.743059],[-101.426557,42.092194]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DALLAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.002434,36.500397],[-102.162463,36.500326],[-102.163015,36.055249],[-103.040824,36.055231],[-103.002434,36.500397]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LACKAWANNA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.834695,41.427246],[-75.719887,41.642263],[-75.462411,41.641587],[-75.505607,41.232539],[-75.600736,41.161497],[-75.834695,41.427246]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MCKEAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.9188574,41.9991032],[-78.308129,41.9990711],[-78.206603,41.9990883],[-78.203422,41.618157],[-78.419118,41.602188],[-78.956056,41.623863],[-78.9188574,41.9991032]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MARIES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.195675,38.292237],[-91.644729,38.28851],[-91.630554,38.153519],[-92.021165,38.010639],[-92.18537,38.016338],[-92.195675,38.292237]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MCMINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.619865,35.644651],[-84.584472,35.644424],[-84.52585,35.624186],[-84.495529,35.285472],[-84.703607,35.241043],[-84.860164,35.350074],[-84.619865,35.644651]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MONTOUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.732672,41.17204],[-76.640767,41.155718],[-76.528034,40.882515],[-76.732672,41.17204]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ASHTABULA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.003631,41.715137],[-81.0022694,41.8491725],[-80.519425,41.977523],[-80.5193967,41.849563],[-80.5191768,41.4999241],[-81.003125,41.501685],[-81.003631,41.715137]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HITCHCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.323353,40.350553],[-100.777376,40.349466],[-100.758435,40.349507],[-100.75883,40.002302],[-101.325514,40.0025653],[-101.323353,40.350553]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BARTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6178455,37.6535778],[-94.073524,37.639722],[-94.075385,37.58157],[-94.082083,37.349291],[-94.6176676,37.3641703],[-94.6178455,37.6535778]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.706034,47.239978],[-97.451512,47.239061],[-96.8360096,47.2379819],[-96.8265691,47.150539],[-96.7897865,46.6357467],[-97.279948,46.629348],[-97.682006,46.629928],[-97.706034,47.239978]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"HUNTERDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.1881999,40.5926134],[-74.889819,40.787729],[-74.725666,40.719532],[-74.748147,40.424156],[-74.9281106,40.3398284],[-75.1881999,40.5926134]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"SURRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.901726,36.561751],[-80.8402131,36.5619285],[-80.6121888,36.5582163],[-80.4401015,36.5505953],[-80.451696,36.261502],[-80.452322,36.241419],[-80.873205,36.236305],[-80.967153,36.40202],[-80.901726,36.561751]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"RUSSELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.406633,36.876356],[-82.32783,36.970982],[-82.149375,37.041641],[-81.900892,37.142553],[-81.780545,36.958629],[-81.837096,36.929039],[-82.332078,36.708969],[-82.406633,36.876356]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"HARDING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.436056,36.218534],[-104.008823,36.218115],[-103.794525,36.085738],[-103.364977,36.08605],[-103.375117,35.739516],[-103.37973,35.396796],[-103.637053,35.389662],[-103.976901,35.801747],[-104.37012,35.779302],[-104.436056,36.218534]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"SWIFT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.117036,45.411993],[-95.747402,45.412313],[-95.255206,45.412525],[-95.24649,45.152384],[-96.036698,45.152206],[-96.103614,45.176675],[-96.117036,45.411993]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"LANGLADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.424824,45.467166],[-89.04649,45.464439],[-88.677996,45.378683],[-88.641159,45.117346],[-88.98168,45.028917],[-89.223814,45.029246],[-89.425971,45.119098],[-89.424824,45.467166]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SCOTTS BLUFF","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0527621,42.0017183],[-103.401639,42.00354],[-103.363337,42.00293],[-103.370391,41.69921],[-104.0528252,41.6979539],[-104.0527621,42.0017183]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"ROOSEVELT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.948778,34.605058],[-103.738166,34.60467],[-103.740066,34.303056],[-103.0438358,34.302648],[-103.047346,33.824675],[-103.0526105,33.5705748],[-103.510129,33.570117],[-103.718333,33.65621],[-103.946019,34.082463],[-103.948778,34.605058]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MORRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.653462,46.348678],[-94.341679,46.277705],[-93.810362,46.156585],[-93.763948,45.822143],[-94.271776,45.775208],[-94.64399,45.77395],[-94.653462,46.348678]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BARNES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.467476,47.240453],[-97.961208,47.240512],[-97.706034,47.239978],[-97.682006,46.629928],[-98.033862,46.630727],[-98.439056,46.63112],[-98.467476,47.240453]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.788111,40.0004668],[-95.339896,40.0000289],[-95.33974,39.65298],[-95.564126,39.652872],[-95.788941,39.653001],[-95.788111,40.0004668]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"WESTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.079281,44.176182],[-104.0554064,44.1803829],[-104.0554162,44.1410812],[-104.055488,43.853476],[-104.0547943,43.5033275],[-104.899941,43.49964],[-105.079797,43.498445],[-105.079281,44.176182]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"SARASOTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6481706,27.38972],[-82.252264,27.386243],[-82.056497,27.207769],[-82.057469,27.032119],[-82.3692014,26.946081],[-82.6481706,27.38972]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.701645,39.523369],[-89.533655,39.524592],[-89.139807,39.348888],[-89.140076,39.217907],[-89.250447,39.028145],[-89.639265,38.999129],[-89.698555,38.998979],[-89.701645,39.523369]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CARLTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.061529,46.76655],[-92.292192,46.663242],[-92.2927598,46.4172195],[-93.054847,46.419269],[-93.061529,46.76655]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"HUBBARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.183216,47.412773],[-94.670214,47.410151],[-94.787126,46.803943],[-95.16301,46.80472],[-95.169172,47.152515],[-95.183216,47.412773]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"WARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.021655,48.807108],[-101.841969,48.459545],[-101.059802,48.458448],[-100.971325,47.848703],[-101.871862,47.847589],[-101.973322,48.547133],[-102.233892,48.546339],[-102.021655,48.807108]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"BELTRAMI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.602315,48.538887],[-95.34254,48.540211],[-95.210953,48.365971],[-94.428702,48.367333],[-94.418543,47.845816],[-94.416279,47.444828],[-94.670214,47.410151],[-95.183216,47.412773],[-95.229133,48.019958],[-95.582887,48.020557],[-95.593788,48.172916],[-95.602315,48.538887]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"AITKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.776024,46.802891],[-93.775257,47.030418],[-93.055943,47.026415],[-93.061529,46.76655],[-93.054847,46.419269],[-93.053871,46.15812],[-93.431831,46.153991],[-93.796281,46.243199],[-93.776024,46.802891]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CHEBOYGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.732687,45.289382],[-84.732242,45.7804969],[-84.2108933,45.626231],[-84.246634,45.198727],[-84.366614,45.198737],[-84.734303,45.201936],[-84.732687,45.289382]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CLARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.087403,44.164242],[-84.851705,44.161375],[-84.608104,44.160482],[-84.606035,43.815218],[-85.088811,43.813676],[-85.087403,44.164242]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.073861,40.917823],[-84.8026702,40.9225687],[-84.802119,40.728163],[-84.8024139,40.5722129],[-85.068479,40.56824],[-85.073861,40.917823]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CHILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.019157,32.837034],[-86.881182,33.049901],[-86.517344,33.020566],[-86.374974,32.75358],[-86.413116,32.707386],[-86.917595,32.664169],[-87.017762,32.729532],[-87.019157,32.837034]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4475095,34.9339762],[-94.140571,35.099678],[-93.704885,35.019715],[-93.710297,34.745296],[-93.930509,34.665608],[-94.454395,34.7289587],[-94.4475095,34.9339762]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.154722,41.505211],[-95.04077,41.50469],[-94.700629,41.504148],[-94.700589,41.158085],[-94.927587,41.158508],[-95.155851,41.159236],[-95.154722,41.505211]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ANDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.508328,38.390278],[-95.065831,38.389945],[-95.077876,38.037706],[-95.51897,38.03823],[-95.508328,38.390278]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MAHONING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.086312,40.988031],[-81.00229,41.134189],[-80.5191967,41.1333865],[-80.5192221,41.1250936],[-80.5198697,40.9003239],[-81.086679,40.901609],[-81.086312,40.988031]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CLARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.014189,41.156762],[-93.789196,41.162035],[-93.557556,41.161271],[-93.55654,40.898295],[-94.014803,40.897031],[-94.014189,41.156762]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"NEWTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5266482,41.1660899],[-87.275882,41.218595],[-87.267298,40.736582],[-87.5261365,40.7368851],[-87.5264633,41.0103548],[-87.5266482,41.1660899]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.607059,42.643973],[-91.132766,42.645844],[-91.130079,42.295761],[-91.363263,42.296445],[-91.596981,42.296408],[-91.607059,42.643973]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"YELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.704885,35.019715],[-93.278293,35.317402],[-92.896109,35.170678],[-93.040525,35.076923],[-93.287785,34.773193],[-93.394289,34.743393],[-93.710297,34.745296],[-93.704885,35.019715]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MIAMI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.432575,40.197037],[-84.022919,40.183945],[-84.036069,40.040182],[-84.051039,39.879807],[-84.425902,39.919622],[-84.432575,40.197037]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LA SALLE","RigCount":14},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.395736,28.640784],[-98.800848,28.647306],[-98.803325,28.05748],[-99.388946,28.030419],[-99.394177,28.204627],[-99.395736,28.640784]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.498617,42.908512],[-93.025144,42.907549],[-93.027,42.55681],[-93.499485,42.5577],[-93.498617,42.908512]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MCLEAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.26939,40.594329],[-88.929331,40.753337],[-88.459475,40.617345],[-88.459957,40.39885],[-88.460418,40.281935],[-88.574885,40.281501],[-89.148764,40.282038],[-89.26374,40.325344],[-89.26939,40.594329]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MCMULLEN","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.800848,28.647306],[-98.335031,28.612658],[-98.334323,28.0578],[-98.803325,28.05748],[-98.800848,28.647306]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MUSKINGUM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.187105,40.16688],[-81.716276,40.152166],[-81.694146,39.842636],[-81.697442,39.755572],[-82.076639,39.77096],[-82.233974,39.91326],[-82.187105,40.16688]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"NOBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.694146,39.842636],[-81.234053,39.95127],[-81.237316,39.867828],[-81.283075,39.605796],[-81.588185,39.586973],[-81.697442,39.755572],[-81.694146,39.842636]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"THOMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.389068,39.568369],[-100.740873,39.568043],[-100.720213,39.568034],[-100.721296,39.133381],[-100.811858,39.13336],[-101.391717,39.135117],[-101.389068,39.568369]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.179974,41.162662],[-91.945571,41.163578],[-91.716042,41.162808],[-91.71818,40.901087],[-92.179072,40.89972],[-92.179974,41.162662]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"RIO GRANDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.693845,37.835244],[-106.038413,37.748353],[-106.039331,37.400852],[-106.678373,37.403596],[-106.710775,37.404228],[-106.693845,37.835244]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.328614,41.507824],[-92.871421,41.508522],[-92.869771,41.161066],[-93.099217,41.160867],[-93.327886,41.160659],[-93.328407,41.490921],[-93.328614,41.507824]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"RANDALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.167471,35.183233],[-101.622941,35.183117],[-101.629257,34.747649],[-101.998493,34.74819],[-102.168839,34.747417],[-102.167471,35.183233]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"PLYMOUTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.5404723,42.9085957],[-95.859377,42.909097],[-95.859949,42.56062],[-96.4800225,42.5613248],[-96.5404723,42.9085957]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CRISP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.961278,32.030595],[-83.609663,32.027938],[-83.612256,31.854089],[-83.802723,31.803579],[-83.939437,31.847929],[-83.922494,31.909653],[-83.961278,32.030595]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MILLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.8618981,41.1603023],[-95.384349,41.160011],[-95.384964,40.90155],[-95.8187273,40.8979481],[-95.8647848,41.0528455],[-95.8618981,41.1603023]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"RUNNELS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.235137,32.082372],[-100.151911,32.082638],[-99.713971,32.082089],[-99.721698,31.576759],[-100.111234,31.580267],[-100.235761,31.69297],[-100.235137,32.082372]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.399165,37.169896],[-86.113512,37.061072],[-86.16674,36.934015],[-86.405769,36.776187],[-86.611586,36.883057],[-86.674462,36.999766],[-86.399165,37.169896]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"EFFINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.548006,32.489286],[-81.3869019,32.5989649],[-81.2842384,32.5471109],[-81.1475952,32.2271694],[-81.391698,32.095886],[-81.43583,32.241289],[-81.548006,32.489286]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.55654,40.898295],[-93.097595,40.898451],[-93.0972912,40.5838235],[-93.3743863,40.580397],[-93.5568967,40.5796595],[-93.55654,40.898295]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.594836,33.388489],[-102.075929,33.389586],[-102.076214,32.959702],[-102.20852,32.958956],[-102.595023,32.958831],[-102.594836,33.388489]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"TRUMBULL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.003319,41.34786],[-81.003125,41.501685],[-80.5191768,41.4999241],[-80.5191652,41.4890122],[-80.5191967,41.1333865],[-81.00229,41.134189],[-81.003319,41.34786]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.470906,39.215029],[-88.47083,39.374515],[-88.012121,39.378968],[-88.007766,39.173925],[-88.360654,39.171118],[-88.470906,39.215029]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HOUSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.846676,32.468514],[-83.70109,32.691598],[-83.701152,32.692169],[-83.597656,32.664338],[-83.497923,32.452198],[-83.498039,32.401715],[-83.615579,32.288556],[-83.848379,32.29097],[-83.846676,32.468514]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"UVALDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.112098,29.623263],[-100.014188,29.623495],[-99.60313,29.627181],[-99.411817,29.627514],[-99.41388,29.091335],[-100.111406,29.086318],[-100.112098,29.623263]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CLERMONT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.259431,39.270796],[-84.006782,39.255068],[-83.99312,39.254235],[-84.0526462,38.7716147],[-84.2261626,38.8297771],[-84.232305,38.8747079],[-84.3212072,39.0205864],[-84.259431,39.270796]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WHEELER","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.540158,35.619296],[-100.000392,35.619115],[-100.0003888,35.422364],[-100.000385,35.182702],[-100.538978,35.183144],[-100.540158,35.619296]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.496783,33.183866],[-84.248185,33.189019],[-84.27014,32.991011],[-84.52702,32.970548],[-84.496783,33.183866]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.006782,39.255068],[-83.977005,39.569169],[-83.670196,39.550254],[-83.590878,39.378736],[-83.865679,39.247333],[-83.99312,39.254235],[-84.006782,39.255068]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FORSYTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.258743,34.185909],[-84.258075,34.335156],[-83.957077,34.334011],[-84.062841,34.167873],[-84.097693,34.050708],[-84.258743,34.185909]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.60954,33.502511],[-84.458665,33.550933],[-84.388118,33.352465],[-84.497527,33.257422],[-84.60954,33.502511]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.922494,31.909653],[-83.939437,31.847929],[-84.018404,31.650274],[-84.297801,31.621951],[-84.338245,31.873591],[-83.922494,31.909653]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LUBBOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.085733,33.824675],[-101.56358,33.830451],[-101.556884,33.39476],[-102.075929,33.389586],[-102.085733,33.824675]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LAVACA","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.142643,29.628101],[-96.874222,29.632706],[-96.658466,29.263876],[-96.938587,29.063244],[-96.976378,29.104046],[-97.240108,29.384488],[-97.142643,29.628101]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MATAGORDA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.3785332,28.389865],[-96.323522,28.675597],[-96.309178,28.963291],[-95.874028,29.229702],[-95.5070374,28.8247355],[-96.3785332,28.389865]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CLEVELAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.336765,34.059633],[-92.233376,34.062312],[-91.953799,34.064141],[-91.975974,33.791787],[-91.975844,33.704414],[-92.330839,33.707806],[-92.334249,33.795065],[-92.336765,34.059633]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MEEKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.76308,45.3261],[-94.260821,45.283941],[-94.256074,44.979465],[-94.502395,44.892295],[-94.758189,44.892097],[-94.76308,45.3261]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HIGHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.865679,39.247333],[-83.590878,39.378736],[-83.372714,39.377416],[-83.353531,39.197585],[-83.385637,39.055197],[-83.673018,39.02043],[-83.865679,39.247333]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"OURAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.63504,38.301896],[-107.56862,38.147267],[-107.568875,37.965015],[-107.738283,37.905432],[-107.965789,38.152328],[-107.63504,38.301896]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ROCKWALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.516866,32.982308],[-96.297227,32.981752],[-96.297322,32.841723],[-96.51897,32.813616],[-96.516866,32.982308]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ASHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.336496,41.065761],[-82.171492,41.063537],[-82.129334,40.991807],[-82.126199,40.668229],[-82.22011,40.568206],[-82.336962,40.555001],[-82.432852,40.992944],[-82.336496,41.065761]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CANYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.985545,43.8811849],[-116.712672,43.807161],[-116.512502,43.807161],[-116.511897,43.29052],[-117.0256638,43.6802936],[-116.985545,43.8811849]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"STEPHENS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.096016,32.957037],[-98.950875,32.956918],[-98.575616,32.954349],[-98.576256,32.515163],[-99.09605,32.514768],[-99.096016,32.957037]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"ARTHUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.985523,41.74229],[-101.42592,41.743059],[-101.406466,41.7432],[-101.40726,41.395416],[-101.98463,41.394712],[-101.985523,41.74229]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WALTHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.260391,31.350274],[-90.24389,31.350274],[-90.040466,31.336014],[-89.8359078,31.0021014],[-90.2595549,31.0006618],[-90.260391,31.350274]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PETTIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.51103,38.55621],[-93.497278,38.92843],[-93.496377,38.942837],[-93.050453,38.928244],[-93.059974,38.693077],[-93.067291,38.529995],[-93.512743,38.512476],[-93.51103,38.55621]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"POPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.758508,45.759932],[-95.13967,45.758891],[-95.13173,45.412402],[-95.255206,45.412525],[-95.747402,45.412313],[-95.758508,45.759932]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"PALO PINTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.575616,32.954349],[-98.426553,33.007913],[-98.056094,33.003332],[-98.066836,32.558822],[-98.068545,32.511626],[-98.475177,32.513039],[-98.576256,32.515163],[-98.575616,32.954349]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.649319,32.232953],[-84.431214,32.134058],[-84.443807,31.967456],[-84.599776,31.920171],[-84.65582,31.920308],[-84.649319,32.232953]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"OTTAWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.00762,36.9995226],[-94.617964,36.998905],[-94.618307,36.76656],[-94.6179918,36.6679213],[-94.999403,36.670631],[-95.00762,36.9995226]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MCDUFFIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.649705,33.608768],[-82.479518,33.639535],[-82.425328,33.650629],[-82.294179,33.354635],[-82.353498,33.312318],[-82.383829,33.312106],[-82.649705,33.608768]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LAURENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.226536,32.584201],[-82.957066,32.708318],[-82.647733,32.512507],[-82.721964,32.309283],[-82.884803,32.196072],[-83.138991,32.423069],[-83.226536,32.584201]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"OCONTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.677996,45.378683],[-88.428102,45.37701],[-88.121152,45.023581],[-87.7626385,44.9627522],[-87.9975734,44.6776639],[-88.242687,44.679631],[-88.489149,44.855445],[-88.641159,45.117346],[-88.677996,45.378683]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"VILAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.043958,45.981948],[-89.9291256,46.2999157],[-88.991217,46.0965364],[-88.9327685,46.0721072],[-89.047601,45.895355],[-90.042857,45.897263],[-90.043958,45.981948]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WASHBURN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.049636,46.157597],[-91.551282,46.157045],[-91.540294,45.637605],[-92.031417,45.639928],[-92.049636,46.157597]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"DUVAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.049236,30.273432],[-81.721507,30.571852],[-81.4289547,30.5061831],[-81.3743761,30.252931],[-81.680215,30.12124],[-82.049411,30.186933],[-82.049236,30.273432]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"PICKAWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.252435,39.695438],[-83.243702,39.812503],[-82.824254,39.794996],[-82.731518,39.554445],[-82.740729,39.46835],[-83.266737,39.516249],[-83.252435,39.695438]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.353531,39.197585],[-82.785891,39.168769],[-82.80709,38.948073],[-83.270817,39.015791],[-83.385637,39.055197],[-83.353531,39.197585]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MELLETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.064326,43.84109],[-100.735003,43.707621],[-100.33897,43.716942],[-100.230845,43.713856],[-100.214221,43.390321],[-101.228234,43.389185],[-101.064326,43.84109]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"SULLY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.404753,44.897695],[-99.67305,44.897492],[-99.676398,44.548111],[-100.526498,44.547422],[-100.717644,44.77093],[-100.404753,44.897695]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.206273,40.107733],[-83.169981,40.143087],[-82.761827,40.125855],[-82.782495,39.939662],[-82.824254,39.794996],[-83.243702,39.812503],[-83.206273,40.107733]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SCOTLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.3508042,40.5972573],[-92.17978,40.600529],[-91.9431175,40.6060606],[-91.949747,40.300832],[-92.347801,40.302756],[-92.349975,40.346505],[-92.3508042,40.5972573]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.731026,35.008138],[-77.473692,35.228985],[-77.109656,35.068609],[-77.078263,34.811322],[-77.165986,34.785032],[-77.267647,34.92579],[-77.674805,34.9739],[-77.731026,35.008138]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BEXAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.806552,29.690709],[-98.778782,29.720167],[-98.646124,29.745181],[-98.31095,29.59456],[-98.134171,29.441751],[-98.407336,29.114435],[-98.804763,29.250693],[-98.806552,29.690709]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LAMPASAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.562739,31.230582],[-98.27107,31.416398],[-98.180006,31.463717],[-97.9071,31.069374],[-97.911684,31.034919],[-98.439687,31.029537],[-98.562739,31.230582]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"SUWANNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.247253,30.26067],[-83.170969,30.385225],[-82.794594,30.337024],[-82.800477,29.932126],[-82.879802,29.886847],[-83.247253,30.26067]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.6131087,47.8805724],[-122.949167,47.866822],[-122.9106868,48.1097997],[-122.6341029,47.9230353],[-122.950621,47.606308],[-123.505917,47.517716],[-124.3536157,47.5335371],[-124.6131087,47.8805724]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BERRIEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.338728,31.475991],[-83.145587,31.472276],[-83.140483,31.420395],[-83.046885,31.18368],[-83.197971,31.025405],[-83.295052,31.027278],[-83.434492,31.350361],[-83.338728,31.475991]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"UINTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.046637,41.251627],[-111.0458185,41.5798449],[-110.048,41.578015],[-110.048483,40.9972973],[-111.046723,40.997959],[-111.046637,41.251627]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CLINCH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.971247,31.183988],[-82.671669,31.183739],[-82.435852,30.820068],[-82.4189841,30.5809167],[-82.4597924,30.5842765],[-82.5840052,30.5916366],[-82.971336,30.869392],[-82.971247,31.183988]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.2035835,34.0865277],[-88.1732617,34.3210395],[-87.634725,34.306997],[-87.636118,34.002203],[-87.635932,33.915251],[-87.951785,33.91993],[-88.207229,34.058333],[-88.2035835,34.0865277]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"TUCKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.809729,39.230526],[-79.487175,39.194906],[-79.357666,38.964509],[-79.825092,39.115803],[-79.809729,39.230526]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.269359,35.793388],[-85.264206,35.979154],[-85.100213,36.138561],[-84.907753,36.156293],[-84.680633,35.908454],[-84.781901,35.825],[-84.916062,35.761939],[-85.254062,35.765611],[-85.269359,35.793388]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.599105,39.79006],[-90.301801,39.520192],[-90.581055,39.521728],[-90.599105,39.79006]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ARENAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.166107,44.161788],[-83.883977,44.161786],[-83.5646458,44.1635248],[-83.9013294,43.9084271],[-84.166377,43.996901],[-84.166107,44.161788]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MONTMORENCY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.366614,45.198737],[-84.246634,45.198727],[-83.881223,45.202071],[-83.888484,44.856458],[-84.371737,44.855039],[-84.366614,45.198737]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DALLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.032287,32.989324],[-96.843979,32.987554],[-96.516866,32.982308],[-96.51897,32.813616],[-96.529987,32.545282],[-97.038385,32.548662],[-97.032287,32.989324]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.632776,35.375824],[-89.474171,35.403039],[-89.183944,35.397126],[-89.1982879,34.9944505],[-89.3526794,34.9939961],[-89.6442838,34.9940672],[-89.632776,35.375824]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ROOKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.602176,39.567328],[-99.06622,39.568125],[-99.044398,39.568035],[-99.047687,39.133014],[-99.591776,39.132357],[-99.605187,39.132481],[-99.602176,39.567328]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.773922,42.08243],[-83.539396,42.085598],[-83.1949523,42.0331079],[-83.453832,41.732647],[-83.7631499,41.7235468],[-83.773922,42.08243]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"CAVALIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.9998034,48.9999863],[-97.950205,49.0005151],[-97.927154,48.543124],[-98.318098,48.543773],[-98.970392,48.544232],[-98.9998034,48.9999863]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HUNTINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.643841,41.002305],[-85.335643,41.00525],[-85.33603,40.917082],[-85.448825,40.653607],[-85.638587,40.653129],[-85.643841,41.002305]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ELLSWORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.484861,38.870791],[-97.928592,38.871099],[-97.924795,38.60988],[-97.924269,38.522755],[-98.480377,38.521841],[-98.486108,38.696878],[-98.484861,38.870791]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.500724,38.869815],[-95.500254,39.056656],[-95.187103,39.044109],[-95.056258,38.98212],[-95.056412,38.738587],[-95.500738,38.738808],[-95.500724,38.869815]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MOODY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.889216,44.195705],[-96.4524359,44.1967795],[-96.4529096,43.8495089],[-96.888664,43.848385],[-96.889216,44.195705]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WYOMING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.855939,37.54891],[-81.802937,37.660508],[-81.607532,37.788709],[-81.514228,37.791211],[-81.222121,37.510416],[-81.311201,37.424509],[-81.855939,37.54891]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"BIBB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.421936,33.003379],[-87.065738,33.246907],[-87.026846,33.246459],[-86.881182,33.049901],[-87.019157,32.837034],[-87.4212,32.874508],[-87.421936,33.003379]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"TRIGG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.157347,36.867183],[-87.876996,36.960116],[-87.733368,37.002103],[-87.6941859,36.6368382],[-88.070532,36.678118],[-88.110831,36.74715],[-88.157347,36.867183]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"SHERIDAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.585161,47.84748],[-100.197996,47.8476],[-100.069206,47.847301],[-100.033292,47.327192],[-100.113261,47.327262],[-100.673285,47.327426],[-100.585161,47.84748]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"ADAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.700629,41.504148],[-94.241593,41.503679],[-94.241637,41.157134],[-94.470603,41.157566],[-94.700589,41.158085],[-94.700629,41.504148]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"OKTIBBEHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.088446,33.533202],[-89.018613,33.562114],[-88.67125,33.506168],[-88.669076,33.286922],[-88.813053,33.286424],[-89.088255,33.286003],[-89.088446,33.533202]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BURLESON","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.963629,30.557169],[-96.621281,30.730819],[-96.566983,30.69567],[-96.299173,30.379152],[-96.640883,30.296786],[-96.963629,30.557169]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"ADAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.797279,36.16139],[-94.5622679,36.1619726],[-94.5519063,36.1022256],[-94.4930401,35.7591665],[-94.4731194,35.6385472],[-94.807297,35.638604],[-94.797279,36.16139]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PEARL RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.7281757,31.0023139],[-89.654038,31.002502],[-89.34895,31.01037],[-89.340806,30.909912],[-89.341446,30.64772],[-89.6999321,30.4540369],[-89.8261804,30.6688233],[-89.7281757,31.0023139]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CHESAPEAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.420368,36.866348],[-76.289962,36.822048],[-76.22606,36.839947],[-76.1223499,36.5505523],[-76.313303,36.5505511],[-76.4914826,36.550733],[-76.420368,36.866348]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.946043,41.510749],[-91.829231,41.511457],[-91.483995,41.423848],[-91.485717,41.162405],[-91.716042,41.162808],[-91.945571,41.163578],[-91.946043,41.510749]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"JEFFERSON DAVIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.974586,31.761655],[-89.755103,31.774654],[-89.586819,31.433688],[-89.654212,31.433805],[-89.95894,31.390489],[-89.974586,31.761655]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.71818,40.901087],[-91.716042,41.162808],[-91.485717,41.162405],[-91.37071,41.074112],[-91.409453,40.812905],[-91.718787,40.813544],[-91.71818,40.901087]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. HELENA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.849041,30.719311],[-90.8258291,30.9995254],[-90.5671954,30.999945],[-90.567165,30.650023],[-90.910701,30.649385],[-90.849041,30.719311]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.326293,39.924029],[-86.239739,39.926055],[-85.937587,39.927137],[-85.951721,39.697136],[-85.95208,39.638345],[-86.249885,39.633645],[-86.326341,39.632177],[-86.326293,39.924029]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.092563,40.214806],[-86.695637,40.214367],[-86.695804,40.178657],[-86.695071,39.92277],[-86.695127,39.864845],[-87.009477,39.866705],[-87.091006,39.953009],[-87.092563,40.214806]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.002372,40.483115],[-83.879932,40.538708],[-83.520227,40.504077],[-83.551338,40.22937],[-84.014763,40.273459],[-84.002372,40.483115]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"LOUISA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.483995,41.423848],[-91.368521,41.423178],[-91.0744155,41.3336316],[-90.9522654,41.0727317],[-91.37071,41.074112],[-91.485717,41.162405],[-91.483995,41.423848]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MARQUETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.59795,43.9821],[-89.168612,43.982834],[-89.245437,43.643083],[-89.599547,43.642636],[-89.59795,43.9821]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GRAHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.161667,39.567277],[-99.627953,39.567437],[-99.602176,39.567328],[-99.605187,39.132481],[-100.14794,39.132179],[-100.1642,39.132071],[-100.161667,39.567277]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.369122,46.466923],[-116.170272,46.371588],[-116.701975,45.996217],[-116.713496,46.325527],[-116.369122,46.466923]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"LANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.688006,38.700021],[-100.2472,38.698165],[-100.244393,38.26229],[-100.684699,38.264137],[-100.688006,38.700021]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MITCHELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.487384,39.567492],[-97.931844,39.566921],[-97.929097,39.306397],[-97.929746,39.219273],[-98.490149,39.21978],[-98.487384,39.567492]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CALDWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.312218,32.146123],[-92.311851,32.277441],[-92.034397,32.277068],[-91.894729,32.15155],[-91.889687,31.971474],[-92.005434,31.927296],[-92.312623,31.927382],[-92.312218,32.146123]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CLAIBORNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.238607,33.0180159],[-92.9887076,33.0172509],[-92.7247432,33.0143418],[-92.725439,32.75954],[-92.880805,32.585277],[-93.178767,32.584916],[-93.238607,33.0180159]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.1590843,42.9874778],[-90.666786,43.171777],[-90.429825,43.20094],[-90.426902,42.812862],[-90.426377,42.5071777],[-90.642843,42.508481],[-90.896962,42.6743181],[-91.1590843,42.9874778]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CAMDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.4914826,36.550733],[-76.313303,36.5505511],[-75.948777,36.285851],[-75.906295,36.085877],[-76.022607,36.096725],[-76.491336,36.510677],[-76.5419659,36.5507845],[-76.4914826,36.550733]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BOLLINGER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.217657,37.314967],[-90.146763,37.597434],[-89.861123,37.599286],[-89.866627,37.126227],[-90.111247,37.041205],[-90.217657,37.314967]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"HOWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.112346,36.794231],[-92.088708,37.056248],[-91.655607,37.048925],[-91.658111,36.888724],[-91.6723425,36.4992566],[-92.1204291,36.4981931],[-92.112346,36.794231]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"IRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.153345,37.69734],[-91.100017,37.740012],[-90.645135,37.734813],[-90.535016,37.643641],[-90.549729,37.317594],[-90.735453,37.27104],[-90.768695,37.603011],[-91.155073,37.588092],[-91.153345,37.69734]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"MOREHOUSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.0691466,33.0084824],[-91.4603918,33.0059971],[-91.4359311,33.0058399],[-91.637587,32.667341],[-91.913057,32.505902],[-92.065179,32.723003],[-92.0691466,33.0084824]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SUFFOLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.897592,36.64405],[-76.445301,36.941891],[-76.399567,36.930947],[-76.420368,36.866348],[-76.4914826,36.550733],[-76.5419659,36.5507845],[-76.9160376,36.5460813],[-76.897592,36.64405]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.735453,37.27104],[-90.549729,37.317594],[-90.217657,37.314967],[-90.111247,37.041205],[-90.258563,36.922043],[-90.678562,36.92649],[-90.779553,37.050324],[-90.735453,37.27104]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"REAGAN","RigCount":20},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.775802,31.651319],[-101.267122,31.650854],[-101.26763,31.556462],[-101.267947,31.528688],[-101.274799,31.079379],[-101.776191,31.079784],[-101.775802,31.651319]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SAN SABA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.092317,30.941002],[-99.090622,31.460927],[-98.991608,31.484071],[-98.562739,31.230582],[-98.439687,31.029537],[-98.445782,30.921439],[-98.964612,30.921368],[-99.092317,30.941002]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"FREMONT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.010751,38.446566],[-105.96975,38.693551],[-105.329134,38.697205],[-104.942426,38.649882],[-104.941533,38.519569],[-105.049215,38.257973],[-105.796897,38.265047],[-106.010751,38.446566]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WARD","RigCount":27},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.610887,31.651802],[-103.327538,31.65142],[-102.798939,31.651783],[-102.767246,31.651714],[-102.767365,31.293803],[-103.01104,31.371306],[-103.44241,31.433752],[-103.610887,31.651802]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.144224,32.959978],[-99.988827,32.960121],[-99.612001,32.956962],[-99.612026,32.514654],[-99.629579,32.514657],[-100.146543,32.522793],[-100.144224,32.959978]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MASON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.484755,30.940605],[-99.092317,30.941002],[-98.964612,30.921368],[-98.964232,30.498482],[-99.303996,30.499832],[-99.483869,30.710771],[-99.484755,30.940605]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MITCHELL","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.174571,32.524112],[-101.174562,32.527703],[-100.660626,32.525312],[-100.665353,32.085407],[-100.821594,32.08661],[-101.183997,32.087208],[-101.174571,32.524112]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.04874,39.566088],[-104.660626,39.565909],[-104.662896,39.129527],[-105.033544,39.129819],[-105.32922,39.129689],[-105.04874,39.566088]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"STONEWALL","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.517449,33.397866],[-99.99098,33.397404],[-99.988827,32.960121],[-100.144224,32.959978],[-100.519208,32.962926],[-100.517449,33.397866]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"GRADY","RigCount":30},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.096014,35.377753],[-97.671595,35.335934],[-97.668099,34.855164],[-97.668425,34.681344],[-98.089098,34.681119],[-98.092645,34.854919],[-98.096014,35.377753]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CANADIAN","RigCount":10},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.207104,35.72514],[-97.674026,35.72597],[-97.671369,35.377151],[-97.671529,35.337508],[-97.671595,35.335934],[-98.096014,35.377753],[-98.313251,35.551523],[-98.207104,35.72514]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CLEVELAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.671369,35.377151],[-97.142114,35.37686],[-97.142349,34.928176],[-97.671529,35.337508],[-97.671369,35.377151]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.854171,44.070089],[-74.535156,44.09925],[-74.28187,44.120552],[-74.057005,43.744513],[-74.1601,43.371532],[-74.140147,43.253979],[-74.712615,43.286143],[-74.854171,44.070089]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CORTLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.274673,42.771257],[-75.896079,42.790964],[-75.889832,42.723844],[-75.86402,42.415702],[-76.130181,42.410337],[-76.253359,42.407568],[-76.265584,42.623588],[-76.274673,42.771257]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"GARFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.222733,42.087916],[-98.761155,42.088518],[-98.759133,41.740382],[-99.212016,41.740613],[-99.22183,41.740792],[-99.222733,42.087916]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.759895,43.047423],[-74.097467,42.982934],[-74.09298,42.955868],[-74.263314,42.796534],[-74.648298,42.829558],[-74.763303,42.863237],[-74.759895,43.047423]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.993394,43.183376],[-75.884275,43.155562],[-75.437167,42.863319],[-75.247963,42.871604],[-75.295877,42.744106],[-75.889832,42.723844],[-75.896079,42.790964],[-75.993394,43.183376]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MADISON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.24102,30.973737],[-95.76441,31.094211],[-95.617872,30.930418],[-95.863059,30.864125],[-96.16837,30.822997],[-96.24102,30.973737]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CHENANGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.889832,42.723844],[-75.295877,42.744106],[-75.415319,42.314151],[-75.418421,42.195032],[-75.836406,42.244155],[-75.86402,42.415702],[-75.889832,42.723844]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WASHINGTON","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.640883,30.296786],[-96.299173,30.379152],[-96.15463,30.330288],[-96.093165,30.225187],[-96.146052,30.070224],[-96.62198,30.044283],[-96.794552,30.160545],[-96.640883,30.296786]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LIBERTY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.165897,30.344976],[-94.849414,30.493553],[-94.732732,30.490066],[-94.44491,30.113015],[-94.442235,29.889538],[-94.98146,29.884276],[-95.096708,30.167214],[-95.165897,30.344976]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.105073,34.686037],[-86.790056,34.55079],[-86.550166,34.545963],[-86.581936,34.304694],[-87.110111,34.313799],[-87.105073,34.686037]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"BROOKE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.6841732,40.187018],[-80.6273626,40.3951709],[-80.5190297,40.3996411],[-80.5190844,40.159672],[-80.6841732,40.187018]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"GALLIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.575583,38.844478],[-82.435309,39.035079],[-82.322874,39.027674],[-82.0988667,38.9608793],[-82.218967,38.591683],[-82.2821333,38.5798608],[-82.575583,38.844478]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"WINSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.634725,34.306997],[-87.529722,34.304598],[-87.109911,34.299299],[-87.151036,33.993225],[-87.636118,34.002203],[-87.634725,34.306997]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"WILCOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.667769,31.991355],[-87.472206,32.264919],[-87.17786,32.047514],[-86.906956,32.04797],[-86.857583,31.962167],[-86.906899,31.830628],[-87.50093,31.829251],[-87.667769,31.991355]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"PICKENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.3044428,33.28832],[-88.2745165,33.5340015],[-87.946519,33.524065],[-87.840683,33.524839],[-87.837521,33.153637],[-88.171852,32.99586],[-88.340085,32.9912643],[-88.3044428,33.28832]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MINGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.306391,37.94364],[-82.190658,37.974778],[-82.082648,37.701565],[-81.802937,37.660508],[-81.855939,37.54891],[-81.932279,37.511961],[-81.968297,37.537798],[-82.320675,37.7459658],[-82.3984648,37.8430542],[-82.306391,37.94364]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.332788,39.6285276],[-78.0276291,39.620656],[-78.2291295,39.3906639],[-78.347087,39.466012],[-78.4682696,39.5262243],[-78.332788,39.6285276]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"DREW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.975844,33.704414],[-91.975974,33.791787],[-91.557648,33.783384],[-91.453438,33.563703],[-91.45737,33.388974],[-91.990167,33.398214],[-91.975844,33.704414]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"QUITMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.399498,34.423807],[-90.198536,34.511088],[-90.135456,34.160074],[-90.450981,34.072932],[-90.399498,34.423807]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.605377,40.039217],[-94.2188,40.034885],[-94.205844,39.788954],[-94.205961,39.745841],[-94.602257,39.747195],[-94.602819,39.819608],[-94.605377,40.039217]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.3743863,40.580397],[-93.0972912,40.5838235],[-92.7145973,40.5895828],[-92.684167,40.343466],[-92.855629,40.342736],[-93.366935,40.382999],[-93.3743863,40.580397]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"SHERIDAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.0576417,48.9992289],[-104.048736,48.999877],[-104.0480876,48.6340124],[-104.0467822,48.3893007],[-104.62776,48.389362],[-104.973354,48.56319],[-105.0576417,48.9992289]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.197286,39.393186],[-79.938878,39.452465],[-79.894688,39.435588],[-79.895536,39.299584],[-80.166387,39.242283],[-80.197286,39.393186]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"BAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.992736,30.38932],[-85.487968,30.436655],[-85.434782,30.56756],[-85.383948,30.566856],[-85.389679,30.200973],[-85.38924,29.9241149],[-85.9961026,30.2689014],[-85.992736,30.38932]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.932507,38.025356],[-81.83347,38.20957],[-81.456632,37.987307],[-81.514228,37.791211],[-81.607532,37.788709],[-81.932507,38.025356]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.95894,31.390489],[-89.654212,31.433805],[-89.654038,31.002502],[-89.7281757,31.0023139],[-89.8359078,31.0021014],[-90.040466,31.336014],[-89.95894,31.390489]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"FRONTIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.777833,40.700135],[-100.223311,40.700254],[-99.981743,40.700003],[-100.094798,40.351245],[-100.197807,40.350027],[-100.758435,40.349507],[-100.777376,40.349466],[-100.777833,40.700135]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LIMESTONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.2107586,34.9990492],[-86.8362863,34.992803],[-86.783648,34.991925],[-86.790056,34.55079],[-87.105073,34.686037],[-87.260676,34.758626],[-87.2107586,34.9990492]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"CALHOUN","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.383948,30.566856],[-84.932519,30.606393],[-85.11566,30.199976],[-85.389679,30.200973],[-85.383948,30.566856]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"SEMINOLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.414446,28.784955],[-81.36694,28.879227],[-81.067413,28.812989],[-80.98725,28.612997],[-81.414446,28.784955]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MITCHELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.141124,31.440179],[-83.997796,31.443753],[-83.99943,31.334966],[-84.003627,31.07729],[-84.116644,31.077971],[-84.376612,31.078883],[-84.508078,31.0784],[-84.141124,31.440179]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CLARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.913847,32.224186],[-88.4311454,32.2276362],[-88.4686625,31.8938557],[-88.910459,31.826649],[-88.913847,32.224186]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"EDMUNDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.707705,45.593391],[-98.725002,45.591252],[-98.722481,45.243764],[-99.573445,45.245364],[-99.708987,45.245866],[-99.707705,45.593391]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.736824,31.698491],[-90.245191,31.717524],[-90.24389,31.350274],[-90.260391,31.350274],[-90.548199,31.349574],[-90.633302,31.349306],[-90.73733,31.611124],[-90.736824,31.698491]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GRADY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.376612,31.078883],[-84.116644,31.077971],[-84.0837531,30.6759434],[-84.2855145,30.6848092],[-84.3807542,30.6888272],[-84.376612,31.078883]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.218758,40.306706],[-84.8049173,40.3100959],[-84.8101612,40.0050675],[-85.201473,40.004521],[-85.214386,40.076889],[-85.218758,40.306706]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"OTTER TAIL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.280977,46.630765],[-96.174587,46.717854],[-95.16371,46.71764],[-95.15557,46.36888],[-95.14588,46.106761],[-95.76975,46.10745],[-96.265366,46.10861],[-96.280977,46.630765]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"GLOUCESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.712305,37.431309],[-76.654076,37.603174],[-76.437561,37.51436],[-76.4029459,37.3926],[-76.3769368,37.2494918],[-76.658651,37.380139],[-76.712305,37.431309]]]]}},{"type":"Feature","properties":{"state":"DELAWARE","county":"KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.7604414,39.2967896],[-75.5056432,39.3703946],[-75.3066521,38.9476602],[-75.7231027,38.8298266],[-75.7481548,39.1431317],[-75.7564352,39.2466875],[-75.7604414,39.2967896]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NEW KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.240988,37.538088],[-77.123675,37.626881],[-76.792184,37.517594],[-76.741984,37.467076],[-76.904471,37.377665],[-77.177324,37.4906],[-77.240988,37.538088]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"TREGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.14794,39.132179],[-99.605187,39.132481],[-99.591776,39.132357],[-99.598323,38.696514],[-100.153823,38.697341],[-100.14794,39.132179]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"STONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.416719,35.78859],[-92.414324,35.975865],[-92.19543,36.132798],[-91.849448,35.867411],[-91.837179,35.704932],[-92.24052,35.71219],[-92.416719,35.78859]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.0053367,34.9876496],[-83.738129,35.15595],[-83.4828732,34.990874],[-83.5491808,34.9888032],[-83.936646,34.987485],[-84.0053367,34.9876496]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ONSLOW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.674805,34.9739],[-77.267647,34.92579],[-77.165986,34.785032],[-77.1129644,34.6380928],[-77.5152165,34.437385],[-77.680127,34.720595],[-77.674805,34.9739]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HARALSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.3866706,33.9017015],[-85.05031,33.904488],[-85.037926,33.811942],[-85.3381163,33.6531144],[-85.3866706,33.9017015]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"AMITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.633302,31.349306],[-90.548199,31.349574],[-90.5475744,30.9999821],[-90.5671954,30.999945],[-90.8258291,30.9995254],[-91.0601275,30.9993239],[-91.095398,31.320975],[-90.633302,31.349306]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"DICKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.371614,38.957852],[-97.371154,39.131961],[-96.963177,39.1323],[-96.890245,38.870067],[-96.930286,38.609362],[-97.371911,38.609353],[-97.371614,38.957852]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SALINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.368401,40.698625],[-96.913493,40.697948],[-96.912637,40.523625],[-96.916055,40.349727],[-97.368688,40.350392],[-97.368401,40.698625]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"DAVIDSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.913233,36.382621],[-86.754795,36.405496],[-86.594286,36.245105],[-86.515589,36.10061],[-86.618892,35.968224],[-87.054114,36.045535],[-86.913233,36.382621]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CHAMBERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.593177,33.10734],[-85.2324414,33.1080771],[-85.1861174,32.8701383],[-85.1245332,32.7516296],[-85.593151,32.72853],[-85.593177,33.10734]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.672228,44.995117],[-119.162966,44.996241],[-118.518689,44.995877],[-118.244662,44.958396],[-118.232214,44.256129],[-118.227645,44.039862],[-118.816931,43.960733],[-119.657183,43.95892],[-119.655517,44.307045],[-119.672228,44.995117]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.151285,37.798878],[-85.9973517,37.9912256],[-85.9517296,38.0149401],[-85.938321,37.998756],[-85.737777,37.81179],[-85.680488,37.732284],[-85.892804,37.440308],[-86.047598,37.449933],[-86.27527,37.593519],[-86.151285,37.798878]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5629968,33.9565549],[-82.2159384,33.687755],[-82.425328,33.650629],[-82.479518,33.639535],[-82.645451,33.984195],[-82.5629968,33.9565549]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"WOODS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.0003011,36.9993581],[-98.544662,36.9985242],[-98.533617,36.46323],[-98.960334,36.506914],[-99.295186,36.819566],[-99.4562024,36.9997003],[-99.0003011,36.9993581]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.615579,32.288556],[-83.498039,32.401715],[-83.346528,32.272489],[-83.337313,32.105885],[-83.608547,32.118405],[-83.615579,32.288556]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"JESSAMINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.709918,37.861952],[-84.66034,38.003836],[-84.43572,37.847202],[-84.525643,37.769497],[-84.716925,37.815389],[-84.709918,37.861952]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"IRION","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.267947,31.528688],[-100.693065,31.523954],[-100.688764,31.086576],[-100.962176,31.08249],[-101.274799,31.079379],[-101.267947,31.528688]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"LUCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.864932,46.504758],[-85.8646071,46.6865683],[-85.2378732,46.7557028],[-85.237839,46.24543],[-85.865025,46.244631],[-85.864932,46.504758]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.927587,41.158508],[-94.700589,41.158085],[-94.470603,41.157566],[-94.470779,40.899502],[-94.928459,40.900653],[-94.927587,41.158508]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"GREENLEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.49544,33.652697],[-109.0466075,33.7782238],[-109.047237,33.208895],[-109.0471171,32.777794],[-109.047612,32.426377],[-109.113987,32.426177],[-109.49574,33.078409],[-109.49544,33.652697]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WILKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.6282573,31.005097],[-91.5909939,31.1919986],[-91.15815,31.346695],[-91.095398,31.320975],[-91.0601275,30.9993239],[-91.1761401,30.9992242],[-91.636942,30.999416],[-91.6282573,31.005097]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"ETOWAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.303516,34.099073],[-86.106086,34.200756],[-85.843617,34.200006],[-85.738975,33.96846],[-86.065272,33.842198],[-86.325622,33.940147],[-86.303516,34.099073]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.12334,32.932184],[-84.041498,33.202629],[-83.822261,33.180238],[-83.816048,33.131816],[-83.710685,32.952792],[-83.891922,32.848351],[-84.124275,32.849562],[-84.12334,32.932184]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"PRATT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.013318,37.825336],[-98.472257,37.824497],[-98.464804,37.732675],[-98.464663,37.471013],[-99.012598,37.470421],[-99.01355,37.73297],[-99.013318,37.825336]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"YORK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.826287,41.046581],[-97.368118,41.046947],[-97.368401,40.698625],[-97.82478,40.698537],[-97.825723,40.698555],[-97.826287,41.046581]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"GARFIELD","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.104286,36.593578],[-97.462459,36.593627],[-97.461603,36.593637],[-97.460792,36.164462],[-97.675617,36.164663],[-98.103904,36.164877],[-98.104427,36.463105],[-98.104286,36.593578]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MARSHALL","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.8234381,39.8500321],[-80.7382184,40.0335432],[-80.51912,40.01641],[-80.5191608,39.9622001],[-80.519342,39.721403],[-80.8355217,39.7192518],[-80.8234381,39.8500321]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.201473,40.004521],[-84.8101612,40.0050675],[-84.8114171,39.9169136],[-84.814129,39.726556],[-85.034575,39.714764],[-85.221118,39.788449],[-85.201473,40.004521]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"MORRILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.370391,41.69921],[-103.363337,42.00293],[-102.697835,42.004843],[-102.677582,42.005282],[-102.636695,41.439053],[-103.369024,41.437655],[-103.370391,41.69921]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"ALCORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.8230505,34.995207],[-88.786612,34.995252],[-88.3804925,34.9957924],[-88.3635303,34.9957468],[-88.365472,34.755604],[-88.718508,34.756781],[-88.8230505,34.995207]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WILLIAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.806082,41.696089],[-84.3995488,41.7059214],[-84.341902,41.485519],[-84.341664,41.427568],[-84.8042533,41.4260497],[-84.8049582,41.5301378],[-84.806082,41.696089]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HANSFORD","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.623915,36.499528],[-101.085156,36.499244],[-101.085716,36.057572],[-101.085735,36.055276],[-101.623466,36.055405],[-101.623915,36.499528]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"GENESEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.695621,43.221422],[-83.460733,43.223131],[-83.453364,42.880432],[-83.686493,42.783263],[-83.922516,42.780821],[-83.929079,43.132782],[-83.695621,43.221422]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"KALKASKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.332836,44.812372],[-84.847309,44.858037],[-84.850929,44.511069],[-85.334,44.512303],[-85.332836,44.812372]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.4720936,36.5994757],[-82.9844585,36.59529],[-82.830433,36.593761],[-83.280595,36.394689],[-83.3868,36.413186],[-83.4720936,36.5994757]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"PIERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.27666,48.544813],[-100.145858,48.545211],[-99.493189,48.544834],[-99.492919,48.370946],[-99.846613,48.371298],[-99.812167,47.847257],[-100.069206,47.847301],[-100.197996,47.8476],[-100.27666,48.544813]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"WASHINGTON","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.51912,40.01641],[-80.5190844,40.159672],[-80.5190297,40.3996411],[-80.5190171,40.4773631],[-80.360873,40.477539],[-79.870585,40.197415],[-79.877385,40.126792],[-79.998014,39.983322],[-80.5191608,39.9622001],[-80.51912,40.01641]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"VAN BUREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.809763,35.722401],[-92.416719,35.78859],[-92.24052,35.71219],[-92.252759,35.363718],[-92.481469,35.368392],[-92.850624,35.46295],[-92.809763,35.722401]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"FOUNTAIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.406667,40.127508],[-87.092148,40.366612],[-87.092563,40.214806],[-87.091006,39.953009],[-87.420221,39.952452],[-87.406667,40.127508]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CHOCTAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.381092,33.460307],[-89.088446,33.533202],[-89.088255,33.286003],[-89.317855,33.108871],[-89.453808,33.285942],[-89.381092,33.460307]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MCINTOSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.663206,31.538667],[-81.491798,31.699575],[-81.1748326,31.5395964],[-81.2643779,31.2945991],[-81.62429,31.452982],[-81.663206,31.538667]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KARNES","RigCount":19},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.190991,28.882333],[-97.728443,29.221748],[-97.613132,29.109765],[-97.574639,28.8133],[-97.77853,28.668027],[-98.005252,28.690239],[-98.098315,28.786949],[-98.190991,28.882333]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.647169,39.773029],[-83.516155,40.010188],[-83.503714,40.111468],[-83.206273,40.107733],[-83.243702,39.812503],[-83.252435,39.695438],[-83.65333,39.716876],[-83.647169,39.773029]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BATES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6127726,38.3887185],[-94.612866,38.477571],[-94.065713,38.447087],[-94.049895,38.213985],[-94.058285,38.036627],[-94.61393,38.060053],[-94.6127726,38.3887185]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LOVING","RigCount":35},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.9802135,32.0000329],[-103.722882,32.0001656],[-103.326501,32.00037],[-103.327538,31.65142],[-103.610887,31.651802],[-103.9802135,32.0000329]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.240737,39.171773],[-87.054578,39.168086],[-86.683002,39.165746],[-86.682277,38.992404],[-86.682853,38.904697],[-86.904252,38.904204],[-87.098771,38.903974],[-87.241027,38.907874],[-87.240737,39.171773]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"OSBORNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.044398,39.568035],[-98.505266,39.567603],[-98.487384,39.567492],[-98.490149,39.21978],[-98.489997,39.132697],[-99.0375,39.133121],[-99.047687,39.133014],[-99.044398,39.568035]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"GENTRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.605942,40.126127],[-94.598487,40.386714],[-94.214278,40.384254],[-94.216696,40.136626],[-94.2188,40.034885],[-94.605377,40.039217],[-94.605942,40.126127]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"COLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.495185,38.427829],[-92.394866,38.73913],[-92.220661,38.643167],[-92.008983,38.5709],[-92.194476,38.335536],[-92.495185,38.427829]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DUVAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.803325,28.05748],[-98.334323,28.0578],[-98.235497,28.057966],[-98.232464,27.262487],[-98.523284,27.26515],[-98.798323,27.354029],[-98.803325,28.05748]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BUTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.057698,44.997431],[-104.0401358,45.2128908],[-102.957281,45.212851],[-102.957371,45.039569],[-102.964125,44.604287],[-103.567653,44.604098],[-104.0556952,44.5709904],[-104.057698,44.997431]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MOWER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.049524,43.848443],[-93.045966,43.848467],[-92.689391,43.84857],[-92.448965,43.834105],[-92.448948,43.500415],[-92.553161,43.5003],[-93.0243479,43.4995562],[-93.049192,43.4995575],[-93.049524,43.848443]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"RICHMOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.353498,33.312318],[-82.294179,33.354635],[-82.028238,33.544934],[-82.0165559,33.5290554],[-81.8465005,33.2472521],[-82.26758,33.267397],[-82.353498,33.312318]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.950385,39.174882],[-87.6382934,39.1574925],[-87.5287177,38.9059438],[-87.5352571,38.8524915],[-87.908113,38.850107],[-87.945923,38.850108],[-87.950385,39.174882]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"STRAFFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.236011,43.284994],[-71.162675,43.538959],[-70.9637927,43.540221],[-70.8195493,43.123231],[-71.247336,43.275232],[-71.236011,43.284994]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"NOWATA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.7867619,36.9992709],[-95.5224146,36.9993198],[-95.40762,36.9993417],[-95.43157,36.59754],[-95.809617,36.597476],[-95.7867619,36.9992709]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"COFFEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.193951,31.440072],[-86.145895,31.617741],[-85.789142,31.617964],[-85.791402,31.196349],[-86.193476,31.192213],[-86.193951,31.440072]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"OGLETHORPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.275933,33.847977],[-83.258413,33.999098],[-82.976294,34.043219],[-82.779506,33.971124],[-82.949046,33.733333],[-82.995602,33.693583],[-83.28034,33.761774],[-83.275933,33.847977]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.013062,39.604787],[-87.009477,39.866705],[-86.695127,39.864845],[-86.65665,39.601395],[-86.68571,39.470063],[-86.939981,39.473345],[-87.013062,39.604787]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"BLUE EARTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.371731,44.264448],[-94.011868,44.23952],[-93.767971,44.195836],[-93.767761,43.847956],[-94.247123,43.847946],[-94.368974,43.848047],[-94.36885,44.108698],[-94.371731,44.264448]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"STOREY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.283637,39.621561],[-119.712645,39.250871],[-119.695643,39.520023],[-119.283637,39.621561]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"OVERTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.495422,36.403074],[-85.284878,36.531293],[-85.120445,36.407164],[-85.119583,36.144719],[-85.495124,36.302278],[-85.495422,36.403074]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LAMAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.2483875,33.7449076],[-88.207229,34.058333],[-87.951785,33.91993],[-87.946519,33.524065],[-88.2745165,33.5340015],[-88.2483875,33.7449076]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BENZIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.0784982,44.7783307],[-85.815119,44.774534],[-85.817802,44.512969],[-86.2370209,44.5182986],[-86.0784982,44.7783307]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BRISCOE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.471562,34.747462],[-101.090749,34.748246],[-100.944939,34.748281],[-100.946132,34.312759],[-101.041484,34.312444],[-101.47158,34.31229],[-101.471562,34.747462]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BREMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.554211,42.907112],[-92.081568,42.907013],[-92.081661,42.642056],[-92.554492,42.642314],[-92.554211,42.907112]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CABARRUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.784167,35.506017],[-80.737379,35.505804],[-80.295421,35.50292],[-80.504985,35.184998],[-80.550349,35.208412],[-80.784167,35.506017]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"SULLIVAN","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.813731,41.590034],[-76.220139,41.541285],[-76.2831,41.376517],[-76.310133,41.310199],[-76.447597,41.275629],[-76.813731,41.590034]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"TYLER","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.037365,39.5380557],[-80.943782,39.606926],[-80.618629,39.450375],[-80.888744,39.294298],[-81.007836,39.350923],[-81.1212739,39.4576974],[-81.037365,39.5380557]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BLECKLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.497923,32.452198],[-83.226536,32.584201],[-83.138991,32.423069],[-83.346528,32.272489],[-83.498039,32.401715],[-83.497923,32.452198]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.592797,38.219271],[-89.147416,38.212896],[-89.129637,38.124747],[-89.177597,37.950311],[-89.595084,37.95531],[-89.592797,38.219271]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"EFFINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.805325,39.216263],[-88.470906,39.215029],[-88.360654,39.171118],[-88.361745,38.910847],[-88.693531,38.914617],[-88.805325,39.216263]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.1549022,34.4630343],[-88.1395594,34.5816967],[-87.529667,34.567081],[-87.529722,34.304598],[-87.634725,34.306997],[-88.1732617,34.3210395],[-88.1549022,34.4630343]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.490149,39.21978],[-97.929746,39.219273],[-97.92856,38.958395],[-97.928592,38.871099],[-98.484861,38.870791],[-98.489997,39.132697],[-98.490149,39.21978]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"STEUBEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.1967742,41.7598708],[-84.8251283,41.760199],[-84.806082,41.696089],[-84.8049582,41.5301378],[-85.194084,41.526437],[-85.1967742,41.7598708]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"DAVIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.693197,36.05126],[-80.496283,36.046545],[-80.394307,35.972762],[-80.458884,35.743031],[-80.707826,35.852929],[-80.693197,36.05126]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CERRO GORDO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.497635,43.255468],[-93.024143,43.255538],[-93.024092,43.212812],[-93.025144,42.907549],[-93.498617,42.908512],[-93.497635,43.255468]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"SANBORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.332042,44.19662],[-97.85366,44.195233],[-97.849492,44.195235],[-97.85111,43.849857],[-97.967279,43.850686],[-98.325242,43.851058],[-98.331508,43.937708],[-98.332042,44.19662]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.883234,41.414503],[-83.415919,41.618938],[-83.414626,41.500228],[-83.419843,41.254003],[-83.421054,41.16678],[-83.881149,41.167824],[-83.883234,41.414503]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.637323,32.534855],[-84.444353,32.562083],[-84.392316,32.414046],[-84.430218,32.166257],[-84.431214,32.134058],[-84.649319,32.232953],[-84.65892,32.232852],[-84.637323,32.534855]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.194113,38.527634],[-81.08371,38.611982],[-81.031677,38.667839],[-80.881232,38.507045],[-81.231636,38.263514],[-81.194113,38.527634]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"TAZEWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.900892,37.142553],[-81.739055,37.2394971],[-81.362156,37.337687],[-81.225104,37.234874],[-81.43673,37.010135],[-81.780545,36.958629],[-81.900892,37.142553]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.099217,41.160867],[-92.869771,41.161066],[-92.640361,41.161298],[-92.639091,40.898886],[-93.097595,40.898451],[-93.099217,41.160867]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WINNESHIEK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.080976,43.212947],[-92.079802,43.5007049],[-91.730217,43.5006857],[-91.610835,43.5006878],[-91.605307,43.081653],[-92.081146,43.082794],[-92.080976,43.212947]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"WELLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.069206,47.847301],[-99.812167,47.847257],[-99.297204,47.846811],[-99.265846,47.587618],[-99.26628,47.327194],[-99.480726,47.327076],[-100.033292,47.327192],[-100.069206,47.847301]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"SCOTLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.6929464,34.8049623],[-79.458751,35.043639],[-79.347823,34.838617],[-79.461791,34.6300307],[-79.6929464,34.8049623]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BROOKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.523284,27.26515],[-98.232464,27.262487],[-98.058078,27.260981],[-97.985887,27.209308],[-97.985494,26.780917],[-98.32067,26.783081],[-98.422616,26.783535],[-98.523284,27.26515]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ELLIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.086834,32.549428],[-97.038385,32.548662],[-96.529987,32.545282],[-96.452138,32.358631],[-96.383082,32.328851],[-96.896209,32.073977],[-97.086191,32.265451],[-97.086834,32.549428]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MCDOWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.275399,35.704438],[-82.133484,35.823309],[-81.981954,35.911361],[-81.943188,35.96005],[-81.824122,35.574983],[-82.169049,35.527811],[-82.275399,35.704438]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"STEVENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.556606,37.388485],[-101.52581,37.388392],[-101.089653,37.387721],[-101.067904,37.387779],[-101.0664502,36.9977362],[-101.5552588,36.9952909],[-101.556606,37.388485]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"OSAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.194476,38.335536],[-92.008983,38.5709],[-91.647171,38.703396],[-91.640372,38.703792],[-91.644729,38.28851],[-92.195675,38.292237],[-92.194476,38.335536]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HOCKLEY","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.615447,33.825121],[-102.085733,33.824675],[-102.075929,33.389586],[-102.594836,33.388489],[-102.615447,33.825121]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"TREMPEALEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.529101,44.596197],[-91.165619,44.596987],[-91.151932,44.079665],[-91.4235687,43.9842969],[-91.5592156,44.0242093],[-91.529101,44.596197]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"OZARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.764869,36.806097],[-92.112346,36.794231],[-92.1204291,36.4981931],[-92.1503062,36.4981403],[-92.5291366,36.4981657],[-92.7723339,36.4980832],[-92.764869,36.806097]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"GAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.916055,40.349727],[-96.912637,40.523625],[-96.463632,40.523013],[-96.463667,40.262173],[-96.4637121,40.0009586],[-96.805768,40.0013685],[-96.916407,40.0014541],[-96.916055,40.349727]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ROSS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.372714,39.377416],[-83.266737,39.516249],[-82.740729,39.46835],[-82.748591,39.368165],[-82.762892,39.207967],[-82.785891,39.168769],[-83.353531,39.197585],[-83.372714,39.377416]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"O'BRIEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.861914,43.257566],[-95.388078,43.255221],[-95.388182,42.909897],[-95.859377,42.909097],[-95.861914,43.257566]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BENNETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.110819,43.389902],[-101.228234,43.389185],[-101.2280134,42.9978687],[-102.082548,42.9991406],[-102.110819,43.389902]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"ROANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.502628,38.917922],[-81.278412,38.914867],[-81.08371,38.611982],[-81.194113,38.527634],[-81.522166,38.612746],[-81.502628,38.917922]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"BLAINE","RigCount":22},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.636899,36.164894],[-98.210544,36.16489],[-98.207104,35.72514],[-98.313251,35.551523],[-98.623149,35.551597],[-98.631985,35.812402],[-98.636899,36.164894]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.107248,37.474836],[-99.556119,37.467722],[-99.543189,37.381124],[-99.5411149,36.9999096],[-100.0025715,37.0016192],[-100.0894817,37.0014795],[-100.107248,37.474836]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"TALLADEGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.378665,33.390983],[-86.145562,33.679098],[-85.796054,33.55622],[-85.85189,33.498742],[-86.17437,33.104394],[-86.491029,33.102944],[-86.378665,33.390983]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.989014,37.963968],[-82.612393,37.879272],[-82.64075,37.720182],[-82.940763,37.716338],[-83.004649,37.859247],[-82.989014,37.963968]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"TODD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.228234,43.389185],[-100.214221,43.390321],[-100.1984138,42.9979769],[-101.2280134,42.9978687],[-101.228234,43.389185]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ARANSAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.790512,28.319238],[-96.8520706,28.0598209],[-97.0436841,27.8365324],[-97.136312,27.90439],[-97.260818,28.075759],[-96.790512,28.319238]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DAWSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.196754,34.617924],[-84.188557,34.602692],[-83.980649,34.418389],[-83.957077,34.334011],[-84.258075,34.335156],[-84.257586,34.380992],[-84.345553,34.562735],[-84.196754,34.617924]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"POWESHIEK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.765999,41.862373],[-92.298164,41.862779],[-92.297494,41.50979],[-92.411995,41.509548],[-92.756508,41.508794],[-92.765999,41.862373]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.308593,33.37719],[-95.30664,33.378027],[-95.125451,33.389454],[-95.12613,33.034581],[-95.152206,33.01345],[-95.308957,32.962572],[-95.308593,33.37719]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.29811,39.525476],[-85.036087,39.526213],[-84.8161602,39.5219681],[-84.8188775,39.3051436],[-85.065574,39.307232],[-85.29654,39.268291],[-85.297575,39.453275],[-85.29811,39.525476]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BRECKINRIDGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.6467031,37.864909],[-86.4880525,38.0436653],[-86.151285,37.798878],[-86.27527,37.593519],[-86.59281,37.56436],[-86.638935,37.661877],[-86.6467031,37.864909]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.682196,33.52622],[-83.533736,33.434472],[-83.545876,33.171944],[-83.816048,33.131816],[-83.822261,33.180238],[-83.863058,33.368278],[-83.682196,33.52622]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GAINES","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.0634689,32.9591064],[-102.595023,32.958831],[-102.20852,32.958956],[-102.202703,32.523271],[-102.211037,32.523244],[-103.064696,32.522193],[-103.0634689,32.9591064]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HEMPHILL","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.540221,36.056491],[-100.000399,36.055677],[-100.0003962,35.880948],[-100.000392,35.619115],[-100.540158,35.619296],[-100.540221,36.056491]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CHICKASAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.554381,43.212813],[-92.080976,43.212947],[-92.081146,43.082794],[-92.081568,42.907013],[-92.554211,42.907112],[-92.554381,43.212813]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"SPARTANBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.2162487,35.1932585],[-81.9693584,35.1869271],[-81.8741122,35.1835099],[-81.711694,34.912577],[-81.854002,34.594549],[-82.146792,34.785554],[-82.2162487,35.1932585]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"IOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.298164,41.862779],[-91.831379,41.861851],[-91.829231,41.511457],[-91.946043,41.510749],[-92.297494,41.50979],[-92.298164,41.862779]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"SEMINOLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.623699,35.400722],[-96.441368,35.290122],[-96.490786,34.910585],[-96.775681,34.899958],[-96.623699,35.400722]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"TRAVERSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.563672,45.935245],[-96.5726975,46.0218917],[-96.26614,46.02161],[-96.254022,45.75982],[-96.253026,45.585526],[-96.8354192,45.5861287],[-96.563672,45.935245]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.937587,39.927137],[-85.862489,39.943618],[-85.576192,39.945756],[-85.596916,39.786519],[-85.633228,39.698462],[-85.951721,39.697136],[-85.937587,39.927137]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SANTA CRUZ","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.152278,37.286055],[-121.581354,36.899152],[-121.644001,36.893996],[-121.8127324,36.8500494],[-122.2943102,37.1051414],[-122.152278,37.286055]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"BRADLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.330839,33.707806],[-91.975844,33.704414],[-91.990167,33.398214],[-92.137527,33.162956],[-92.350432,33.298941],[-92.330839,33.707806]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"TAMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.53351,42.297001],[-92.298792,42.297527],[-92.298164,41.862779],[-92.765999,41.862373],[-92.767463,42.21014],[-92.53351,42.297001]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CAMPBELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.442859,37.055867],[-79.257955,37.355816],[-79.085123,37.394875],[-79.021687,37.429243],[-78.824209,37.205361],[-78.904587,37.022288],[-79.092264,37.061498],[-79.442859,37.055867]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.902783,44.249473],[-89.724746,44.247678],[-89.59798,44.245725],[-89.59795,43.9821],[-89.599547,43.642636],[-89.784901,43.641051],[-90.025953,44.091748],[-89.902783,44.249473]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.8405669,35.0014715],[-80.550349,35.208412],[-80.504985,35.184998],[-80.276829,35.195722],[-80.3208326,34.8136208],[-80.5617085,34.8174824],[-80.8405669,35.0014715]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"VERMILLION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5324545,39.8829991],[-87.5310216,40.1480354],[-87.406667,40.127508],[-87.420221,39.952452],[-87.382418,39.607937],[-87.5323853,39.6073049],[-87.5324545,39.8829991]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BOWMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.045466,46.280188],[-102.995454,46.280713],[-102.995668,45.9451164],[-104.045443,45.94531],[-104.045466,46.280188]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"KINGS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.315068,35.907186],[-119.959058,36.181747],[-119.959227,36.400975],[-119.573194,36.488835],[-119.538116,35.789567],[-120.194146,35.789204],[-120.213979,35.789276],[-120.315068,35.907186]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LARUE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.680488,37.732284],[-85.52129,37.554343],[-85.46625,37.465595],[-85.583497,37.469917],[-85.657332,37.421996],[-85.892804,37.440308],[-85.680488,37.732284]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"POTTAWATOMIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.142114,35.37686],[-97.14149,35.463977],[-96.624865,35.462706],[-96.623699,35.400722],[-96.775681,34.899958],[-96.930586,34.964364],[-97.142349,34.928176],[-97.142114,35.37686]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"RENVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.24852,44.89131],[-94.758189,44.892097],[-94.502395,44.892295],[-94.498074,44.717171],[-94.6242,44.45603],[-94.78063,44.45665],[-94.865824,44.498218],[-95.360177,44.69854],[-95.482843,44.752505],[-95.24852,44.89131]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SALINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.92856,38.958395],[-97.371614,38.957852],[-97.371911,38.609353],[-97.924795,38.60988],[-97.928592,38.871099],[-97.92856,38.958395]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"LATIMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.349233,35.058514],[-94.927863,35.058279],[-95.059616,34.680736],[-95.514514,34.681142],[-95.349233,35.058514]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"KOSSUTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.443137,43.255014],[-94.44285,43.5004785],[-94.2479674,43.5001755],[-93.9707616,43.499605],[-93.970415,43.255358],[-93.971238,42.907762],[-94.442954,42.908073],[-94.443137,43.255014]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.471085,39.944077],[-77.137425,40.069945],[-76.999318,39.7200677],[-77.2170238,39.7202172],[-77.4594334,39.7202292],[-77.471085,39.944077]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.576192,39.945756],[-85.576197,40.077143],[-85.214386,40.076889],[-85.201473,40.004521],[-85.221118,39.788449],[-85.301584,39.787579],[-85.596916,39.786519],[-85.576192,39.945756]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HUTCHINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.114758,43.498297],[-97.965012,43.49904],[-97.607012,43.499826],[-97.40145,43.499783],[-97.399191,43.169419],[-97.637496,43.16877],[-98.077108,43.16833],[-98.109492,43.196838],[-98.114758,43.498297]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.678773,45.377907],[-90.042273,45.381866],[-90.043685,45.120214],[-90.315038,45.033829],[-90.923362,45.031143],[-90.925222,45.292061],[-90.678773,45.377907]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DOUGHERTY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.450398,31.621868],[-84.297801,31.621951],[-84.018404,31.650274],[-83.997796,31.443753],[-84.141124,31.440179],[-84.429876,31.436661],[-84.450398,31.621868]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CARLISLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.1031354,36.9447609],[-88.815952,36.9541],[-88.812897,36.946864],[-88.813229,36.773115],[-89.1559849,36.7862927],[-89.1031354,36.9447609]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.817682,34.127493],[-83.620115,34.295276],[-83.402428,34.197499],[-83.360028,34.040572],[-83.537385,33.965912],[-83.817682,34.127493]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.93017,41.172318],[-86.467046,41.171442],[-86.468509,40.909889],[-86.581532,40.910925],[-86.930759,40.912418],[-86.93017,41.172318]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"OGLALA LAKOTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.809398,43.68756],[-102.139158,43.700948],[-102.110819,43.389902],[-102.082548,42.9991406],[-102.7921109,43.0000362],[-103.0006095,43.0002593],[-103.000913,43.476848],[-102.809398,43.68756]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RUSSELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.0375,39.133121],[-98.489997,39.132697],[-98.484861,38.870791],[-98.486108,38.696878],[-99.032971,38.696759],[-99.042626,38.696807],[-99.0375,39.133121]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HARTLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.0413567,35.7394335],[-103.040824,36.055231],[-102.163015,36.055249],[-102.162809,35.627515],[-103.041554,35.622487],[-103.0413567,35.7394335]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"DOLORES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0426041,37.8810848],[-108.256498,37.894607],[-107.860845,37.775517],[-107.970086,37.639587],[-108.917081,37.631902],[-109.0437807,37.4848192],[-109.0426041,37.8810848]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"CAROLINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.949335,38.918333],[-75.7481548,39.1431317],[-75.7231027,38.8298266],[-75.707555,38.6353854],[-75.945248,38.674109],[-75.949335,38.918333]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.298792,42.297527],[-92.064766,42.297259],[-91.831089,42.299063],[-91.831379,41.861851],[-92.298164,41.862779],[-92.298792,42.297527]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.704417,38.415667],[-89.143898,38.503088],[-89.144388,38.473878],[-89.147416,38.212896],[-89.592797,38.219271],[-89.703256,38.219404],[-89.704417,38.415667]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.046869,35.920693],[-79.541728,35.899851],[-79.542428,35.843303],[-79.555804,35.515039],[-79.767957,35.511484],[-80.066842,35.505661],[-80.046869,35.920693]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COLLINGSWORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.538978,35.183144],[-100.000385,35.182702],[-100.000384,35.030385],[-100.0003822,34.7463606],[-100.415895,34.747525],[-100.540703,34.747723],[-100.538978,35.183144]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"COWLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.153331,37.475544],[-96.52569,37.476405],[-96.524873,37.30273],[-96.525582,36.998678],[-96.749838,36.998988],[-97.147721,36.9989723],[-97.153331,37.475544]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"GRIGGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.500181,47.672413],[-97.98481,47.6723],[-97.961208,47.240512],[-98.467476,47.240453],[-98.499246,47.326538],[-98.500085,47.587228],[-98.500181,47.672413]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"HEMPSTEAD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.957315,33.75094],[-93.823076,34.008893],[-93.456709,33.956837],[-93.483097,33.476075],[-93.722867,33.481963],[-93.825884,33.609853],[-93.957315,33.75094]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OSCEOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.564554,44.164861],[-85.334777,44.165118],[-85.087403,44.164242],[-85.088811,43.813676],[-85.562433,43.815483],[-85.564554,44.164861]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.564856,34.312493],[-101.47158,34.31229],[-101.041484,34.312444],[-101.041158,33.833625],[-101.56358,33.830451],[-101.564856,34.312493]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.370115,44.194971],[-97.129671,44.195933],[-96.889216,44.195705],[-96.888664,43.848385],[-97.129089,43.847973],[-97.369463,43.848526],[-97.370115,44.194971]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.160543,43.083145],[-96.924142,43.083733],[-96.805682,43.08367],[-96.8073706,42.700679],[-97.0156311,42.7565255],[-97.1650704,42.7916166],[-97.160543,43.083145]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.640767,41.155718],[-76.447597,41.275629],[-76.310133,41.310199],[-76.207827,40.94974],[-76.380152,40.775511],[-76.528034,40.882515],[-76.640767,41.155718]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CAROLINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.370297,38.246576],[-77.326692,38.245136],[-77.115997,38.149931],[-77.070115,37.96477],[-77.181418,37.891654],[-77.345215,37.789175],[-77.642518,37.990688],[-77.370297,38.246576]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ROCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4529096,43.8495089],[-96.06462,43.849039],[-96.05232,43.84907],[-96.0531628,43.5001877],[-96.45326,43.50039],[-96.4529096,43.8495089]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"COOPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.050453,38.928244],[-92.934569,39.064547],[-92.558086,38.970692],[-92.498377,38.922084],[-92.839837,38.683974],[-93.059974,38.693077],[-93.050453,38.928244]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"PHILLIPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.6253267,40.0017778],[-99.1791332,40.002109],[-99.0670183,40.0021435],[-99.06622,39.568125],[-99.602176,39.567328],[-99.627953,39.567437],[-99.6253267,40.0017778]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"EUREKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.586786,41.000398],[-116.158155,40.999912],[-116.157834,40.666389],[-116.000897,40.127376],[-115.834969,40.127842],[-115.794864,39.853104],[-115.907071,39.161848],[-116.600946,39.161463],[-116.586786,41.000398]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"FOSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.265846,47.587618],[-98.500085,47.587228],[-98.499246,47.326538],[-99.26628,47.327194],[-99.265846,47.587618]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"NEWTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.617964,36.998905],[-94.6181029,37.0567964],[-94.059211,37.048127],[-94.06274,36.931775],[-94.068898,36.747818],[-94.618307,36.76656],[-94.617964,36.998905]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HALIFAX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.899524,36.504259],[-77.644367,36.480228],[-77.291519,36.168342],[-77.327569,36.071361],[-77.402614,36.004966],[-77.697956,36.15315],[-78.006551,36.202633],[-77.899524,36.504259]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RICE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.480377,38.521841],[-97.924269,38.522755],[-97.922136,38.173713],[-98.472794,38.172757],[-98.479841,38.26079],[-98.480377,38.521841]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"LAGRANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.6597502,41.7592367],[-85.2921788,41.7597553],[-85.1967742,41.7598708],[-85.194084,41.526437],[-85.654747,41.523347],[-85.6597502,41.7592367]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MARTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.677862,27.205988],[-80.1980214,27.2630088],[-80.0830776,26.970534],[-80.885639,26.958919],[-80.677862,27.205988]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MENARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.994724,40.108373],[-89.601604,40.122432],[-89.578289,39.976127],[-89.994506,39.901925],[-89.994724,40.108373]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"SANDUSKY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.414626,41.500228],[-82.952224,41.458239],[-82.841475,41.290023],[-82.840087,41.255337],[-83.419843,41.254003],[-83.414626,41.500228]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.698961,38.474914],[-88.698457,38.606304],[-88.253851,38.599502],[-88.147814,38.569086],[-88.1509,38.256097],[-88.370491,38.255413],[-88.702391,38.256661],[-88.698961,38.474914]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ARMSTRONG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.622941,35.183117],[-101.086281,35.18214],[-101.090749,34.748246],[-101.471562,34.747462],[-101.629257,34.747649],[-101.622941,35.183117]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"RICE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.524327,44.543618],[-93.281521,44.543957],[-93.039485,44.471871],[-93.041159,44.196726],[-93.04591,44.196716],[-93.406565,44.196377],[-93.525231,44.196134],[-93.524327,44.543618]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"CURRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.738166,34.60467],[-103.0427388,34.954142],[-103.042769,34.747361],[-103.0438503,34.3127499],[-103.0438358,34.302648],[-103.740066,34.303056],[-103.738166,34.60467]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.361957,39.967606],[-93.361951,40.033098],[-92.856191,40.037253],[-92.847477,40.037301],[-92.85792,39.699985],[-93.266968,39.703562],[-93.361957,39.967606]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"RED LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.48255,47.963595],[-95.709619,47.935805],[-95.837177,47.760894],[-96.351727,47.7603],[-96.48255,47.963595]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"SEVIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.515394,38.572845],[-112.218356,38.727361],[-112.014083,39.045518],[-111.29936,39.032264],[-111.305665,38.510169],[-111.766393,38.502243],[-112.518495,38.510413],[-112.515394,38.572845]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CATOOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.265055,34.9850776],[-84.979854,34.9872056],[-85.144789,34.767639],[-85.265055,34.9850776]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"GREEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.838167,42.857397],[-89.369128,42.845036],[-89.3657986,42.500026],[-89.4014168,42.5004419],[-89.8375949,42.5049104],[-89.83841,42.813799],[-89.838167,42.857397]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"ESMERALDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.691021,38.473797],[-117.165612,38.001692],[-117.1660006,36.9712075],[-117.833504,37.4649388],[-118.4279953,37.8962243],[-117.691021,38.473797]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.035952,39.5661],[-95.788941,39.653001],[-95.564126,39.652872],[-95.570351,39.41905],[-95.589472,39.216081],[-96.035573,39.21652],[-96.035952,39.5661]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"YADKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.873205,36.236305],[-80.452322,36.241419],[-80.496283,36.046545],[-80.693197,36.05126],[-80.881591,36.055718],[-80.873205,36.236305]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RILEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.958719,39.566401],[-96.806544,39.566423],[-96.580362,39.566332],[-96.726667,39.403601],[-96.389046,39.172878],[-96.501166,39.043666],[-96.961693,39.220076],[-96.958719,39.566401]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.923362,45.031143],[-90.315038,45.033829],[-90.316253,44.685154],[-90.316055,44.424502],[-90.801918,44.422442],[-90.92235,44.596293],[-90.922247,44.857309],[-90.923362,45.031143]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DIXON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.017789,42.351347],[-97.0156311,42.7565255],[-96.8073706,42.700679],[-96.6279455,42.5270961],[-96.726661,42.278005],[-96.822497,42.264292],[-97.017789,42.351347]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"BOULDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.653321,40.260457],[-105.055089,40.261793],[-105.052823,40.00026],[-105.16615,39.914047],[-105.397849,39.912886],[-105.675798,39.932445],[-105.653321,40.260457]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WINKLER","RigCount":14},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.326501,32.00037],[-103.0644224,32.087051],[-102.799086,32.085795],[-102.798939,31.651783],[-103.327538,31.65142],[-103.326501,32.00037]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.038788,33.397214],[-100.517449,33.397866],[-100.519208,32.962926],[-100.65587,32.963469],[-101.03866,32.970225],[-101.038788,33.397214]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"SUSQUEHANNA","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.145519,41.9988665],[-76.10584,41.998858],[-75.4831493,41.9993982],[-75.462411,41.641587],[-75.719887,41.642263],[-76.115172,41.651825],[-76.145519,41.9988665]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"TIOGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.538349,42.281755],[-76.253359,42.407568],[-76.130181,42.410337],[-76.10584,41.998858],[-76.145519,41.9988665],[-76.5576241,42.0001487],[-76.538349,42.281755]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WINSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.317855,33.108871],[-89.088255,33.286003],[-88.813053,33.286424],[-88.812782,32.925973],[-88.914413,32.9266],[-89.319163,32.931654],[-89.317855,33.108871]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SULLIVAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.366935,40.382999],[-92.855629,40.342736],[-92.856191,40.037253],[-93.361951,40.033098],[-93.367214,40.266314],[-93.366935,40.382999]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"COVINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.755103,31.774654],[-89.653025,31.780653],[-89.401227,31.796863],[-89.399178,31.434029],[-89.451616,31.434029],[-89.586819,31.433688],[-89.755103,31.774654]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TURNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.802723,31.803579],[-83.612256,31.854089],[-83.480176,31.847312],[-83.453634,31.757861],[-83.500702,31.59399],[-83.649384,31.567977],[-83.802723,31.803579]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"PAWNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.463667,40.262173],[-96.066736,40.262038],[-96.010176,40.261482],[-96.0106788,40.0007047],[-96.2392079,40.000691],[-96.4637121,40.0009586],[-96.463667,40.262173]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"WYOMING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.464381,42.867461],[-77.954964,42.862754],[-78.038261,42.521522],[-78.308839,42.521217],[-78.46394,42.536332],[-78.464381,42.867461]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"POTTAWATTAMIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.9940204,41.5068906],[-95.497997,41.506074],[-95.154722,41.505211],[-95.155851,41.159236],[-95.384349,41.160011],[-95.8618981,41.1603023],[-95.9099085,41.1912829],[-95.9273362,41.3899879],[-95.9940204,41.5068906]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"TANGIPAHOA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.5671954,30.999945],[-90.5475744,30.9999821],[-90.3472411,31.0003607],[-90.255648,30.711905],[-90.160636,30.234337],[-90.485826,30.276992],[-90.567165,30.650023],[-90.5671954,30.999945]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"WALDO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-69.471712,44.692899],[-69.266785,44.721928],[-68.815793,44.683754],[-68.896384,44.209935],[-68.9349764,44.2029075],[-69.0210745,44.2304353],[-69.434992,44.331866],[-69.506382,44.34287],[-69.471712,44.692899]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"BALTIMORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.7870972,39.7210481],[-76.5694751,39.7214586],[-76.3254183,39.2729051],[-76.5040086,39.1992862],[-76.529486,39.218408],[-76.644212,39.248924],[-76.697085,39.214092],[-76.882274,39.350185],[-76.7870972,39.7210481]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ALPENA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.888484,44.856458],[-83.881223,45.202071],[-83.3852111,45.207104],[-83.3162661,44.8585915],[-83.888484,44.856458]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.167318,43.825902],[-84.166377,43.996901],[-83.9013294,43.9084271],[-83.6994171,43.6016372],[-83.698816,43.478957],[-84.168127,43.568899],[-84.167318,43.825902]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.145845,48.1732235],[-96.500843,48.174108],[-96.48255,47.963595],[-96.351727,47.7603],[-95.837177,47.760894],[-95.709619,47.935805],[-95.582155,47.933966],[-95.554248,47.499893],[-96.067621,47.499136],[-96.8559593,47.4991732],[-96.8934933,47.672127],[-97.145845,48.1732235]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"WORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6320259,40.5717596],[-94.4712077,40.5709595],[-94.2322407,40.5720146],[-94.214278,40.384254],[-94.598487,40.386714],[-94.6320259,40.5717596]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CHEYENNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.37762,41.394633],[-103.369024,41.437655],[-102.636695,41.439053],[-102.610413,41.221614],[-102.621033,41.0022232],[-102.6534641,41.0022253],[-103.3824917,41.0019261],[-103.37762,41.394633]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"WHITE PINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.834969,40.127842],[-114.0463728,40.1169358],[-114.0472682,39.9060981],[-114.0471814,39.5427436],[-114.0494367,38.6773625],[-115.000846,38.677322],[-115.907071,39.161848],[-115.794864,39.853104],[-115.834969,40.127842]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.981384,41.324693],[-73.981486,41.438905],[-73.5296777,41.527161],[-73.5441512,41.3663196],[-73.982584,41.321693],[-73.981384,41.324693]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"STEUBEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.722964,42.471216],[-77.490889,42.577288],[-77.366505,42.576368],[-77.107203,42.483771],[-76.965028,42.278495],[-76.9657288,42.0007834],[-77.6100201,41.9991499],[-77.7499309,41.9987554],[-77.722964,42.471216]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MEIGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.268583,39.20376],[-81.752297,39.1810347],[-81.7502668,39.1040312],[-81.89847,38.929603],[-82.0988667,38.9608793],[-82.322874,39.027674],[-82.268583,39.20376]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"ANDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.840253,34.623212],[-82.486746,34.819475],[-82.313996,34.484002],[-82.735108,34.2126148],[-82.7746287,34.2883668],[-82.9913882,34.4729806],[-82.840253,34.623212]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.3093471,30.6342388],[-83.1366189,30.6238859],[-82.6895298,30.5978893],[-82.794594,30.337024],[-83.170969,30.385225],[-83.3093471,30.6342388]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DUBUQUE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.132766,42.645844],[-90.896962,42.6743181],[-90.642843,42.508481],[-90.4843457,42.3815978],[-90.89802,42.295236],[-91.130079,42.295761],[-91.132766,42.645844]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CRENSHAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.448198,31.964629],[-86.406276,32.050731],[-86.191379,31.966453],[-86.145895,31.617741],[-86.193951,31.440072],[-86.499213,31.525331],[-86.448198,31.964629]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"RAINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.862521,32.979571],[-95.665389,32.960434],[-95.635017,32.72038],[-95.934433,32.837217],[-95.862521,32.979571]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COMANCHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.924401,32.078018],[-98.551158,32.261436],[-98.208386,31.917511],[-98.463736,31.683989],[-98.668441,31.700514],[-98.924401,32.078018]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.254613,32.372053],[-84.00849,32.521769],[-83.846676,32.468514],[-83.848379,32.29097],[-84.027853,32.171083],[-84.181657,32.229703],[-84.254613,32.372053]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SWISHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.998493,34.74819],[-101.629257,34.747649],[-101.471562,34.747462],[-101.47158,34.31229],[-101.564856,34.312493],[-101.99802,34.313039],[-101.998493,34.74819]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PEACH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.00849,32.521769],[-84.003363,32.529927],[-83.70109,32.691598],[-83.846676,32.468514],[-84.00849,32.521769]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ST. LOUIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.1665946,38.7724501],[-90.1815244,38.6603729],[-90.2552949,38.5308777],[-90.1665946,38.7724501]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"BARBER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.012598,37.470421],[-98.464663,37.471013],[-98.349804,37.384056],[-98.3471488,36.9979692],[-98.544662,36.9985242],[-99.0003011,36.9993581],[-99.011499,37.384263],[-99.012598,37.470421]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WRIGHT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.971714,42.644707],[-93.971238,42.907762],[-93.498617,42.908512],[-93.499485,42.5577],[-93.971583,42.558139],[-93.971714,42.644707]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"POWHATAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.072174,37.657385],[-77.655399,37.563986],[-77.855148,37.418363],[-78.132048,37.454686],[-78.072174,37.657385]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LOWNDES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.67125,33.506168],[-88.513933,33.650438],[-88.2483875,33.7449076],[-88.2745165,33.5340015],[-88.3044428,33.28832],[-88.669076,33.286922],[-88.67125,33.506168]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"LAMOURE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.036625,46.630211],[-98.439056,46.63112],[-98.033862,46.630727],[-98.034573,46.282796],[-99.003118,46.282898],[-99.037367,46.283151],[-99.036625,46.630211]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BONNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0412145,48.0454651],[-117.0329392,48.8466679],[-116.784878,48.500472],[-116.0491565,48.5020425],[-116.0489292,48.2161279],[-116.0385658,47.9846343],[-116.329538,47.890393],[-117.0413064,47.9774559],[-117.0412145,48.0454651]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.551907,42.435166],[-83.083393,42.447153],[-82.870347,42.450888],[-83.1949523,42.0331079],[-83.539396,42.085598],[-83.551907,42.435166]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BAILEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.047346,33.824675],[-103.0438358,34.302648],[-103.0438503,34.3127499],[-102.61515,34.312891],[-102.615447,33.825121],[-103.047346,33.824675]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.805768,40.0013685],[-96.4637121,40.0009586],[-96.2392079,40.000691],[-96.238969,39.56622],[-96.580362,39.566332],[-96.806544,39.566423],[-96.805768,40.0013685]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ACADIA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.631987,30.481147],[-92.493259,30.480499],[-92.142184,30.298817],[-92.284675,30.147443],[-92.625484,30.09233],[-92.631987,30.481147]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"TOOLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.1934102,48.9988938],[-111.269862,48.9972298],[-111.275306,48.219531],[-111.409018,48.219542],[-112.184784,48.477578],[-112.1934102,48.9988938]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"KIOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.55958,37.734888],[-99.01355,37.73297],[-99.012598,37.470421],[-99.011499,37.384263],[-99.543189,37.381124],[-99.556119,37.467722],[-99.55958,37.734888]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"SAUK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.312404,43.640988],[-89.785809,43.641049],[-89.720463,43.293084],[-89.838135,43.206057],[-90.193814,43.164464],[-90.311069,43.553991],[-90.312404,43.640988]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"POCAHONTAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.91389,42.9097],[-94.442954,42.908073],[-94.443083,42.645164],[-94.443024,42.558843],[-94.914485,42.560309],[-94.91389,42.9097]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MCCLAIN","RigCount":8},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.671529,35.337508],[-97.142349,34.928176],[-96.930586,34.964364],[-96.932471,34.854455],[-97.668099,34.855164],[-97.671595,35.335934],[-97.671529,35.337508]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.908113,38.850107],[-87.5352571,38.8524915],[-87.6483568,38.5666287],[-87.912286,38.570104],[-87.908113,38.850107]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"POTTER","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.162752,35.620035],[-101.6228,35.620196],[-101.622941,35.183117],[-102.167471,35.183233],[-102.162752,35.620035]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MEIGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.016343,35.409288],[-84.723853,35.752896],[-84.619865,35.644651],[-84.860164,35.350074],[-84.946339,35.287717],[-85.016343,35.409288]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HARLAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.489813,36.895413],[-83.182104,37.021115],[-83.12209,37.000997],[-82.869183,36.974182],[-82.8837542,36.8971301],[-83.4609546,36.666131],[-83.489813,36.895413]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"WORCESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.612764,38.278626],[-75.3412873,38.4524365],[-75.048939,38.451263],[-75.242266,38.027209],[-75.624341,37.994211],[-75.612764,38.278626]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WISE","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.918189,33.433873],[-97.487065,33.433681],[-97.383095,33.43045],[-97.39848,32.990839],[-97.544181,32.994177],[-97.921642,33.001284],[-97.918189,33.433873]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SUSSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.619029,36.877844],[-77.398498,36.992985],[-77.155415,37.112034],[-76.953546,36.94445],[-77.430127,36.707658],[-77.619029,36.877844]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"TRAILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.472745,47.672051],[-96.8934933,47.672127],[-96.8559593,47.4991732],[-96.8360096,47.2379819],[-97.451512,47.239061],[-97.472745,47.672051]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"OWSLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.885262,37.517688],[-83.579186,37.506249],[-83.547628,37.334418],[-83.526907,37.258529],[-83.784975,37.348717],[-83.885262,37.517688]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.704606,38.125195],[-88.702391,38.256661],[-88.370491,38.255413],[-88.37452,37.908432],[-88.37453,37.907678],[-88.706622,37.906797],[-88.704606,38.125195]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.005252,28.690239],[-97.77853,28.668027],[-97.375579,28.388684],[-97.541071,28.164669],[-97.817716,28.176848],[-98.005252,28.690239]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"LARAMIE","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.278236,41.656655],[-104.653338,41.653007],[-104.0526346,41.5642758],[-104.0522871,41.393214],[-104.053249,41.001406],[-104.943371,40.9980741],[-105.277138,40.998173],[-105.278236,41.656655]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"JOHNSON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.369621,44.559837],[-106.009676,44.563981],[-106.017366,43.494969],[-106.078068,43.494471],[-107.110734,43.500286],[-107.146808,44.165666],[-107.369621,44.559837]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BURNET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.445782,30.921439],[-98.439687,31.029537],[-97.911684,31.034919],[-97.828512,30.906188],[-98.049886,30.624155],[-98.125556,30.426186],[-98.351041,30.486096],[-98.445782,30.921439]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HENDRICKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.695071,39.92277],[-86.326293,39.924029],[-86.326341,39.632177],[-86.65665,39.601395],[-86.695127,39.864845],[-86.695071,39.92277]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"YANCEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5080077,35.9820132],[-82.4169376,36.07297],[-82.133484,35.823309],[-82.275399,35.704438],[-82.408602,35.818178],[-82.5080077,35.9820132]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.365585,33.444459],[-93.116361,33.452909],[-92.978469,33.37728],[-92.9887076,33.0172509],[-93.238607,33.0180159],[-93.4905124,33.0186346],[-93.365585,33.444459]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CRAIGHEAD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.032499,35.88507],[-90.852064,35.968092],[-90.368718,35.995812],[-90.2889479,35.996514],[-90.286736,35.699914],[-91.036967,35.708418],[-91.032499,35.88507]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FRIO","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.41388,29.091335],[-98.8049,29.090434],[-98.800848,28.647306],[-99.395736,28.640784],[-99.409021,28.640566],[-99.41388,29.091335]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.535403,35.568137],[-80.960025,35.54702],[-80.948122,35.491167],[-80.95486,35.400078],[-81.4556,35.419811],[-81.537599,35.564228],[-81.535403,35.568137]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.450227,40.276335],[-90.445506,40.627843],[-90.444343,40.714667],[-89.986068,40.712257],[-89.872463,40.513127],[-89.92468,40.435921],[-90.199556,40.183945],[-90.450227,40.276335]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"COLUMBUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.0712542,34.299313],[-78.868961,34.484778],[-78.256085,34.399469],[-78.16235,34.357007],[-78.507338,34.169246],[-78.6508713,33.9450557],[-79.0712542,34.299313]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JACK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.420666,33.396195],[-98.421419,33.466797],[-97.978919,33.467129],[-97.918189,33.433873],[-97.921642,33.001284],[-98.056094,33.003332],[-98.426553,33.007913],[-98.420666,33.396195]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"PHILLIPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.65131,40.749402],[-102.051292,40.749591],[-102.0512942,40.6975468],[-102.0513048,40.440008],[-102.664804,40.438473],[-102.65131,40.749402]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"LINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.831089,42.299063],[-91.596981,42.296408],[-91.363263,42.296445],[-91.365789,41.94741],[-91.366079,41.860068],[-91.831379,41.861851],[-91.831089,42.299063]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"OCONEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.537385,33.965912],[-83.275933,33.847977],[-83.28034,33.761774],[-83.406189,33.698307],[-83.505928,33.81776],[-83.647031,33.906198],[-83.537385,33.965912]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TERRELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.599776,31.920171],[-84.443807,31.967456],[-84.338245,31.873591],[-84.297801,31.621951],[-84.450398,31.621868],[-84.546854,31.621199],[-84.599776,31.920171]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"STEVENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.254022,45.75982],[-95.758508,45.759932],[-95.747402,45.412313],[-96.117036,45.411993],[-96.253026,45.585526],[-96.254022,45.75982]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"SHERBURNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.149467,45.559066],[-93.759435,45.559646],[-93.510704,45.558772],[-93.51007,45.414798],[-93.51219,45.245683],[-93.521653,45.246618],[-94.047327,45.422861],[-94.149467,45.559066]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.053736,39.850458],[-83.647169,39.773029],[-83.65333,39.716876],[-83.670196,39.550254],[-83.977005,39.569169],[-84.114195,39.577983],[-84.053736,39.850458]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"MILLARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0494367,38.6773625],[-114.0471814,39.5427436],[-112.212045,39.553987],[-112.016003,39.314561],[-112.014083,39.045518],[-112.218356,38.727361],[-112.515394,38.572845],[-114.050154,38.57292],[-114.0494367,38.6773625]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"LENAWEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.363297,42.073456],[-84.131963,42.071577],[-83.773922,42.08243],[-83.7631499,41.7235468],[-83.8803905,41.7201945],[-84.360419,41.7069559],[-84.363297,42.073456]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OGEMAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.370643,44.507223],[-83.886634,44.508976],[-83.883977,44.161786],[-84.166107,44.161788],[-84.368039,44.160538],[-84.370643,44.507223]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.096239,46.717706],[-101.299052,46.63031],[-101.29899,46.371451],[-101.025662,46.284219],[-101.554185,46.006836],[-101.998575,46.053461],[-101.997888,46.20548],[-102.096585,46.631024],[-102.096239,46.717706]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.194084,41.526437],[-84.8049582,41.5301378],[-84.8042533,41.4260497],[-84.8037036,41.2712583],[-85.192094,41.264209],[-85.194084,41.526437]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CLOUD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.931482,39.653767],[-97.36867,39.654043],[-97.368574,39.567018],[-97.369839,39.306011],[-97.929097,39.306397],[-97.931844,39.566921],[-97.931482,39.653767]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.242743,40.215834],[-85.861903,40.218936],[-85.862489,39.943618],[-85.937587,39.927137],[-86.239739,39.926055],[-86.242365,40.180778],[-86.242743,40.215834]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6094897,38.7381017],[-94.6089603,38.8472113],[-94.119096,38.833167],[-94.064317,38.56738],[-94.065713,38.447087],[-94.612866,38.477571],[-94.6094897,38.7381017]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"EAST FELICIANA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.1761401,30.9992242],[-91.0601275,30.9993239],[-90.8258291,30.9995254],[-90.849041,30.719311],[-91.297658,30.649548],[-91.310061,30.653961],[-91.1761401,30.9992242]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"EL PASO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.033544,39.129819],[-104.662896,39.129527],[-104.051568,39.128138],[-104.055528,38.868868],[-104.053921,38.522393],[-104.941533,38.519569],[-104.942426,38.649882],[-105.033544,39.129819]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"TANEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.304359,36.816866],[-92.909336,36.809178],[-92.764869,36.806097],[-92.7723339,36.4980832],[-92.8540491,36.4980234],[-93.2934474,36.4982594],[-93.3153271,36.4983127],[-93.304359,36.816866]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CULPEPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.935355,38.69584],[-77.63494,38.410218],[-77.618727,38.367835],[-77.702843,38.36084],[-78.094498,38.311242],[-78.231803,38.532539],[-77.935355,38.69584]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GRAHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.9589178,35.4578994],[-83.9532314,35.4600209],[-83.680114,35.2795],[-83.702772,35.24852],[-84.0291044,35.2921238],[-83.9589178,35.4578994]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SCHUYLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.6379033,40.5909565],[-92.3508042,40.5972573],[-92.349975,40.346505],[-92.684167,40.343466],[-92.7145973,40.5895828],[-92.6379033,40.5909565]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"GEORGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.885038,30.910788],[-88.834339,30.997983],[-88.426021,30.9982814],[-88.4124674,30.7355975],[-88.884534,30.735591],[-88.885038,30.910788]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DAVIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.639091,40.898886],[-92.179072,40.89972],[-92.17978,40.600529],[-92.3508042,40.5972573],[-92.6379033,40.5909565],[-92.639091,40.898886]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CLAIBORNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.0394723,32.1079681],[-90.728622,32.225119],[-90.718297,32.048352],[-90.736282,31.786134],[-91.2440152,31.8697324],[-91.0394723,32.1079681]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"YAZOO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.656632,32.92251],[-90.364031,33.010596],[-89.965882,32.879573],[-90.450037,32.573783],[-90.553821,32.507574],[-90.720102,32.618858],[-90.723159,32.662128],[-90.656632,32.92251]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BOUNDARY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.032351,48.999188],[-116.049193,49.000912],[-116.0491565,48.5020425],[-116.784878,48.500472],[-117.0329392,48.8466679],[-117.032351,48.999188]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GLASSCOCK","RigCount":19},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.776085,32.086925],[-101.695011,32.087532],[-101.264216,32.087136],[-101.267122,31.650854],[-101.775802,31.651319],[-101.776085,32.086925]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PAMLICO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.895919,35.253889],[-76.522131,35.353623],[-76.304136,35.201453],[-76.71158,34.981768],[-76.895919,35.253889]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LAUREL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.358024,36.9594],[-84.289076,37.15174],[-84.137898,37.319759],[-83.943718,37.250551],[-83.871315,37.054919],[-84.091853,36.955992],[-84.297416,36.945931],[-84.358024,36.9594]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"ALBANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.073403,42.433236],[-105.28391,42.431402],[-105.278236,41.656655],[-105.277138,40.998173],[-106.1905541,40.9977466],[-106.3211692,40.998215],[-106.322885,41.395141],[-106.068406,41.395028],[-106.073403,42.433236]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MCCREARY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.578158,36.867133],[-84.358024,36.9594],[-84.297416,36.945931],[-84.227332,36.592181],[-84.2613212,36.5927417],[-84.7784559,36.6032105],[-84.578158,36.867133]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CUSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.796897,38.265047],[-105.049215,38.257973],[-105.049917,37.915479],[-105.473204,37.89597],[-105.796897,38.265047]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"COOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.574857,31.078135],[-83.512607,31.327405],[-83.434492,31.350361],[-83.295052,31.027278],[-83.475617,31.031964],[-83.574857,31.078135]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"ESCAMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.598937,30.997422],[-87.1630807,30.9990242],[-87.302661,30.71937],[-87.124968,30.500196],[-87.2297658,30.3196329],[-87.518324,30.280435],[-87.400189,30.657201],[-87.598937,30.997422]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CHRISTIAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.680617,37.149239],[-87.333741,37.157186],[-87.259371,37.072401],[-87.3359791,36.6415772],[-87.64115,36.638036],[-87.6941859,36.6368382],[-87.733368,37.002103],[-87.680617,37.149239]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"JOSEPHINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.716492,42.784061],[-123.229619,42.70261],[-123.2310013,42.0049701],[-123.5191128,41.9991725],[-123.8220376,41.9956208],[-123.890657,42.500538],[-123.716492,42.784061]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"PERKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.957281,45.212851],[-102.94207,45.9450944],[-102.0006799,45.9445384],[-101.99979,45.472414],[-101.999994,45.038274],[-102.957371,45.039569],[-102.957281,45.212851]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"PHILADELPHIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.276482,39.976959],[-75.015066,40.137992],[-74.9728548,40.0465054],[-75.06013,39.992011],[-75.1414355,39.8939184],[-75.2588058,39.8546739],[-75.276482,39.976959]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HARRISON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.70214,32.793088],[-94.507323,32.693738],[-94.0430515,32.69303],[-94.0427882,32.3922832],[-94.491818,32.394137],[-94.579219,32.394916],[-94.70179,32.652209],[-94.70214,32.793088]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"GRAND ISLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.343124,45.01084],[-73.1923104,45.0128612],[-73.228854,44.722866],[-73.3626828,44.5624552],[-73.343124,45.01084]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"GARFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.85185,46.62467],[-117.464769,46.699626],[-117.22812,46.462245],[-117.419334,46.383139],[-117.4799373,45.9975668],[-117.6034258,45.9987602],[-117.611903,46.338478],[-117.85185,46.62467]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"LAKE AND PENINSULA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-158.893548,56.8093085],[-158.32018,57.281558],[-157.678891,57.563888],[-157.481487,58.480771],[-157.2343006,58.616667],[-156.313889,58.616666],[-156.313889,58.885833],[-157.0953723,58.8666707],[-157.1962921,58.8493595],[-157.275233,59.259482],[-156.769965,59.346166],[-156.505349,59.606199],[-156.000145,59.692879],[-156.000086,60.90619],[-153.440884,60.906236],[-153.397276,60.472948],[-153.65698,60.126277],[-153.656977,59.779607],[-153.953181,59.519569],[-154.748861,59.259518],[-154.642545,58.652747],[-154.305691,58.652751],[-154.465741,58.361356],[-155.331945,58.193283],[-155.330245,57.876343],[-156.370235,57.522368],[-156.3742873,57.1592501],[-156.55052,56.98461],[-157.530765,56.753775],[-157.817826,56.51421],[-158.489546,56.341865],[-158.431471,55.994452],[-159.096187,55.91475],[-159.5614383,55.6409138],[-159.806406,55.973919],[-159.900149,56.494239],[-159.275928,56.580967],[-158.893548,56.8093085]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.36856,34.912735],[-91.149842,35.00247],[-91.099961,34.86712],[-91.051918,34.645721],[-91.056276,34.336605],[-91.37782,34.56348],[-91.36856,34.912735]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"DALLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.886285,34.155877],[-92.678383,34.149622],[-92.336765,34.059633],[-92.334249,33.795065],[-92.583054,33.802198],[-92.893534,33.809943],[-92.886285,34.155877]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SANTA CLARA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.081473,37.477838],[-121.472648,37.48217],[-121.226804,37.134774],[-121.215406,36.961248],[-121.581354,36.899152],[-122.152278,37.286055],[-122.081473,37.477838]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"NANCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.291344,41.480727],[-97.829846,41.526174],[-97.703765,41.394876],[-98.286584,41.393898],[-98.291419,41.393894],[-98.291344,41.480727]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"LINCOLN","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.880805,32.585277],[-92.725439,32.75954],[-92.415071,32.582845],[-92.41535,32.495486],[-92.777197,32.453455],[-92.880805,32.585277]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.269695,41.394934],[-100.713243,41.393511],[-100.251098,41.393298],[-100.224235,41.046597],[-100.223311,40.700254],[-100.777833,40.700135],[-101.247963,40.697802],[-101.249975,41.00395],[-101.269695,41.394934]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"RANSOM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.033862,46.630727],[-97.682006,46.629928],[-97.279948,46.629348],[-97.280568,46.282321],[-98.006715,46.282626],[-98.034573,46.282796],[-98.033862,46.630727]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"JOHNSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.933457,34.332661],[-96.827288,34.505989],[-96.513865,34.505389],[-96.40733,34.418391],[-96.40764,34.157317],[-96.585355,34.114459],[-96.933671,34.172553],[-96.933457,34.332661]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CAMBRIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.974649,40.395972],[-78.801697,40.724539],[-78.35043,40.724827],[-78.620383,40.327025],[-78.658409,40.242933],[-79.055983,40.285089],[-78.974649,40.395972]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LOUDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.584472,35.644424],[-84.263383,35.89694],[-84.166267,35.805106],[-84.188319,35.610549],[-84.52585,35.624186],[-84.584472,35.644424]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.828026,36.411836],[-85.813885,36.499473],[-85.495422,36.403074],[-85.495124,36.302278],[-85.780148,36.238011],[-85.828026,36.411836]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"KIOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.360226,35.116738],[-98.621054,35.097352],[-98.619816,34.854953],[-98.826008,34.594413],[-99.10315,34.63795],[-99.246462,34.822114],[-99.409291,35.114509],[-99.360226,35.116738]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MAJOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.960334,36.506914],[-98.533617,36.46323],[-98.104427,36.463105],[-98.103904,36.164877],[-98.210544,36.16489],[-98.636899,36.164894],[-98.955849,36.161577],[-98.960334,36.506914]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GONZALES","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.840383,29.376791],[-97.633176,29.649863],[-97.317893,29.784658],[-97.142643,29.628101],[-97.240108,29.384488],[-97.613132,29.109765],[-97.728443,29.221748],[-97.840383,29.376791]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"EASTLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.114293,32.514811],[-99.09605,32.514768],[-98.576256,32.515163],[-98.475177,32.513039],[-98.551158,32.261436],[-98.924401,32.078018],[-99.118665,32.079585],[-99.114293,32.514811]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SMYTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.780545,36.958629],[-81.43673,37.010135],[-81.379402,36.952442],[-81.261987,36.763033],[-81.605865,36.638079],[-81.837096,36.929039],[-81.780545,36.958629]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"EDWARDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.700393,30.288276],[-100.116461,30.290296],[-99.754142,30.290698],[-99.757621,30.074132],[-99.967626,30.082356],[-100.014188,29.623495],[-100.112098,29.623263],[-100.699932,29.623897],[-100.700393,30.288276]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"GLENN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.046471,39.797648],[-121.890013,39.383864],[-122.739062,39.383266],[-122.885352,39.580108],[-122.937654,39.798156],[-122.046471,39.797648]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SEARCY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.944666,36.115123],[-92.890695,36.114132],[-92.411502,36.062756],[-92.414324,35.975865],[-92.416719,35.78859],[-92.809763,35.722401],[-92.951315,35.724663],[-92.944666,36.115123]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"NEWTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.044493,33.525776],[-83.914823,33.744203],[-83.680896,33.596919],[-83.682196,33.52622],[-83.863058,33.368278],[-83.923913,33.444194],[-84.044493,33.525776]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PIERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.417246,31.417119],[-82.226585,31.530699],[-82.132794,31.471262],[-82.041129,31.373721],[-82.284561,31.224449],[-82.417246,31.417119]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BLAINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.971351,43.938308],[-114.359293,43.874177],[-113.798441,43.569217],[-113.63523,43.367546],[-113.007318,43.284778],[-113.007712,43.110933],[-113.243478,43.110946],[-113.236968,42.625254],[-113.472177,42.669352],[-113.413867,43.199859],[-113.714642,43.199783],[-114.374962,43.19964],[-114.989258,43.858563],[-114.971351,43.938308]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"VALLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.157022,44.498928],[-116.144386,45.107651],[-115.975787,45.195282],[-114.694001,45.197182],[-114.812407,44.808346],[-115.304994,44.579857],[-115.294614,44.339445],[-115.520287,44.235356],[-116.213871,44.151387],[-116.157022,44.498928]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SIERRA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.712754,33.476832],[-106.372797,33.479875],[-106.34571,33.390595],[-106.340515,33.052777],[-106.887891,32.822781],[-107.299475,32.780166],[-107.299631,32.60537],[-107.608485,32.605449],[-108.000598,33.201253],[-108.000602,33.478014],[-107.712754,33.476832]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ELK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.5253,37.607015],[-95.961002,37.603761],[-95.961605,37.386636],[-95.964399,37.299232],[-96.524873,37.30273],[-96.52569,37.476405],[-96.5253,37.607015]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"BERNALILLO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.197244,35.219459],[-106.244216,35.215657],[-106.243874,35.040003],[-106.411781,34.870252],[-107.066562,34.95719],[-107.197244,35.219459]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ADAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.526881,37.10945],[-85.352771,37.192432],[-85.165174,37.310396],[-85.043316,37.186028],[-85.232026,36.925069],[-85.45183,36.938138],[-85.526881,37.10945]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"RAPIDES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.718983,31.517594],[-92.631944,31.390478],[-92.196131,31.477877],[-92.086718,31.335374],[-92.280738,30.965071],[-92.597741,30.896101],[-92.823932,30.89],[-92.829651,31.252281],[-92.981464,31.346644],[-92.718983,31.517594]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"ANDROSCOGGIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.238904,44.458942],[-70.12939,44.487217],[-70.005471,44.124519],[-70.034238,43.975661],[-70.480078,44.032078],[-70.238904,44.458942]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.507135,33.721819],[-89.191781,33.738602],[-89.034498,33.73943],[-89.018613,33.562114],[-89.088446,33.533202],[-89.381092,33.460307],[-89.506872,33.677605],[-89.507135,33.721819]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.943718,37.250551],[-83.784975,37.348717],[-83.526907,37.258529],[-83.507886,37.235877],[-83.509083,36.938509],[-83.589521,36.955786],[-83.871315,37.054919],[-83.943718,37.250551]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.604462,47.789871],[-114.49219,47.961989],[-113.668077,47.890963],[-113.634079,47.600027],[-113.930289,47.598499],[-113.821447,47.181709],[-114.18717,47.138191],[-114.320528,47.594551],[-114.604462,47.789871]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BUTLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.678562,36.92649],[-90.258563,36.922043],[-90.148398,36.630656],[-90.2207491,36.4959376],[-90.5761791,36.4984059],[-90.662617,36.811453],[-90.678562,36.92649]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.925968,34.25999],[-105.313072,34.347205],[-104.891745,34.347043],[-104.893377,34.088407],[-104.905424,33.138904],[-105.316968,33.132303],[-105.317376,33.305977],[-105.727171,33.390633],[-106.34571,33.390595],[-106.372797,33.479875],[-105.924685,33.825624],[-105.925968,34.25999]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"EDGECOMBE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.828444,35.867208],[-77.697956,36.15315],[-77.402614,36.004966],[-77.350369,35.819228],[-77.665131,35.674935],[-77.828444,35.867208]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"DUNN","RigCount":11},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.642266,47.823713],[-102.385758,47.758008],[-102.20535,47.574506],[-102.144771,47.010307],[-103.032681,46.98058],[-103.099197,47.328714],[-103.099867,47.674416],[-102.642266,47.823713]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CENTRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.038203,41.153633],[-77.79856,41.18195],[-77.508596,40.962938],[-77.14416,41.044338],[-77.36418,40.846937],[-77.681334,40.729758],[-78.116521,40.739127],[-78.359912,40.732592],[-78.038203,41.153633]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.692709,36.062746],[-88.530322,36.152023],[-88.212559,36.12029],[-88.177859,35.845841],[-88.179177,35.816785],[-88.606862,35.789354],[-88.706811,35.791075],[-88.692709,36.062746]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MAURY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.339232,35.65911],[-87.215099,35.850651],[-86.782016,35.706595],[-86.960804,35.417021],[-87.206578,35.433207],[-87.294534,35.444676],[-87.339232,35.65911]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"SALT LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.260216,40.769093],[-111.738744,40.860998],[-111.641052,40.798925],[-111.553266,40.609313],[-111.593942,40.577066],[-112.172862,40.467065],[-112.260216,40.769093]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BUCKINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.643918,37.733084],[-78.491332,37.796971],[-78.239748,37.690495],[-78.465089,37.339677],[-78.594436,37.397974],[-78.825238,37.552542],[-78.643918,37.733084]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"SNOHOMISH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.458596,48.297703],[-121.001658,48.296009],[-120.907425,48.163184],[-121.119179,47.779933],[-122.438093,47.777814],[-122.429625,47.828098],[-122.458596,48.297703]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"AUSTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.62198,30.044283],[-96.146052,30.070224],[-96.032711,29.727944],[-96.088912,29.601658],[-96.175422,29.633806],[-96.569844,29.961516],[-96.62198,30.044283]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"HARDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.134296,38.81334],[-78.979898,39.237624],[-78.508132,39.08863],[-78.5322662,39.0527645],[-78.869276,38.762991],[-79.057253,38.761413],[-79.134296,38.81334]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.085062,38.947236],[-79.825092,39.115803],[-79.357666,38.964509],[-79.349867,38.957509],[-79.626774,38.664214],[-80.245518,38.388457],[-80.280059,38.694867],[-80.085062,38.947236]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CRANE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.767246,31.651714],[-102.31805,31.651327],[-102.301212,31.086212],[-102.388804,31.087156],[-102.767365,31.293803],[-102.767246,31.651714]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"GOOCHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.062481,37.904685],[-77.797306,37.729358],[-77.63067,37.705673],[-77.655399,37.563986],[-78.072174,37.657385],[-78.159326,37.748528],[-78.062481,37.904685]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.024741,35.392307],[-88.007709,35.423381],[-87.717559,35.483347],[-87.575352,35.398454],[-87.6060979,35.0035195],[-87.984916,35.0059101],[-88.024741,35.392307]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CALLAHAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.629579,32.514657],[-99.612026,32.514654],[-99.114293,32.514811],[-99.118665,32.079585],[-99.195871,32.079235],[-99.631413,32.081274],[-99.629579,32.514657]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"LAPEER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.120396,43.327049],[-82.996257,43.154099],[-82.983647,42.893741],[-83.102891,42.888647],[-83.453364,42.880432],[-83.460733,43.223131],[-83.120396,43.327049]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.467046,41.171442],[-86.077551,41.172868],[-85.945561,41.042876],[-85.946436,40.999195],[-86.169012,40.909836],[-86.468509,40.909889],[-86.467046,41.171442]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"DAKOTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.329615,44.791086],[-93.178539,44.888338],[-93.020044,44.89075],[-92.7923608,44.7589838],[-92.7316239,44.7149228],[-93.039485,44.471871],[-93.281521,44.543957],[-93.329615,44.791086]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"PENNINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.500843,48.174108],[-95.593788,48.172916],[-95.582887,48.020557],[-95.582155,47.933966],[-95.709619,47.935805],[-96.48255,47.963595],[-96.500843,48.174108]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HUMBOLDT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.442954,42.908073],[-93.971238,42.907762],[-93.971714,42.644707],[-94.443083,42.645164],[-94.442954,42.908073]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.787126,46.803943],[-94.670214,47.410151],[-94.416279,47.444828],[-94.095115,47.477972],[-93.77401,47.30506],[-93.775257,47.030418],[-93.776024,46.802891],[-94.34291,46.805529],[-94.341679,46.277705],[-94.653462,46.348678],[-94.731442,46.368605],[-94.787126,46.803943]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"LANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.1143701,44.276194],[-123.775598,44.283547],[-123.180388,44.283725],[-122.905755,44.200736],[-121.819429,44.262394],[-122.002362,43.615498],[-122.132034,43.440221],[-122.741716,43.437395],[-123.107686,43.54001],[-123.137319,43.77967],[-123.827004,43.944837],[-124.1602073,43.8637205],[-124.1143701,44.276194]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.719979,33.81133],[-88.718964,34.074521],[-88.543352,34.089044],[-88.2035835,34.0865277],[-88.207229,34.058333],[-88.2483875,33.7449076],[-88.513933,33.650438],[-88.719979,33.81133]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.822511,35.585383],[-77.700692,35.652295],[-77.475515,35.426655],[-77.806248,35.368754],[-77.822511,35.585383]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WHITLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.297416,36.945931],[-84.091853,36.955992],[-83.877503,36.687259],[-83.9307608,36.5876943],[-83.987842,36.5896],[-84.227332,36.592181],[-84.297416,36.945931]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PAULDING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.922742,34.082497],[-84.737836,34.079399],[-84.724139,33.80617],[-84.901688,33.780703],[-85.037926,33.811942],[-85.05031,33.904488],[-84.922742,34.082497]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DAWES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.5050993,43.0007588],[-103.0006095,43.0002593],[-102.7921109,43.0000362],[-102.773366,42.439922],[-103.444532,42.437354],[-103.5050993,43.0007588]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"CALVERT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.686358,38.748475],[-76.5270925,38.7127503],[-76.4001946,38.3198719],[-76.674118,38.499622],[-76.675457,38.535876],[-76.686358,38.748475]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"SANTA CRUZ","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.451736,31.731267],[-110.4601726,31.3331414],[-111.074825,31.332239],[-111.3669694,31.4248243],[-111.164183,31.725983],[-110.451736,31.731267]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"ASHLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.137527,33.162956],[-91.990167,33.398214],[-91.45737,33.388974],[-91.4603918,33.0059971],[-92.0691466,33.0084824],[-92.137527,33.162956]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.8540491,36.4980234],[-92.7723339,36.4980832],[-92.5291366,36.4981657],[-92.411502,36.062756],[-92.890695,36.114132],[-92.8540491,36.4980234]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"TOLLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.5091793,42.0340805],[-72.1357315,42.0291419],[-72.1021594,42.0286302],[-72.239559,41.714191],[-72.410367,41.602581],[-72.5091793,42.0340805]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"MONTEZUMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0437807,37.4848192],[-108.917081,37.631902],[-107.970086,37.639587],[-108.379303,36.9995647],[-109.045223,36.999084],[-109.0437807,37.4848192]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MURRAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8104775,34.987878],[-84.7758377,34.9879372],[-84.621483,34.988329],[-84.618637,34.855398],[-84.654523,34.583187],[-84.913456,34.634128],[-84.8104775,34.987878]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.0744155,41.3336316],[-91.0740876,41.3343208],[-90.433771,41.326983],[-90.437657,41.151252],[-90.439423,41.063995],[-90.785194,41.068749],[-90.9518941,41.0698727],[-90.9522654,41.0727317],[-91.0744155,41.3336316]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JO DAVIESS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.642843,42.508481],[-90.426377,42.5071777],[-89.9270069,42.5057905],[-89.91965,42.196824],[-90.3156965,42.1939464],[-90.4843457,42.3815978],[-90.642843,42.508481]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CADDO","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.0430515,32.69303],[-94.0430026,32.881089],[-94.042964,33.019219],[-93.814553,33.019389],[-93.767156,32.538042],[-93.471249,32.237186],[-93.61469,32.237526],[-94.0426959,32.196005],[-94.0427882,32.3922832],[-94.0430515,32.69303]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MUSKEGON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.4635169,43.4723297],[-86.039491,43.467447],[-85.790448,43.293003],[-85.790662,43.205167],[-86.2739283,43.118368],[-86.4635169,43.4723297]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ONTONAGON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.8843296,46.7654711],[-88.9333685,47.0335991],[-88.991236,46.419704],[-88.991012,46.332308],[-89.365507,46.333078],[-89.740568,46.505642],[-89.8843296,46.7654711]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"RAVALLI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.3357249,46.655273],[-113.827743,46.660896],[-113.821174,46.212466],[-113.517409,45.940089],[-113.516144,45.938814],[-113.9483215,45.6825774],[-114.279217,45.480616],[-114.523773,45.5853265],[-114.3357249,46.655273]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"RIO ARRIBA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.4209219,37.000005],[-106.4762336,36.9937741],[-106.0063164,36.9953866],[-105.9598,36.354789],[-105.53038,36.013014],[-105.718611,35.979463],[-106.245649,35.930742],[-106.248161,35.966327],[-106.885317,35.998969],[-106.885053,36.21657],[-107.624283,36.219809],[-107.618181,36.804267],[-107.4209219,37.000005]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.9955898,43.3653103],[-77.376052,43.2740338],[-77.371478,43.034696],[-77.580377,42.943963],[-77.909832,42.987762],[-77.99729,43.132981],[-77.9955898,43.3653103]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BOTTINEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.496737,48.9991448],[-100.182707,48.9992302],[-100.145858,48.545211],[-100.27666,48.544813],[-100.40678,48.631878],[-101.05966,48.545337],[-101.451275,48.546079],[-101.496737,48.9991448]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CRAIG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.40762,36.9993417],[-95.073504,36.9994881],[-95.00762,36.9995226],[-94.999403,36.670631],[-95.00573,36.50989],[-95.32817,36.51024],[-95.43157,36.59754],[-95.40762,36.9993417]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.3637445,46.1462432],[-123.2124936,46.1710965],[-122.904119,46.083734],[-122.7880864,45.8510075],[-122.7665108,45.7286626],[-122.929146,45.721482],[-123.361622,45.779579],[-123.3637445,46.1462432]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CHAMBERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.98146,29.884276],[-94.442235,29.889538],[-94.3541225,29.5621028],[-94.370816,29.555646],[-95.018205,29.554597],[-94.98146,29.884276]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"DAGGETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.0007167,40.9974255],[-109.050076,41.000659],[-109.0482598,40.6626018],[-109.20325,40.858401],[-109.976402,40.809686],[-110.000711,40.813678],[-110.0007167,40.9974255]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"DALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.789142,31.617964],[-85.748251,31.618048],[-85.416437,31.619466],[-85.417434,31.314973],[-85.710333,31.195173],[-85.791402,31.196349],[-85.789142,31.617964]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"TUSCALOOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.840683,33.524839],[-87.423701,33.602096],[-87.266923,33.512929],[-87.065738,33.246907],[-87.421936,33.003379],[-87.715709,33.006824],[-87.837521,33.153637],[-87.840683,33.524839]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"BULLOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.919293,32.274382],[-85.433543,32.234648],[-85.410241,32.146651],[-85.657668,31.880275],[-85.996853,32.051049],[-85.919293,32.274382]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"DENALI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-148.046696,64.343802],[-146.999909,64.257196],[-146.999966,63.479645],[-148.025627,63.477609],[-148.025618,63.333233],[-149.526148,63.333217],[-151.894015,62.798058],[-152.997647,62.727401],[-152.428084,63.183171],[-152.810931,63.347563],[-152.87341,63.650745],[-152.228439,63.65076],[-152.055758,63.997242],[-151.281995,63.997265],[-150.729385,64.358173],[-148.046696,64.343802]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TWIGGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.513511,32.844868],[-83.40699,32.89822],[-83.226536,32.584201],[-83.497923,32.452198],[-83.597656,32.664338],[-83.513511,32.844868]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"EAGLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.033968,39.918913],[-106.626569,39.924785],[-106.434508,39.924914],[-106.176464,39.635722],[-106.206732,39.379636],[-106.426487,39.361871],[-107.113446,39.366066],[-107.033968,39.918913]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"PITKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.430949,39.366178],[-107.113446,39.366066],[-106.426487,39.361871],[-106.577966,39.057908],[-106.599214,38.997994],[-106.801874,38.978303],[-107.394486,39.256299],[-107.430949,39.366178]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DODGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.346528,32.272489],[-83.138991,32.423069],[-82.884803,32.196072],[-82.927865,32.135274],[-83.205739,31.900325],[-83.337313,32.105885],[-83.346528,32.272489]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LUMPKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.188557,34.602692],[-84.158035,34.648243],[-83.856506,34.722191],[-83.843405,34.505494],[-83.980649,34.418389],[-84.188557,34.602692]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BUTTS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.102582,33.298191],[-83.923913,33.444194],[-83.863058,33.368278],[-83.822261,33.180238],[-84.041498,33.202629],[-84.123767,33.202824],[-84.102582,33.298191]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WAPELLO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.640361,41.161298],[-92.410233,41.161942],[-92.179974,41.162662],[-92.179072,40.89972],[-92.639091,40.898886],[-92.640361,41.161298]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CEDAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.366079,41.860068],[-91.365789,41.94741],[-90.898484,41.946245],[-90.898373,41.771392],[-90.899853,41.597133],[-91.366448,41.598373],[-91.366079,41.860068]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"YALOBUSHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.931485,34.164303],[-89.72105,34.192545],[-89.509748,34.162082],[-89.507353,33.867469],[-89.926099,33.897957],[-89.931485,34.164303]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MONITEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.839837,38.683974],[-92.498377,38.922084],[-92.394866,38.73913],[-92.495185,38.427829],[-92.625189,38.430778],[-92.839837,38.683974]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"WEXFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.817802,44.512969],[-85.334,44.512303],[-85.334777,44.165118],[-85.564554,44.164861],[-85.821186,44.164197],[-85.817802,44.512969]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.910675,42.127293],[-73.783721,42.464231],[-73.352527,42.510002],[-73.4896799,42.0537977],[-73.929626,42.078778],[-73.910675,42.127293]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CAYUGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.713806,43.024035],[-76.7220026,43.3375802],[-76.6172137,43.4201756],[-76.479224,43.227519],[-76.450738,42.84576],[-76.274673,42.771257],[-76.265584,42.623588],[-76.666543,42.623457],[-76.713806,43.024035]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"YUMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.77996,40.438446],[-102.664804,40.438473],[-102.0513048,40.440008],[-102.0513086,40.3492214],[-102.051744,40.003078],[-102.0499921,39.5740561],[-102.802932,39.567841],[-102.77996,40.438446]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"DURHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.950597,36.23932],[-78.802335,36.235794],[-78.751273,36.070834],[-78.906097,35.867918],[-79.016305,35.86321],[-78.950597,36.23932]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.527063,37.736314],[-101.089667,37.736337],[-101.089653,37.387721],[-101.52581,37.388392],[-101.527063,37.736314]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.765211,37.126066],[-89.4828893,37.2609507],[-89.3074367,37.0287594],[-89.519809,36.869617],[-89.691603,36.859517],[-89.765211,37.126066]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.300871,39.605348],[-92.299316,39.605344],[-91.846743,39.658513],[-91.715247,39.657644],[-91.717968,39.339122],[-92.310028,39.347795],[-92.300871,39.605348]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"SHANNON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.655607,37.048925],[-91.646626,37.422731],[-91.211863,37.415277],[-91.017766,37.095677],[-91.22283,36.883857],[-91.658111,36.888724],[-91.655607,37.048925]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.4886827,41.6344639],[-81.0022694,41.8491725],[-81.003631,41.715137],[-81.391005,41.569716],[-81.4886827,41.6344639]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.198478,42.846102],[-99.677684,42.730903],[-99.662379,42.086009],[-99.686959,42.086075],[-100.167605,42.085848],[-100.198478,42.846102]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.721975,41.046674],[-98.287168,41.046363],[-98.282578,40.868677],[-98.282851,40.698284],[-98.72143,40.698903],[-98.721975,41.046674]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"DICKEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.0057544,45.9399443],[-99.003118,46.282898],[-98.034573,46.282796],[-98.006715,46.282626],[-98.0081018,45.9360126],[-98.7243744,45.9386747],[-99.0057544,45.9399443]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"COVINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.701554,31.523946],[-86.499213,31.525331],[-86.193951,31.440072],[-86.193476,31.192213],[-86.187248,30.9940667],[-86.3886447,30.9945282],[-86.688241,30.9962019],[-86.700282,31.192217],[-86.701554,31.523946]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.5130442,34.5239465],[-85.4631408,34.286191],[-85.4210732,34.0808127],[-85.3988712,33.9641293],[-85.530094,33.941423],[-85.738975,33.96846],[-85.843617,34.200006],[-85.5130442,34.5239465]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.312522,44.155198],[-90.312194,43.731479],[-90.910653,43.725334],[-90.973107,44.070882],[-90.312522,44.155198]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"UPSHUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.300209,39.103857],[-80.227173,39.112792],[-80.085062,38.947236],[-80.280059,38.694867],[-80.393063,38.727571],[-80.300209,39.103857]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"PIERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.7670233,44.8619767],[-92.136348,44.857848],[-92.135202,44.684374],[-92.3169331,44.539276],[-92.7316239,44.7149228],[-92.7923608,44.7589838],[-92.7670233,44.8619767]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"RICHARDSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.010176,40.261482],[-95.5478703,40.2627835],[-95.30829,39.999998],[-95.339896,40.0000289],[-95.788111,40.0004668],[-96.0106788,40.0007047],[-96.010176,40.261482]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"STERLING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.267122,31.650854],[-101.264216,32.087136],[-101.183997,32.087208],[-100.821594,32.08661],[-100.82537,31.696155],[-101.26763,31.556462],[-101.267122,31.650854]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.766393,38.502243],[-111.305665,38.510169],[-110.025402,38.499981],[-109.927995,38.151884],[-111.843215,38.15128],[-111.766393,38.502243]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"ANDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.441034,36.163478],[-84.372731,36.216778],[-84.004317,36.270378],[-83.941711,36.186378],[-84.271587,35.910165],[-84.341812,36.048977],[-84.441034,36.163478]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MARINETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.425302,45.722426],[-88.0570105,45.784977],[-87.8330495,45.7227526],[-87.863489,45.35302],[-87.590208,45.095264],[-87.7626385,44.9627522],[-88.121152,45.023581],[-88.428102,45.37701],[-88.425302,45.722426]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.695165,38.826299],[-88.693531,38.914617],[-88.361745,38.910847],[-88.258608,38.847521],[-88.253851,38.599502],[-88.698457,38.606304],[-88.695165,38.826299]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"ALLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.307781,41.264158],[-85.192094,41.264209],[-84.8037036,41.2712583],[-84.803645,41.2525617],[-84.8028596,40.9893741],[-84.8026702,40.9225687],[-85.073861,40.917823],[-85.33603,40.917082],[-85.335643,41.00525],[-85.307781,41.264158]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ANTRIM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.4314155,45.0166495],[-85.3778243,45.2076444],[-84.857452,45.116707],[-84.847309,44.858037],[-85.332836,44.812372],[-85.4314155,45.0166495]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CLAYTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.605307,43.081653],[-91.1749349,43.0802604],[-91.1590843,42.9874778],[-90.896962,42.6743181],[-91.132766,42.645844],[-91.607059,42.643973],[-91.605307,43.081653]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0446343,38.2624116],[-101.567482,38.263145],[-101.542312,38.263207],[-101.527063,37.736314],[-102.0419657,37.7385406],[-102.0446343,38.2624116]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MANATEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5528872,27.6454476],[-82.054349,27.646382],[-82.055753,27.338264],[-82.056497,27.207769],[-82.252264,27.386243],[-82.6481706,27.38972],[-82.5528872,27.6454476]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.841707,31.433703],[-88.4494461,31.4358369],[-88.432007,31.114298],[-88.426021,30.9982814],[-88.834339,30.997983],[-88.841707,31.433703]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.317739,40.651579],[-81.087289,40.727816],[-80.861994,40.599404],[-80.941911,40.4247],[-81.269951,40.433486],[-81.317739,40.651579]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"NODAWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.202266,40.5783756],[-94.9148979,40.5749212],[-94.6320259,40.5717596],[-94.598487,40.386714],[-94.605942,40.126127],[-95.04308,40.130096],[-95.180614,40.261706],[-95.202266,40.5783756]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CAMERON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.8523099,29.872091],[-93.7063358,30.0521802],[-92.996371,30.038479],[-92.738604,30.037323],[-92.6172344,29.589059],[-93.17693,29.770487],[-93.837971,29.690619],[-93.8523099,29.872091]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MCCONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.843891,48.010289],[-105.194783,48.066617],[-105.234771,47.790502],[-105.406309,47.181583],[-106.086777,47.180938],[-106.298158,47.354298],[-106.260932,47.868431],[-106.41862,47.957457],[-105.843891,48.010289]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. MARY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.471951,29.955989],[-91.10001,29.699402],[-91.082602,29.626368],[-91.2663227,29.3613637],[-91.862557,29.6673955],[-91.471951,29.955989]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.367724,42.351861],[-97.017789,42.351347],[-96.822497,42.264292],[-96.82367,42.090411],[-97.019359,42.090577],[-97.368404,42.090922],[-97.367724,42.351861]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BONNEVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.519861,43.626623],[-111.626043,43.626756],[-111.399765,43.621976],[-111.0453606,43.5010515],[-111.044617,43.31572],[-111.0440527,43.019407],[-111.589489,43.020052],[-111.588049,43.281841],[-112.519861,43.626623]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MISSISSIPPI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.2889479,35.996514],[-89.9593753,35.9990141],[-89.733095,36.000608],[-89.648905,35.9035835],[-89.944754,35.560308],[-90.045306,35.415435],[-90.112504,35.410153],[-90.286899,35.438573],[-90.286736,35.699914],[-90.2889479,35.996514]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.573774,41.0017218],[-103.3824917,41.0019261],[-102.6534641,41.0022253],[-102.65131,40.749402],[-102.664804,40.438473],[-102.77996,40.438446],[-103.465377,40.436346],[-103.581844,40.523383],[-103.573774,41.0017218]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CHATTOOGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.5268948,34.5886857],[-85.107748,34.587483],[-85.4631408,34.286191],[-85.5130442,34.5239465],[-85.5268948,34.5886857]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MASSAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.929129,37.302647],[-88.71065,37.33709],[-88.4903994,37.0679576],[-88.9280048,37.2263898],[-88.929129,37.302647]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"OHIO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.135832,38.929578],[-85.132508,38.948055],[-84.8775702,39.0312628],[-84.8644285,38.9138436],[-85.135832,38.929578]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.97691,36.722722],[-85.739255,36.841476],[-85.596214,36.818039],[-85.4364043,36.6180038],[-85.7885565,36.6217119],[-85.9757132,36.6286377],[-85.97691,36.722722]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WYANDOTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.7919947,39.2012603],[-94.601938,39.1555032],[-94.591933,39.155003],[-94.6078704,39.0440851],[-94.908765,38.991401],[-94.7919947,39.2012603]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-68.896384,44.209935],[-68.815793,44.683754],[-68.445219,44.763014],[-68.501095,44.980718],[-68.054985,45.252577],[-68.105017,44.939088],[-67.943844,44.4070158],[-68.5314142,44.0898524],[-68.896384,44.209935]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"DELTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.367849,45.985321],[-87.116138,46.15905],[-86.615601,46.158691],[-86.4598805,45.7502266],[-86.773279,45.811385],[-87.2534496,45.5501156],[-87.367849,45.985321]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BARAGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.4393632,46.9419824],[-88.0445217,46.9174499],[-88.116571,46.419951],[-88.679392,46.420139],[-88.678983,46.851822],[-88.4393632,46.9419824]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.215671,33.529423],[-90.763509,33.529389],[-90.716277,33.270032],[-90.701845,33.096294],[-90.914337,33.007697],[-91.1596061,33.0112423],[-91.068708,33.232936],[-91.215671,33.529423]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"BEAVERHEAD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.9483215,45.6825774],[-113.516144,45.938814],[-113.085517,45.860648],[-112.687054,45.624854],[-112.505568,45.443009],[-112.456854,45.088509],[-112.167108,44.826738],[-111.4569472,44.6956407],[-111.617107,44.5571272],[-112.8268269,44.4052024],[-113.45197,45.059247],[-113.9483215,45.6825774]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"SULLIVAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.4336112,43.2329038],[-72.3335965,43.6055913],[-71.93531,43.52888],[-72.009074,43.187882],[-72.038149,43.128807],[-72.4503959,43.1612135],[-72.4336112,43.2329038]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CHAUTAUQUA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.761951,42.26986],[-79.1359444,42.5691787],[-79.060777,42.537853],[-79.0612644,41.9988381],[-79.6108358,41.9985199],[-79.761951,42.26986]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"ROGER MILLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.0003962,35.880948],[-99.558486,35.865988],[-99.381022,36.012925],[-99.375817,35.812188],[-99.364141,35.508793],[-100.0003888,35.422364],[-100.000392,35.619115],[-100.0003962,35.880948]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.112504,35.410153],[-90.045306,35.415435],[-89.632776,35.375824],[-89.6442838,34.9940672],[-89.7243158,34.994187],[-90.309297,34.995694],[-90.09061,35.118287],[-90.112504,35.410153]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.423533,34.0819495],[-98.138486,34.141206],[-97.951906,33.8912258],[-97.978919,33.467129],[-98.421419,33.466797],[-98.423577,33.836047],[-98.423533,34.0819495]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"ASOTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.22812,46.462245],[-117.0366457,46.4261005],[-116.915989,45.995413],[-117.4799373,45.9975668],[-117.419334,46.383139],[-117.22812,46.462245]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"OZAUKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.040528,43.542361],[-87.7910201,43.5430154],[-87.8965793,43.1921346],[-88.063353,43.192117],[-88.040528,43.542361]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.606962,37.244871],[-80.430943,37.316378],[-80.262184,37.341526],[-80.178125,37.1134],[-80.543933,36.984639],[-80.580469,37.089662],[-80.529762,37.133842],[-80.606962,37.244871]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"HOWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.935371,34.350097],[-93.823076,34.008893],[-93.957315,33.75094],[-93.958828,33.750994],[-94.089758,34.186835],[-94.243739,34.192501],[-93.935371,34.350097]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"TULARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.360586,36.744773],[-118.127147,36.279656],[-118.008043,35.789161],[-119.538116,35.789567],[-119.573194,36.488835],[-118.982441,36.741646],[-118.360586,36.744773]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CROWLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.053921,38.522393],[-103.504666,38.516409],[-103.501764,38.265016],[-103.619172,38.113355],[-104.058242,38.146492],[-104.053921,38.522393]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"COTTONWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.462547,44.195942],[-95.108777,44.195044],[-94.859803,44.108016],[-94.859388,43.848093],[-95.452502,43.847953],[-95.462427,43.847911],[-95.462547,44.195942]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.865824,44.498218],[-94.78063,44.45665],[-94.371731,44.264448],[-94.36885,44.108698],[-94.859803,44.108016],[-95.108777,44.195044],[-94.865824,44.498218]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.301584,39.787579],[-85.221118,39.788449],[-85.034575,39.714764],[-85.036087,39.526213],[-85.29811,39.525476],[-85.301584,39.787579]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SAN MIGUEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.724461,35.871194],[-105.018811,35.769439],[-104.37012,35.779302],[-103.976901,35.801747],[-103.637053,35.389662],[-104.125121,35.142058],[-104.125136,35.215696],[-105.291169,35.216489],[-105.290791,35.04203],[-105.714419,35.041605],[-105.724461,35.871194]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LESLIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.507886,37.235877],[-83.182104,37.021115],[-83.489813,36.895413],[-83.509083,36.938509],[-83.507886,37.235877]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ROCKCASTLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.446719,37.485893],[-84.347805,37.539064],[-84.199489,37.522858],[-84.137898,37.319759],[-84.289076,37.15174],[-84.502932,37.328801],[-84.446719,37.485893]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ASSUMPTION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.224356,30.025336],[-91.105951,30.062478],[-90.963693,30.06645],[-90.885589,29.905353],[-91.006743,29.714771],[-91.082602,29.626368],[-91.10001,29.699402],[-91.255229,29.971457],[-91.224356,30.025336]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SENECA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.963926,43.013157],[-76.713806,43.024035],[-76.666543,42.623457],[-76.696655,42.54679],[-76.895596,42.541537],[-76.971392,42.764223],[-76.963926,43.013157]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"SIBLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.498074,44.717171],[-94.010494,44.717464],[-93.768039,44.640303],[-93.910405,44.543163],[-93.92955,44.456716],[-94.6242,44.45603],[-94.498074,44.717171]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"STONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.340806,30.909912],[-89.137967,30.909877],[-88.885038,30.910788],[-88.884534,30.735591],[-88.884533,30.677292],[-89.341446,30.64772],[-89.340806,30.909912]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"SMITH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.730424,32.222039],[-89.322692,32.223472],[-89.31656,31.80209],[-89.401227,31.796863],[-89.653025,31.780653],[-89.730066,32.047072],[-89.730424,32.222039]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6078704,39.0440851],[-94.591933,39.155003],[-94.212515,39.207086],[-94.104823,39.143507],[-94.114175,38.917304],[-94.119096,38.833167],[-94.6089603,38.8472113],[-94.6078704,39.0440851]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"VALENCIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.066562,34.95719],[-106.411781,34.870252],[-106.416924,34.439687],[-107.201743,34.578757],[-107.066562,34.95719]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ONEIDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.756213,43.470388],[-75.5335,43.419756],[-75.11016,43.615229],[-75.069165,43.227333],[-75.212158,42.879973],[-75.247963,42.871604],[-75.437167,42.863319],[-75.884275,43.155562],[-75.756213,43.470388]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.257952,36.243445],[-79.153997,36.241875],[-78.950597,36.23932],[-79.016305,35.86321],[-79.249538,35.87681],[-79.257952,36.243445]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.528797,37.788989],[-91.153345,37.69734],[-91.155073,37.588092],[-91.211863,37.415277],[-91.646626,37.422731],[-91.809105,37.598863],[-91.528797,37.788989]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MITCHELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.220253,36.15382],[-82.0811489,36.1056921],[-81.981954,35.911361],[-82.133484,35.823309],[-82.4169376,36.07297],[-82.220253,36.15382]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.643442,28.712105],[-96.323522,28.675597],[-96.3785332,28.389865],[-96.8520706,28.0598209],[-96.790512,28.319238],[-96.890951,28.507178],[-96.643442,28.712105]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ANDREWS","RigCount":18},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.064696,32.522193],[-102.211037,32.523244],[-102.211249,32.0868],[-102.287048,32.086991],[-102.799086,32.085795],[-103.0644224,32.087051],[-103.064696,32.522193]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"RUTLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.3611072,43.7532335],[-72.958853,43.826542],[-72.700945,43.682831],[-72.867902,43.300742],[-73.2553558,43.3147124],[-73.3611072,43.7532335]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"JUNEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.312522,44.155198],[-90.31268,44.24875],[-89.902783,44.249473],[-90.025953,44.091748],[-89.784901,43.641051],[-89.785809,43.641049],[-90.312404,43.640988],[-90.312194,43.731479],[-90.312522,44.155198]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HENDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.265795,35.467818],[-82.261305,35.393198],[-82.3531753,35.1987141],[-82.5777151,35.1464753],[-82.745139,35.422967],[-82.265795,35.467818]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.334463,30.402843],[-97.155219,30.457344],[-96.963629,30.557169],[-96.640883,30.296786],[-96.794552,30.160545],[-97.024461,30.051435],[-97.334463,30.402843]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.261305,35.393198],[-81.9693584,35.1869271],[-82.2162487,35.1932585],[-82.3531753,35.1987141],[-82.261305,35.393198]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"PARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.0443185,45.00088],[-109.7984838,45.0029203],[-108.6214935,44.9996764],[-108.550562,44.168455],[-108.550758,44.079403],[-109.093603,43.817619],[-109.312949,43.813293],[-109.542332,43.961352],[-110.053179,44.008022],[-110.375334,44.583016],[-111.0553327,44.6662623],[-111.0443185,45.00088]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"NAVAJO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.75069,37.003197],[-110.0006818,36.997968],[-110.000674,35.662657],[-109.826936,35.662484],[-109.859274,33.777683],[-109.891759,33.567829],[-110.000649,33.57693],[-110.00066,34.000046],[-110.750672,34.000048],[-110.750678,34.263314],[-110.75069,37.003197]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.057712,34.475994],[-85.5828123,34.8604355],[-85.5344053,34.6237903],[-85.5268948,34.5886857],[-85.5130442,34.5239465],[-85.843617,34.200006],[-86.106086,34.200756],[-86.057712,34.475994]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"RICHMOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.595462,37.55575],[-77.47782,37.598734],[-77.420875,37.447101],[-77.595462,37.55575]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"BAKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.4597924,30.5842765],[-82.4189841,30.5809167],[-82.218607,30.564395],[-82.050983,30.3683678],[-82.049236,30.273432],[-82.049411,30.186933],[-82.049425,30.143136],[-82.142578,30.143117],[-82.458364,30.136449],[-82.4597924,30.5842765]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.7854,36.6033754],[-84.7784559,36.6032105],[-84.2613212,36.5927417],[-84.372731,36.216778],[-84.441034,36.163478],[-84.700785,36.370824],[-84.731839,36.524674],[-84.7854,36.6033754]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.2057286,38.0882332],[-89.899061,38.220755],[-89.703256,38.219404],[-89.592797,38.219271],[-89.595084,37.95531],[-89.6872214,37.7964067],[-89.9330958,37.8800991],[-90.2057286,38.0882332]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"LOS ANGELES","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.881364,34.790629],[-117.667292,34.822526],[-117.646374,34.28917],[-117.783287,33.946411],[-118.1150767,33.7438033],[-118.396606,33.735917],[-118.519514,34.027509],[-118.9444795,34.046739],[-118.633461,34.269522],[-118.881364,34.790629]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SONOMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.540922,38.7676562],[-122.821592,38.85014],[-122.627396,38.667506],[-122.406786,38.155632],[-122.3975812,38.1420036],[-122.4884996,38.1090945],[-123.0031465,38.2957052],[-123.540922,38.7676562]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"RIVERSIDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.673749,33.870831],[-117.558269,34.018906],[-115.316212,34.03411],[-114.4300911,34.0789314],[-114.6291465,33.433545],[-116.085165,33.425932],[-117.241271,33.431993],[-117.509722,33.505019],[-117.673749,33.870831]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"PALM BEACH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.885639,26.958919],[-80.0830776,26.970534],[-80.0758744,26.3209128],[-80.881233,26.333806],[-80.885639,26.958919]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.6483568,38.5666287],[-87.5352571,38.8524915],[-87.5287177,38.9059438],[-87.241027,38.907874],[-87.098771,38.903974],[-87.242097,38.54493],[-87.462892,38.533519],[-87.7511059,38.4188492],[-87.6483568,38.5666287]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.8136599,37.9960345],[-86.791497,38.20513],[-86.679511,38.263086],[-86.4335744,38.0871444],[-86.4880525,38.0436653],[-86.6467031,37.864909],[-86.8136599,37.9960345]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SMITH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.0670183,40.0021435],[-98.726373,40.0023363],[-98.504455,40.0023799],[-98.505266,39.567603],[-99.044398,39.568035],[-99.06622,39.568125],[-99.0670183,40.0021435]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2017606,38.6974408],[-85.0210521,38.7585273],[-84.934536,38.66213],[-85.074583,38.596838],[-85.16827,38.585448],[-85.3326407,38.7348168],[-85.2017606,38.6974408]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5268758,40.4912244],[-87.5261365,40.7368851],[-87.267298,40.736582],[-87.09839,40.736541],[-87.095357,40.562895],[-87.093676,40.475745],[-87.5270653,40.4768823],[-87.5268758,40.4912244]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"SANILAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.120396,43.327049],[-83.117844,43.675493],[-82.6064791,43.6904493],[-82.5060424,43.1688274],[-82.996257,43.154099],[-83.120396,43.327049]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ALGER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.1163596,46.5061514],[-86.557731,46.487434],[-85.8646071,46.6865683],[-85.864932,46.504758],[-86.364953,46.505852],[-86.615601,46.158691],[-87.116138,46.15905],[-87.1163596,46.5061514]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.6999321,30.4540369],[-89.341446,30.64772],[-89.3070238,30.3039948],[-89.524504,30.180753],[-89.6999321,30.4540369]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"DE SOTO","RigCount":16},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.0426959,32.196005],[-93.61469,32.237526],[-93.355452,31.932222],[-93.441171,31.845233],[-93.8782519,31.8442766],[-94.0294284,31.979687],[-94.0426959,32.196005]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"SAGADAHOC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.005471,44.124519],[-69.758208,44.139334],[-69.6958155,43.796055],[-69.8874061,43.7665934],[-70.034238,43.975661],[-70.005471,44.124519]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MINERAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.634684,47.48176],[-115.249057,47.480416],[-114.797204,47.268916],[-114.483694,47.067508],[-114.6768272,46.7318387],[-114.9614229,46.9328939],[-115.634684,47.48176]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"DANIELS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.1120633,48.9992794],[-105.0576417,48.9992289],[-104.973354,48.56319],[-105.804436,48.563358],[-106.02131,48.563424],[-106.1120633,48.9992794]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.463291,40.599187],[-74.461035,40.673504],[-74.371738,40.73964],[-74.136703,40.674444],[-74.1601468,40.6460765],[-74.203688,40.592691],[-74.463291,40.599187]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"HUDSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.147529,40.786491],[-73.9845925,40.7975433],[-74.0309271,40.7227868],[-74.0709435,40.6672082],[-74.1601468,40.6460765],[-74.136703,40.674444],[-74.147529,40.786491]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"GLOUCESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.4104925,39.8046722],[-75.2588058,39.8546739],[-75.1414355,39.8939184],[-74.87726,39.608352],[-74.985271,39.514967],[-75.061854,39.568746],[-75.4104925,39.8046722]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"AVERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.9343692,36.2647162],[-81.9184445,36.2873579],[-81.810516,36.111511],[-81.807162,35.961955],[-81.943188,35.96005],[-81.981954,35.911361],[-82.0811489,36.1056921],[-81.9343692,36.2647162]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"SCIOTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.270817,39.015791],[-82.80709,38.948073],[-82.650039,38.849073],[-82.8115424,38.5723696],[-83.0303349,38.7168677],[-83.2642989,38.6131125],[-83.270817,39.015791]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"COLUMBIANA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.086679,40.901609],[-80.5198697,40.9003239],[-80.5197051,40.8513368],[-80.518991,40.638801],[-80.667957,40.582496],[-80.861994,40.599404],[-81.087289,40.727816],[-81.086679,40.901609]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PICKENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.654366,34.548946],[-84.345553,34.562735],[-84.257586,34.380992],[-84.653232,34.41259],[-84.654366,34.548946]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"NOXUBEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.813053,33.286424],[-88.669076,33.286922],[-88.3044428,33.28832],[-88.340085,32.9912643],[-88.3474902,32.9290348],[-88.812782,32.925973],[-88.813053,33.286424]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"RIPLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.115926,36.823672],[-90.662617,36.811453],[-90.5761791,36.4984059],[-90.7842442,36.4984622],[-91.1265389,36.4977977],[-91.115926,36.823672]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"CARBON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.798673,45.167339],[-109.520884,45.391852],[-108.843016,45.611042],[-108.645325,45.464073],[-108.699616,45.217709],[-108.127979,45.217911],[-108.2485252,45.0006298],[-108.6214935,44.9996764],[-109.7984838,45.0029203],[-109.798673,45.167339]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"THURSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.822497,42.264292],[-96.726661,42.278005],[-96.3519572,42.2808947],[-96.3372161,42.2148495],[-96.272877,42.047238],[-96.554866,42.015875],[-96.82367,42.090411],[-96.822497,42.264292]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"CIBOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0458512,34.9598185],[-108.469402,34.959081],[-108.468683,35.299243],[-107.309386,35.305687],[-107.197244,35.219459],[-107.066562,34.95719],[-107.201743,34.578757],[-107.724794,34.578132],[-109.0461389,34.579291],[-109.0458512,34.9598185]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"BECKHAM","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.0003888,35.422364],[-99.364141,35.508793],[-99.364217,35.465328],[-99.360226,35.116738],[-99.409291,35.114509],[-99.888571,35.030262],[-100.000384,35.030385],[-100.000385,35.182702],[-100.0003888,35.422364]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.612072,41.850056],[-79.6108358,41.9985199],[-79.0612644,41.9988381],[-78.9188574,41.9991032],[-78.956056,41.623863],[-78.956042,41.623402],[-79.51207,41.624559],[-79.612873,41.623858],[-79.612072,41.850056]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WYANDOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.420319,40.991889],[-83.112737,40.993447],[-83.11136,40.702915],[-83.419836,40.686823],[-83.515883,40.818134],[-83.420319,40.991889]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.496774,32.344437],[-86.411172,32.409937],[-86.023012,32.419978],[-85.919293,32.274382],[-85.996853,32.051049],[-86.191379,31.966453],[-86.406276,32.050731],[-86.496774,32.344437]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"ADDISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.317456,44.2635222],[-72.952167,44.161271],[-72.742303,44.029655],[-72.791336,43.961855],[-72.958853,43.826542],[-73.3611072,43.7532335],[-73.3825261,43.808159],[-73.317456,44.2635222]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"BIG HORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.6214935,44.9996764],[-108.2485252,45.0006298],[-107.9115228,45.001544],[-107.832319,44.790161],[-107.369621,44.559837],[-107.146808,44.165666],[-108.550562,44.168455],[-108.6214935,44.9996764]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"TULSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.297888,36.162279],[-96.268287,36.16198],[-96.001171,36.423686],[-95.81268,36.42356],[-95.76165,36.16275],[-95.819964,35.8559],[-96.033118,35.856824],[-96.297888,36.162279]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"ALEUTIANS EAST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-158.893548,56.8093085],[-159.275928,56.580967],[-159.900149,56.494239],[-159.806406,55.973919],[-159.5614383,55.6409138],[-160.026282,55.792295],[-160.521335,55.47442],[-161.253977,55.355896],[-161.686495,55.408041],[-161.956595,55.112174],[-163.254588,54.838907],[-163.572383,54.623211],[-164.03827,54.624688],[-164.640457,54.391166],[-164.576896,54.824564],[-162.900027,55.252466],[-161.807833,55.891954],[-161.15687,56.012216],[-160.589569,55.983048],[-160.385922,56.279706],[-159.828049,56.543935],[-158.893548,56.8093085]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"YUKON-KOYUKUK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-160.85799,63.011953],[-160.690294,63.531689],[-159.737451,63.791591],[-159.947288,64.051459],[-159.96229,64.744377],[-159.572173,64.917597],[-159.593506,65.523835],[-159.604813,65.95683],[-158.972185,66.130027],[-157.906295,66.130049],[-157.90631,66.476424],[-157.051284,66.476438],[-156.623757,66.303259],[-155.554993,66.303274],[-155.510585,66.563051],[-154.860446,66.736242],[-154.210302,66.736255],[-154.146314,67.169178],[-154.748904,67.255753],[-154.690489,67.602075],[-155.368999,67.775216],[-155.318744,68.000032],[-150.890028,68.000004],[-146,68],[-146,68.5],[-141.0026096,68.498364],[-141.0024649,65.839421],[-141.78905,65.501546],[-142.601998,65.390931],[-142.864344,65.140387],[-144.069029,64.683562],[-143.986949,64.967243],[-144.983514,65.136988],[-145.650312,65.034303],[-146.198886,65.453523],[-147.557771,65.209895],[-148.661199,65.209875],[-148.550742,64.617208],[-148.046696,64.343802],[-150.729385,64.358173],[-151.281995,63.997265],[-152.055758,63.997242],[-152.228439,63.65076],[-152.87341,63.650745],[-152.810931,63.347563],[-152.428084,63.183171],[-152.997647,62.727401],[-152.999839,62.292621],[-153.761875,62.032689],[-157.063852,62.032634],[-158.531361,62.119264],[-159.265037,61.945957],[-160.534671,61.94594],[-161.048165,62.205869],[-160.996215,62.898936],[-160.85799,63.011953]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"PINAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.039976,33.466019],[-110.781076,32.983738],[-110.449021,33.194526],[-110.451218,32.513995],[-112.203719,32.50676],[-112.083488,33.20456],[-111.582709,33.205723],[-111.580634,33.4658],[-111.039976,33.466019]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"NOME","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-164.3959436,66.5811976],[-164.244127,65.783553],[-163.755391,65.437165],[-159.801692,65.437231],[-159.593506,65.523835],[-159.572173,64.917597],[-159.96229,64.744377],[-159.947288,64.051459],[-159.737451,63.791591],[-160.690294,63.531689],[-160.85799,63.011953],[-162.001769,63.011919],[-162.602861,63.2771825],[-162.352274,63.454069],[-161.191163,63.490072],[-160.783304,63.752893],[-160.962007,64.220575],[-161.263519,64.398166],[-160.793356,64.619317],[-161.376985,64.773036],[-162.188146,64.672395],[-163.133172,64.381844],[-163.686337,64.568798],[-164.807747,64.449432],[-166.236939,64.583558],[-166.432246,64.88316],[-166.911922,65.125965],[-166.439404,65.319058],[-167.474024,65.412744],[-167.979889,65.727972],[-165.407204,66.420441],[-164.3959436,66.5811976]]],[[[-171.83683,63.564883],[-170.950817,63.570127],[-170.344855,63.694225],[-170.007943,63.475428],[-168.685145,63.296427],[-169.534984,63.074355],[-170.263032,63.179147],[-170.896167,63.417745],[-171.433319,63.307578],[-171.83683,63.564883]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"MINERAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.000602,37.956041],[-106.693845,37.835244],[-106.710775,37.404228],[-107.12868,37.422942],[-107.138191,37.938848],[-107.000602,37.956041]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.901688,33.780703],[-84.724139,33.80617],[-84.578132,33.743507],[-84.808934,33.574085],[-84.901688,33.780703]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.007712,43.110933],[-113.007318,43.284778],[-112.697122,43.62314],[-112.519861,43.626623],[-111.588049,43.281841],[-111.589489,43.020052],[-112.063023,43.022364],[-112.750562,42.951528],[-113.007712,43.110933]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"KANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.588657,42.15359],[-88.238369,42.154253],[-88.262876,41.986227],[-88.261952,41.724652],[-88.601933,41.719563],[-88.588657,42.15359]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MOORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.767957,35.511484],[-79.555804,35.515039],[-79.350073,35.518002],[-79.183556,35.307161],[-79.095808,35.192068],[-79.097602,35.174194],[-79.458751,35.043639],[-79.614304,35.163679],[-79.767957,35.511484]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.790612,41.511916],[-93.328407,41.490921],[-93.327886,41.160659],[-93.557556,41.161271],[-93.789196,41.162035],[-93.790612,41.511916]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.660107,38.777293],[-84.615664,38.802277],[-84.532288,38.791937],[-84.476299,38.542723],[-84.557375,38.492917],[-84.580539,38.473039],[-84.785788,38.720459],[-84.660107,38.777293]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DALLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.28034,41.862999],[-94.164138,41.863244],[-93.815721,41.863419],[-93.790612,41.511916],[-94.241593,41.503679],[-94.28034,41.862999]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"SUNFLOWER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.763509,33.529389],[-90.657002,33.987586],[-90.451012,33.985689],[-90.451643,33.81139],[-90.453233,33.329484],[-90.716277,33.270032],[-90.763509,33.529389]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"SHARKEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.914337,33.007697],[-90.701845,33.096294],[-90.656632,32.92251],[-90.723159,32.662128],[-90.964864,32.662798],[-90.914337,33.007697]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.030528,37.891538],[-84.796327,37.970088],[-84.709918,37.861952],[-84.716925,37.815389],[-84.744888,37.713075],[-85.025021,37.678854],[-85.030528,37.891538]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MCDONALD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.618307,36.76656],[-94.068898,36.747818],[-94.0770883,36.498976],[-94.617919,36.499414],[-94.6179918,36.6679213],[-94.618307,36.76656]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"CHOUTEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.409097,48.132218],[-110.755873,48.219601],[-110.625409,48.306479],[-109.845932,48.305971],[-109.534295,48.134564],[-109.538677,47.738864],[-110.213596,47.416657],[-110.639559,47.416486],[-111.40885,47.698123],[-111.408514,47.987178],[-111.409097,48.132218]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CUSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.251224,41.739817],[-99.686834,41.740326],[-99.22183,41.740792],[-99.212016,41.740613],[-99.203261,41.39414],[-99.207564,41.047003],[-99.425986,41.046471],[-100.224235,41.046597],[-100.251098,41.393298],[-100.251224,41.739817]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.282578,40.868677],[-97.828256,41.173439],[-97.826287,41.046581],[-97.825723,40.698555],[-98.278103,40.698291],[-98.282851,40.698284],[-98.282578,40.868677]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.248595,40.443989],[-83.020798,40.433795],[-82.744931,40.349603],[-82.750747,40.276996],[-82.761827,40.125855],[-83.169981,40.143087],[-83.248595,40.443989]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"GOLDEN VALLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0453083,47.3301279],[-103.666723,47.329354],[-103.60921,46.629797],[-104.0451254,46.5409299],[-104.0453851,46.6415011],[-104.0453083,47.3301279]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LUZERNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.310133,41.310199],[-76.2831,41.376517],[-75.834695,41.427246],[-75.600736,41.161497],[-75.649637,41.122344],[-75.997348,40.912985],[-76.207827,40.94974],[-76.310133,41.310199]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"WESTMORELAND","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.870585,40.197415],[-79.69293,40.669744],[-79.450176,40.530149],[-78.974649,40.395972],[-79.055983,40.285089],[-79.293682,40.040413],[-79.877385,40.126792],[-79.870585,40.197415]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BUFFALO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.576571,44.192421],[-99.30018,44.19483],[-98.925953,44.196575],[-98.926997,43.935143],[-99.355864,43.934371],[-99.576571,44.192421]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BRAZOS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.566983,30.69567],[-96.24102,30.973737],[-96.16837,30.822997],[-96.15463,30.330288],[-96.299173,30.379152],[-96.566983,30.69567]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NOTTOWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.231234,37.29622],[-77.795926,37.192592],[-77.889813,36.988818],[-78.003639,37.022756],[-78.239354,37.120089],[-78.231234,37.29622]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BOTETOURT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.074119,37.422469],[-80.020554,37.647442],[-79.674162,37.763093],[-79.498699,37.532797],[-79.847476,37.309352],[-80.074119,37.422469]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"WOODRUFF","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.347257,35.439106],[-91.039783,35.354256],[-91.04267,35.148189],[-91.149842,35.00247],[-91.36856,34.912735],[-91.465114,35.089454],[-91.347257,35.439106]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"BARRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.154888,45.639742],[-92.031417,45.639928],[-91.540294,45.637605],[-91.541322,45.29222],[-91.665647,45.207991],[-92.156465,45.209554],[-92.154888,45.639742]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OCEANA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.435485,43.8194292],[-86.037884,43.815611],[-86.039491,43.467447],[-86.4635169,43.4723297],[-86.435485,43.8194292]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LAC QUI PARLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4575535,45.2688979],[-96.103614,45.176675],[-96.036698,45.152206],[-95.736696,44.93604],[-95.849009,44.805347],[-96.4548305,44.8055502],[-96.4558401,44.9773452],[-96.4575535,45.2688979]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"UMATILLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.4321386,45.9132091],[-118.9872275,45.9998002],[-117.9969704,46.0001907],[-117.9776573,46.0001682],[-117.97298,45.860595],[-118.116461,45.470732],[-118.697766,45.345647],[-118.518689,44.995877],[-119.162966,44.996241],[-119.145144,45.515909],[-119.43464,45.603056],[-119.4321386,45.9132091]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PATRICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.46418,36.708718],[-80.235455,36.87213],[-80.041493,36.794365],[-80.053455,36.5426394],[-80.4401015,36.5505953],[-80.6121888,36.5582163],[-80.46418,36.708718]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.042428,36.806448],[-80.740483,36.879001],[-80.633987,36.93178],[-80.46418,36.708718],[-80.6121888,36.5582163],[-80.8402131,36.5619285],[-80.914173,36.650246],[-80.932271,36.671593],[-81.042428,36.806448]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"DAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.981457,45.240415],[-97.979592,45.588483],[-97.227089,45.558158],[-97.226244,45.297647],[-97.226281,45.151826],[-97.494254,45.151631],[-97.981792,45.153295],[-97.981457,45.240415]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.700785,36.370824],[-84.441034,36.163478],[-84.341812,36.048977],[-84.680633,35.908454],[-84.907753,36.156293],[-84.700785,36.370824]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"MIDDLESEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.668182,37.778386],[-76.2888778,37.5873599],[-76.2894928,37.5360753],[-76.437561,37.51436],[-76.654076,37.603174],[-76.751072,37.728605],[-76.668182,37.778386]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"JAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.219901,40.379034],[-85.201146,40.567242],[-85.068479,40.56824],[-84.8024139,40.5722129],[-84.8041205,40.3527622],[-84.8049173,40.3100959],[-85.218758,40.306706],[-85.219901,40.379034]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DECATUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.014803,40.897031],[-93.55654,40.898295],[-93.5568967,40.5796595],[-93.7743442,40.5775305],[-94.015492,40.5740737],[-94.014803,40.897031]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.363263,42.296445],[-91.130079,42.295761],[-90.89802,42.295236],[-90.898373,42.033548],[-90.898484,41.946245],[-91.365789,41.94741],[-91.363263,42.296445]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MARIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.0031465,38.2957052],[-122.4884996,38.1090945],[-122.537285,37.830328],[-122.939711,38.031908],[-123.0031465,38.2957052]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"METCALFE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.744221,37.169813],[-85.686482,37.182427],[-85.526881,37.10945],[-85.45183,36.938138],[-85.596214,36.818039],[-85.739255,36.841476],[-85.744221,37.169813]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"DEWEY","RigCount":10},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.382074,36.164301],[-98.955849,36.161577],[-98.636899,36.164894],[-98.631985,35.812402],[-99.375817,35.812188],[-99.381022,36.012925],[-99.382074,36.164301]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.973529,31.708922],[-92.362608,31.796633],[-92.196131,31.477877],[-92.631944,31.390478],[-92.718983,31.517594],[-92.973529,31.708922]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"EMMONS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.66189,46.63445],[-100.081198,46.633396],[-99.915508,46.632925],[-99.878431,46.282811],[-99.880292,45.941672],[-100.4993542,45.943632],[-100.511949,45.9436541],[-100.590199,46.427894],[-100.66189,46.63445]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"RENVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.021655,48.807108],[-102.0211494,48.9987566],[-101.496737,48.9991448],[-101.451275,48.546079],[-101.05966,48.545337],[-101.059802,48.458448],[-101.841969,48.459545],[-102.021655,48.807108]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.0526462,38.7716147],[-83.99312,39.254235],[-83.865679,39.247333],[-83.673018,39.02043],[-83.7058616,38.6380379],[-83.9043751,38.7672839],[-84.0526462,38.7716147]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SEVIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4701527,34.1898643],[-94.243739,34.192501],[-94.089758,34.186835],[-93.958828,33.750994],[-94.4772667,33.9409109],[-94.4701527,34.1898643]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SAN DIEGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.5961887,33.386965],[-117.509722,33.505019],[-117.241271,33.431993],[-116.085165,33.425932],[-116.1061789,32.6185781],[-117.124862,32.534156],[-117.362572,33.168437],[-117.5961887,33.386965]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"ARCHULETA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.482131,37.422673],[-107.12868,37.422942],[-106.710775,37.404228],[-106.678373,37.403596],[-106.4762336,36.9937741],[-107.4209219,37.000005],[-107.481737,37.0000046],[-107.482131,37.422673]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"VOLUSIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.680903,29.32443],[-81.433992,29.398552],[-81.1029674,29.4269967],[-80.7275057,28.7911929],[-80.98725,28.612997],[-81.067413,28.812989],[-81.36694,28.879227],[-81.641916,29.276766],[-81.680903,29.32443]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CAMDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.766322,31.169595],[-81.412518,30.9908345],[-81.444124,30.709714],[-81.9059784,30.8214073],[-81.936006,31.047993],[-81.766322,31.169595]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"GALLATIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.37453,37.907678],[-88.37452,37.908432],[-88.0594695,37.8666898],[-88.02803,37.799224],[-88.1321634,37.574517],[-88.375332,37.599563],[-88.37453,37.907678]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.4210732,34.0808127],[-85.046871,34.096412],[-84.922742,34.082497],[-85.05031,33.904488],[-85.3866706,33.9017015],[-85.3988712,33.9641293],[-85.4210732,34.0808127]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"LINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.065831,38.389945],[-94.6127726,38.3887185],[-94.61393,38.060053],[-94.6141002,38.0370566],[-95.077876,38.037706],[-95.065831,38.389945]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"NORTHWEST ARCTIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-165.3965203,68.0347305],[-164.499463,68.20789],[-161.091351,68.207961],[-157.154924,68.208054],[-155.318744,68.000032],[-155.368999,67.775216],[-154.690489,67.602075],[-154.748904,67.255753],[-154.146314,67.169178],[-154.210302,66.736255],[-154.860446,66.736242],[-155.510585,66.563051],[-155.554993,66.303274],[-156.623757,66.303259],[-157.051284,66.476438],[-157.90631,66.476424],[-157.906295,66.130049],[-158.972185,66.130027],[-159.604813,65.95683],[-159.593506,65.523835],[-159.801692,65.437231],[-163.755391,65.437165],[-164.244127,65.783553],[-164.3959436,66.5811976],[-163.603956,66.558089],[-163.916551,66.190494],[-163.695394,66.059552],[-161.838018,66.022582],[-161.484539,66.262426],[-162.63547,66.998434],[-163.702045,67.109375],[-164.051288,67.566351],[-165.3965203,68.0347305]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"GRAHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.000649,33.57693],[-109.891759,33.567829],[-109.49544,33.652697],[-109.49574,33.078409],[-109.113987,32.426177],[-110.451503,32.427354],[-110.451218,32.513995],[-110.449021,33.194526],[-110.441544,33.38167],[-110.000649,33.57693]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"KERN","RigCount":10},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.194146,35.789204],[-119.538116,35.789567],[-118.008043,35.789161],[-117.632996,35.797251],[-117.667292,34.822526],[-118.881364,34.790629],[-119.442352,34.901274],[-119.472754,34.901174],[-119.472719,35.076885],[-120.193918,35.614359],[-120.194146,35.789204]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"HUERFANO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.457255,37.751464],[-105.473204,37.89597],[-105.049917,37.915479],[-104.351109,37.817488],[-104.748938,37.407029],[-105.154176,37.293129],[-105.187549,37.619669],[-105.485516,37.577899],[-105.457255,37.751464]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.95419,28.960053],[-81.658698,28.960345],[-81.641916,29.276766],[-81.36694,28.879227],[-81.414446,28.784955],[-81.658597,28.76687],[-81.657268,28.347098],[-81.957641,28.34518],[-81.95419,28.960053]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HENDRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.565931,26.769552],[-80.945354,26.769049],[-80.885639,26.958919],[-80.881233,26.333806],[-80.879809,26.259455],[-81.26855,26.253045],[-81.271768,26.517069],[-81.563763,26.513324],[-81.565931,26.769552]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CANDLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.030233,32.53877],[-81.969069,32.268783],[-82.025339,32.278883],[-82.232788,32.318838],[-82.030233,32.53877]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"COLES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.472073,39.651588],[-87.9666,39.685928],[-87.960179,39.481309],[-88.012121,39.378968],[-88.47083,39.374515],[-88.470505,39.447041],[-88.472073,39.651588]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"KENDALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.601933,41.719563],[-88.261952,41.724652],[-88.261273,41.724534],[-88.252231,41.463066],[-88.59596,41.457034],[-88.60224,41.631389],[-88.601933,41.719563]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"JOHNSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.255973,35.81812],[-78.192117,35.730545],[-78.064784,35.585263],[-78.30658,35.287604],[-78.538349,35.31641],[-78.708345,35.519296],[-78.255973,35.81812]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"NASH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.255973,35.81812],[-78.006551,36.202633],[-77.697956,36.15315],[-77.828444,35.867208],[-78.192117,35.730545],[-78.255973,35.81812]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"MALHEUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.232214,44.256129],[-117.971787,44.443849],[-117.590849,44.444573],[-117.2119955,44.2964511],[-116.8978547,44.1526664],[-116.985545,43.8811849],[-117.0256638,43.6802936],[-117.026197,41.99989],[-118.1973692,41.9969941],[-118.227645,44.039862],[-118.232214,44.256129]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LAMAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.8448785,33.8604219],[-95.7896393,33.8724374],[-95.3104498,33.873843],[-95.308637,33.380662],[-95.857738,33.461722],[-95.8448785,33.8604219]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.023012,32.419978],[-85.886148,32.493053],[-85.695854,32.595933],[-85.434045,32.40984],[-85.433543,32.234648],[-85.919293,32.274382],[-86.023012,32.419978]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"DALLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.47308,32.307614],[-87.110817,32.489948],[-87.017762,32.729532],[-86.917595,32.664169],[-86.814912,32.340803],[-86.906956,32.04797],[-87.17786,32.047514],[-87.472206,32.264919],[-87.47308,32.307614]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"HARPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.349804,37.384056],[-97.807057,37.386293],[-97.802313,36.9986986],[-98.1119852,36.998248],[-98.3471488,36.9979692],[-98.349804,37.384056]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"GLADES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.562202,27.033836],[-81.267152,27.032461],[-80.943186,27.210599],[-80.885639,26.958919],[-80.945354,26.769049],[-81.565931,26.769552],[-81.562202,27.033836]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"WINDHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.239559,41.714191],[-72.1021594,42.0286302],[-71.799242,42.008065],[-71.7896954,41.7251982],[-71.7894646,41.6400172],[-72.239559,41.714191]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WHEELER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.927865,32.135274],[-82.884803,32.196072],[-82.721964,32.309283],[-82.655486,32.297561],[-82.543655,31.958914],[-82.645659,31.918883],[-82.927865,32.135274]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.558599,46.265821],[-112.310573,46.421171],[-111.787949,46.569465],[-111.784565,46.049813],[-111.660057,45.8335],[-111.805259,45.798306],[-112.190269,45.748503],[-112.401441,45.831851],[-112.577106,46.178981],[-112.558599,46.265821]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"MORA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.718611,35.979463],[-105.53038,36.013014],[-105.341264,36.261863],[-104.436056,36.218534],[-104.37012,35.779302],[-105.018811,35.769439],[-105.724461,35.871194],[-105.718611,35.979463]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.249885,39.633645],[-85.95208,39.638345],[-85.952005,39.347373],[-86.085601,39.344189],[-86.251684,39.341672],[-86.249885,39.633645]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.557277,41.863449],[-95.092861,41.863374],[-95.04077,41.50469],[-95.154722,41.505211],[-95.497997,41.506074],[-95.557277,41.863449]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.371911,38.609353],[-96.930286,38.609362],[-96.819723,38.522464],[-96.840772,38.085622],[-97.152913,38.087704],[-97.37175,38.173673],[-97.371911,38.609353]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BREATHITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.579186,37.506249],[-83.522308,37.638516],[-83.248692,37.669616],[-82.948544,37.503167],[-83.124348,37.404973],[-83.547628,37.334418],[-83.579186,37.506249]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"OUACHITA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.41535,32.495486],[-92.415071,32.582845],[-92.065179,32.723003],[-91.913057,32.505902],[-92.034397,32.277068],[-92.311851,32.277441],[-92.41535,32.495486]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"PENOBSCOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-69.355667,45.073469],[-68.856587,45.142783],[-68.819401,46.395782],[-68.436443,46.382121],[-68.433001,45.581204],[-68.048012,45.639897],[-68.054985,45.252577],[-68.501095,44.980718],[-68.445219,44.763014],[-68.815793,44.683754],[-69.266785,44.721928],[-69.355667,45.073469]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PONTOTOC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.246339,34.379344],[-88.824966,34.364759],[-88.824523,34.074948],[-89.139158,34.074116],[-89.245485,34.161186],[-89.246339,34.379344]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PRENTISS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.73544,34.596483],[-88.718508,34.756781],[-88.365472,34.755604],[-88.329193,34.463571],[-88.542079,34.465276],[-88.736465,34.50891],[-88.73544,34.596483]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"LOUP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.686959,42.086075],[-99.662379,42.086009],[-99.234629,42.087995],[-99.222733,42.087916],[-99.22183,41.740792],[-99.686834,41.740326],[-99.686959,42.086075]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"OTSEGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.295877,42.744106],[-75.247963,42.871604],[-75.212158,42.879973],[-74.763303,42.863237],[-74.648298,42.829558],[-74.71158,42.517799],[-75.415319,42.314151],[-75.295877,42.744106]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.419836,40.686823],[-83.11136,40.702915],[-82.858302,40.705019],[-83.020798,40.433795],[-83.248595,40.443989],[-83.418378,40.505232],[-83.419836,40.686823]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"WILLIAMS","RigCount":13},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0480876,48.6340124],[-102.885775,48.633298],[-102.885763,48.54639],[-102.828477,48.123664],[-103.485072,48.006725],[-104.0440933,47.9961072],[-104.0467822,48.3893007],[-104.0480876,48.6340124]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"SCHUYLKILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.380152,40.775511],[-76.207827,40.94974],[-75.997348,40.912985],[-75.757807,40.735414],[-75.891473,40.67727],[-76.440181,40.495952],[-76.535414,40.555157],[-76.701624,40.658082],[-76.380152,40.775511]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.361066,40.065543],[-75.276482,39.976959],[-75.2588058,39.8546739],[-75.4104925,39.8046722],[-75.415062,39.801919],[-75.5943169,39.834595],[-75.361066,40.065543]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CROCKETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.342829,35.880934],[-89.188844,35.99976],[-88.916181,35.797307],[-89.069544,35.692679],[-89.356033,35.817635],[-89.342829,35.880934]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"VAN BUREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.602876,35.794996],[-85.269359,35.793388],[-85.254062,35.765611],[-85.423804,35.567422],[-85.557535,35.532977],[-85.602876,35.794996]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CONCHO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.111234,31.580267],[-99.721698,31.576759],[-99.60185,31.49195],[-99.603223,31.087296],[-100.115216,31.087994],[-100.111234,31.580267]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"NUECES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.798517,27.995659],[-97.589473,27.856101],[-97.136312,27.90439],[-97.0436841,27.8365324],[-97.2229914,27.5766073],[-97.840678,27.558358],[-97.942146,27.635932],[-97.798517,27.995659]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"WYOMING","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.220139,41.541285],[-76.115172,41.651825],[-75.719887,41.642263],[-75.834695,41.427246],[-76.2831,41.376517],[-76.220139,41.541285]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"NACOGDOCHES","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.937532,31.845555],[-94.452416,31.844281],[-94.399091,31.653596],[-94.326616,31.224754],[-94.544888,31.431715],[-94.865857,31.526916],[-94.937532,31.845555]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"PIERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.801199,47.403578],[-122.536993,47.403355],[-121.379961,47.087248],[-121.455218,46.783797],[-122.203115,46.763061],[-122.820576,47.19422],[-122.801199,47.403578]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.7885565,36.6217119],[-85.4364043,36.6180038],[-85.2958125,36.6261496],[-85.2762879,36.6261575],[-85.284878,36.531293],[-85.495422,36.403074],[-85.813885,36.499473],[-85.7885565,36.6217119]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"SUMTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.3892486,32.5781224],[-88.3474902,32.9290348],[-88.340085,32.9912643],[-88.171852,32.99586],[-88.053729,32.593052],[-87.85342,32.532086],[-87.930661,32.310574],[-88.4213122,32.3086791],[-88.3892486,32.5781224]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"GRAYS HARBOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.3536157,47.5335371],[-123.505917,47.517716],[-123.488943,47.082646],[-123.201891,47.085059],[-123.160588,46.793383],[-123.37095,46.792129],[-124.0967967,46.794085],[-124.3536157,47.5335371]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"IRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.5485786,46.5862363],[-90.418136,46.566094],[-89.9291256,46.2999157],[-90.043958,45.981948],[-90.302063,45.981349],[-90.552227,46.240851],[-90.5485786,46.5862363]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"DUNN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.156465,45.209554],[-91.665647,45.207991],[-91.650455,44.855951],[-91.650361,44.683633],[-92.135202,44.684374],[-92.136348,44.857848],[-92.156465,45.209554]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COOKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.4841434,33.9138891],[-97.205652,33.809824],[-96.9446169,33.9450133],[-96.94386,33.41641],[-97.383095,33.43045],[-97.487065,33.433681],[-97.4841434,33.9138891]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"WEBER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.493515,41.076888],[-112.238065,41.336552],[-111.885443,41.426374],[-111.510839,41.4231],[-111.420728,41.361308],[-111.856247,41.139083],[-112.493515,41.076888]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"VIRGINIA BEACH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.22606,36.839947],[-76.1769476,36.9285387],[-75.996252,36.922047],[-75.867044,36.550754],[-76.1223499,36.5505523],[-76.22606,36.839947]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"DYER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.6276414,36.1854603],[-89.482971,36.212659],[-89.154464,36.204678],[-89.188844,35.99976],[-89.342829,35.880934],[-89.648905,35.9035835],[-89.733095,36.000608],[-89.6276414,36.1854603]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.059706,36.086024],[-85.807415,36.131582],[-85.644604,36.015053],[-85.682095,35.831254],[-85.885156,35.839658],[-86.014849,35.96106],[-86.059706,36.086024]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MARIPOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.308995,37.777986],[-120.052055,37.183108],[-120.38767,37.633364],[-119.535699,37.904122],[-119.308995,37.777986]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"RIO BLANCO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0507321,40.2226553],[-107.439386,40.223379],[-107.037363,40.091538],[-107.316993,40.090765],[-107.43177,39.828377],[-107.938546,39.694464],[-109.0508719,39.6604718],[-109.0507321,40.2226553]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"WALTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.3886447,30.9945282],[-86.187248,30.9940667],[-86.0350381,30.9937496],[-85.844421,30.70313],[-85.992736,30.38932],[-85.9961026,30.2689014],[-86.3973796,30.3774953],[-86.3886447,30.9945282]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ANDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.101646,38.03727],[-85.023711,38.129052],[-84.864908,38.116926],[-84.796327,37.970088],[-85.030528,37.891538],[-85.152797,37.897661],[-85.167834,37.971809],[-85.101646,38.03727]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"VERNON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6141002,38.0370566],[-94.61393,38.060053],[-94.058285,38.036627],[-94.065675,37.900987],[-94.073524,37.639722],[-94.6178455,37.6535778],[-94.6178725,37.6731107],[-94.6141002,38.0370566]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.368688,40.350392],[-96.916055,40.349727],[-96.916407,40.0014541],[-97.369199,40.0019393],[-97.368688,40.350392]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"ANTELOPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.300235,42.436913],[-97.834431,42.437684],[-97.834536,42.08975],[-97.833288,41.916286],[-98.295602,41.914954],[-98.300592,42.088853],[-98.300235,42.436913]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"ELBERT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.078004,34.223606],[-82.7746287,34.2883668],[-82.735108,34.2126148],[-82.5950258,34.0135178],[-82.5629968,33.9565549],[-82.645451,33.984195],[-82.779506,33.971124],[-82.976294,34.043219],[-83.078004,34.223606]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.834536,42.08975],[-97.368404,42.090922],[-97.36807,41.743207],[-97.830493,41.742238],[-97.833288,41.916286],[-97.834536,42.08975]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HOLT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.257039,42.804296],[-98.982527,42.896436],[-98.305149,42.761207],[-98.300235,42.436913],[-98.300592,42.088853],[-98.761155,42.088518],[-99.222733,42.087916],[-99.234629,42.087995],[-99.257039,42.804296]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.416437,31.619466],[-85.1254406,31.7629687],[-85.0516814,31.5195403],[-85.08883,31.3086478],[-85.417434,31.314973],[-85.416437,31.619466]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SAN MATEO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.500678,37.7081326],[-122.3898269,37.708331],[-122.1291997,37.521322],[-122.081473,37.477838],[-122.152278,37.286055],[-122.2943102,37.1051414],[-122.516689,37.52134],[-122.500678,37.7081326]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"GULF","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.38924,29.9241149],[-85.389679,30.200973],[-85.11566,30.199976],[-85.025439,29.971399],[-85.2284251,29.66956],[-85.38924,29.9241149]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TOWNS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.936646,34.987485],[-83.5491808,34.9888032],[-83.652194,34.822993],[-83.681596,34.800593],[-83.780401,34.792893],[-83.936646,34.987485]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BENEWAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0404904,47.3660289],[-116.329406,47.414011],[-116.329418,47.021915],[-117.0398334,47.127269],[-117.0401598,47.259272],[-117.0404904,47.3660289]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.960179,39.481309],[-87.5316667,39.477111],[-87.5947458,39.2593836],[-87.6382934,39.1574925],[-87.950385,39.174882],[-88.007766,39.173925],[-88.012121,39.378968],[-87.960179,39.481309]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"ST. JOSEPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.5242197,41.7595722],[-86.2260943,41.760016],[-86.062563,41.759653],[-86.059451,41.479154],[-86.466603,41.432968],[-86.524711,41.432886],[-86.5242197,41.7595722]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. TAMMANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.255648,30.711905],[-89.8261804,30.6688233],[-89.6999321,30.4540369],[-89.524504,30.180753],[-89.6050885,30.1428142],[-90.108119,30.16494],[-90.156256,30.189613],[-90.160636,30.234337],[-90.255648,30.711905]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"DORCHESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.1701619,38.640842],[-75.945248,38.674109],[-75.707555,38.6353854],[-75.7017775,38.5607669],[-75.9237661,38.2462853],[-76.33636,38.492235],[-76.1701619,38.640842]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"HAMPDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.000173,42.312678],[-72.686861,42.18339],[-72.221218,42.245252],[-72.1357315,42.0291419],[-72.5091793,42.0340805],[-73.0087628,42.0389034],[-73.0533627,42.0401156],[-73.000173,42.312678]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.7243158,34.994187],[-89.6442838,34.9940672],[-89.3526794,34.9939961],[-89.245645,34.583234],[-89.246133,34.495633],[-89.668448,34.554367],[-89.723442,34.772311],[-89.7243158,34.994187]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"KOOCHICHING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4302013,48.6983088],[-93.815178,48.526508],[-93.0884545,48.6268142],[-93.081158,47.89187],[-94.418543,47.845816],[-94.428702,48.367333],[-94.4302013,48.6983088]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"FLATHEAD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.7270452,49.000587],[-114.0681785,48.9993559],[-113.467372,48.547555],[-113.349046,48.310263],[-113.014811,48.13103],[-112.984734,47.953918],[-113.144368,47.595507],[-113.466485,47.600057],[-113.634079,47.600027],[-113.668077,47.890963],[-114.49219,47.961989],[-114.604462,47.789871],[-115.010672,48.017621],[-114.848098,48.226125],[-114.849803,48.573502],[-114.612063,48.751858],[-114.7270452,49.000587]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.1232539,40.9653055],[-74.992386,41.0930282],[-74.9830421,41.1060176],[-74.769425,40.910934],[-74.889819,40.787729],[-75.1881999,40.5926134],[-75.1892364,40.609057],[-75.1232539,40.9653055]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"TAOS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.0063164,36.9953866],[-105.7184697,36.9958459],[-105.2205052,36.9955632],[-105.377745,36.552096],[-105.341264,36.261863],[-105.53038,36.013014],[-105.9598,36.354789],[-106.0063164,36.9953866]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ERIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.0195779,43.0662965],[-78.464449,43.088703],[-78.464381,42.867461],[-78.46394,42.536332],[-79.060777,42.537853],[-79.1359444,42.5691787],[-78.851355,42.791758],[-79.0195779,43.0662965]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"BELMONT","RigCount":8},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.234053,39.95127],[-81.225924,40.170075],[-80.882892,40.159495],[-80.7025753,40.1571414],[-80.7382184,40.0335432],[-80.8234381,39.8500321],[-81.237316,39.867828],[-81.234053,39.95127]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.0100972,45.044999],[-123.724663,45.044432],[-123.602609,44.721154],[-123.775598,44.283547],[-124.1143701,44.276194],[-124.0100972,45.044999]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HAMILTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8188775,39.3051436],[-84.353209,39.292287],[-84.259431,39.270796],[-84.3212072,39.0205864],[-84.5065187,39.1017664],[-84.6220277,39.0783275],[-84.820157,39.10548],[-84.8188775,39.3051436]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"GREENE","RigCount":11},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5191608,39.9622001],[-79.998014,39.983322],[-79.9160174,39.7210559],[-80.421388,39.721189],[-80.519342,39.721403],[-80.5191608,39.9622001]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.820157,39.10548],[-84.6220277,39.0783275],[-84.615664,38.802277],[-84.660107,38.777293],[-84.7986998,38.8592274],[-84.8644285,38.9138436],[-84.8775702,39.0312628],[-84.820157,39.10548]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"ISLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.6669825,48.412467],[-122.458596,48.297703],[-122.429625,47.828098],[-122.5737459,47.9510042],[-122.6669825,48.412467]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"BERKELEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.2291295,39.3906639],[-78.0276291,39.620656],[-77.8109439,39.5007392],[-78.0331852,39.2646248],[-78.2291295,39.3906639]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.2927598,46.4172195],[-92.292192,46.663242],[-92.01529,46.706469],[-91.5513415,46.7574753],[-91.551282,46.157045],[-92.049636,46.157597],[-92.2938306,46.1573213],[-92.2927598,46.4172195]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CULLMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.109911,34.299299],[-87.110111,34.313799],[-86.581936,34.304694],[-86.45302,34.259317],[-86.963358,33.858221],[-87.151036,33.993225],[-87.109911,34.299299]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.550166,34.545963],[-86.326853,34.599403],[-86.057712,34.475994],[-86.106086,34.200756],[-86.303516,34.099073],[-86.45302,34.259317],[-86.581936,34.304694],[-86.550166,34.545963]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FANNIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.621483,34.988329],[-84.321869,34.988408],[-84.129447,34.987947],[-84.158035,34.648243],[-84.188557,34.602692],[-84.196754,34.617924],[-84.618637,34.855398],[-84.621483,34.988329]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.589472,39.216081],[-95.570351,39.41905],[-95.180891,39.419218],[-95.187103,39.044109],[-95.500254,39.056656],[-95.589472,39.216081]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DUBOIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.072369,38.5147],[-86.924186,38.505358],[-86.682359,38.526378],[-86.681424,38.394767],[-86.679511,38.263086],[-86.791497,38.20513],[-87.01749,38.20358],[-87.073067,38.232596],[-87.072369,38.5147]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ONTARIO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.580377,42.943963],[-77.371478,43.034696],[-76.963926,43.013157],[-76.971392,42.764223],[-77.366505,42.576368],[-77.490889,42.577288],[-77.580377,42.943963]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"BECKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.194671,47.151149],[-96.067069,47.151813],[-95.551186,47.151453],[-95.169172,47.152515],[-95.16301,46.80472],[-95.16371,46.71764],[-96.174587,46.717854],[-96.194671,47.151149]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CARTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.22283,36.883857],[-91.017766,37.095677],[-90.779553,37.050324],[-90.678562,36.92649],[-90.662617,36.811453],[-91.115926,36.823672],[-91.22283,36.883857]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HOWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.74433,41.394178],[-98.291419,41.393894],[-98.286584,41.393898],[-98.287168,41.046363],[-98.721975,41.046674],[-98.748526,41.04664],[-98.74433,41.394178]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"PRAIRIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.086777,47.180938],[-105.406309,47.181583],[-105.027526,46.861457],[-104.603766,46.860853],[-104.606903,46.684924],[-104.733059,46.612695],[-105.449196,46.570967],[-105.618158,46.832148],[-106.086585,46.86029],[-106.086777,47.180938]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MUSSELSHELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.00957,46.750702],[-108.631462,46.749392],[-107.827687,46.755875],[-107.781214,46.496014],[-108.029363,46.264055],[-108.779733,46.132457],[-109.00957,46.750702]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CATAWBA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.363796,35.767802],[-81.334272,35.796281],[-81.109507,35.776594],[-80.960025,35.54702],[-81.535403,35.568137],[-81.363796,35.767802]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.785891,39.168769],[-82.762892,39.207967],[-82.435309,39.035079],[-82.575583,38.844478],[-82.650039,38.849073],[-82.80709,38.948073],[-82.785891,39.168769]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"LANDER","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.541749,40.001034],[-117.300597,40.526136],[-117.018664,40.643035],[-117.018419,41.000254],[-116.586786,41.000398],[-116.600946,39.161463],[-117.331857,39.16343],[-117.775468,39.093425],[-117.759795,39.369225],[-117.485336,39.545322],[-117.541749,40.001034]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"WHEELER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.49516,45.068279],[-119.790699,45.067823],[-119.672228,44.995117],[-119.655517,44.307045],[-120.386561,44.564009],[-120.371441,44.821769],[-120.49516,45.068279]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HICKMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.71676,35.83875],[-87.53453,35.993074],[-87.204242,35.959186],[-87.215099,35.850651],[-87.339232,35.65911],[-87.658189,35.609349],[-87.71676,35.83875]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HASKELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.99098,33.397404],[-99.472444,33.399023],[-99.471258,32.957025],[-99.612001,32.956962],[-99.988827,32.960121],[-99.99098,33.397404]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CLARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.694984,41.172865],[-79.477822,41.386479],[-79.208878,41.331861],[-79.215214,41.050515],[-79.620787,40.975167],[-79.690711,41.170691],[-79.694984,41.172865]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SAN JACINTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.32748,30.859547],[-95.20018,30.824566],[-94.849414,30.493553],[-95.165897,30.344976],[-95.359156,30.504369],[-95.32748,30.859547]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BENSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.492919,48.370946],[-99.200306,48.370658],[-99.199911,48.155309],[-98.525555,47.915056],[-98.525516,47.846276],[-99.297204,47.846811],[-99.812167,47.847257],[-99.846613,48.371298],[-99.492919,48.370946]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CUSTER","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.375817,35.812188],[-98.631985,35.812402],[-98.623149,35.551597],[-98.623336,35.464225],[-99.364217,35.465328],[-99.364141,35.508793],[-99.375817,35.812188]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"CLACKAMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.867891,45.317345],[-122.743721,45.433294],[-121.819587,45.461675],[-121.696479,45.25792],[-121.734223,44.88572],[-122.401021,44.88572],[-122.849925,45.259697],[-122.867891,45.317345]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.97298,45.860595],[-117.663391,45.365749],[-117.266573,45.08057],[-118.244662,44.958396],[-118.518689,44.995877],[-118.697766,45.345647],[-118.116461,45.470732],[-117.97298,45.860595]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CODINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.494254,45.151631],[-97.226281,45.151826],[-96.882345,44.97687],[-96.88457,44.804436],[-97.491346,44.804035],[-97.494254,45.151631]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"STANLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.136838,44.747126],[-100.717644,44.77093],[-100.526498,44.547422],[-100.36539,44.355524],[-99.938217,44.195195],[-100.367207,44.168694],[-101.046916,44.168484],[-101.136838,44.747126]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"PITTSBURG","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.092001,34.767479],[-95.98371,35.151557],[-95.45125,35.296019],[-95.349233,35.058514],[-95.514514,34.681142],[-95.671976,34.593852],[-96.092043,34.680556],[-96.092001,34.767479]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ZAVALA","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.111406,29.086318],[-99.41388,29.091335],[-99.409021,28.640566],[-100.114336,28.648122],[-100.111406,29.086318]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.83024,30.630284],[-95.359156,30.504369],[-95.165897,30.344976],[-95.096708,30.167214],[-95.292681,30.027761],[-95.551421,30.170606],[-95.80333,30.090096],[-95.804306,30.24557],[-95.83024,30.630284]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"MASON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.950621,47.606308],[-122.801199,47.403578],[-122.820576,47.19422],[-123.201891,47.085059],[-123.488943,47.082646],[-123.505917,47.517716],[-122.950621,47.606308]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"STEWART","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.070532,36.678118],[-87.6941859,36.6368382],[-87.64115,36.638036],[-87.592358,36.367663],[-87.98074,36.353307],[-87.99092,36.360133],[-88.0533508,36.4999963],[-88.070532,36.678118]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"SWEETWATER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.053708,42.270744],[-109.043864,42.263684],[-107.522722,42.261756],[-107.50972,41.657452],[-107.929736,41.659596],[-107.9184183,41.0012271],[-109.050076,41.000659],[-110.0007167,40.9974255],[-110.048483,40.9972973],[-110.048,41.578015],[-110.053708,42.270744]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CORSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0006799,45.9445384],[-101.9986171,45.944537],[-100.511949,45.9436541],[-100.4993542,45.943632],[-100.430079,45.594823],[-100.341924,45.472904],[-101.47019,45.472416],[-101.99979,45.472414],[-102.0006799,45.9445384]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GOLIAD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.77853,28.668027],[-97.574639,28.8133],[-97.305916,28.864037],[-97.160751,28.553475],[-97.375579,28.388684],[-97.77853,28.668027]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.162455,39.030608],[-81.033632,39.009584],[-80.98495,38.717898],[-81.031677,38.667839],[-81.08371,38.611982],[-81.278412,38.914867],[-81.162455,39.030608]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"NATRONA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.534897,43.501362],[-107.110734,43.500286],[-106.078068,43.494471],[-106.075852,42.433218],[-107.522923,42.434356],[-107.534897,43.501362]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.583054,33.802198],[-92.334249,33.795065],[-92.330839,33.707806],[-92.350432,33.298941],[-92.567156,33.3672],[-92.776729,33.537648],[-92.583054,33.802198]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FAUQUIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.004313,38.979438],[-77.962203,39.013733],[-77.655169,38.942656],[-77.531328,38.55655],[-77.63494,38.410218],[-77.935355,38.69584],[-78.130574,38.864865],[-78.004313,38.979438]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WALWORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.777076,42.842694],[-88.541535,42.842996],[-88.306384,42.842095],[-88.305891,42.610817],[-88.304692,42.4956082],[-88.70738,42.493587],[-88.7764958,42.4941366],[-88.777076,42.842694]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.7880864,45.8510075],[-122.245856,46.053853],[-122.249197,45.5499989],[-122.7665108,45.7286626],[-122.7880864,45.8510075]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MENOMINEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.641159,45.117346],[-88.489149,44.855445],[-88.98168,45.028917],[-88.641159,45.117346]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.65226,33.268861],[-94.0429458,33.2712421],[-94.042964,33.019219],[-94.0430026,32.881089],[-94.653994,32.879506],[-94.65226,33.268861]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"GILES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.9808453,37.3008528],[-80.8581481,37.4210069],[-80.8573586,37.4211287],[-80.4695689,37.4290255],[-80.430943,37.316378],[-80.606962,37.244871],[-80.854627,37.147482],[-80.9808453,37.3008528]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"SWITZERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.203166,38.913803],[-85.135832,38.929578],[-84.8644285,38.9138436],[-84.7986998,38.8592274],[-85.0210521,38.7585273],[-85.2017606,38.6974408],[-85.203166,38.913803]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.225104,37.234874],[-80.9808453,37.3008528],[-80.854627,37.147482],[-80.912674,37.073349],[-81.379402,36.952442],[-81.43673,37.010135],[-81.225104,37.234874]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ALEXANDRIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.110799,38.843446],[-77.0390664,38.8412719],[-77.039006,38.791645],[-77.0392399,38.7853363],[-77.110799,38.843446]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"CONVERSE","RigCount":11},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.078068,43.494471],[-106.017366,43.494969],[-105.079797,43.498445],[-104.899941,43.49964],[-104.892437,42.608939],[-105.28391,42.431402],[-106.073403,42.433236],[-106.075852,42.433218],[-106.078068,43.494471]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"MCKINLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0458712,36.0027016],[-107.626511,36.000288],[-107.308667,35.998556],[-107.309386,35.305687],[-108.468683,35.299243],[-108.469402,34.959081],[-109.0458512,34.9598185],[-109.0458712,36.0027016]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.2260943,41.760016],[-86.22294,42.071484],[-85.762943,42.069327],[-85.791363,41.759051],[-86.062563,41.759653],[-86.2260943,41.760016]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.275281,38.763795],[-85.888334,38.734443],[-85.847893,38.561269],[-85.99462,38.418345],[-86.032817,38.417898],[-86.255045,38.422685],[-86.308674,38.422875],[-86.308701,38.688101],[-86.275281,38.763795]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ANSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.276829,35.195722],[-80.075365,35.143081],[-79.9246843,34.807829],[-79.927398,34.8078626],[-80.3208326,34.8136208],[-80.276829,35.195722]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"AUGLAIZE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.45618,40.684862],[-84.396778,40.684926],[-83.880194,40.64469],[-83.879932,40.538708],[-84.002372,40.483115],[-84.434387,40.354534],[-84.45618,40.684862]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"TIPPAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.017127,34.9949676],[-88.8230505,34.995207],[-88.718508,34.756781],[-88.73544,34.596483],[-89.088488,34.598247],[-89.017127,34.9949676]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.3801245,31.732627],[-91.3204587,31.7478006],[-91.153864,31.610068],[-91.15815,31.346695],[-91.5909939,31.1919986],[-91.3801245,31.732627]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"PASCO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.690795,28.4333419],[-82.054694,28.478397],[-82.055819,28.312794],[-82.105853,28.17165],[-82.651165,28.173266],[-82.859385,28.1721751],[-82.690795,28.4333419]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.053164,37.061019],[-86.941391,37.068981],[-86.674462,36.999766],[-86.611586,36.883057],[-86.763291,36.6487207],[-87.0608263,36.6447709],[-87.053164,37.061019]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.059211,37.048127],[-94.052313,37.290078],[-93.625844,37.282011],[-93.608899,37.098153],[-93.610126,36.99581],[-93.611003,36.922831],[-94.06274,36.931775],[-94.059211,37.048127]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"HILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.743064,48.9980081],[-109.4895498,49.0004208],[-109.534295,48.134564],[-109.845932,48.305971],[-110.625409,48.306479],[-110.755873,48.219601],[-110.743064,48.9980081]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"SPALDING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.497527,33.257422],[-84.388118,33.352465],[-84.3544,33.352514],[-84.102582,33.298191],[-84.123767,33.202824],[-84.248185,33.189019],[-84.496783,33.183866],[-84.502352,33.221055],[-84.497527,33.257422]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"AVOYELLES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.280738,30.965071],[-92.086718,31.335374],[-92.008121,31.325797],[-91.83428,31.266344],[-91.723804,31.044254],[-91.750119,31.018814],[-91.815258,30.848107],[-92.212711,30.848607],[-92.280738,30.965071]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.809816,36.149567],[-90.806615,36.266865],[-90.189128,36.1989866],[-90.368718,35.995812],[-90.852064,35.968092],[-90.809816,36.149567]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"VENTURA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.4779467,34.3788376],[-119.442352,34.901274],[-118.881364,34.790629],[-118.633461,34.269522],[-118.9444795,34.046739],[-119.4779467,34.3788376]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"IMPERIAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.085165,33.425932],[-114.6291465,33.433545],[-114.5170668,33.0246288],[-114.719633,32.718763],[-116.1061789,32.6185781],[-116.085165,33.425932]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"EL DORADO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.141009,38.71198],[-120.746395,39.010352],[-120.0019753,39.0674959],[-119.904315,38.933324],[-120.072392,38.702767],[-120.301721,38.549109],[-121.027507,38.508292],[-121.141009,38.71198]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.605165,34.984678],[-85.4743388,34.9836733],[-85.363919,34.9833766],[-85.5344053,34.6237903],[-85.5828123,34.8604355],[-85.605165,34.984678]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.261273,41.724534],[-88.028985,41.685518],[-87.5254094,41.4702807],[-87.526768,41.298177],[-88.244155,41.201546],[-88.252231,41.463066],[-88.261273,41.724534]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DEARBORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.132508,38.948055],[-85.065574,39.307232],[-84.8188775,39.3051436],[-84.820157,39.10548],[-84.8775702,39.0312628],[-85.132508,38.948055]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"LYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.598928,43.500457],[-96.45326,43.50039],[-96.0531628,43.5001877],[-95.8609462,43.4999929],[-95.861914,43.257566],[-96.5590273,43.2575557],[-96.598928,43.500457]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"SIOUX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.5590273,43.2575557],[-95.861914,43.257566],[-95.859377,42.909097],[-96.5404723,42.9085957],[-96.4520975,43.0825529],[-96.5590273,43.2575557]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"MIDDLESEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.8987688,42.7114667],[-71.2551101,42.7363971],[-70.982994,42.423996],[-70.9825456,42.4202218],[-71.191155,42.283059],[-71.478119,42.156782],[-71.53878,42.54303],[-71.8987688,42.7114667]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MARTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.854444,43.848099],[-94.368974,43.848047],[-94.247123,43.847946],[-94.2479674,43.5001755],[-94.44285,43.5004785],[-94.8545551,43.5005534],[-94.854444,43.848099]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"COOS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.7631925,44.4035683],[-71.501088,45.013377],[-71.083924,45.305451],[-71.0102712,44.2848883],[-71.415898,44.212169],[-71.7631925,44.4035683]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"MIDDLESEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.62024,40.373749],[-74.463291,40.599187],[-74.203688,40.592691],[-74.260611,40.502436],[-74.2246525,40.4486625],[-74.484962,40.253325],[-74.62024,40.373749]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"BERGEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.2116176,41.1329814],[-73.8939819,40.9971982],[-73.9204715,40.9186063],[-73.9658345,40.8247453],[-73.9845925,40.7975433],[-74.147529,40.786491],[-74.130016,40.819938],[-74.2116176,41.1329814]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"NIAGARA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.4655512,43.3708954],[-78.465505,43.128619],[-78.464449,43.088703],[-79.0195779,43.0662965],[-79.070469,43.262454],[-78.4655512,43.3708954]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.3995488,41.7059214],[-84.360419,41.7069559],[-83.8803905,41.7201945],[-83.882943,41.487543],[-84.341902,41.485519],[-84.3995488,41.7059214]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"BRYAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.585355,34.114459],[-96.40764,34.157317],[-95.991578,34.156805],[-95.7896393,33.8724374],[-95.8448785,33.8604219],[-96.3796608,33.7155309],[-96.5946743,33.8830187],[-96.585355,34.114459]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"CURRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.4798822,42.9543224],[-124.132918,42.666697],[-123.811553,42.788837],[-123.716492,42.784061],[-123.890657,42.500538],[-123.8220376,41.9956208],[-124.211605,41.99846],[-124.410982,42.250547],[-124.4798822,42.9543224]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"TILLAMOOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.9662784,45.7830849],[-123.361622,45.779579],[-123.46488,45.433332],[-123.724368,45.076226],[-123.724663,45.044432],[-124.0100972,45.044999],[-123.9662784,45.7830849]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"STARR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.1768161,26.5696606],[-98.95423,26.785694],[-98.422616,26.783535],[-98.32067,26.783081],[-98.5933002,26.2429363],[-99.110855,26.426278],[-99.1768161,26.5696606]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"POQUOSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.3471899,37.1896445],[-76.2931269,37.1141637],[-76.395795,37.107174],[-76.3471899,37.1896445]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. BERNARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.8452971,30.0163818],[-89.444618,30.060959],[-89.236298,29.877081],[-89.5009668,29.6334554],[-89.910708,29.867865],[-89.8452971,30.0163818]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"JUAB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0472682,39.9060981],[-112.341988,39.904458],[-112.1798,40.011656],[-111.969467,39.807108],[-111.641944,39.812869],[-111.747044,39.38275],[-112.016003,39.314561],[-112.212045,39.553987],[-114.0471814,39.5427436],[-114.0472682,39.9060981]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"WINDSOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.791336,43.961855],[-72.2115021,43.7730194],[-72.3335965,43.6055913],[-72.4336112,43.2329038],[-72.819368,43.255498],[-72.867902,43.300742],[-72.700945,43.682831],[-72.958853,43.826542],[-72.791336,43.961855]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.791336,43.961855],[-72.742303,44.029655],[-72.368353,44.204057],[-72.0538269,44.1598171],[-72.2115021,43.7730194],[-72.791336,43.961855]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"BLOUNT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.963358,33.858221],[-86.45302,34.259317],[-86.303516,34.099073],[-86.325622,33.940147],[-86.577799,33.765316],[-86.953664,33.815297],[-86.963358,33.858221]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LOWNDES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.814912,32.340803],[-86.496774,32.344437],[-86.406276,32.050731],[-86.448198,31.964629],[-86.857583,31.962167],[-86.906956,32.04797],[-86.814912,32.340803]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"FAIRBANKS NORTH STAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-144.069029,64.683562],[-146.344673,64.276364],[-146.999909,64.257196],[-148.046696,64.343802],[-148.550742,64.617208],[-148.661199,65.209875],[-147.557771,65.209895],[-146.198886,65.453523],[-145.650312,65.034303],[-144.983514,65.136988],[-143.986949,64.967243],[-144.069029,64.683562]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"DILLINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-156.000086,60.90619],[-156.000145,59.692879],[-156.505349,59.606199],[-156.769965,59.346166],[-157.275233,59.259482],[-157.1962921,58.8493595],[-158.140307,58.61502],[-158.767748,58.864264],[-158.704052,58.482759],[-159.063346,58.423139],[-159.409779,58.773611],[-160.150528,58.866062],[-160.31778,59.070477],[-161.031441,58.839808],[-160.81214,59.259438],[-160.41864,59.4328],[-160.24851,59.779501],[-159.845524,59.952848],[-159.781906,60.212854],[-158.941926,60.906162],[-156.000086,60.90619]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.783287,33.946411],[-117.673749,33.870831],[-117.509722,33.505019],[-117.5961887,33.386965],[-118.1150767,33.7438033],[-117.783287,33.946411]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GILMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.618637,34.855398],[-84.196754,34.617924],[-84.345553,34.562735],[-84.654366,34.548946],[-84.654523,34.583187],[-84.618637,34.855398]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.139807,39.348888],[-89.02568,39.654183],[-88.810575,39.653222],[-88.470505,39.447041],[-88.47083,39.374515],[-88.470906,39.215029],[-88.805325,39.216263],[-89.140076,39.217907],[-89.139807,39.348888]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"STARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.930079,41.236798],[-86.524711,41.432886],[-86.466603,41.432968],[-86.467046,41.171442],[-86.93017,41.172318],[-86.930079,41.236798]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DAVIESS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.098771,38.903974],[-86.904252,38.904204],[-86.924186,38.505358],[-87.072369,38.5147],[-87.242097,38.54493],[-87.098771,38.903974]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.241593,41.503679],[-93.790612,41.511916],[-93.789196,41.162035],[-94.014189,41.156762],[-94.241637,41.157134],[-94.241593,41.503679]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"GUTHRIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.744876,41.862394],[-94.628724,41.862763],[-94.28034,41.862999],[-94.241593,41.503679],[-94.700629,41.504148],[-94.744876,41.862394]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"OSAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.945924,38.739112],[-95.946587,38.869973],[-95.500724,38.869815],[-95.500738,38.738808],[-95.508267,38.433933],[-95.950282,38.434105],[-95.945924,38.739112]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.113512,37.061072],[-86.056443,37.167208],[-85.744221,37.169813],[-85.739255,36.841476],[-85.97691,36.722722],[-86.16674,36.934015],[-86.113512,37.061072]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HART","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.047598,37.449933],[-85.892804,37.440308],[-85.657332,37.421996],[-85.686482,37.182427],[-85.744221,37.169813],[-86.056443,37.167208],[-86.157589,37.335649],[-86.047598,37.449933]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CHAMPAIGN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.460418,40.281935],[-88.459957,40.39885],[-87.932858,40.399401],[-87.937645,39.879803],[-88.462207,39.879092],[-88.460418,40.281935]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.831379,41.861851],[-91.366079,41.860068],[-91.366448,41.598373],[-91.368521,41.423178],[-91.483995,41.423848],[-91.829231,41.511457],[-91.831379,41.861851]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"GRUNDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.027,42.55681],[-92.5543,42.555854],[-92.53351,42.297001],[-92.767463,42.21014],[-93.001674,42.209267],[-93.027,42.55681]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.903273,37.070651],[-92.685867,37.067051],[-92.251359,37.059653],[-92.088708,37.056248],[-92.112346,36.794231],[-92.764869,36.806097],[-92.909336,36.809178],[-92.903273,37.070651]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ADAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.855629,40.342736],[-92.684167,40.343466],[-92.349975,40.346505],[-92.347801,40.302756],[-92.345064,40.03721],[-92.847477,40.037301],[-92.856191,40.037253],[-92.855629,40.342736]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"KEARNEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.179248,40.660541],[-98.724387,40.689772],[-98.723948,40.350391],[-98.726827,40.350398],[-99.179403,40.350681],[-99.179248,40.660541]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ATCHISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.765645,40.585208],[-95.3739251,40.5803324],[-95.202266,40.5783756],[-95.180614,40.261706],[-95.548182,40.2644147],[-95.7122804,40.5237544],[-95.765645,40.585208]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BUTLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.368186,41.396416],[-97.253519,41.384212],[-96.90591,41.456436],[-96.905862,41.453389],[-96.908507,41.046091],[-96.91094,41.046116],[-97.368118,41.046947],[-97.368186,41.396416]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BLAINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.267622,42.086147],[-100.167605,42.085848],[-99.686959,42.086075],[-99.686834,41.740326],[-100.251224,41.739817],[-100.265474,41.739856],[-100.267622,42.086147]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SOCORRO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.724794,34.578132],[-107.201743,34.578757],[-106.416924,34.439687],[-106.415972,34.259822],[-105.925968,34.25999],[-105.924685,33.825624],[-106.372797,33.479875],[-107.712754,33.476832],[-107.724794,34.578132]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"GLADWIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.608104,44.160482],[-84.368039,44.160538],[-84.166107,44.161788],[-84.166377,43.996901],[-84.167318,43.825902],[-84.606035,43.815218],[-84.608104,44.160482]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"GENESEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.465505,43.128619],[-77.99729,43.132981],[-77.909832,42.987762],[-77.954964,42.862754],[-78.464381,42.867461],[-78.464449,43.088703],[-78.465505,43.128619]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WATAUGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.7253728,36.3897385],[-81.477516,36.24025],[-81.545488,36.117475],[-81.810516,36.111511],[-81.9184445,36.2873579],[-81.7253728,36.3897385]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.384349,41.160011],[-95.155851,41.159236],[-94.927587,41.158508],[-94.928459,40.900653],[-95.384964,40.90155],[-95.384349,41.160011]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.706547,39.739894],[-103.705701,40.001366],[-103.47199,40.001502],[-103.465377,40.436346],[-102.77996,40.438446],[-102.802932,39.567841],[-103.154376,39.565654],[-103.707072,39.566295],[-103.706547,39.739894]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MORRIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.930286,38.609362],[-96.890245,38.870067],[-96.501556,38.869704],[-96.352613,38.739021],[-96.35378,38.521657],[-96.819723,38.522464],[-96.930286,38.609362]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.824966,34.364759],[-88.736465,34.50891],[-88.542079,34.465276],[-88.543352,34.089044],[-88.718964,34.074521],[-88.824523,34.074948],[-88.824966,34.364759]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.146092,31.434052],[-88.943468,31.433458],[-88.841707,31.433703],[-88.834339,30.997983],[-88.885038,30.910788],[-89.137967,30.909877],[-89.146092,31.434052]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"COPIAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.736282,31.786134],[-90.718297,32.048352],[-90.230331,32.049728],[-90.122565,31.75268],[-90.245191,31.717524],[-90.736824,31.698491],[-90.736282,31.786134]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.547628,37.334418],[-83.124348,37.404973],[-83.000142,37.19571],[-83.12209,37.000997],[-83.182104,37.021115],[-83.507886,37.235877],[-83.526907,37.258529],[-83.547628,37.334418]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HIGHLANDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.563318,27.646647],[-81.142164,27.643238],[-80.943186,27.210599],[-81.267152,27.032461],[-81.562202,27.033836],[-81.563696,27.34068],[-81.563318,27.646647]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BROOKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.736158,31.037679],[-83.574857,31.078135],[-83.475617,31.031964],[-83.3577163,30.6371379],[-83.6117041,30.6515601],[-83.743729,30.6585269],[-83.736158,31.037679]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DOOLY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.027853,32.171083],[-83.848379,32.29097],[-83.615579,32.288556],[-83.608547,32.118405],[-83.609663,32.027938],[-83.961278,32.030595],[-84.027853,32.171083]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.977924,38.192118],[-83.75943,37.998731],[-83.768783,37.918371],[-83.96631,37.930768],[-84.080527,38.115118],[-83.977924,38.192118]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"FALLON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.733059,46.612695],[-104.606903,46.684924],[-104.0453851,46.6415011],[-104.0451254,46.5409299],[-104.045466,46.280188],[-104.045443,45.94531],[-104.0441332,45.8819763],[-104.516126,46.136196],[-104.885495,46.136595],[-104.905988,46.482251],[-104.733059,46.612695]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"FLORENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.1168565,45.9228112],[-88.0570105,45.784977],[-88.425302,45.722426],[-88.6832322,46.0144657],[-88.1168565,45.9228112]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"PEPIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.3169331,44.539276],[-92.135202,44.684374],[-91.650361,44.683633],[-91.650248,44.596649],[-92.0845286,44.4046143],[-92.2453646,44.4542511],[-92.3169331,44.539276]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"WAHKIAKUM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.358334,46.384025],[-123.21795,46.385617],[-123.2124936,46.1710965],[-123.3637445,46.1462432],[-123.547659,46.259109],[-123.7279038,46.2913356],[-123.358334,46.384025]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HOPKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.861778,33.21933],[-95.308593,33.37719],[-95.308957,32.962572],[-95.665389,32.960434],[-95.862521,32.979571],[-95.861778,33.21933]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SIOUX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.053127,43.000585],[-103.5050993,43.0007588],[-103.444532,42.437354],[-103.401639,42.00354],[-104.0527621,42.0017183],[-104.0526622,42.6117663],[-104.053127,43.000585]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"SUMMERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.94509,37.819121],[-80.806316,37.868915],[-80.663348,37.731696],[-80.8573586,37.4211287],[-80.8581481,37.4210069],[-81.09463,37.588658],[-80.94509,37.819121]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.064068,43.994929],[-101.046916,44.168484],[-100.367207,44.168694],[-100.33897,43.716942],[-100.735003,43.707621],[-101.064326,43.84109],[-101.064068,43.994929]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WICHITA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.9523249,34.2046699],[-98.6103518,34.1562099],[-98.423533,34.0819495],[-98.423577,33.836047],[-98.953088,33.834],[-98.9523249,34.2046699]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SCHUYLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.107203,42.483771],[-76.895596,42.541537],[-76.696655,42.54679],[-76.619303,42.282853],[-76.965028,42.278495],[-77.107203,42.483771]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"FREMONT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.8342438,40.7837844],[-95.8187273,40.8979481],[-95.384964,40.90155],[-95.3739251,40.5803324],[-95.765645,40.585208],[-95.8342438,40.7837844]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"STANTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0419657,37.7385406],[-101.527063,37.736314],[-101.52581,37.388392],[-101.556606,37.388485],[-102.0419385,37.3891901],[-102.0418909,37.6442777],[-102.0419657,37.7385406]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"COMANCHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.543189,37.381124],[-99.011499,37.384263],[-99.0003011,36.9993581],[-99.4562024,36.9997003],[-99.5411149,36.9999096],[-99.543189,37.381124]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"TRIMBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.3326407,38.7348168],[-85.16827,38.585448],[-85.314006,38.492592],[-85.433136,38.523914],[-85.4314161,38.5862856],[-85.3326407,38.7348168]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.0461986,41.603764],[-74.7562718,41.4276274],[-74.694914,41.357423],[-74.9830421,41.1060176],[-74.992386,41.0930282],[-75.359184,41.239206],[-75.0461986,41.603764]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.602257,39.747195],[-94.205961,39.745841],[-94.208423,39.5272],[-94.210642,39.454682],[-94.600819,39.456155],[-94.601246,39.530372],[-94.602257,39.747195]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"KENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.5065187,39.1017664],[-84.418107,38.806596],[-84.532288,38.791937],[-84.615664,38.802277],[-84.6220277,39.0783275],[-84.5065187,39.1017664]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"VALLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.179812,48.9999116],[-106.1120633,48.9992794],[-106.02131,48.563424],[-105.804436,48.563358],[-105.843891,48.010289],[-106.41862,47.957457],[-106.892753,47.674818],[-107.414886,47.691734],[-107.404513,48.21844],[-107.260458,48.304768],[-107.179812,48.9999116]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"VERNON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.5524973,31.18482],[-93.236104,31.364507],[-92.981464,31.346644],[-92.829651,31.252281],[-92.823932,30.89],[-92.978453,30.878175],[-93.5545759,30.8774695],[-93.5524973,31.18482]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"DEER LODGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.517409,45.940089],[-113.036825,46.266826],[-112.558599,46.265821],[-112.577106,46.178981],[-113.085517,45.860648],[-113.516144,45.938814],[-113.517409,45.940089]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"NUCKOLLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.273571,40.350359],[-97.824114,40.350541],[-97.820816,40.350545],[-97.8215008,40.0021869],[-97.9318249,40.0022363],[-98.2740171,40.0023375],[-98.273571,40.350359]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"OCONEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.108613,35.0006588],[-83.0084728,35.0269185],[-82.897499,35.056021],[-82.840253,34.623212],[-82.9913882,34.4729806],[-83.050573,34.4950537],[-83.1028738,34.5374309],[-83.3400391,34.6863277],[-83.3496085,34.7170106],[-83.108613,35.0006588]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"DESHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.421715,34.014472],[-91.117905,34.119105],[-90.9447955,34.1166572],[-91.026782,33.763642],[-91.205645,33.5469784],[-91.453438,33.563703],[-91.557648,33.783384],[-91.421715,34.014472]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.593151,32.72853],[-85.1245332,32.7516296],[-85.0760724,32.6080675],[-85.0011308,32.5101548],[-85.434045,32.40984],[-85.695854,32.595933],[-85.593151,32.72853]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"ST. JOHNS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.680215,30.12124],[-81.3743761,30.252931],[-81.2104096,29.6706408],[-81.52366,29.622432],[-81.581207,29.840176],[-81.680215,30.12124]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CHATTAHOOCHEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.9811503,32.3790401],[-84.69451,32.518732],[-84.637323,32.534855],[-84.65892,32.232852],[-84.9199421,32.2308482],[-84.9811503,32.3790401]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"EARLY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.08883,31.3086478],[-85.0516814,31.5195403],[-84.819807,31.501192],[-84.637579,31.433926],[-84.641673,31.258967],[-84.922423,31.07259],[-85.0211076,31.0754639],[-85.08883,31.3086478]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WHITFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.144789,34.767639],[-84.979854,34.9872056],[-84.9769738,34.9872198],[-84.8104775,34.987878],[-84.913456,34.634128],[-85.050446,34.622482],[-85.144789,34.767639]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WHITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.370491,38.255413],[-88.1509,38.256097],[-87.9906,38.259715],[-87.968968,38.237389],[-87.9702008,38.2302711],[-88.0594695,37.8666898],[-88.37452,37.908432],[-88.370491,38.255413]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"SPENCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.01749,38.20358],[-86.791497,38.20513],[-86.8136599,37.9960345],[-86.9777414,37.9256992],[-87.2703874,37.8754228],[-87.01749,38.20358]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.526768,41.298177],[-87.5254094,41.4702807],[-87.524044,41.708335],[-87.2227999,41.6288898],[-87.218862,41.242027],[-87.275882,41.218595],[-87.5266482,41.1660899],[-87.526768,41.298177]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"NEZ PERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0366457,46.4261005],[-117.0397777,46.541709],[-116.456098,46.629097],[-116.369122,46.466923],[-116.713496,46.325527],[-116.701975,45.996217],[-116.7992045,45.8510454],[-116.915989,45.995413],[-117.0366457,46.4261005]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.8265691,47.150539],[-96.194671,47.151149],[-96.174587,46.717854],[-96.280977,46.630765],[-96.7857862,46.6295908],[-96.7897865,46.6357467],[-96.8265691,47.150539]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"GLACIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0681785,48.9993559],[-112.1934102,48.9988938],[-112.184784,48.477578],[-112.575864,48.309684],[-113.349046,48.310263],[-113.467372,48.547555],[-114.0681785,48.9993559]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"GRAFTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.2115021,43.7730194],[-72.0538269,44.1598171],[-71.8377906,44.3477645],[-71.7631925,44.4035683],[-71.415898,44.212169],[-71.361965,43.915938],[-71.531658,43.760979],[-71.727573,43.563411],[-71.93531,43.52888],[-72.3335965,43.6055913],[-72.2115021,43.7730194]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HERTFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.208468,36.246578],[-77.1643226,36.5461528],[-76.9160376,36.5460813],[-76.696571,36.296138],[-76.706584,36.243796],[-77.208468,36.246578]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"MULTNOMAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.929146,45.721482],[-122.7665108,45.7286626],[-122.249197,45.5499989],[-121.9237494,45.6543495],[-121.819587,45.461675],[-122.743721,45.433294],[-122.929146,45.721482]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"MCCORMICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5950258,34.0135178],[-82.326947,34.06412],[-82.046974,33.95321],[-82.1146538,33.5979051],[-82.2159384,33.687755],[-82.5629968,33.9565549],[-82.5950258,34.0135178]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"RAMSEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.200306,48.370658],[-98.970392,48.544232],[-98.318098,48.543773],[-98.292184,48.195177],[-98.525555,47.915056],[-99.199911,48.155309],[-99.200306,48.370658]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MOUNTRAIL","RigCount":7},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.885763,48.54639],[-102.233892,48.546339],[-101.973322,48.547133],[-101.871862,47.847589],[-102.385758,47.758008],[-102.642266,47.823713],[-102.828477,48.123664],[-102.885763,48.54639]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MCLEAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.871862,47.847589],[-100.971325,47.848703],[-100.585161,47.84748],[-100.673285,47.327426],[-100.965156,47.156631],[-101.257031,47.264895],[-101.428037,47.561986],[-102.20535,47.574506],[-102.385758,47.758008],[-101.871862,47.847589]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"OCHILTREE","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.085156,36.499244],[-100.9541522,36.4995295],[-100.5461451,36.4995051],[-100.546724,36.056536],[-101.085716,36.057572],[-101.085156,36.499244]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"WHITMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.210243,46.738833],[-117.959335,46.914811],[-117.96093,47.260568],[-117.823629,47.26022],[-117.0401598,47.259272],[-117.0398334,47.127269],[-117.0397777,46.541709],[-117.0366457,46.4261005],[-117.22812,46.462245],[-117.464769,46.699626],[-117.85185,46.62467],[-118.21566,46.588924],[-118.210243,46.738833]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"SOUTHEAST FAIRBANKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-146.999909,64.257196],[-146.344673,64.276364],[-144.069029,64.683562],[-142.864344,65.140387],[-142.601998,65.390931],[-141.78905,65.501546],[-141.0024649,65.839421],[-141.0020205,61.904047],[-141.831804,61.904053],[-141.977353,62.510559],[-142.313564,62.683828],[-143.009391,62.76725],[-143.132337,63.116978],[-145.154385,63.131149],[-146.494311,63.168975],[-146.489541,63.482913],[-146.999966,63.479645],[-146.999909,64.257196]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.398949,39.566056],[-105.397949,39.747087],[-105.397849,39.912886],[-105.16615,39.914047],[-105.052892,39.914224],[-105.053246,39.791063],[-105.053439,39.621423],[-105.04874,39.566088],[-105.32922,39.129689],[-105.330444,39.129685],[-105.398949,39.566056]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CLAYTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.350224,33.647908],[-84.281273,33.647411],[-84.3544,33.352514],[-84.388118,33.352465],[-84.458665,33.550933],[-84.350224,33.647908]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"RUSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.596916,39.786519],[-85.301584,39.787579],[-85.29811,39.525476],[-85.297575,39.453275],[-85.629327,39.45275],[-85.633228,39.698462],[-85.596916,39.786519]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HOWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.374417,40.561361],[-86.165024,40.562649],[-85.863641,40.565525],[-85.862117,40.406889],[-86.242992,40.373661],[-86.375762,40.431851],[-86.374417,40.561361]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"DUPLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.16342,35.189716],[-77.834249,35.177846],[-77.731026,35.008138],[-77.674805,34.9739],[-77.680127,34.720595],[-78.114007,34.721795],[-78.16342,35.189716]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"KINGMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.464663,37.471013],[-98.464804,37.732675],[-97.807823,37.733855],[-97.8076,37.474184],[-97.807057,37.386293],[-98.349804,37.384056],[-98.464663,37.471013]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.401784,37.730658],[-85.152797,37.897661],[-85.030528,37.891538],[-85.025021,37.678854],[-85.030172,37.63127],[-85.401784,37.730658]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.625079,38.116397],[-84.401847,38.207889],[-84.286461,38.067028],[-84.337393,37.892007],[-84.43572,37.847202],[-84.66034,38.003836],[-84.625079,38.116397]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ALLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.978453,30.878175],[-92.823932,30.89],[-92.597741,30.896101],[-92.630347,30.487873],[-93.131155,30.423612],[-92.978453,30.878175]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"GRANITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.827743,46.660896],[-113.302903,46.832159],[-113.039134,46.73555],[-113.036825,46.266826],[-113.517409,45.940089],[-113.821174,46.212466],[-113.827743,46.660896]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MILLE LACS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.796281,46.243199],[-93.431831,46.153991],[-93.513683,45.734318],[-93.510704,45.558772],[-93.759435,45.559646],[-93.763948,45.822143],[-93.810362,46.156585],[-93.796281,46.243199]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.246133,34.495633],[-89.245645,34.583234],[-89.088488,34.598247],[-88.73544,34.596483],[-88.736465,34.50891],[-88.824966,34.364759],[-89.246339,34.379344],[-89.246133,34.495633]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BOYLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.030172,37.63127],[-85.025021,37.678854],[-84.744888,37.713075],[-84.658296,37.634501],[-84.847183,37.548455],[-85.039674,37.545232],[-85.030172,37.63127]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"LOS ALAMOS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.248161,35.966327],[-106.245649,35.930742],[-106.250499,35.755818],[-106.248161,35.966327]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MARTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.402614,36.004966],[-77.327569,36.071361],[-76.760598,35.864887],[-76.847264,35.719982],[-77.174,35.732831],[-77.350369,35.819228],[-77.402614,36.004966]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.529694,40.446995],[-75.484057,40.418451],[-75.015066,40.137992],[-75.276482,39.976959],[-75.361066,40.065543],[-75.696782,40.241863],[-75.529694,40.446995]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"DEWEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.47019,45.472416],[-100.341924,45.472904],[-100.260223,45.24681],[-100.404753,44.897695],[-100.717644,44.77093],[-101.136838,44.747126],[-101.136162,44.994074],[-101.500512,44.99378],[-101.47019,45.472416]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MOORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.525306,35.354718],[-86.25759,35.412476],[-86.261489,35.333579],[-86.318168,35.126986],[-86.525306,35.354718]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WILSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.594286,36.245105],[-86.283256,36.3475],[-86.136803,36.295859],[-86.059706,36.086024],[-86.014849,35.96106],[-86.153214,35.954399],[-86.515589,36.10061],[-86.594286,36.245105]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.47565,33.834005],[-98.953088,33.834],[-98.953938,33.397534],[-99.472444,33.399023],[-99.474498,33.733849],[-99.47565,33.834005]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"RUSK","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.985411,32.37082],[-94.579219,32.394916],[-94.491818,32.394137],[-94.511431,31.973984],[-94.452416,31.844281],[-94.937532,31.845555],[-94.985272,32.137989],[-94.985411,32.37082]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CARSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.6228,35.620196],[-101.622831,35.624057],[-101.086068,35.625267],[-101.085935,35.619102],[-101.086281,35.18214],[-101.622941,35.183117],[-101.6228,35.620196]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"GARFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.47868,38.147419],[-112.444214,38.150001],[-111.843215,38.15128],[-109.927995,38.151884],[-110.404612,37.879923],[-110.646394,37.541063],[-112.68375,37.543692],[-112.689221,37.80559],[-112.47868,38.147419]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.9071,31.069374],[-97.418606,31.320202],[-97.278113,31.279799],[-97.070188,30.98622],[-97.315507,30.752371],[-97.828512,30.906188],[-97.911684,31.034919],[-97.9071,31.069374]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"UTAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.172862,40.467065],[-111.593942,40.577066],[-111.082455,39.900155],[-110.891655,39.899654],[-110.85778,39.813285],[-111.247496,39.813028],[-111.641944,39.812869],[-111.969467,39.807108],[-112.1798,40.011656],[-112.172862,40.467065]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MCDOWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.932279,37.511961],[-81.855939,37.54891],[-81.311201,37.424509],[-81.362156,37.337687],[-81.739055,37.2394971],[-81.932279,37.511961]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"SPOKANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.820947,47.825775],[-117.436993,48.047207],[-117.0412145,48.0454651],[-117.0413064,47.9774559],[-117.0404904,47.3660289],[-117.0401598,47.259272],[-117.823629,47.26022],[-117.820947,47.825775]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SHERMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0499619,39.568179],[-101.413913,39.568361],[-101.389068,39.568369],[-101.391717,39.135117],[-101.478195,39.134761],[-102.0472007,39.1331467],[-102.0499619,39.568179]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"SAN JUAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.412784,37.0014777],[-110.958333,37.124438],[-110.646394,37.541063],[-110.404612,37.879923],[-109.927995,38.151884],[-110.025402,38.499981],[-109.059962,38.499987],[-109.0417966,38.1530323],[-109.0426041,37.8810848],[-109.0437807,37.4848192],[-109.045223,36.999084],[-110.0006818,36.997968],[-110.75069,37.003197],[-111.412784,37.0014777]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BROOKINGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.128024,44.543126],[-96.885504,44.543773],[-96.4532913,44.5436368],[-96.4524359,44.1967795],[-96.889216,44.195705],[-97.129671,44.195933],[-97.128024,44.543126]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.139158,43.700948],[-102.007336,43.99453],[-101.064068,43.994929],[-101.064326,43.84109],[-101.228234,43.389185],[-102.110819,43.389902],[-102.139158,43.700948]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.960804,35.417021],[-86.782016,35.706595],[-86.686193,35.710051],[-86.639436,35.6859],[-86.599478,35.36495],[-86.828301,35.263677],[-86.960804,35.417021]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MITCHELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.0243479,43.4995562],[-92.553161,43.5003],[-92.554381,43.212813],[-93.024092,43.212812],[-93.024143,43.255538],[-93.0243479,43.4995562]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.143898,38.503088],[-89.138393,38.736331],[-88.695165,38.826299],[-88.698457,38.606304],[-88.698961,38.474914],[-89.144388,38.473878],[-89.143898,38.503088]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"SABINE","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.8782519,31.8442766],[-93.441171,31.845233],[-93.236104,31.364507],[-93.5524973,31.18482],[-93.6006031,31.182625],[-93.834924,31.586211],[-93.8782519,31.8442766]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"NATCHITOCHES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.441171,31.845233],[-93.355452,31.932222],[-93.187162,32.148412],[-92.93908,32.147942],[-92.973529,31.708922],[-92.718983,31.517594],[-92.981464,31.346644],[-93.236104,31.364507],[-93.441171,31.845233]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"SCHLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.392316,32.414046],[-84.254613,32.372053],[-84.181657,32.229703],[-84.430218,32.166257],[-84.392316,32.414046]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"CECIL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.233485,39.721646],[-76.1356974,39.7217676],[-75.788596,39.722199],[-75.7669046,39.3776516],[-76.0614988,39.3877481],[-76.0376463,39.4526424],[-76.233485,39.721646]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HARRIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.80333,30.090096],[-95.551421,30.170606],[-95.292681,30.027761],[-95.096708,30.167214],[-94.98146,29.884276],[-95.018205,29.554597],[-95.216422,29.55608],[-95.424118,29.580233],[-95.82622,29.78828],[-95.80333,30.090096]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.040525,35.076923],[-92.554685,35.113277],[-92.544341,34.953319],[-92.739779,34.853459],[-93.075178,34.771892],[-93.287785,34.773193],[-93.040525,35.076923]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PETERSBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.447408,37.223066],[-77.416501,37.233208],[-77.403671,37.237346],[-77.376785,37.244849],[-77.399203,37.17085],[-77.447408,37.223066]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.476086,32.17346],[-97.086191,32.265451],[-96.896209,32.073977],[-96.719114,31.814887],[-96.932215,31.708887],[-97.277265,31.745492],[-97.476086,32.17346]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JERSEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.148069,39.261947],[-90.145991,39.000046],[-90.2765837,38.9193385],[-90.4509699,38.961395],[-90.603569,39.117592],[-90.148069,39.261947]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MONTEREY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.8127324,36.8500494],[-121.644001,36.893996],[-121.040797,36.323969],[-120.678582,36.267319],[-120.315068,35.907186],[-120.213979,35.789276],[-121.347054,35.7951862],[-121.888491,36.30281],[-121.970427,36.582754],[-121.8127324,36.8500494]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"POSEY","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.0594695,37.8666898],[-87.9702008,38.2302711],[-87.688374,38.168419],[-87.7132108,37.8830884],[-87.9253934,37.8995915],[-88.02803,37.799224],[-88.0594695,37.8666898]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"HARTFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.0087628,42.0389034],[-72.5091793,42.0340805],[-72.410367,41.602581],[-72.46673,41.583899],[-72.752181,41.578894],[-72.98325,41.639598],[-73.0087628,42.0389034]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HUDSPETH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.9979712,32.0019746],[-104.918357,32.0004721],[-104.917163,30.663626],[-104.9807539,30.628812],[-105.314863,30.816961],[-105.9964294,31.3878401],[-105.9979712,32.0019746]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.718493,42.42152],[-84.600403,42.421984],[-84.140713,42.424611],[-84.131136,42.424567],[-84.131963,42.071577],[-84.363297,42.073456],[-84.709556,42.070366],[-84.718493,42.42152]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WABAUNSEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.501556,38.869704],[-96.501166,39.043666],[-96.389046,39.172878],[-96.03906,39.126527],[-95.946587,38.869973],[-95.945924,38.739112],[-96.352613,38.739021],[-96.501556,38.869704]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MCCRACKEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9280048,37.2263898],[-88.4903994,37.0679576],[-88.4838033,37.0680803],[-88.482957,37.022566],[-88.484103,36.942096],[-88.812897,36.946864],[-88.815952,36.9541],[-88.9335172,37.2275113],[-88.9280048,37.2263898]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"FILLMORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.448965,43.834105],[-92.079292,43.84708],[-91.730424,43.846935],[-91.730217,43.5006857],[-92.079802,43.5007049],[-92.448948,43.500415],[-92.448965,43.834105]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MAGOFFIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.004649,37.859247],[-82.940763,37.716338],[-82.92546,37.486525],[-82.948544,37.503167],[-83.248692,37.669616],[-83.262172,37.712657],[-83.004649,37.859247]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.790448,43.293003],[-85.562538,43.294271],[-85.312513,43.118793],[-85.309626,42.769878],[-85.545564,42.768139],[-85.782498,42.7682],[-85.790662,43.205167],[-85.790448,43.293003]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"HOUSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.730424,43.846935],[-91.2876556,43.847065],[-91.2570002,43.7256587],[-91.217706,43.50055],[-91.610835,43.5006878],[-91.730217,43.5006857],[-91.730424,43.846935]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GALVESTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.216422,29.55608],[-95.018205,29.554597],[-94.370816,29.555646],[-95.1150505,29.075552],[-95.216422,29.55608]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SARPY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.327399,41.189999],[-95.9099085,41.1912829],[-95.8618981,41.1603023],[-95.8647848,41.0528455],[-96.319191,41.044998],[-96.327399,41.189999]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"STAFFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.531328,38.55655],[-77.3126043,38.5019278],[-77.2843465,38.3516368],[-77.326692,38.245136],[-77.370297,38.246576],[-77.447126,38.284614],[-77.530283,38.309175],[-77.618727,38.367835],[-77.63494,38.410218],[-77.531328,38.55655]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.008823,36.218115],[-104.0078494,36.9959841],[-103.0861011,36.9998644],[-103.002199,37.000104],[-103.002434,36.500397],[-103.040824,36.055231],[-103.0413567,35.7394335],[-103.375117,35.739516],[-103.364977,36.08605],[-103.794525,36.085738],[-104.008823,36.218115]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LICKING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.761827,40.125855],[-82.750747,40.276996],[-82.195911,40.239071],[-82.187105,40.16688],[-82.233974,39.91326],[-82.462813,39.93038],[-82.782495,39.939662],[-82.761827,40.125855]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.30658,35.287604],[-78.064784,35.585263],[-77.822511,35.585383],[-77.806248,35.368754],[-77.834249,35.177846],[-78.16342,35.189716],[-78.30658,35.287604]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"MIDDLESEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.752181,41.578894],[-72.46673,41.583899],[-72.3400129,41.2778493],[-72.5345649,41.2538243],[-72.752181,41.578894]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"ELKHART","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.062563,41.759653],[-85.791363,41.759051],[-85.6597502,41.7592367],[-85.654747,41.523347],[-85.653507,41.436856],[-86.05923,41.435812],[-86.059451,41.479154],[-86.062563,41.759653]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ALLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.405769,36.776187],[-86.16674,36.934015],[-85.97691,36.722722],[-85.9757132,36.6286377],[-86.2055653,36.6392469],[-86.4114962,36.6482404],[-86.405769,36.776187]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"APACHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.0006818,36.997968],[-109.045223,36.999084],[-109.0458712,36.0027016],[-109.0458512,34.9598185],[-109.0461389,34.579291],[-109.0466075,33.7782238],[-109.49544,33.652697],[-109.891759,33.567829],[-109.859274,33.777683],[-109.826936,35.662484],[-110.000674,35.662657],[-110.0006818,36.997968]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MCHENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.70738,42.493587],[-88.304692,42.4956082],[-88.199529,42.495756],[-88.199584,42.15426],[-88.238369,42.154253],[-88.588657,42.15359],[-88.705633,42.153561],[-88.70738,42.493587]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"YUMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.719633,32.718763],[-114.5170668,33.0246288],[-114.268748,33.029815],[-114.267815,33.463574],[-113.958046,33.377578],[-113.33392,33.377425],[-113.333897,32.504938],[-113.333768,32.0402491],[-114.813613,32.494277],[-114.719633,32.718763]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.1119852,36.998248],[-97.802313,36.9986986],[-97.462346,36.9988242],[-97.462459,36.593627],[-98.104286,36.593578],[-98.1119852,36.998248]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"TEXAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0282042,36.9931451],[-101.5552588,36.9952909],[-101.0664502,36.9977362],[-100.9454668,36.9982468],[-100.9541522,36.4995295],[-101.085156,36.499244],[-101.623915,36.499528],[-102.032339,36.5000657],[-102.0282042,36.9931451]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CAMPBELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.4993542,45.943632],[-99.880292,45.941672],[-99.718073,45.940907],[-99.717466,45.593428],[-100.430079,45.594823],[-100.4993542,45.943632]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"BERTIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.291519,36.168342],[-77.208468,36.246578],[-76.706584,36.243796],[-76.606214,35.978051],[-76.760598,35.864887],[-77.327569,36.071361],[-77.291519,36.168342]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WHITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.682095,35.831254],[-85.644604,36.015053],[-85.264206,35.979154],[-85.269359,35.793388],[-85.602876,35.794996],[-85.682095,35.831254]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BURLEIGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.965156,47.156631],[-100.673285,47.327426],[-100.113261,47.327262],[-100.081198,46.633396],[-100.66189,46.63445],[-100.935983,46.98284],[-100.965156,47.156631]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HARDING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.045443,45.94531],[-102.995668,45.9451164],[-102.94207,45.9450944],[-102.957281,45.212851],[-104.0401358,45.2128908],[-104.0441332,45.8819763],[-104.045443,45.94531]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"LUCAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.557556,41.161271],[-93.327886,41.160659],[-93.099217,41.160867],[-93.097595,40.898451],[-93.55654,40.898295],[-93.557556,41.161271]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.681424,38.394767],[-86.308674,38.422875],[-86.255045,38.422685],[-86.321274,38.147418],[-86.4335744,38.0871444],[-86.679511,38.263086],[-86.681424,38.394767]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"BEDFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.639436,35.6859],[-86.245165,35.631913],[-86.25759,35.412476],[-86.525306,35.354718],[-86.599478,35.36495],[-86.639436,35.6859]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"OTERO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.340515,33.052777],[-106.34571,33.390595],[-105.727171,33.390633],[-105.317376,33.305977],[-105.316968,33.132303],[-105.35401,32.518776],[-104.851524,32.520541],[-104.84774,32.0004646],[-104.918357,32.0004721],[-105.9979712,32.0019746],[-106.3771732,32.0012401],[-106.340515,33.052777]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.602979,40.320129],[-89.26374,40.325344],[-89.148764,40.282038],[-89.144764,40.048853],[-89.217846,39.91699],[-89.578289,39.976127],[-89.601604,40.122432],[-89.602979,40.320129]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"WAGONER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.819964,35.8559],[-95.76165,36.16275],[-95.43997,36.0752],[-95.207946,36.074708],[-95.265679,35.813266],[-95.766166,35.856403],[-95.819964,35.8559]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"SIOUX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.998575,46.053461],[-101.554185,46.006836],[-101.025662,46.284219],[-100.590199,46.427894],[-100.511949,45.9436541],[-101.9986171,45.944537],[-101.998575,46.053461]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"BURLINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.9728548,40.0465054],[-74.7233793,40.1528955],[-74.587835,40.138254],[-74.553105,40.07913],[-74.417393,39.557255],[-74.736216,39.729775],[-75.06013,39.992011],[-74.9728548,40.0465054]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"DAVIESS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.3040575,37.8934325],[-87.2703874,37.8754228],[-86.9777414,37.9256992],[-86.823429,37.737754],[-87.03826,37.560803],[-87.408547,37.683563],[-87.3040575,37.8934325]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"BIENVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.372781,32.410153],[-93.178767,32.584916],[-92.880805,32.585277],[-92.777197,32.453455],[-92.814737,32.146907],[-92.93908,32.147942],[-93.187162,32.148412],[-93.42819,32.235897],[-93.372781,32.410153]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ROWAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.452848,38.381799],[-83.341347,38.319521],[-83.244306,38.19238],[-83.263289,38.115386],[-83.433942,38.033974],[-83.498846,38.05062],[-83.635195,38.187525],[-83.452848,38.381799]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.459908,32.135559],[-94.985272,32.137989],[-94.937532,31.845555],[-94.865857,31.526916],[-95.003345,31.42571],[-95.273203,31.592886],[-95.446747,31.843116],[-95.428512,32.084475],[-95.459908,32.135559]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"BOSSIER","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.814553,33.019389],[-93.8049078,33.0193962],[-93.5209936,33.0187423],[-93.372781,32.410153],[-93.42819,32.235897],[-93.471249,32.237186],[-93.767156,32.538042],[-93.814553,33.019389]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"CONTRA COSTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.2693201,38.0603745],[-121.862462,38.06603],[-121.580022,38.094414],[-121.556997,37.816488],[-121.96077,37.718629],[-122.3287143,37.8938323],[-122.2693201,38.0603745]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SAN JUAN","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.045223,36.999084],[-108.379303,36.9995647],[-107.481737,37.0000046],[-107.4209219,37.000005],[-107.618181,36.804267],[-107.624283,36.219809],[-107.626511,36.000288],[-109.0458712,36.0027016],[-109.045223,36.999084]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"SANGAMON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.994506,39.901925],[-89.578289,39.976127],[-89.217846,39.91699],[-89.217523,39.813224],[-89.533655,39.524592],[-89.701645,39.523369],[-89.926037,39.522104],[-89.994405,39.87286],[-89.994506,39.901925]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"GEM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.452068,44.151465],[-116.299876,44.444576],[-116.157022,44.498928],[-116.213871,44.151387],[-116.282019,43.807365],[-116.512502,43.807161],[-116.712672,43.807161],[-116.452068,44.151465]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"PAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.8978547,44.1526664],[-116.452068,44.151465],[-116.712672,43.807161],[-116.985545,43.8811849],[-116.8978547,44.1526664]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"RED RIVER","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.61469,32.237526],[-93.471249,32.237186],[-93.42819,32.235897],[-93.187162,32.148412],[-93.355452,31.932222],[-93.61469,32.237526]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"SHOSHONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.0385658,47.9846343],[-115.634684,47.48176],[-114.9614229,46.9328939],[-116.329436,46.934669],[-116.329418,47.021915],[-116.329406,47.414011],[-116.329538,47.890393],[-116.0385658,47.9846343]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MACOUPIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.15375,39.520315],[-89.926037,39.522104],[-89.701645,39.523369],[-89.698555,38.998979],[-90.145991,39.000046],[-90.148069,39.261947],[-90.15375,39.520315]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.145991,39.000046],[-89.698555,38.998979],[-89.639265,38.999129],[-89.597321,38.743236],[-89.707024,38.655152],[-90.1815244,38.6603729],[-90.1665946,38.7724501],[-90.117707,38.805748],[-90.2765837,38.9193385],[-90.145991,39.000046]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"CHARLES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.1302,38.635017],[-77.0857848,38.7052813],[-76.675457,38.535876],[-76.674118,38.499622],[-76.8270361,38.2583001],[-77.1302,38.635017]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CLEARWATER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.456098,46.629097],[-116.329436,46.934669],[-114.9614229,46.9328939],[-114.6768272,46.7318387],[-114.591116,46.6525505],[-115.630708,46.473038],[-115.778831,46.267351],[-116.170272,46.371588],[-116.369122,46.466923],[-116.456098,46.629097]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"RHEA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.916062,35.761939],[-84.781901,35.825],[-84.723853,35.752896],[-85.016343,35.409288],[-85.135191,35.458649],[-84.916062,35.761939]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HARDEMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.183944,35.397126],[-89.078876,35.431428],[-88.841607,35.427826],[-88.781768,35.247587],[-88.786612,34.995252],[-88.8230505,34.995207],[-89.017127,34.9949676],[-89.1982879,34.9944505],[-89.183944,35.397126]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.8892952,44.8405298],[-116.625034,44.838952],[-116.528898,44.491545],[-116.299876,44.444576],[-116.452068,44.151465],[-116.8978547,44.1526664],[-117.2119955,44.2964511],[-117.225932,44.479389],[-116.8892952,44.8405298]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"PIATT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.745164,40.055191],[-88.574885,40.281501],[-88.460418,40.281935],[-88.462207,39.879092],[-88.473182,39.791837],[-88.745671,39.792146],[-88.745164,40.055191]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CHARLES MIX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.297998,43.499669],[-98.794588,43.499187],[-98.705782,43.499319],[-98.706855,43.370075],[-98.109492,43.196838],[-98.077108,43.16833],[-98.1525867,42.8411534],[-98.3081868,42.8864892],[-98.49855,42.99856],[-98.868762,43.162009],[-99.297998,43.499669]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"STANISLAUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.471925,37.481783],[-121.110049,37.742128],[-120.926449,38.077421],[-120.653274,37.831858],[-120.38767,37.633364],[-120.989811,37.395871],[-121.226804,37.134774],[-121.472648,37.48217],[-121.471925,37.481783]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.5450313,36.3442714],[-89.539232,36.497934],[-89.3451943,36.5013432],[-89.482971,36.212659],[-89.6276414,36.1854603],[-89.5450313,36.3442714]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"HARFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.5694751,39.7214586],[-76.2396837,39.721642],[-76.233485,39.721646],[-76.0376463,39.4526424],[-76.3254183,39.2729051],[-76.5694751,39.7214586]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LAUDERDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.648905,35.9035835],[-89.342829,35.880934],[-89.356033,35.817635],[-89.502118,35.580621],[-89.944754,35.560308],[-89.648905,35.9035835]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HAAKON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.001068,44.510926],[-102.000432,44.511663],[-101.136838,44.747126],[-101.046916,44.168484],[-101.064068,43.994929],[-102.007336,43.99453],[-102.001068,44.510926]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CHESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.841607,35.427826],[-88.613611,35.588089],[-88.360829,35.418972],[-88.362572,35.380994],[-88.781768,35.247587],[-88.841607,35.427826]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COCHRAN","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.0526105,33.5705748],[-103.047346,33.824675],[-102.615447,33.825121],[-102.594836,33.388489],[-103.0564951,33.3884142],[-103.0526105,33.5705748]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"ST. MARY'S","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.674118,38.499622],[-76.4001946,38.3198719],[-76.8270361,38.2583001],[-76.674118,38.499622]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.9777414,37.9256992],[-86.8136599,37.9960345],[-86.6467031,37.864909],[-86.638935,37.661877],[-86.823429,37.737754],[-86.9777414,37.9256992]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.821594,32.08661],[-100.665353,32.085407],[-100.235137,32.082372],[-100.235761,31.69297],[-100.82537,31.696155],[-100.821594,32.08661]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"SOMERSET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.8754473,38.2197093],[-75.612764,38.278626],[-75.624341,37.994211],[-75.669711,37.950796],[-75.8754473,38.2197093]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CALCASIEU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.7385402,30.4022637],[-93.131109,30.403057],[-92.996371,30.038479],[-93.7063358,30.0521802],[-93.7110622,30.2439707],[-93.7385402,30.4022637]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"TALBOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.1968688,38.855742],[-75.949335,38.918333],[-75.945248,38.674109],[-76.1701619,38.640842],[-76.1968688,38.855742]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.3428335,39.7226583],[-78.0989707,39.7224662],[-77.469274,39.720229],[-77.6776958,39.3179408],[-77.719519,39.321314],[-77.8109439,39.5007392],[-78.0276291,39.620656],[-78.332788,39.6285276],[-78.3428335,39.7226583]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.3804771,39.7227041],[-78.134863,40.165131],[-77.864489,40.061568],[-78.0989707,39.7224662],[-78.3428335,39.7226583],[-78.3804771,39.7227041]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.898373,42.033548],[-90.1596825,42.0330873],[-90.158153,41.9298432],[-90.2423682,41.7827687],[-90.3118569,41.7285329],[-90.898373,41.771392],[-90.898484,41.946245],[-90.898373,42.033548]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ALLEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.51897,38.03823],[-95.077876,38.037706],[-95.088082,37.732476],[-95.525499,37.732759],[-95.51897,38.03823]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.088012,37.674519],[-94.6178725,37.6731107],[-94.6178455,37.6535778],[-94.6176676,37.3641703],[-94.6177539,37.338418],[-95.075166,37.339937],[-95.088189,37.383837],[-95.088012,37.674519]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COLORADO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.874222,29.632706],[-96.569844,29.961516],[-96.175422,29.633806],[-96.640315,29.247804],[-96.658466,29.263876],[-96.874222,29.632706]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COMAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.646124,29.745181],[-98.414018,29.937557],[-98.2976,30.037994],[-97.999271,29.752444],[-98.31095,29.59456],[-98.646124,29.745181]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CORYELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.180006,31.463717],[-97.766431,31.672461],[-97.60523,31.587762],[-97.418606,31.320202],[-97.9071,31.069374],[-98.180006,31.463717]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CROCKETT","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.301212,31.086212],[-101.776191,31.079784],[-101.274799,31.079379],[-100.962176,31.08249],[-100.960587,30.706071],[-100.960643,30.287776],[-101.7584,30.288044],[-101.76842,30.653077],[-101.883436,30.925647],[-102.388804,31.087156],[-102.301212,31.086212]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HICKMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.1559849,36.7862927],[-88.813229,36.773115],[-88.8167642,36.5019514],[-88.827178,36.5019683],[-88.834589,36.5019803],[-89.1756498,36.6513193],[-89.1559849,36.7862927]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.5528239,45.6678061],[-70.418519,45.144005],[-70.159375,45.128396],[-69.930451,44.610852],[-70.12939,44.487217],[-70.238904,44.458942],[-70.769228,44.732228],[-70.8340195,45.2717944],[-70.5528239,45.6678061]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.024092,43.212812],[-92.554381,43.212813],[-92.554211,42.907112],[-93.025144,42.907549],[-93.024092,43.212812]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"BLADEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.901998,34.835268],[-78.494705,34.856182],[-78.254441,34.553595],[-78.256085,34.399469],[-78.868961,34.484778],[-78.901998,34.835268]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"RUTHERFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.686193,35.710051],[-86.618892,35.968224],[-86.515589,36.10061],[-86.153214,35.954399],[-86.207147,35.70379],[-86.245165,35.631913],[-86.639436,35.6859],[-86.686193,35.710051]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SEQUATCHIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.557535,35.532977],[-85.423804,35.567422],[-85.225877,35.354276],[-85.387089,35.147169],[-85.558551,35.319292],[-85.607326,35.531651],[-85.557535,35.532977]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.473182,39.791837],[-88.462207,39.879092],[-87.937645,39.879803],[-87.9666,39.685928],[-88.472073,39.651588],[-88.473182,39.791837]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.1268213,41.8660952],[-95.672771,41.863147],[-95.557277,41.863449],[-95.497997,41.506074],[-95.9940204,41.5068906],[-96.1079379,41.676509],[-96.1268213,41.8660952]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.091853,36.955992],[-83.871315,37.054919],[-83.589521,36.955786],[-83.877503,36.687259],[-84.091853,36.955992]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"HILLSDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.826491,42.072468],[-84.709556,42.070366],[-84.363297,42.073456],[-84.360419,41.7069559],[-84.3995488,41.7059214],[-84.806082,41.696089],[-84.8251283,41.760199],[-84.826491,42.072468]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.022115,38.007047],[-82.924805,38.175114],[-82.794206,38.243772],[-82.5846938,38.240513],[-82.4794201,37.9385625],[-82.612393,37.879272],[-82.989014,37.963968],[-83.022115,38.007047]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"TIPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.944754,35.560308],[-89.502118,35.580621],[-89.474171,35.403039],[-89.632776,35.375824],[-90.045306,35.415435],[-89.944754,35.560308]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DELTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.858723,33.40953],[-95.857738,33.461722],[-95.308637,33.380662],[-95.30664,33.378027],[-95.308593,33.37719],[-95.861778,33.21933],[-95.858723,33.40953]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LETCHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.12209,37.000997],[-83.000142,37.19571],[-82.732693,37.271502],[-82.5652757,37.1959011],[-82.869183,36.974182],[-83.12209,37.000997]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.2642989,38.6131125],[-83.0303349,38.7168677],[-83.166419,38.503965],[-83.341347,38.319521],[-83.452848,38.381799],[-83.641852,38.525381],[-83.6469114,38.6418519],[-83.2642989,38.6131125]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CONCORDIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.544791,31.751731],[-91.3801245,31.732627],[-91.5909939,31.1919986],[-91.6282573,31.005097],[-91.723804,31.044254],[-91.83428,31.266344],[-91.855889,31.423831],[-91.544791,31.751731]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WILKES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.779506,33.971124],[-82.645451,33.984195],[-82.479518,33.639535],[-82.649705,33.608768],[-82.679975,33.599792],[-82.949046,33.733333],[-82.779506,33.971124]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.617919,36.499414],[-94.0770883,36.498976],[-93.8667582,36.4988662],[-93.815605,36.306563],[-93.887775,36.235046],[-94.5519063,36.1022256],[-94.5622679,36.1619726],[-94.617919,36.499414]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"DES MOINES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.37071,41.074112],[-90.9522654,41.0727317],[-90.9518941,41.0698727],[-91.1182229,40.6995347],[-91.409453,40.812905],[-91.37071,41.074112]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"WICOMICO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.7017775,38.5607669],[-75.3412873,38.4524365],[-75.612764,38.278626],[-75.8754473,38.2197093],[-75.9237661,38.2462853],[-75.7017775,38.5607669]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.000846,38.677322],[-114.0494367,38.6773625],[-114.050154,38.57292],[-114.0499034,38.148763],[-114.052472,37.604776],[-114.0506,37.000396],[-114.0501608,36.8431415],[-115.896925,36.842085],[-115.893857,38.050531],[-115.000846,38.050757],[-115.000846,38.677322]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CUSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.055488,43.853476],[-102.687191,43.855599],[-102.809398,43.68756],[-103.000913,43.476848],[-104.0546846,43.4778155],[-104.0547943,43.5033275],[-104.055488,43.853476]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NORFOLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.341825,36.924772],[-76.2967923,36.993791],[-76.1769476,36.9285387],[-76.22606,36.839947],[-76.289962,36.822048],[-76.341825,36.924772]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"KETCHIKAN GATEWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-132.1996814,55.633834],[-131.829365,56.056465],[-130.99843,56.274565],[-131.0867947,56.4070948],[-130.2465773,56.097196],[-130.1382223,55.7630276],[-130.001735,55.264557],[-130.636745,54.778456],[-131.6118897,54.9822706],[-131.684132,55.1190936],[-131.844157,55.456742],[-132.1996814,55.633834]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.888334,38.734443],[-85.795357,38.807508],[-85.683839,38.815406],[-85.56998,38.606155],[-85.847893,38.561269],[-85.888334,38.734443]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"JACKSON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.777197,32.453455],[-92.41535,32.495486],[-92.311851,32.277441],[-92.312218,32.146123],[-92.814737,32.146907],[-92.777197,32.453455]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BUFFALO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.425986,41.046471],[-99.207564,41.047003],[-98.748526,41.04664],[-98.721975,41.046674],[-98.72143,40.698903],[-98.724387,40.689772],[-99.179248,40.660541],[-99.417316,40.670825],[-99.425986,41.046471]]]]}},{"type":"Feature","properties":{"state":"RHODE ISLAND","county":"PROVIDENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.799242,42.008065],[-71.498224,42.0158741],[-71.3814313,41.9850841],[-71.317402,41.7772561],[-71.365207,41.735649],[-71.7896954,41.7251982],[-71.799242,42.008065]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.518991,40.638801],[-80.5190171,40.4773631],[-80.5190297,40.3996411],[-80.6273626,40.3951709],[-80.667957,40.582496],[-80.518991,40.638801]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"SKAMANIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.245856,46.053853],[-122.240966,46.385361],[-121.522324,46.388224],[-121.522321,46.044006],[-121.5240061,45.7238362],[-121.9237494,45.6543495],[-122.249197,45.5499989],[-122.245856,46.053853]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"CROOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.107534,44.3906],[-120.827555,44.562793],[-120.386561,44.564009],[-119.655517,44.307045],[-119.657183,43.95892],[-119.897434,43.6982],[-120.37874,43.872362],[-120.986587,43.960852],[-121.107534,44.3906]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"COOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.0325395,48.1905788],[-90.703702,48.096009],[-90.136191,48.112136],[-89.974296,47.830514],[-90.537105,47.703055],[-91.0231247,47.4649635],[-91.0325395,48.1905788]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CHARITON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.278098,39.615632],[-93.266968,39.703562],[-92.85792,39.699985],[-92.692149,39.610265],[-92.707367,39.321614],[-92.849224,39.226218],[-93.104485,39.383656],[-93.278098,39.615632]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"LUNENBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.443644,37.079371],[-78.239354,37.120089],[-78.003639,37.022756],[-78.027411,36.777858],[-78.493028,36.89122],[-78.443644,37.079371]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"ELK","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.956042,41.623402],[-78.956056,41.623863],[-78.419118,41.602188],[-78.236817,41.230475],[-78.710248,41.201859],[-79.095096,41.340658],[-78.956042,41.623402]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MILLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.625189,38.430778],[-92.495185,38.427829],[-92.194476,38.335536],[-92.195675,38.292237],[-92.18537,38.016338],[-92.406275,38.021179],[-92.695886,38.222031],[-92.625189,38.430778]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"POWDER RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.191734,45.7886],[-104.98194,45.786982],[-105.0382522,45.0002917],[-105.076601,45.0002966],[-106.02488,44.9975841],[-106.2637151,44.9937884],[-106.279709,45.179728],[-106.191734,45.7886]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.951785,33.91993],[-87.635932,33.915251],[-87.423701,33.602096],[-87.840683,33.524839],[-87.946519,33.524065],[-87.951785,33.91993]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.229619,42.70261],[-122.794776,42.778221],[-122.28273,42.996499],[-122.2897491,42.0077647],[-123.2310013,42.0049701],[-123.229619,42.70261]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CHARLTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.131698,31.010714],[-81.936006,31.047993],[-81.9059784,30.8214073],[-82.050983,30.3683678],[-82.218607,30.564395],[-82.420442,30.795229],[-82.131698,31.010714]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BUTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.320609,44.233164],[-112.995091,44.234126],[-112.695242,43.971941],[-112.697122,43.62314],[-113.007318,43.284778],[-113.63523,43.367546],[-113.798441,43.569217],[-113.41444,43.816926],[-113.320609,44.233164]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"OKFUSKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.624865,35.462706],[-96.620648,35.639005],[-96.192563,35.639087],[-95.981307,35.376828],[-95.981376,35.289899],[-96.441368,35.290122],[-96.623699,35.400722],[-96.624865,35.462706]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"RANKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.065697,32.399529],[-89.784123,32.586891],[-89.730424,32.222039],[-89.730066,32.047072],[-90.230331,32.049728],[-90.065697,32.399529]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LAFAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.722867,33.481963],[-93.483097,33.476075],[-93.365585,33.444459],[-93.4905124,33.0186346],[-93.5209936,33.0187423],[-93.8049078,33.0193962],[-93.722867,33.481963]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"OKMULGEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.192563,35.639087],[-96.033118,35.856824],[-95.819964,35.8559],[-95.766166,35.856403],[-95.712957,35.551802],[-95.981307,35.376828],[-96.192563,35.639087]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"GARFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.90912,47.450692],[-107.414886,47.691734],[-106.892753,47.674818],[-106.41862,47.957457],[-106.260932,47.868431],[-106.298158,47.354298],[-106.086777,47.180938],[-106.086585,46.86029],[-106.086463,46.845881],[-107.892233,46.851215],[-107.90912,47.450692]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LEFLORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.451643,33.81139],[-90.136787,33.721648],[-90.127775,33.676956],[-90.174614,33.333378],[-90.331589,33.302825],[-90.453233,33.329484],[-90.451643,33.81139]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"OLMSTED","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.689391,43.84857],[-92.678717,44.195516],[-92.550871,44.194916],[-92.079491,44.106988],[-92.079292,43.84708],[-92.448965,43.834105],[-92.689391,43.84857]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SOMERVELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.945625,32.233468],[-97.615286,32.318618],[-97.615055,32.203581],[-97.864864,32.087328],[-97.945625,32.233468]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"LEWIS AND CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.984734,47.953918],[-112.91422,47.694958],[-112.047781,47.516034],[-112.044311,47.192826],[-111.658132,46.913423],[-111.498095,46.762502],[-111.787949,46.569465],[-112.310573,46.421171],[-112.320871,46.655927],[-112.795642,46.831665],[-112.795808,47.177004],[-113.059053,47.17957],[-113.144368,47.595507],[-112.984734,47.953918]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.679975,33.599792],[-82.649705,33.608768],[-82.383829,33.312106],[-82.431957,33.27483],[-82.755846,33.25344],[-82.851954,33.443543],[-82.679975,33.599792]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SAUNDERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.905862,41.453389],[-96.47072,41.393239],[-96.327399,41.189999],[-96.319191,41.044998],[-96.463861,41.016069],[-96.908507,41.046091],[-96.905862,41.453389]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"STEARNS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.139731,45.773416],[-94.64399,45.77395],[-94.271776,45.775208],[-94.149467,45.559066],[-94.047327,45.422861],[-94.260821,45.283941],[-94.76308,45.3261],[-95.13173,45.412402],[-95.13967,45.758891],[-95.139731,45.773416]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.894729,32.15155],[-91.476739,32.405808],[-91.492718,32.203349],[-91.575721,31.88256],[-91.889687,31.971474],[-91.894729,32.15155]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.8612712,44.405192],[-75.446124,44.217655],[-75.758157,43.878785],[-75.774553,43.688884],[-76.2014825,43.680286],[-76.412138,43.925676],[-76.286547,44.203773],[-75.8612712,44.405192]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"POPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.164452,35.728831],[-92.951315,35.724663],[-92.809763,35.722401],[-92.850624,35.46295],[-92.896109,35.170678],[-93.278293,35.317402],[-93.299014,35.327425],[-93.164452,35.728831]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"EAST CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.445299,32.581956],[-91.2645641,33.0047388],[-91.166073,33.004106],[-91.0552931,32.5789835],[-91.457643,32.537807],[-91.445299,32.581956]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HIDALGO","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.5933002,26.2429363],[-98.32067,26.783081],[-97.985494,26.780917],[-97.957405,26.611769],[-97.861875,26.348156],[-97.8622816,26.0577468],[-98.197046,26.056153],[-98.5933002,26.2429363]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"ALLAMAKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.610835,43.5006878],[-91.217706,43.50055],[-91.2106634,43.4194418],[-91.1749349,43.0802604],[-91.605307,43.081653],[-91.610835,43.5006878]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.512743,38.512476],[-93.067291,38.529995],[-93.077692,38.263092],[-93.065199,38.062479],[-93.503946,38.073123],[-93.523484,38.207216],[-93.512743,38.512476]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"IBERIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.0428943,29.5774803],[-91.964458,30.036918],[-91.950998,30.073213],[-91.368835,30.058824],[-91.224356,30.025336],[-91.255229,29.971457],[-91.471951,29.955989],[-91.862557,29.6673955],[-92.0428943,29.5774803]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CHOWAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.706584,36.243796],[-76.696571,36.296138],[-76.559646,36.351056],[-76.396794,36.026443],[-76.606214,35.978051],[-76.706584,36.243796]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"SUMTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.431214,32.134058],[-84.430218,32.166257],[-84.181657,32.229703],[-84.027853,32.171083],[-83.961278,32.030595],[-83.922494,31.909653],[-84.338245,31.873591],[-84.443807,31.967456],[-84.431214,32.134058]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"OSWEGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.6172137,43.4201756],[-76.2014825,43.680286],[-75.774553,43.688884],[-75.756213,43.470388],[-75.884275,43.155562],[-75.993394,43.183376],[-76.479224,43.227519],[-76.6172137,43.4201756]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KERR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.754142,30.290698],[-99.301718,30.286653],[-98.920147,30.13829],[-98.917725,29.781398],[-99.176988,29.895063],[-99.602776,29.907679],[-99.757621,30.074132],[-99.754142,30.290698]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PERQUIMANS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.559646,36.351056],[-76.453711,36.378092],[-76.157953,36.059517],[-76.358393,36.020019],[-76.396794,36.026443],[-76.559646,36.351056]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"CHURCHILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.225176,39.999385],[-117.541749,40.001034],[-117.485336,39.545322],[-117.759795,39.369225],[-117.775468,39.093425],[-117.865116,39.073654],[-118.753835,39.07463],[-119.118193,39.388516],[-119.189342,39.65087],[-119.225176,39.999385]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HUTCHINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.623466,36.055405],[-101.085735,36.055276],[-101.086068,35.625267],[-101.622831,35.624057],[-101.623466,36.055405]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"DARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.840046,36.028834],[-75.7706515,36.2320803],[-75.458659,35.596597],[-75.533627,35.225825],[-75.7495614,35.1856164],[-75.814021,35.500182],[-76.027479,35.668849],[-75.840046,36.028834]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CURRITUCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.313303,36.5505511],[-76.1223499,36.5505523],[-75.867044,36.550754],[-75.7706515,36.2320803],[-75.840046,36.028834],[-75.906295,36.085877],[-75.948777,36.285851],[-76.313303,36.5505511]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.321274,38.147418],[-86.255045,38.422685],[-86.032817,38.417898],[-85.8959118,38.1799269],[-85.9517296,38.0149401],[-85.9973517,37.9912256],[-86.321274,38.147418]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GOVE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.811858,39.13336],[-100.721296,39.133381],[-100.1642,39.132071],[-100.14794,39.132179],[-100.153823,38.697341],[-100.2472,38.698165],[-100.688006,38.700021],[-100.818698,38.699861],[-100.811858,39.13336]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.847477,40.037301],[-92.345064,40.03721],[-92.287882,39.95249],[-92.299316,39.605344],[-92.300871,39.605348],[-92.692149,39.610265],[-92.85792,39.699985],[-92.847477,40.037301]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"AROOSTOOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-67.8028943,45.6789279],[-68.048012,45.639897],[-68.433001,45.581204],[-68.436443,46.382121],[-68.819401,46.395782],[-68.821414,46.57251],[-69.721109,46.574053],[-70.0230198,46.5734865],[-69.997086,46.69523],[-69.219996,47.457159],[-68.900985,47.178519],[-68.361559,47.355605],[-67.789761,47.065744],[-67.8028943,45.6789279]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HABERSHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.652194,34.822993],[-83.3496085,34.7170106],[-83.3400391,34.6863277],[-83.45977,34.481142],[-83.615251,34.431748],[-83.666415,34.503602],[-83.681596,34.800593],[-83.652194,34.822993]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"BARNSTABLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.7159798,41.6140133],[-70.5364073,41.8116341],[-70.6690584,41.5129297],[-70.7260889,41.5432369],[-70.7159798,41.6140133]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.415319,42.314151],[-74.71158,42.517799],[-74.443506,42.355017],[-74.451713,42.169225],[-74.780693,42.016375],[-75.1466649,41.8501259],[-75.3598599,41.9936859],[-75.418421,42.195032],[-75.415319,42.314151]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WEAKLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.827178,36.5019683],[-88.8167642,36.5019514],[-88.5163581,36.5014642],[-88.530322,36.152023],[-88.692709,36.062746],[-88.959839,36.222834],[-88.827178,36.5019683]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.049193,49.000912],[-114.7270452,49.000587],[-114.612063,48.751858],[-114.849803,48.573502],[-114.848098,48.226125],[-115.010672,48.017621],[-115.524695,47.908594],[-115.672359,48.206394],[-116.0489292,48.2161279],[-116.0491565,48.5020425],[-116.049193,49.000912]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FORT BEND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.088912,29.601658],[-96.032711,29.727944],[-95.82622,29.78828],[-95.424118,29.580233],[-95.625863,29.293349],[-95.847656,29.26259],[-96.088912,29.601658]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"FLEMING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.930348,38.492278],[-83.641852,38.525381],[-83.452848,38.381799],[-83.635195,38.187525],[-83.848355,38.296949],[-83.980068,38.439448],[-83.930348,38.492278]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"TETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.014811,48.13103],[-112.177755,48.130717],[-111.984263,47.984592],[-111.408514,47.987178],[-111.40885,47.698123],[-112.047781,47.516034],[-112.91422,47.694958],[-112.984734,47.953918],[-113.014811,48.13103]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"WINDHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.819368,43.255498],[-72.4336112,43.2329038],[-72.4503959,43.1612135],[-72.458519,42.726853],[-72.9302626,42.7390683],[-72.996941,43.119097],[-72.819368,43.255498]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"BRISTOL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.3814313,41.9850841],[-71.080483,42.095539],[-70.8039626,41.6015155],[-71.12057,41.497448],[-71.2086005,41.6903092],[-71.317402,41.7772561],[-71.3814313,41.9850841]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"HINDS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.728622,32.225119],[-90.553821,32.507574],[-90.450037,32.573783],[-90.065697,32.399529],[-90.230331,32.049728],[-90.718297,32.048352],[-90.728622,32.225119]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.369192,38.699324],[-90.964461,38.547545],[-90.732328,38.639302],[-90.736311,38.466643],[-90.780185,38.204112],[-91.095765,38.204083],[-91.367482,38.209741],[-91.369192,38.699324]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.6872214,37.7964067],[-89.595084,37.95531],[-89.177597,37.950311],[-89.151176,37.861999],[-89.153668,37.600469],[-89.4977459,37.5699859],[-89.6872214,37.7964067]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"ANNE ARUNDEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.840362,39.103142],[-76.697085,39.214092],[-76.644212,39.248924],[-76.529486,39.218408],[-76.5040086,39.1992862],[-76.5270925,38.7127503],[-76.686358,38.748475],[-76.840362,39.103142]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"ALACHUA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.658554,29.830144],[-82.529705,29.940881],[-82.418728,29.923093],[-82.055625,29.718232],[-82.055899,29.471232],[-82.40662,29.485048],[-82.656301,29.564811],[-82.658554,29.830144]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"HUMBOLDT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.0674737,41.4647362],[-123.661363,41.38209],[-123.408291,41.179944],[-123.544059,40.739386],[-123.544458,40.001923],[-124.0252052,40.0012993],[-124.409591,40.438076],[-124.118147,40.989263],[-124.0674737,41.4647362]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"HOWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.849224,39.226218],[-92.707367,39.321614],[-92.430229,39.248795],[-92.558086,38.970692],[-92.934569,39.064547],[-92.849224,39.226218]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.052197,33.080682],[-82.748311,33.238348],[-82.661917,33.126331],[-82.521052,32.822356],[-82.946966,32.759358],[-83.073648,32.946562],[-83.052197,33.080682]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MOTLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.041484,34.312444],[-100.946132,34.312759],[-100.51734,34.314102],[-100.518691,33.83565],[-101.041158,33.833625],[-101.041484,34.312444]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.048582,31.827075],[-81.969052,31.789324],[-81.663206,31.538667],[-81.62429,31.452982],[-81.731694,31.330048],[-82.041129,31.373721],[-82.132794,31.471262],[-82.048582,31.827075]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WHITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.856506,34.722191],[-83.780401,34.792893],[-83.681596,34.800593],[-83.666415,34.503602],[-83.843405,34.505494],[-83.856506,34.722191]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GLASCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.755846,33.25344],[-82.431957,33.27483],[-82.661917,33.126331],[-82.748311,33.238348],[-82.755846,33.25344]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.40913,32.353738],[-82.483131,31.968961],[-82.543655,31.958914],[-82.655486,32.297561],[-82.40913,32.353738]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GWINNETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.097693,34.050708],[-84.062841,34.167873],[-83.817682,34.127493],[-83.799104,33.929844],[-83.982033,33.786054],[-84.023713,33.752808],[-84.277093,33.957614],[-84.097693,34.050708]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"SHERMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.913935,45.6480659],[-120.4885468,45.6999122],[-120.503733,45.083477],[-121.02408,45.218726],[-120.913935,45.6480659]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.661917,33.126331],[-82.431957,33.27483],[-82.383829,33.312106],[-82.353498,33.312318],[-82.26758,33.267397],[-82.316512,32.835772],[-82.434149,32.762258],[-82.521052,32.822356],[-82.661917,33.126331]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"JUNEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-134.3279923,58.9629722],[-133.379908,58.427909],[-133.1769796,58.1505377],[-133.696701,57.792724],[-133.703097,57.792152],[-134.146685,58.199084],[-134.631203,58.247446],[-135.0617691,58.4513532],[-135.058835,58.966785],[-134.3279923,58.9629722]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LLANO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.964612,30.921368],[-98.445782,30.921439],[-98.351041,30.486096],[-98.59167,30.499875],[-98.964232,30.498482],[-98.964612,30.921368]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NEWPORT NEWS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.641581,37.153827],[-76.591577,37.213833],[-76.4355,37.094866],[-76.384419,36.951059],[-76.399567,36.930947],[-76.445301,36.941891],[-76.641581,37.153827]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"FAIRFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.5441512,41.3663196],[-73.5296777,41.527161],[-73.5179188,41.6667205],[-73.310473,41.468815],[-73.1011738,41.1637263],[-73.657336,40.985171],[-73.5441512,41.3663196]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ST. LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.6447393,44.9970276],[-74.535156,44.09925],[-74.854171,44.070089],[-75.170159,44.096959],[-75.446124,44.217655],[-75.8612712,44.405192],[-75.255517,44.857651],[-74.6447393,44.9970276]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"BAXTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.5291366,36.4981657],[-92.1503062,36.4981403],[-92.15699,36.261248],[-92.19543,36.132798],[-92.414324,35.975865],[-92.411502,36.062756],[-92.5291366,36.4981657]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"LEA","RigCount":46},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.814507,32.965114],[-103.720809,33.569537],[-103.510129,33.570117],[-103.0526105,33.5705748],[-103.0564951,33.3884142],[-103.0634689,32.9591064],[-103.064696,32.522193],[-103.0644224,32.087051],[-103.326501,32.00037],[-103.722882,32.0001656],[-103.722938,32.522344],[-103.814507,32.965114]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"PRESQUE ISLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.2108933,45.626231],[-83.3852111,45.207104],[-83.881223,45.202071],[-84.246634,45.198727],[-84.2108933,45.626231]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.476739,32.405808],[-91.457643,32.537807],[-91.0552931,32.5789835],[-91.0487604,32.572797],[-91.108509,32.20815],[-91.492718,32.203349],[-91.476739,32.405808]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"ADAMS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.052892,39.914224],[-104.961405,40.000337],[-104.150332,40.000856],[-103.705701,40.001366],[-103.706547,39.739894],[-104.884646,39.740156],[-105.053246,39.791063],[-105.052892,39.914224]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"MORRIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.769425,40.910934],[-74.503212,41.085873],[-74.272063,40.897427],[-74.371738,40.73964],[-74.461035,40.673504],[-74.725666,40.719532],[-74.889819,40.787729],[-74.769425,40.910934]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BORDEN","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.691284,32.961838],[-101.557434,32.961025],[-101.173378,32.963597],[-101.174562,32.527703],[-101.174571,32.524112],[-101.68874,32.525222],[-101.691284,32.961838]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.146778,37.641618],[-90.110537,37.67134],[-89.9330958,37.8800991],[-89.6872214,37.7964067],[-89.4977459,37.5699859],[-89.501791,37.5588957],[-89.861123,37.599286],[-90.146763,37.597434],[-90.146778,37.641618]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SOUTHAMPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.430127,36.707658],[-76.953546,36.94445],[-76.849684,36.996211],[-76.924629,36.707729],[-76.909672,36.648175],[-76.897592,36.64405],[-76.9160376,36.5460813],[-77.1643226,36.5461528],[-77.2987702,36.546039],[-77.430127,36.707658]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"KUSILVAK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-162.602861,63.2771825],[-162.001769,63.011919],[-160.85799,63.011953],[-160.996215,62.898936],[-161.048165,62.205869],[-160.534671,61.94594],[-160.35014,61.819071],[-161.126812,61.59954],[-162.013438,61.477057],[-162.505761,61.556426],[-163.431258,61.484107],[-164.234986,60.988241],[-165.108495,60.9265754],[-165.640289,61.138066],[-165.746352,61.489304],[-166.211787,61.608373],[-165.639516,61.847006],[-165.672037,62.13989],[-164.962432,62.658246],[-164.607425,63.112899],[-164.066991,63.262276],[-163.316203,63.037763],[-162.602861,63.2771825]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"APPLING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.431531,31.966182],[-82.225042,31.913074],[-82.048582,31.827075],[-82.132794,31.471262],[-82.226585,31.530699],[-82.52142,31.710796],[-82.431531,31.966182]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"TAZEWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.872463,40.513127],[-89.554994,40.747637],[-89.26939,40.594329],[-89.26374,40.325344],[-89.602979,40.320129],[-89.92468,40.435921],[-89.872463,40.513127]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"POTTAWATOMIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.580362,39.566332],[-96.238969,39.56622],[-96.035952,39.5661],[-96.035573,39.21652],[-96.03906,39.126527],[-96.389046,39.172878],[-96.726667,39.403601],[-96.580362,39.566332]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.341902,41.485519],[-83.882943,41.487543],[-83.883234,41.414503],[-83.881149,41.167824],[-84.228222,41.165862],[-84.341664,41.427568],[-84.341902,41.485519]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TRINITY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.434781,31.058098],[-94.95811,31.38693],[-94.842947,31.146578],[-95.20018,30.824566],[-95.32748,30.859547],[-95.434781,31.058098]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"DINWIDDIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.795926,37.192592],[-77.65061,37.265112],[-77.447408,37.223066],[-77.399203,37.17085],[-77.398498,36.992985],[-77.619029,36.877844],[-77.658036,36.894514],[-77.889813,36.988818],[-77.795926,37.192592]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GRANVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.802335,36.235794],[-78.796274,36.5417595],[-78.7341228,36.5416087],[-78.4572779,36.5414487],[-78.496614,36.175199],[-78.546414,36.021826],[-78.751273,36.070834],[-78.802335,36.235794]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.128674,37.122901],[-79.847217,37.225406],[-79.594069,37.042206],[-79.640652,36.856139],[-80.041493,36.794365],[-80.235455,36.87213],[-80.128674,37.122901]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SUMNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.8076,37.474184],[-97.153331,37.475544],[-97.147721,36.9989723],[-97.462346,36.9988242],[-97.802313,36.9986986],[-97.807057,37.386293],[-97.8076,37.474184]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TIFT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.649384,31.567977],[-83.500702,31.59399],[-83.338728,31.475991],[-83.434492,31.350361],[-83.512607,31.327405],[-83.65409,31.330661],[-83.649384,31.567977]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"HUNTINGDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.116521,40.739127],[-77.681334,40.729758],[-77.75212,40.378545],[-77.70303,40.263576],[-77.864489,40.061568],[-78.134863,40.165131],[-78.257305,40.297883],[-78.116521,40.739127]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.332969,43.616629],[-119.896581,43.611164],[-119.943779,42.746371],[-119.365337,42.748958],[-119.3601231,41.9940923],[-119.999168,41.99454],[-120.8799257,41.9934833],[-120.883327,42.744214],[-121.349679,42.746644],[-121.332969,43.616629]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.621153,37.427423],[-93.182489,37.417204],[-93.07338,37.414989],[-93.065274,37.088694],[-93.608899,37.098153],[-93.625844,37.282011],[-93.621153,37.427423]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.068667,45.07486],[-122.849925,45.259697],[-122.401021,44.88572],[-121.734223,44.88572],[-121.752994,44.829919],[-121.800015,44.683425],[-122.802457,44.790864],[-123.143843,44.748914],[-123.068667,45.07486]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"MINIDOKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.931687,42.765026],[-113.714044,42.849734],[-113.714642,43.199783],[-113.413867,43.199859],[-113.472177,42.669352],[-113.931799,42.535243],[-113.931687,42.765026]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"JUNIATA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.75212,40.378545],[-77.287941,40.693595],[-76.939749,40.638378],[-76.949414,40.628163],[-77.671761,40.289825],[-77.70303,40.263576],[-77.75212,40.378545]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.199529,42.495756],[-87.800477,42.49192],[-87.7593266,42.152362],[-88.199584,42.15426],[-88.199529,42.495756]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.034575,39.714764],[-84.814129,39.726556],[-84.8157059,39.5677217],[-84.8161602,39.5219681],[-85.036087,39.526213],[-85.034575,39.714764]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LANCASTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.566339,40.196644],[-76.151215,40.315971],[-75.873375,40.137107],[-76.1356974,39.7217676],[-76.233485,39.721646],[-76.2396837,39.721642],[-76.72162,40.12007],[-76.566339,40.196644]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.095765,38.204083],[-90.780185,38.204112],[-90.63998,38.076548],[-90.645135,37.734813],[-91.100017,37.740012],[-91.095765,38.204083]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.347801,40.302756],[-91.949747,40.300832],[-91.950812,40.25721],[-91.952726,39.949426],[-92.287882,39.95249],[-92.345064,40.03721],[-92.347801,40.302756]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LIVINGSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.761973,39.959552],[-93.361957,39.967606],[-93.266968,39.703562],[-93.278098,39.615632],[-93.758357,39.611407],[-93.758992,39.784674],[-93.761973,39.959552]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MIFFLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.681334,40.729758],[-77.36418,40.846937],[-77.356628,40.807334],[-77.287941,40.693595],[-77.75212,40.378545],[-77.681334,40.729758]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WASECA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.767971,44.195836],[-93.525231,44.196134],[-93.406565,44.196377],[-93.406642,43.84812],[-93.64829,43.848139],[-93.767761,43.847956],[-93.767971,44.195836]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"ALEUTIANS WEST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-166.225644,53.9862291],[-166.1609247,53.9356381],[-166.138657,53.731082],[-166.749158,53.440944],[-167.278827,53.478565],[-167.031252,53.945204],[-166.225644,53.9862291]]],[[[-175.301556,52.055602],[-174.715205,52.127375],[-174.185347,52.417788],[-174.022638,52.133713],[-174.408693,52.012811],[-175.301556,52.055602]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"BETHEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-165.108495,60.9265754],[-164.234986,60.988241],[-163.431258,61.484107],[-162.505761,61.556426],[-162.013438,61.477057],[-161.126812,61.59954],[-160.35014,61.819071],[-160.534671,61.94594],[-159.265037,61.945957],[-158.531361,62.119264],[-157.063852,62.032634],[-153.761875,62.032689],[-152.999839,62.292621],[-152.999882,61.426172],[-153.485575,61.426153],[-153.440884,60.906236],[-156.000086,60.90619],[-158.941926,60.906162],[-159.781906,60.212854],[-159.845524,59.952848],[-160.24851,59.779501],[-160.41864,59.4328],[-160.81214,59.259438],[-161.031441,58.839808],[-161.0737484,58.8260238],[-161.3395807,58.7393386],[-162.048584,59.254177],[-161.70253,59.490906],[-162.228371,60.056313],[-163.458092,59.809958],[-164.13181,59.991177],[-164.698889,60.296298],[-165.362975,60.506866],[-164.991665,60.69884],[-165.108495,60.9265754]]],[[[-167.430619,60.197006],[-166.371874,60.355156],[-165.67987,60.292435],[-165.582302,59.908242],[-166.36213,59.838604],[-167.333289,60.066626],[-167.430619,60.197006]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"HAINES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-135.7173168,59.7300769],[-135.37502,59.350033],[-135.029245,59.345364],[-134.3279923,58.9629722],[-135.058835,58.966785],[-135.0617691,58.4513532],[-135.4499662,58.3390682],[-135.566129,58.94245],[-135.89905,59.17906],[-136.4896522,59.2604916],[-136.350622,59.599326],[-135.7173168,59.7300769]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"ST. FRANCIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.149842,35.00247],[-91.04267,35.148189],[-90.502993,35.144214],[-90.40854,34.904121],[-91.099961,34.86712],[-91.149842,35.00247]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MILWAUKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.063353,43.192117],[-87.8965793,43.1921346],[-87.8211629,42.8422735],[-88.069924,42.843323],[-88.063353,43.192117]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"ANCHORAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-150.2212407,61.1931708],[-149.748369,61.397371],[-148.462471,61.426267],[-148.472065,60.84852],[-148.745618,60.733007],[-149.7484638,61.0012377],[-150.2212407,61.1931708]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"ONEIDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.042857,45.897263],[-89.047601,45.895355],[-89.04649,45.464439],[-89.424824,45.467166],[-90.043414,45.555082],[-90.042857,45.897263]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"WESTCHESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.982584,41.321693],[-73.5441512,41.3663196],[-73.657336,40.985171],[-73.7411972,40.8758546],[-73.74806,40.871721],[-73.9204715,40.9186063],[-73.8939819,40.9971982],[-73.982584,41.321693]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ORLEANS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.108119,30.16494],[-89.6050885,30.1428142],[-89.8452971,30.0163818],[-89.910708,29.867865],[-90.008056,29.895528],[-90.108119,30.16494]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CLEAR CREEK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.690348,39.851996],[-105.397949,39.747087],[-105.398949,39.566056],[-105.829662,39.564865],[-105.924618,39.698972],[-105.690348,39.851996]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"JACKSON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.8420639,34.5069328],[-99.666849,34.724555],[-99.246462,34.822114],[-99.10315,34.63795],[-99.2216079,34.3253736],[-99.4750221,34.396871],[-99.8420639,34.5069328]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.139226,34.289775],[-97.562575,34.289182],[-97.560764,34.071089],[-97.5612432,33.8990615],[-97.951906,33.8912258],[-98.138486,34.141206],[-98.139226,34.289775]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"ARAPAHOE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.053439,39.621423],[-104.884646,39.740156],[-103.706547,39.739894],[-103.707072,39.566295],[-103.714355,39.566331],[-104.660626,39.565909],[-105.04874,39.566088],[-105.053439,39.621423]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"REEVES","RigCount":70},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.024521,32.00001],[-103.9802135,32.0000329],[-103.610887,31.651802],[-103.44241,31.433752],[-103.01104,31.371306],[-103.585084,30.76647],[-104.102351,31.105203],[-104.024521,32.00001]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"TILLMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.10315,34.63795],[-98.826008,34.594413],[-98.661956,34.405948],[-98.6103518,34.1562099],[-98.9523249,34.2046699],[-99.2216079,34.3253736],[-99.10315,34.63795]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"PLAQUEMINES","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.008056,29.895528],[-89.910708,29.867865],[-89.5009668,29.6334554],[-89.482318,29.406222],[-89.200389,29.344418],[-89.361098,29.071848],[-89.639663,29.290531],[-89.9027063,29.2930366],[-90.075683,29.77185],[-90.008056,29.895528]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"POINTE COUPEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.750119,31.018814],[-91.636942,30.999416],[-91.553019,30.730798],[-91.33087,30.658677],[-91.485089,30.497138],[-91.700933,30.497433],[-91.756193,30.497738],[-91.815258,30.848107],[-91.750119,31.018814]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"GILPIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.675798,39.932445],[-105.397849,39.912886],[-105.397949,39.747087],[-105.690348,39.851996],[-105.675798,39.932445]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ST. FRANCOIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.645135,37.734813],[-90.63998,38.076548],[-90.416022,38.042315],[-90.459133,37.878924],[-90.110537,37.67134],[-90.146778,37.641618],[-90.535016,37.643641],[-90.645135,37.734813]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"BALDWIN","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.972869,31.162694],[-87.946588,31.19293],[-87.765152,31.297346],[-87.61589,31.244458],[-87.598937,30.997422],[-87.400189,30.657201],[-87.518324,30.280435],[-87.796717,30.324198],[-88.008396,30.684956],[-87.972869,31.162694]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"NEW HAVEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.98325,41.639598],[-72.752181,41.578894],[-72.5345649,41.2538243],[-73.1011738,41.1637263],[-73.310473,41.468815],[-72.98325,41.639598]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"BEAUREGARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.5545759,30.8774695],[-92.978453,30.878175],[-93.131155,30.423612],[-93.131109,30.403057],[-93.7385402,30.4022637],[-93.5545759,30.8774695]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"CARSON CITY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.003364,39.1656268],[-119.712645,39.250871],[-119.55102,39.085791],[-120.0026148,39.1126894],[-120.003364,39.1656268]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SULLIVAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.1466649,41.8501259],[-74.780693,42.016375],[-74.453685,41.875595],[-74.367055,41.590977],[-74.7562718,41.4276274],[-75.0461986,41.603764],[-75.1466649,41.8501259]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"CHITTENDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.3626828,44.5624552],[-73.228854,44.722866],[-72.924112,44.633051],[-72.804995,44.451676],[-72.952167,44.161271],[-73.317456,44.2635222],[-73.3479832,44.5461629],[-73.3626828,44.5624552]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"BENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.399938,38.265435],[-102.74233,38.266971],[-102.747615,37.643642],[-103.075938,37.64342],[-103.404339,37.643576],[-103.399938,38.265435]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.815721,41.863419],[-93.698032,41.86337],[-93.347933,41.863104],[-93.328614,41.507824],[-93.328407,41.490921],[-93.790612,41.511916],[-93.815721,41.863419]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WOODFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.725168,38.195426],[-84.625079,38.116397],[-84.66034,38.003836],[-84.709918,37.861952],[-84.796327,37.970088],[-84.864908,38.116926],[-84.725168,38.195426]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"WHEATLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.273337,46.710509],[-109.745745,46.694097],[-109.389163,46.693625],[-109.402906,46.219706],[-109.653871,46.219404],[-110.281971,46.220605],[-110.273337,46.710509]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BUTLER","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.096861,41.069804],[-79.999779,41.171861],[-79.694984,41.172865],[-79.690711,41.170691],[-79.69293,40.669744],[-80.148451,40.67429],[-80.158534,40.855157],[-80.096861,41.069804]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HAYWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.502118,35.580621],[-89.356033,35.817635],[-89.069544,35.692679],[-89.078876,35.431428],[-89.183944,35.397126],[-89.474171,35.403039],[-89.502118,35.580621]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"PACIFIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.0967967,46.794085],[-123.37095,46.792129],[-123.358334,46.384025],[-123.7279038,46.2913356],[-124.080671,46.267239],[-124.0967967,46.794085]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PRINCE EDWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.681573,37.248759],[-78.594436,37.397974],[-78.465089,37.339677],[-78.235039,37.368102],[-78.231234,37.29622],[-78.239354,37.120089],[-78.443644,37.079371],[-78.681573,37.248759]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"JEFFERSON DAVIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.131155,30.423612],[-92.630347,30.487873],[-92.631987,30.481147],[-92.625484,30.09233],[-92.738604,30.037323],[-92.996371,30.038479],[-93.131109,30.403057],[-93.131155,30.423612]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PRINCE GEORGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.399203,37.17085],[-77.376785,37.244849],[-77.334549,37.312468],[-77.284019,37.313012],[-77.270675,37.320756],[-76.972439,37.248501],[-77.155415,37.112034],[-77.398498,36.992985],[-77.399203,37.17085]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"OTSEGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.857452,45.116707],[-84.734303,45.201936],[-84.366614,45.198737],[-84.371737,44.855039],[-84.847309,44.858037],[-84.857452,45.116707]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.643482,33.495885],[-85.3049438,33.4827563],[-85.2943469,33.4279931],[-85.2365954,33.129544],[-85.2324414,33.1080771],[-85.593177,33.10734],[-85.653654,33.106634],[-85.643482,33.495885]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PRINCE WILLIAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.655169,38.942656],[-77.535991,38.847368],[-77.2241459,38.6351783],[-77.3126043,38.5019278],[-77.531328,38.55655],[-77.655169,38.942656]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"ARKANSAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.705185,34.48267],[-91.678037,34.48192],[-91.37782,34.56348],[-91.056276,34.336605],[-91.117905,34.119105],[-91.421715,34.014472],[-91.445614,34.080147],[-91.711795,34.233919],[-91.705185,34.48267]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"PRINCE GEORGE'S","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.0392399,38.7853363],[-77.039006,38.791645],[-77.0025462,38.9655317],[-76.888505,39.130967],[-76.840362,39.103142],[-76.686358,38.748475],[-76.675457,38.535876],[-77.0857848,38.7052813],[-77.0392399,38.7853363]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.7247432,33.0143418],[-92.0691466,33.0084824],[-92.065179,32.723003],[-92.415071,32.582845],[-92.725439,32.75954],[-92.7247432,33.0143418]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HAYES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.345365,40.698093],[-101.247963,40.697802],[-100.777833,40.700135],[-100.777376,40.349466],[-101.323353,40.350553],[-101.342788,40.350444],[-101.345365,40.698093]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BRAZORIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.847656,29.26259],[-95.625863,29.293349],[-95.424118,29.580233],[-95.216422,29.55608],[-95.1150505,29.075552],[-95.5070374,28.8247355],[-95.874028,29.229702],[-95.847656,29.26259]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CHAMPAIGN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.022919,40.183945],[-84.014763,40.273459],[-83.551338,40.22937],[-83.503714,40.111468],[-83.516155,40.010188],[-84.036069,40.040182],[-84.022919,40.183945]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"KENAI PENINSULA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-149.7484638,61.0012377],[-148.745618,60.733007],[-148.563715,60.415172],[-148.6495296,59.9235532],[-149.221067,59.938748],[-149.919444,59.691836],[-150.430144,59.343357],[-150.822768,59.330763],[-151.662368,59.089735],[-151.886513,59.421033],[-151.327803,59.573047],[-151.869468,59.769159],[-151.421702,60.212931],[-151.410273,60.711023],[-150.401859,61.036227],[-149.7484638,61.0012377]]],[[[-153.440884,60.906236],[-153.485575,61.426153],[-152.999882,61.426172],[-151.332784,61.426239],[-150.9740119,61.1944673],[-151.4803,61.010902],[-152.331365,60.473525],[-152.700822,59.920309],[-153.051559,59.691562],[-153.542466,59.630236],[-154.180691,59.123235],[-153.695664,59.073994],[-153.2944362,58.855036],[-153.817076,58.65276],[-154.305691,58.652751],[-154.642545,58.652747],[-154.748861,59.259518],[-153.953181,59.519569],[-153.656977,59.779607],[-153.65698,60.126277],[-153.397276,60.472948],[-153.440884,60.906236]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"KODIAK ISLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-154.779663,57.366335],[-152.640313,58.469868],[-152.129257,58.396414],[-151.862321,58.168265],[-152.529036,58.093779],[-152.440182,57.72664],[-152.90054,57.132076],[-154.017042,56.689311],[-154.528538,57.001892],[-154.779663,57.366335]]],[[[-154.305691,58.652751],[-153.817076,58.65276],[-153.2944362,58.855036],[-153.851432,58.611872],[-154.222465,58.132566],[-155.118648,57.953925],[-155.354011,57.715261],[-156.362039,57.400474],[-156.3742873,57.1592501],[-156.370235,57.522368],[-155.330245,57.876343],[-155.331945,58.193283],[-154.465741,58.361356],[-154.305691,58.652751]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"KIOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.504666,38.516409],[-103.172943,38.61245],[-102.0455106,38.6151646],[-102.0446504,38.2687492],[-102.74233,38.266971],[-103.399938,38.265435],[-103.501764,38.265016],[-103.504666,38.516409]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.426487,39.361871],[-106.206732,39.379636],[-106.135529,39.379546],[-106.191006,39.056073],[-106.577966,39.057908],[-106.426487,39.361871]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"LAS ANIMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.154176,37.293129],[-104.748938,37.407029],[-104.351109,37.817488],[-104.061132,37.734704],[-103.404339,37.643576],[-103.075938,37.64342],[-103.0861011,36.9998644],[-104.0078494,36.9959841],[-105.1550427,36.9954744],[-105.154176,37.293129]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MACKINAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.865025,46.244631],[-85.237839,46.24543],[-85.112513,46.158263],[-84.363503,46.157984],[-84.1146066,45.9679084],[-84.792763,45.858691],[-85.152027,46.050725],[-85.540858,46.079581],[-85.8658399,45.9475711],[-85.865025,46.244631]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"COOS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.2190577,43.6109318],[-123.875698,43.608407],[-123.702144,43.087083],[-123.811553,42.788837],[-124.132918,42.666697],[-124.4798822,42.9543224],[-124.2190577,43.6109318]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"SAGUACHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.001119,38.147072],[-107.000601,38.425619],[-106.24694,38.422768],[-106.010751,38.446566],[-105.796897,38.265047],[-105.473204,37.89597],[-105.457255,37.751464],[-106.038413,37.748353],[-106.693845,37.835244],[-107.000602,37.956041],[-107.001119,38.147072]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.2106634,43.4194418],[-90.668561,43.422994],[-90.666786,43.171777],[-91.1590843,42.9874778],[-91.1749349,43.0802604],[-91.2106634,43.4194418]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CAMERON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.861875,26.348156],[-97.527582,26.299304],[-97.2273802,26.411496],[-97.145567,25.971132],[-97.422636,25.840378],[-97.8622816,26.0577468],[-97.861875,26.348156]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SHACKELFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.612001,32.956962],[-99.471258,32.957025],[-99.096016,32.957037],[-99.09605,32.514768],[-99.114293,32.514811],[-99.612026,32.514654],[-99.612001,32.956962]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. CHARLES","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.259889,30.16341],[-90.228157,29.692028],[-90.529601,29.884997],[-90.259889,30.16341]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.675617,36.164663],[-97.460792,36.164462],[-97.354132,36.159072],[-97.140583,35.941991],[-97.141072,35.724441],[-97.674026,35.72597],[-97.675617,36.164663]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"RABUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.5491808,34.9888032],[-83.4828732,34.990874],[-83.108613,35.0006588],[-83.3496085,34.7170106],[-83.652194,34.822993],[-83.5491808,34.9888032]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.5519063,36.1022256],[-93.887775,36.235046],[-93.962892,35.76093],[-94.4930401,35.7591665],[-94.5519063,36.1022256]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KENEDY","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.985887,27.209308],[-97.3468509,27.2779588],[-97.2875411,26.6003399],[-97.957405,26.611769],[-97.985494,26.780917],[-97.985887,27.209308]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"STOKES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.4401015,36.5505953],[-80.053455,36.5426394],[-80.0273389,36.5424954],[-80.035119,36.257184],[-80.451696,36.261502],[-80.4401015,36.5505953]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SAN AUGUSTINE","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.399091,31.653596],[-93.984461,31.569419],[-94.039034,31.134271],[-94.129632,31.09928],[-94.326616,31.224754],[-94.399091,31.653596]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ANGELINA","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.003345,31.42571],[-94.865857,31.526916],[-94.544888,31.431715],[-94.326616,31.224754],[-94.129632,31.09928],[-94.457816,31.033325],[-94.561943,31.058952],[-94.842947,31.146578],[-94.95811,31.38693],[-95.003345,31.42571]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"PRAIRIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.802505,35.030425],[-91.465114,35.089454],[-91.36856,34.912735],[-91.37782,34.56348],[-91.678037,34.48192],[-91.802505,35.030425]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"WALKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.636118,34.002203],[-87.151036,33.993225],[-86.963358,33.858221],[-86.953664,33.815297],[-87.266923,33.512929],[-87.423701,33.602096],[-87.635932,33.915251],[-87.636118,34.002203]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"KITTITAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.113569,47.597288],[-120.917936,47.429367],[-120.09446,47.262159],[-120.007074,47.220133],[-119.973036,46.737126],[-120.51,46.737946],[-121.379682,47.087495],[-121.464234,47.354416],[-121.113569,47.597288]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"KEWAUNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.7613077,44.6536977],[-87.7375709,44.6770118],[-87.3754916,44.6755121],[-87.5433268,44.3275129],[-87.766026,44.327184],[-87.7613077,44.6536977]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WATONWAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.859803,44.108016],[-94.36885,44.108698],[-94.368974,43.848047],[-94.854444,43.848099],[-94.859388,43.848093],[-94.859803,44.108016]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"GUNNISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.63504,38.301896],[-107.500655,38.668553],[-107.500606,39.217916],[-107.394486,39.256299],[-106.801874,38.978303],[-106.599214,38.997994],[-106.406987,38.829334],[-106.24694,38.422768],[-107.000601,38.425619],[-107.001119,38.147072],[-107.56862,38.147267],[-107.63504,38.301896]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"DESOTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.056497,27.207769],[-82.055753,27.338264],[-81.563696,27.34068],[-81.562202,27.033836],[-82.057469,27.032119],[-82.056497,27.207769]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.740594,38.352415],[-84.580539,38.473039],[-84.557375,38.492917],[-84.442661,38.283236],[-84.401847,38.207889],[-84.625079,38.116397],[-84.725168,38.195426],[-84.740594,38.352415]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SEBASTIAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4339134,35.3863618],[-94.4348893,35.3931852],[-94.074895,35.445403],[-94.028547,35.213826],[-94.140571,35.099678],[-94.4475095,34.9339762],[-94.4339134,35.3863618]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"SULLIVAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5947458,39.2593836],[-87.240379,39.259064],[-87.240737,39.171773],[-87.241027,38.907874],[-87.5287177,38.9059438],[-87.6382934,39.1574925],[-87.5947458,39.2593836]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DUNKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.189128,36.1989866],[-90.2207491,36.4959376],[-90.148398,36.630656],[-89.958786,36.629331],[-89.96131,36.388803],[-89.9593753,35.9990141],[-90.2889479,35.996514],[-90.368718,35.995812],[-90.189128,36.1989866]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.0274314,44.9973654],[-73.343124,45.01084],[-73.3626828,44.5624552],[-73.3479832,44.5461629],[-73.909687,44.429699],[-74.0274314,44.9973654]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ROCKBRIDGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.674162,37.763093],[-79.647589,37.874538],[-79.482668,38.086054],[-79.15739,37.891003],[-79.172131,37.803097],[-79.436947,37.617057],[-79.498699,37.532797],[-79.674162,37.763093]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"DAUPHIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.949414,40.628163],[-76.701624,40.658082],[-76.535414,40.555157],[-76.566339,40.196644],[-76.72162,40.12007],[-76.859023,40.226328],[-76.91497,40.328484],[-76.949414,40.628163]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.7842442,36.4984622],[-90.5761791,36.4984059],[-90.2207491,36.4959376],[-90.189128,36.1989866],[-90.806615,36.266865],[-90.7842442,36.4984622]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"PERKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.051761,41.00389],[-101.249975,41.00395],[-101.247963,40.697802],[-101.345365,40.698093],[-102.0512942,40.6975468],[-102.051292,40.749591],[-102.0517175,41.002377],[-102.051761,41.00389]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.9281106,40.3398284],[-74.748147,40.424156],[-74.62024,40.373749],[-74.484962,40.253325],[-74.587835,40.138254],[-74.7233793,40.1528955],[-74.9281106,40.3398284]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"PIERCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.834431,42.437684],[-97.485298,42.438578],[-97.367724,42.351861],[-97.368404,42.090922],[-97.834536,42.08975],[-97.834431,42.437684]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CLEBURNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.24052,35.71219],[-91.837179,35.704932],[-91.793958,35.534114],[-92.111463,35.362725],[-92.252759,35.363718],[-92.24052,35.71219]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MCINTOSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.878431,46.282811],[-99.037367,46.283151],[-99.003118,46.282898],[-99.0057544,45.9399443],[-99.718073,45.940907],[-99.880292,45.941672],[-99.878431,46.282811]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"FAIRFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.824254,39.794996],[-82.782495,39.939662],[-82.462813,39.93038],[-82.374531,39.654959],[-82.731518,39.554445],[-82.824254,39.794996]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.880063,40.819919],[-83.515883,40.818134],[-83.419836,40.686823],[-83.418378,40.505232],[-83.520227,40.504077],[-83.879932,40.538708],[-83.880194,40.64469],[-83.880063,40.819919]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.067291,38.529995],[-93.059974,38.693077],[-92.839837,38.683974],[-92.625189,38.430778],[-92.695886,38.222031],[-93.077692,38.263092],[-93.067291,38.529995]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CONWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.896109,35.170678],[-92.850624,35.46295],[-92.481469,35.368392],[-92.554685,35.113277],[-93.040525,35.076923],[-92.896109,35.170678]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"VALDEZ-CORDOVA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-148.462471,61.426267],[-146.942559,61.470675],[-146.979807,62.250497],[-146.423984,62.250511],[-146.494311,63.168975],[-145.154385,63.131149],[-143.132337,63.116978],[-143.009391,62.76725],[-142.313564,62.683828],[-141.977353,62.510559],[-141.831804,61.904053],[-141.0020205,61.904047],[-141.0018497,60.391688],[-141.790619,60.521899],[-143.193519,60.521828],[-143.893326,59.9867216],[-145.089139,60.320014],[-145.988546,60.387427],[-146.916487,60.290973],[-147.508309,59.841957],[-148.220554,59.97635],[-148.6495296,59.9235532],[-148.563715,60.415172],[-148.745618,60.733007],[-148.472065,60.84852],[-148.462471,61.426267]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"HOT SPRINGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.312949,43.813293],[-109.093603,43.817619],[-108.550758,44.079403],[-108.429563,43.903355],[-107.715876,43.733343],[-107.595105,43.501397],[-108.337861,43.459765],[-108.934141,43.619163],[-109.312949,43.813293]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"NEW YORK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.9845925,40.7975433],[-73.9658345,40.8247453],[-73.912456,40.796096],[-73.962478,40.736802],[-74.0309271,40.7227868],[-73.9845925,40.7975433]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.1481035,48.540744],[-97.1477236,48.5438917],[-96.387835,48.544308],[-95.602315,48.538887],[-95.593788,48.172916],[-96.500843,48.174108],[-97.145845,48.1732235],[-97.1419104,48.1936276],[-97.1481035,48.540744]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"DAVISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.325242,43.851058],[-97.967279,43.850686],[-97.965012,43.49904],[-98.114758,43.498297],[-98.320595,43.498651],[-98.325242,43.851058]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CLAIBORNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.987842,36.5896],[-83.9307608,36.5876943],[-83.675413,36.600814],[-83.4720936,36.5994757],[-83.3868,36.413186],[-83.667408,36.344381],[-83.905638,36.419979],[-83.987842,36.5896]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"COLLETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.082291,33.02663],[-80.797912,33.176944],[-80.790296,33.18084],[-80.390533,33.043909],[-80.40134,32.858466],[-80.51408,32.513897],[-80.826309,32.704321],[-81.082291,33.02663]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"GILCHRIST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.920608,29.824143],[-82.879802,29.886847],[-82.800477,29.932126],[-82.658554,29.830144],[-82.656301,29.564811],[-82.937329,29.591196],[-82.920608,29.824143]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.076639,39.77096],[-81.697442,39.755572],[-81.588185,39.586973],[-81.844863,39.450216],[-82.047528,39.550825],[-82.076639,39.77096]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"ATTALA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.749441,33.214478],[-89.64528,33.285515],[-89.453808,33.285942],[-89.317855,33.108871],[-89.319163,32.931654],[-89.730016,32.885072],[-89.965882,32.879573],[-89.749441,33.214478]]]]}},{"type":"Feature","properties":{"state":"RHODE ISLAND","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.860513,41.320248],[-71.7893587,41.5968522],[-71.380542,41.650326],[-71.4172128,41.4560313],[-71.860513,41.320248]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GREGG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.70179,32.652209],[-94.579219,32.394916],[-94.985411,32.37082],[-94.986935,32.537246],[-94.70179,32.652209]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4930401,35.7591665],[-93.962892,35.76093],[-93.910836,35.759752],[-94.074895,35.445403],[-94.4348893,35.3931852],[-94.4731194,35.6385472],[-94.4930401,35.7591665]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.462411,41.641587],[-75.4831493,41.9993982],[-75.3598599,41.9936859],[-75.1466649,41.8501259],[-75.0461986,41.603764],[-75.359184,41.239206],[-75.505607,41.232539],[-75.462411,41.641587]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.074895,35.445403],[-93.910836,35.759752],[-93.695981,35.768649],[-93.710076,35.375242],[-94.028547,35.213826],[-94.074895,35.445403]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"GARVIN","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.668099,34.855164],[-96.932471,34.854455],[-96.932328,34.636811],[-97.35211,34.506788],[-97.562323,34.507036],[-97.668425,34.681344],[-97.668099,34.855164]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.695981,35.768649],[-93.519204,35.763521],[-93.164452,35.728831],[-93.299014,35.327425],[-93.710076,35.375242],[-93.695981,35.768649]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SCHOHARIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.648298,42.829558],[-74.263314,42.796534],[-74.180274,42.729979],[-74.254303,42.408207],[-74.443506,42.355017],[-74.71158,42.517799],[-74.648298,42.829558]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.887775,36.235046],[-93.815605,36.306563],[-93.479528,36.125072],[-93.519204,35.763521],[-93.695981,35.768649],[-93.910836,35.759752],[-93.962892,35.76093],[-93.887775,36.235046]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"VAN ZANDT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.076801,32.838489],[-95.934433,32.837217],[-95.635017,32.72038],[-95.594541,32.687026],[-95.449165,32.355233],[-96.075899,32.357505],[-96.076801,32.838489]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SARATOGA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.1601,43.371532],[-73.59496,43.306118],[-73.635463,42.94129],[-73.676762,42.783277],[-73.809369,42.778869],[-74.09298,42.955868],[-74.097467,42.982934],[-74.140147,43.253979],[-74.1601,43.371532]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"OKLAHOMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.674026,35.72597],[-97.141072,35.724441],[-97.14149,35.463977],[-97.142114,35.37686],[-97.671369,35.377151],[-97.674026,35.72597]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. JOHN THE BAPTIST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.641998,30.16643],[-90.632811,30.221409],[-90.485826,30.276992],[-90.160636,30.234337],[-90.156256,30.189613],[-90.259889,30.16341],[-90.529601,29.884997],[-90.656312,29.889246],[-90.641998,30.16643]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"OSAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.749838,36.998988],[-96.525582,36.998678],[-96.0008102,36.9992011],[-96.001171,36.423686],[-96.268287,36.16198],[-96.706195,36.477564],[-97.009785,36.506935],[-97.057414,36.593647],[-96.752389,36.782091],[-96.749838,36.998988]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.367055,41.590977],[-73.953307,41.589977],[-73.981486,41.438905],[-73.981384,41.324693],[-74.234473,41.142883],[-74.3670383,41.2042115],[-74.694914,41.357423],[-74.7562718,41.4276274],[-74.367055,41.590977]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"DESCHUTES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.819429,44.262394],[-121.843138,44.39263],[-121.107534,44.3906],[-120.986587,43.960852],[-120.37874,43.872362],[-119.897434,43.6982],[-119.896581,43.611164],[-121.332969,43.616629],[-122.002362,43.615498],[-121.819429,44.262394]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"OLDHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.433136,38.523914],[-85.314006,38.492592],[-85.283082,38.358054],[-85.468206,38.285309],[-85.6344441,38.3783994],[-85.433136,38.523914]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"COCHISE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.451736,31.731267],[-110.451503,32.427354],[-109.113987,32.426177],[-109.047612,32.426377],[-109.050044,31.332502],[-110.4601726,31.3331414],[-110.451736,31.731267]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.847893,38.561269],[-85.56998,38.606155],[-85.4314161,38.5862856],[-85.433136,38.523914],[-85.6344441,38.3783994],[-85.7945109,38.2779547],[-85.99462,38.418345],[-85.847893,38.561269]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"LIBERTY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.409018,48.219542],[-111.275306,48.219531],[-111.269862,48.9972298],[-110.743064,48.9980081],[-110.755873,48.219601],[-111.409097,48.132218],[-111.409018,48.219542]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.3237185,36.5424214],[-78.0462083,36.5441977],[-77.8997741,36.5448507],[-77.899524,36.504259],[-78.006551,36.202633],[-78.306965,36.266191],[-78.3237185,36.5424214]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.332078,36.708969],[-81.837096,36.929039],[-81.605865,36.638079],[-81.6469,36.611918],[-81.8267341,36.6147191],[-82.1455733,36.5945603],[-82.243385,36.5948762],[-82.2941364,36.595073],[-82.332078,36.708969]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"BRISTOL BAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-157.0953723,58.8666707],[-156.313889,58.885833],[-156.313889,58.616666],[-157.2343006,58.616667],[-157.0953723,58.8666707]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.40662,29.485048],[-82.055899,29.471232],[-81.680903,29.32443],[-81.641916,29.276766],[-81.658698,28.960345],[-81.95419,28.960053],[-82.311697,28.960391],[-82.535591,29.044855],[-82.40662,29.485048]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"SOMERSET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.725666,40.719532],[-74.461035,40.673504],[-74.463291,40.599187],[-74.62024,40.373749],[-74.748147,40.424156],[-74.725666,40.719532]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"EDWARDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.569879,37.913016],[-99.569533,38.087372],[-99.022136,38.000236],[-99.013318,37.825336],[-99.01355,37.73297],[-99.55958,37.734888],[-99.569879,37.913016]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.847183,37.548455],[-84.658296,37.634501],[-84.446719,37.485893],[-84.502932,37.328801],[-84.720712,37.238328],[-84.847183,37.548455]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"PLATTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.830493,41.742238],[-97.36807,41.743207],[-97.252425,41.743085],[-97.253519,41.384212],[-97.368186,41.396416],[-97.598253,41.333119],[-97.703765,41.394876],[-97.829846,41.526174],[-97.830493,41.742238]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"TOWNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.5257001,48.9992713],[-98.9998034,48.9999863],[-98.970392,48.544232],[-99.200306,48.370658],[-99.492919,48.370946],[-99.493189,48.544834],[-99.5257001,48.9992713]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"NEW MADRID","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.958786,36.629331],[-89.691603,36.859517],[-89.519809,36.869617],[-89.3273198,36.6239463],[-89.539232,36.497934],[-89.5450313,36.3442714],[-89.96131,36.388803],[-89.958786,36.629331]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"BUNCOMBE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.883909,35.678235],[-82.408602,35.818178],[-82.275399,35.704438],[-82.169049,35.527811],[-82.265795,35.467818],[-82.745139,35.422967],[-82.883909,35.678235]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MCLEOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.256074,44.979465],[-94.012236,44.978712],[-94.010494,44.717464],[-94.498074,44.717171],[-94.502395,44.892295],[-94.256074,44.979465]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"CHAVES","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.316968,33.132303],[-104.905424,33.138904],[-104.893377,34.088407],[-104.786104,34.000137],[-104.156269,33.995413],[-103.946019,34.082463],[-103.718333,33.65621],[-103.510129,33.570117],[-103.720809,33.569537],[-103.814507,32.965114],[-104.841576,32.963213],[-104.851524,32.520541],[-105.35401,32.518776],[-105.316968,33.132303]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HOLMES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.126199,40.668229],[-81.650045,40.668117],[-81.649199,40.635106],[-81.709132,40.444775],[-82.184607,40.45628],[-82.22011,40.568206],[-82.126199,40.668229]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"STANTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.368404,42.090922],[-97.019359,42.090577],[-97.019911,41.74298],[-97.252425,41.743085],[-97.36807,41.743207],[-97.368404,42.090922]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"BURKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.943188,35.96005],[-81.807162,35.961955],[-81.363796,35.767802],[-81.535403,35.568137],[-81.537599,35.564228],[-81.691989,35.580041],[-81.824122,35.574983],[-81.943188,35.96005]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"SNYDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.356628,40.807334],[-76.800242,40.881994],[-76.939749,40.638378],[-77.287941,40.693595],[-77.356628,40.807334]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"MERRIMACK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.93531,43.52888],[-71.727573,43.563411],[-71.236011,43.284994],[-71.247336,43.275232],[-71.392388,43.009309],[-72.009074,43.187882],[-71.93531,43.52888]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"OREGON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.658111,36.888724],[-91.22283,36.883857],[-91.115926,36.823672],[-91.1265389,36.4977977],[-91.4071374,36.4971407],[-91.4500049,36.4975402],[-91.6723425,36.4992566],[-91.658111,36.888724]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"MONMOUTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.484962,40.253325],[-74.2246525,40.4486625],[-73.971381,40.34801],[-74.0349624,40.1025843],[-74.553105,40.07913],[-74.587835,40.138254],[-74.484962,40.253325]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BEAVER","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5197051,40.8513368],[-80.158534,40.855157],[-80.148451,40.67429],[-80.360873,40.477539],[-80.5190171,40.4773631],[-80.518991,40.638801],[-80.5197051,40.8513368]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.600819,39.456155],[-94.210642,39.454682],[-94.212515,39.207086],[-94.591933,39.155003],[-94.601938,39.1555032],[-94.600819,39.456155]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5193967,41.849563],[-79.612072,41.850056],[-79.612873,41.623858],[-79.999779,41.490049],[-80.5191652,41.4890122],[-80.5191768,41.4999241],[-80.5193967,41.849563]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"GRUNDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.763324,40.263988],[-93.367214,40.266314],[-93.361951,40.033098],[-93.361957,39.967606],[-93.761973,39.959552],[-93.764021,40.132909],[-93.763324,40.263988]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"ZIEBACH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.999994,45.038274],[-101.99979,45.472414],[-101.47019,45.472416],[-101.500512,44.99378],[-101.136162,44.994074],[-101.136838,44.747126],[-102.000432,44.511663],[-101.999994,45.038274]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PLATTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.0914194,39.5332579],[-94.601246,39.530372],[-94.600819,39.456155],[-94.601938,39.1555032],[-94.7919947,39.2012603],[-94.9657474,39.4216817],[-95.0914194,39.5332579]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MONTAGUE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.978919,33.467129],[-97.951906,33.8912258],[-97.5612432,33.8990615],[-97.4841434,33.9138891],[-97.487065,33.433681],[-97.918189,33.433873],[-97.978919,33.467129]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"BOX ELDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0421451,40.9998966],[-114.041723,41.99372],[-113.0000401,41.9982276],[-112.1591775,41.9986819],[-111.885443,41.426374],[-112.238065,41.336552],[-112.493515,41.076888],[-112.799359,40.999939],[-114.0421451,40.9998966]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ECTOR","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.799086,32.085795],[-102.287048,32.086991],[-102.287345,31.651276],[-102.31805,31.651327],[-102.767246,31.651714],[-102.798939,31.651783],[-102.799086,32.085795]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"EMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.29936,39.032264],[-111.247391,39.70435],[-111.081333,39.467455],[-110.024118,39.469269],[-110.179252,38.907248],[-110.025402,38.499981],[-111.305665,38.510169],[-111.29936,39.032264]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GUADALUPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.31095,29.59456],[-97.999271,29.752444],[-97.875259,29.858208],[-97.633176,29.649863],[-97.840383,29.376791],[-98.134171,29.441751],[-98.31095,29.59456]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HAYS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.172977,30.356312],[-97.710215,30.024499],[-97.875259,29.858208],[-97.999271,29.752444],[-98.2976,30.037994],[-98.172977,30.356312]]]]}},{"type":"Feature","properties":{"state":"HAWAII","county":"HONOLULU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-158.232192,21.583806],[-157.968628,21.712704],[-157.722506,21.459225],[-157.7001,21.264],[-158.1033,21.2979],[-158.232192,21.583806]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LIMESTONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.932215,31.708887],[-96.719114,31.814887],[-96.496713,31.796191],[-96.236629,31.413392],[-96.319165,31.357129],[-96.596862,31.2209],[-96.801123,31.522269],[-96.932215,31.708887]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"PAWNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.009785,36.506935],[-96.706195,36.477564],[-96.268287,36.16198],[-96.297888,36.162279],[-96.621441,36.159929],[-96.925069,36.246474],[-97.009785,36.506935]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"TENSAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.575721,31.88256],[-91.492718,32.203349],[-91.108509,32.20815],[-91.0394723,32.1079681],[-91.2440152,31.8697324],[-91.3204587,31.7478006],[-91.3801245,31.732627],[-91.544791,31.751731],[-91.575721,31.88256]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.828301,35.263677],[-86.599478,35.36495],[-86.525306,35.354718],[-86.318168,35.126986],[-86.3187608,34.9910786],[-86.783648,34.991925],[-86.8362863,34.992803],[-86.828301,35.263677]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"BROOME","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.130181,42.410337],[-75.86402,42.415702],[-75.836406,42.244155],[-75.418421,42.195032],[-75.3598599,41.9936859],[-75.4831493,41.9993982],[-76.10584,41.998858],[-76.130181,42.410337]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.338176,38.627312],[-78.231803,38.532539],[-78.094498,38.311242],[-78.288837,38.272656],[-78.452801,38.475527],[-78.338176,38.627312]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"ATOKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.40733,34.418391],[-96.145096,34.418677],[-96.092043,34.680556],[-95.671976,34.593852],[-95.779376,34.156699],[-95.991578,34.156805],[-96.40764,34.157317],[-96.40733,34.418391]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.43812,43.803687],[-73.3825261,43.808159],[-73.3611072,43.7532335],[-73.2553558,43.3147124],[-73.2738328,42.9436317],[-73.635463,42.94129],[-73.59496,43.306118],[-73.43812,43.803687]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.368743,38.184074],[-78.288837,38.272656],[-78.094498,38.311242],[-77.702843,38.36084],[-77.953639,38.118501],[-78.209384,38.131128],[-78.368743,38.184074]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.266923,33.512929],[-86.953664,33.815297],[-86.577799,33.765316],[-86.516783,33.545896],[-87.026846,33.246459],[-87.065738,33.246907],[-87.266923,33.512929]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"RAPPAHANNOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.284805,38.759315],[-78.130574,38.864865],[-77.935355,38.69584],[-78.231803,38.532539],[-78.338176,38.627312],[-78.284805,38.759315]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CHOCTAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.991578,34.156805],[-95.779376,34.156699],[-95.156521,34.156965],[-95.1559076,33.9384824],[-95.3104498,33.873843],[-95.7896393,33.8724374],[-95.991578,34.156805]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"HUGHES","RigCount":5},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.441368,35.290122],[-95.981376,35.289899],[-95.98371,35.151557],[-96.092001,34.767479],[-96.406483,34.76759],[-96.490786,34.910585],[-96.441368,35.290122]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MCINTOSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.981376,35.289899],[-95.981307,35.376828],[-95.712957,35.551802],[-95.34503,35.552241],[-95.34465,35.293097],[-95.45125,35.296019],[-95.98371,35.151557],[-95.981376,35.289899]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GRIMES","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.16837,30.822997],[-95.863059,30.864125],[-95.83024,30.630284],[-95.804306,30.24557],[-96.093165,30.225187],[-96.15463,30.330288],[-96.16837,30.822997]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GRAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.085935,35.619102],[-100.540158,35.619296],[-100.538978,35.183144],[-101.086281,35.18214],[-101.085935,35.619102]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"SCHOOLCRAFT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.864932,46.504758],[-85.865025,46.244631],[-85.8658399,45.9475711],[-86.278007,45.942057],[-86.4598805,45.7502266],[-86.615601,46.158691],[-86.364953,46.505852],[-85.864932,46.504758]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GASTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.4556,35.419811],[-80.95486,35.400078],[-81.0423025,35.1467686],[-81.328091,35.1622859],[-81.4556,35.419811]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DUNDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0513086,40.3492214],[-101.342788,40.350444],[-101.323353,40.350553],[-101.325514,40.0025653],[-101.411029,40.0025826],[-102.051744,40.003078],[-102.0513086,40.3492214]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"STODDARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.258563,36.922043],[-90.111247,37.041205],[-89.866627,37.126227],[-89.765211,37.126066],[-89.691603,36.859517],[-89.958786,36.629331],[-90.148398,36.630656],[-90.258563,36.922043]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.4171071,39.3889107],[-75.061854,39.568746],[-74.985271,39.514967],[-74.861294,39.323815],[-74.9151558,39.1766975],[-75.4171071,39.3889107]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"HOT SPRING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.407227,34.396853],[-92.948071,34.389255],[-92.793197,34.503606],[-92.668711,34.414237],[-92.678383,34.149622],[-92.886285,34.155877],[-93.408124,34.339527],[-93.407227,34.396853]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"RICHMOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.203688,40.592691],[-74.1601468,40.6460765],[-74.0709435,40.6672082],[-74.0379705,40.5895709],[-74.260611,40.502436],[-74.203688,40.592691]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"WESTMORELAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.9967913,38.2791478],[-76.510694,38.0394889],[-76.63423,37.96663],[-76.936959,38.077074],[-77.061695,38.161631],[-76.9967913,38.2791478]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ULSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.451713,42.169225],[-73.910675,42.127293],[-73.929626,42.078778],[-73.953307,41.589977],[-74.367055,41.590977],[-74.453685,41.875595],[-74.780693,42.016375],[-74.451713,42.169225]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"INDEPENDENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.849448,35.867411],[-91.710552,35.941759],[-91.35723,35.890621],[-91.198556,35.890024],[-91.36957,35.526362],[-91.58188,35.530447],[-91.793958,35.534114],[-91.837179,35.704932],[-91.849448,35.867411]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CAMDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.077692,38.263092],[-92.695886,38.222031],[-92.406275,38.021179],[-92.409231,37.85918],[-92.855384,37.895736],[-93.072447,37.902627],[-93.065199,38.062479],[-93.077692,38.263092]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.692149,39.610265],[-92.300871,39.605348],[-92.310028,39.347795],[-92.314471,39.246454],[-92.430229,39.248795],[-92.707367,39.321614],[-92.692149,39.610265]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.732732,30.490066],[-94.545717,30.526977],[-94.071689,30.526033],[-94.117604,30.241665],[-94.115917,30.160347],[-94.44491,30.113015],[-94.732732,30.490066]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"STEELE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.98481,47.6723],[-97.882405,47.672179],[-97.472745,47.672051],[-97.451512,47.239061],[-97.706034,47.239978],[-97.961208,47.240512],[-97.98481,47.6723]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"ATLANTIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.87726,39.608352],[-74.736216,39.729775],[-74.417393,39.557255],[-74.2910153,39.5083698],[-74.5407879,39.3000255],[-74.861294,39.323815],[-74.985271,39.514967],[-74.87726,39.608352]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.9666497,35.795446],[-82.8937514,35.9338573],[-82.6057036,36.0371989],[-82.5080077,35.9820132],[-82.408602,35.818178],[-82.883909,35.678235],[-82.9666497,35.795446]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BEDFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.658409,40.242933],[-78.620383,40.327025],[-78.257305,40.297883],[-78.134863,40.165131],[-78.3804771,39.7227041],[-78.8082995,39.723071],[-78.658409,40.242933]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CATTARAUGUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.060777,42.537853],[-78.46394,42.536332],[-78.308839,42.521217],[-78.308129,41.9990711],[-78.9188574,41.9991032],[-79.0612644,41.9988381],[-79.060777,42.537853]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"PARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.0443185,45.00088],[-111.038169,45.351391],[-110.794774,45.590682],[-110.783833,46.192699],[-110.281916,46.184397],[-110.228052,45.172129],[-110.064518,45.172129],[-109.798673,45.167339],[-109.7984838,45.0029203],[-111.0443185,45.00088]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LOWNDES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.475617,31.031964],[-83.295052,31.027278],[-83.197971,31.025405],[-83.019419,30.849453],[-83.1366189,30.6238859],[-83.3093471,30.6342388],[-83.3577163,30.6371379],[-83.475617,31.031964]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"EMANUEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.434149,32.762258],[-82.316512,32.835772],[-82.144977,32.812741],[-82.001236,32.60691],[-82.030233,32.53877],[-82.232788,32.318838],[-82.40913,32.353738],[-82.647733,32.512507],[-82.434149,32.762258]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SUFFOLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.4239766,40.6132449],[-73.497351,40.9231823],[-71.936977,41.006137],[-73.012545,40.679651],[-73.4239766,40.6132449]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"WIBAUX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.603766,46.860853],[-104.306062,47.042046],[-104.420347,47.354435],[-104.0449767,47.3970692],[-104.0453083,47.3301279],[-104.0453851,46.6415011],[-104.606903,46.684924],[-104.603766,46.860853]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"TOOELE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0463728,40.1169358],[-114.0421451,40.9998966],[-112.799359,40.999939],[-112.493515,41.076888],[-112.260216,40.769093],[-112.172862,40.467065],[-112.1798,40.011656],[-112.341988,39.904458],[-114.0472682,39.9060981],[-114.0463728,40.1169358]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MAVERICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.6712152,29.083516],[-100.111406,29.086318],[-100.114336,28.648122],[-100.113719,28.197819],[-100.1975101,28.1970007],[-100.500354,28.66196],[-100.6712152,29.083516]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"KING WILLIAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.345215,37.789175],[-77.181418,37.891654],[-76.792184,37.517594],[-77.123675,37.626881],[-77.345215,37.789175]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"CLALLAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.9106868,48.1097997],[-122.949167,47.866822],[-124.6131087,47.8805724],[-124.653243,48.390691],[-124.050734,48.177747],[-122.9106868,48.1097997]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"FERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.836613,49.0003078],[-118.1973751,49.0004068],[-118.141477,48.260155],[-118.340938,47.894316],[-118.85196,47.957906],[-118.836613,49.0003078]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"PEND OREILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.429968,49.0003069],[-117.032351,48.999188],[-117.0329392,48.8466679],[-117.0412145,48.0454651],[-117.436993,48.047207],[-117.499975,48.656187],[-117.429968,49.0003069]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"STEVENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.1973751,49.0004068],[-117.429968,49.0003069],[-117.499975,48.656187],[-117.436993,48.047207],[-117.820947,47.825775],[-118.340938,47.894316],[-118.141477,48.260155],[-118.1973751,49.0004068]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"WHATCOM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.8515271,49.0005912],[-120.751904,48.657002],[-122.6713454,48.645299],[-122.75802,49.002357],[-120.8515271,49.0005912]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.242687,44.679631],[-87.9975734,44.6776639],[-87.7613077,44.6536977],[-87.766026,44.327184],[-88.04324,44.241018],[-88.192611,44.241947],[-88.245204,44.584746],[-88.242687,44.679631]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.420728,41.361308],[-111.264974,41.144044],[-111.592981,40.993015],[-111.641052,40.798925],[-111.738744,40.860998],[-111.856247,41.139083],[-111.420728,41.361308]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HOUSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.739279,31.504056],[-95.273203,31.592886],[-95.003345,31.42571],[-94.95811,31.38693],[-95.434781,31.058098],[-95.617872,30.930418],[-95.76441,31.094211],[-95.739279,31.504056]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ROBERTSON","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.829121,31.105871],[-96.596862,31.2209],[-96.319165,31.357129],[-96.24102,30.973737],[-96.566983,30.69567],[-96.621281,30.730819],[-96.829121,31.105871]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"HASKELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.45125,35.296019],[-95.34465,35.293097],[-95.049933,35.458894],[-94.813629,35.323344],[-94.927863,35.058279],[-95.349233,35.058514],[-95.45125,35.296019]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.48574,38.421579],[-78.452801,38.475527],[-78.288837,38.272656],[-78.368743,38.184074],[-78.663145,38.277933],[-78.48574,38.421579]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"LE FLORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.927863,35.058279],[-94.813629,35.323344],[-94.4339134,35.3863618],[-94.4475095,34.9339762],[-94.454395,34.7289587],[-94.4611687,34.5074567],[-94.937605,34.506831],[-95.059616,34.680736],[-94.927863,35.058279]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MASON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.0988667,38.9608793],[-81.89847,38.929603],[-81.772843,38.680843],[-82.055127,38.474547],[-82.218967,38.591683],[-82.0988667,38.9608793]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"OHIO","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.7025753,40.1571414],[-80.6841732,40.187018],[-80.5190844,40.159672],[-80.51912,40.01641],[-80.7382184,40.0335432],[-80.7025753,40.1571414]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.2865984,35.2057582],[-84.0291044,35.2921238],[-83.702772,35.24852],[-83.738129,35.15595],[-84.0053367,34.9876496],[-84.129447,34.987947],[-84.321869,34.988408],[-84.2865984,35.2057582]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CLARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.07349,31.990182],[-87.667769,31.991355],[-87.50093,31.829251],[-87.765152,31.297346],[-87.946588,31.19293],[-87.906143,31.491752],[-88.088288,31.699303],[-88.07349,31.990182]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MARENGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.930661,32.310574],[-87.85342,32.532086],[-87.812559,32.52456],[-87.524485,32.482028],[-87.47308,32.307614],[-87.472206,32.264919],[-87.667769,31.991355],[-88.07349,31.990182],[-87.930661,32.310574]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"CABELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.2821333,38.5798608],[-82.218967,38.591683],[-82.055127,38.474547],[-82.047128,38.374432],[-82.264849,38.229199],[-82.5089669,38.4146439],[-82.2821333,38.5798608]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"HALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.715709,33.006824],[-87.421936,33.003379],[-87.4212,32.874508],[-87.524485,32.482028],[-87.812559,32.52456],[-87.715709,33.006824]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5846938,38.240513],[-82.593673,38.421809],[-82.5089669,38.4146439],[-82.264849,38.229199],[-82.306391,37.94364],[-82.3984648,37.8430542],[-82.4794201,37.9385625],[-82.5846938,38.240513]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"YORK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.859023,40.226328],[-76.72162,40.12007],[-76.2396837,39.721642],[-76.5694751,39.7214586],[-76.7870972,39.7210481],[-76.999318,39.7200677],[-77.137425,40.069945],[-76.859023,40.226328]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"TEXAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.252261,37.472944],[-92.249463,37.604543],[-92.029258,37.602542],[-91.809105,37.598863],[-91.646626,37.422731],[-91.655607,37.048925],[-92.088708,37.056248],[-92.251359,37.059653],[-92.252261,37.472944]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.25892,36.25788],[-90.809816,36.149567],[-90.852064,35.968092],[-91.032499,35.88507],[-91.198556,35.890024],[-91.35723,35.890621],[-91.25892,36.25788]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LITTLE RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4772667,33.9409109],[-93.958828,33.750994],[-93.957315,33.75094],[-93.825884,33.609853],[-94.0438337,33.5517137],[-94.485875,33.637867],[-94.4772667,33.9409109]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"INYO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.775014,37.463052],[-117.833504,37.4649388],[-117.1660006,36.9712075],[-115.8461139,35.9635527],[-115.648032,35.8096292],[-117.632996,35.797251],[-118.008043,35.789161],[-118.127147,36.279656],[-118.360586,36.744773],[-118.437137,37.059818],[-118.654593,37.141826],[-118.775014,37.463052]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"IREDELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.109507,35.776594],[-81.028833,36.045652],[-80.881591,36.055718],[-80.693197,36.05126],[-80.707826,35.852929],[-80.737379,35.505804],[-80.784167,35.506017],[-80.948122,35.491167],[-80.960025,35.54702],[-81.109507,35.776594]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.906097,35.867918],[-78.751273,36.070834],[-78.546414,36.021826],[-78.255973,35.81812],[-78.708345,35.519296],[-78.914734,35.583672],[-78.906097,35.867918]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MASON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.3878374,44.178694],[-86.043507,44.167088],[-86.037884,43.815611],[-86.435485,43.8194292],[-86.3878374,44.178694]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WILKES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.477516,36.24025],[-81.253649,36.366601],[-80.967153,36.40202],[-80.873205,36.236305],[-80.881591,36.055718],[-81.028833,36.045652],[-81.328324,35.996583],[-81.545488,36.117475],[-81.477516,36.24025]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.182559,35.504151],[-80.066842,35.505661],[-79.767957,35.511484],[-79.614304,35.163679],[-80.075365,35.143081],[-80.182559,35.504151]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SISKIYOU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.5191128,41.9991725],[-123.2310013,42.0049701],[-122.2897491,42.0077647],[-121.44754,41.99719],[-121.446495,41.183484],[-122.498376,41.182675],[-122.973382,41.112074],[-123.408291,41.179944],[-123.661363,41.38209],[-123.703768,41.829117],[-123.5191128,41.9991725]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"SITKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-136.3719865,57.832232],[-135.901964,58.001343],[-135.238129,57.761711],[-134.9494296,57.7812593],[-134.62967,56.709596],[-134.634668,56.265832],[-135.550718,56.841228],[-135.353447,57.020905],[-135.870519,57.221639],[-135.892131,57.408048],[-136.3719865,57.832232]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CLEARFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.805167,40.90598],[-78.710248,41.201859],[-78.236817,41.230475],[-78.093381,41.216931],[-78.038203,41.153633],[-78.359912,40.732592],[-78.35043,40.724827],[-78.801697,40.724539],[-78.805167,40.90598]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.780148,36.238011],[-85.495124,36.302278],[-85.119583,36.144719],[-85.100213,36.138561],[-85.264206,35.979154],[-85.644604,36.015053],[-85.807415,36.131582],[-85.780148,36.238011]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.049411,30.186933],[-81.680215,30.12124],[-81.581207,29.840176],[-82.049244,29.71867],[-82.049425,30.143136],[-82.049411,30.186933]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"DIXIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.4141265,29.6660652],[-83.318859,29.822623],[-82.920608,29.824143],[-82.937329,29.591196],[-83.1659218,29.2890918],[-83.4141265,29.6660652]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"IRWIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.500702,31.59399],[-83.453634,31.757861],[-82.99836,31.673164],[-83.145587,31.472276],[-83.338728,31.475991],[-83.500702,31.59399]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.127775,33.676956],[-89.78689,33.676727],[-89.64528,33.285515],[-89.749441,33.214478],[-90.174614,33.333378],[-90.127775,33.676956]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.318168,35.126986],[-86.261489,35.333579],[-85.913593,35.289189],[-85.873025,35.223362],[-85.8639461,34.9870309],[-86.311274,34.991098],[-86.3187608,34.9910786],[-86.318168,35.126986]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"SARGENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.006715,46.282626],[-97.280568,46.282321],[-97.228291,45.9356566],[-97.9787778,45.935934],[-98.0081018,45.9360126],[-98.006715,46.282626]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.873025,35.223362],[-85.558551,35.319292],[-85.387089,35.147169],[-85.4743388,34.9836733],[-85.605165,34.984678],[-85.8639461,34.9870309],[-85.873025,35.223362]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"ATCHISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.564126,39.652872],[-95.33974,39.65298],[-95.0440508,39.6136683],[-95.0914194,39.5332579],[-94.9657474,39.4216817],[-95.180891,39.419218],[-95.570351,39.41905],[-95.564126,39.652872]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.870595,47.960455],[-119.05697,48.136974],[-118.982234,47.962025],[-119.212225,47.887708],[-119.533123,47.441207],[-119.87576,47.437492],[-120.007074,47.220133],[-120.09446,47.262159],[-120.316594,47.471273],[-119.870595,47.960455]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"MANITOWOC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.04324,44.241018],[-87.766026,44.327184],[-87.5433268,44.3275129],[-87.7285795,43.8922089],[-88.041794,43.891692],[-88.04324,44.241018]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"ECHOLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.019419,30.849453],[-82.971336,30.869392],[-82.5840052,30.5916366],[-82.6895298,30.5978893],[-83.1366189,30.6238859],[-83.019419,30.849453]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"CALEDONIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.374786,44.584125],[-71.939936,44.769032],[-71.8377906,44.3477645],[-72.0538269,44.1598171],[-72.368353,44.204057],[-72.434315,44.506098],[-72.374786,44.584125]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"ORLEANS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.5542716,45.0094677],[-71.8977115,45.0080723],[-71.939936,44.769032],[-72.374786,44.584125],[-72.578161,44.781578],[-72.5542716,45.0094677]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"KEMPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.914413,32.9266],[-88.812782,32.925973],[-88.3474902,32.9290348],[-88.3892486,32.5781224],[-88.914516,32.576955],[-88.914413,32.9266]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.8109439,39.5007392],[-77.719519,39.321314],[-77.8283018,39.1324225],[-78.0331852,39.2646248],[-77.8109439,39.5007392]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.3081868,42.8864892],[-98.1525867,42.8411534],[-97.6354421,42.8518091],[-97.4849169,42.8500032],[-97.485298,42.438578],[-97.834431,42.437684],[-98.300235,42.436913],[-98.305149,42.761207],[-98.3081868,42.8864892]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"PERSHING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.309598,40.960378],[-118.786738,40.855929],[-117.64422,40.857824],[-117.644399,40.684343],[-117.300597,40.526136],[-117.541749,40.001034],[-119.225176,39.999385],[-119.339296,39.998609],[-119.309598,40.960378]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"COFFEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.145587,31.472276],[-82.99836,31.673164],[-82.995698,31.780983],[-82.836366,31.816154],[-82.627342,31.672672],[-82.597509,31.469293],[-82.628975,31.36393],[-83.140483,31.420395],[-83.145587,31.472276]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"LYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.712645,39.250871],[-119.283637,39.621561],[-119.189342,39.65087],[-119.118193,39.388516],[-118.753835,39.07463],[-118.93035,39.072768],[-118.906861,38.414677],[-119.1572261,38.414392],[-119.3287045,38.5343519],[-119.55102,39.085791],[-119.712645,39.250871]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WEST FELICIANA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.636942,30.999416],[-91.1761401,30.9992242],[-91.310061,30.653961],[-91.33087,30.658677],[-91.553019,30.730798],[-91.636942,30.999416]]],[[[-91.723804,31.044254],[-91.6282573,31.005097],[-91.636942,30.999416],[-91.750119,31.018814],[-91.723804,31.044254]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MINERAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.0674474,39.4728087],[-78.6550362,39.5443822],[-78.979898,39.237624],[-79.2623921,39.3262438],[-79.0674474,39.4728087]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FREDERICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.508132,39.08863],[-78.347087,39.466012],[-78.2291295,39.3906639],[-78.0331852,39.2646248],[-78.151614,39.036629],[-78.31408,39.007994],[-78.5322662,39.0527645],[-78.508132,39.08863]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MONONGALIA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.421388,39.721189],[-79.9160174,39.7210559],[-79.763774,39.720776],[-79.894688,39.435588],[-79.938878,39.452465],[-80.39581,39.637347],[-80.421388,39.721189]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ROCKINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.057253,38.761413],[-78.869276,38.762991],[-78.641769,38.604719],[-78.48574,38.421579],[-78.663145,38.277933],[-78.749396,38.206648],[-79.228423,38.4797416],[-79.057253,38.761413]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SHENANDOAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.5322662,39.0527645],[-78.31408,39.007994],[-78.394704,38.82279],[-78.641769,38.604719],[-78.869276,38.762991],[-78.5322662,39.0527645]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"HUMPHREYS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.716277,33.270032],[-90.453233,33.329484],[-90.331589,33.302825],[-90.364031,33.010596],[-90.656632,32.92251],[-90.701845,33.096294],[-90.716277,33.270032]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.78689,33.676727],[-89.506872,33.677605],[-89.381092,33.460307],[-89.453808,33.285942],[-89.64528,33.285515],[-89.78689,33.676727]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"TUNICA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.5732884,34.6336705],[-90.4079828,34.835266],[-90.3114243,34.8728511],[-90.200199,34.724418],[-90.198631,34.554425],[-90.198536,34.511088],[-90.399498,34.423807],[-90.569347,34.524867],[-90.5732884,34.6336705]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CALDWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.205961,39.745841],[-94.205844,39.788954],[-93.758992,39.784674],[-93.758357,39.611407],[-93.759183,39.524558],[-94.208423,39.5272],[-94.205961,39.745841]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.949747,40.300832],[-91.9431175,40.6060606],[-91.716655,40.6037401],[-91.419422,40.378264],[-91.4969575,40.2487039],[-91.950812,40.25721],[-91.949747,40.300832]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.2322407,40.5720146],[-94.015492,40.5740737],[-93.7743442,40.5775305],[-93.763324,40.263988],[-93.764021,40.132909],[-94.216696,40.136626],[-94.214278,40.384254],[-94.2322407,40.5720146]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"RITCHIE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.239477,39.268328],[-81.007836,39.350923],[-80.888744,39.294298],[-80.81297,39.109401],[-81.033632,39.009584],[-81.162455,39.030608],[-81.298017,39.185572],[-81.239477,39.268328]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.543933,36.984639],[-80.178125,37.1134],[-80.128674,37.122901],[-80.235455,36.87213],[-80.46418,36.708718],[-80.633987,36.93178],[-80.543933,36.984639]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.9787778,45.935934],[-97.228291,45.9356566],[-97.227089,45.558158],[-97.979592,45.588483],[-97.9787778,45.935934]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"DODGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.04591,44.196716],[-93.041159,44.196726],[-92.678717,44.195516],[-92.689391,43.84857],[-93.045966,43.848467],[-93.04591,44.196716]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"OHIO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.099803,37.416042],[-87.03826,37.560803],[-86.823429,37.737754],[-86.638935,37.661877],[-86.59281,37.56436],[-86.612095,37.395123],[-86.899268,37.212313],[-87.099803,37.416042]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SALINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.739779,34.853459],[-92.245818,34.493506],[-92.668711,34.414237],[-92.793197,34.503606],[-93.075178,34.771892],[-92.739779,34.853459]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"POWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.96631,37.930768],[-83.768783,37.918371],[-83.63106,37.825372],[-83.707974,37.716463],[-83.7221,37.71642],[-84.001967,37.837592],[-83.96631,37.930768]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"SIMPSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.611586,36.883057],[-86.405769,36.776187],[-86.4114962,36.6482404],[-86.5620677,36.6407467],[-86.763291,36.6487207],[-86.611586,36.883057]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SUMNER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.5620677,36.6407467],[-86.4114962,36.6482404],[-86.2055653,36.6392469],[-86.228434,36.487472],[-86.283256,36.3475],[-86.594286,36.245105],[-86.754795,36.405496],[-86.5620677,36.6407467]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.02803,37.799224],[-87.9253934,37.8995915],[-87.734545,37.638376],[-87.932952,37.480052],[-88.0662503,37.5041383],[-88.1321634,37.574517],[-88.02803,37.799224]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"DE WITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.148764,40.282038],[-88.574885,40.281501],[-88.745164,40.055191],[-89.144764,40.048853],[-89.148764,40.282038]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"EDGAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.937645,39.879803],[-87.5324545,39.8829991],[-87.5323853,39.6073049],[-87.5316667,39.477111],[-87.960179,39.481309],[-87.9666,39.685928],[-87.937645,39.879803]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.177597,37.950311],[-89.129637,38.124747],[-88.704606,38.125195],[-88.706622,37.906797],[-88.70676,37.863338],[-89.151176,37.861999],[-89.177597,37.950311]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.613694,39.395775],[-90.581055,39.521728],[-90.301801,39.520192],[-90.15375,39.520315],[-90.148069,39.261947],[-90.603569,39.117592],[-90.613694,39.395775]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"CALAVERAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.995497,38.225402],[-120.423215,38.473322],[-120.072484,38.509869],[-120.019951,38.433521],[-120.176177,38.374014],[-120.653274,37.831858],[-120.926449,38.077421],[-120.995497,38.225402]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.763948,45.822143],[-93.759435,45.559646],[-94.149467,45.559066],[-94.271776,45.775208],[-93.763948,45.822143]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BILLINGS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.666723,47.329354],[-103.099197,47.328714],[-103.032681,46.98058],[-103.231569,46.629764],[-103.60921,46.629797],[-103.666723,47.329354]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.578589,40.379524],[-85.44433,40.37914],[-85.219901,40.379034],[-85.218758,40.306706],[-85.214386,40.076889],[-85.576197,40.077143],[-85.578589,40.379524]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"PAWNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.584794,38.349386],[-99.032408,38.348334],[-98.912583,38.261088],[-99.022136,38.000236],[-99.569533,38.087372],[-99.584207,38.262179],[-99.584794,38.349386]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MUSKOGEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.766166,35.856403],[-95.265679,35.813266],[-95.127464,35.638894],[-95.049933,35.458894],[-95.34465,35.293097],[-95.34503,35.552241],[-95.712957,35.551802],[-95.766166,35.856403]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"TERREBONNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.2663227,29.3613637],[-91.082602,29.626368],[-91.006743,29.714771],[-90.807692,29.775908],[-90.384285,29.365755],[-90.4094709,29.0584444],[-90.867853,29.056064],[-91.2663227,29.3613637]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"SEQUOYAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.127464,35.638894],[-94.807297,35.638604],[-94.4731194,35.6385472],[-94.4348893,35.3931852],[-94.4339134,35.3863618],[-94.813629,35.323344],[-95.049933,35.458894],[-95.127464,35.638894]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"GILLIAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.4885468,45.6999122],[-119.9995052,45.8116849],[-120.006555,45.257706],[-119.790699,45.067823],[-120.49516,45.068279],[-120.503733,45.083477],[-120.4885468,45.6999122]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MCHENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.05966,48.545337],[-100.40678,48.631878],[-100.27666,48.544813],[-100.197996,47.8476],[-100.585161,47.84748],[-100.971325,47.848703],[-101.059802,48.458448],[-101.05966,48.545337]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ST. CHARLES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.958536,38.870865],[-90.6615829,38.9347033],[-90.4509699,38.961395],[-90.2765837,38.9193385],[-90.117707,38.805748],[-90.320213,38.891148],[-90.732328,38.639302],[-90.964461,38.547545],[-90.958536,38.870865]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GREELEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.0457129,38.6975658],[-101.567094,38.699669],[-101.567482,38.263145],[-102.0446343,38.2624116],[-102.0446504,38.2687492],[-102.0455106,38.6151646],[-102.0457129,38.6975658]]]]}},{"type":"Feature","properties":{"state":"DELAWARE","county":"SUSSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.7231027,38.8298266],[-75.3066521,38.9476602],[-75.089473,38.797198],[-75.048939,38.451263],[-75.3412873,38.4524365],[-75.7017775,38.5607669],[-75.707555,38.6353854],[-75.7231027,38.8298266]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"ADA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.512502,43.807161],[-116.282019,43.807365],[-115.975719,43.591438],[-115.978651,43.113432],[-116.266207,43.112269],[-116.511897,43.29052],[-116.512502,43.807161]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"COOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.517344,33.020566],[-86.491029,33.102944],[-86.17437,33.104394],[-86.00917,33.09026],[-86.007187,32.754984],[-86.374974,32.75358],[-86.517344,33.020566]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"INDIAN RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.868881,27.822522],[-80.4476769,27.8605135],[-80.3166866,27.55734],[-80.679821,27.55847],[-80.87315,27.642288],[-80.868881,27.822522]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"MINERAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.1572261,38.414392],[-118.906861,38.414677],[-118.93035,39.072768],[-118.753835,39.07463],[-117.865116,39.073654],[-118.196235,38.919058],[-117.691021,38.473797],[-118.4279953,37.8962243],[-119.1572261,38.414392]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"VAN BUREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.179072,40.89972],[-91.71818,40.901087],[-91.718787,40.813544],[-91.716655,40.6037401],[-91.9431175,40.6060606],[-92.17978,40.600529],[-92.179072,40.89972]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.896925,36.842085],[-114.0501608,36.8431415],[-114.046838,36.194069],[-114.736165,36.104367],[-114.633487,35.001857],[-115.648032,35.8096292],[-115.8461139,35.9635527],[-115.896925,36.842085]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GRAYSON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.9446169,33.9450133],[-96.9343433,33.9455889],[-96.5946743,33.8830187],[-96.3796608,33.7155309],[-96.384602,33.397826],[-96.83411,33.405498],[-96.94386,33.41641],[-96.9446169,33.9450133]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ST. LOUIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.732328,38.639302],[-90.320213,38.891148],[-90.117707,38.805748],[-90.1665946,38.7724501],[-90.2552949,38.5308777],[-90.2609761,38.5185268],[-90.3402443,38.3870946],[-90.736311,38.466643],[-90.732328,38.639302]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"EAST BATON ROUGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.297658,30.649548],[-90.849041,30.719311],[-90.910701,30.649385],[-90.891728,30.345244],[-91.021014,30.321489],[-91.142105,30.323293],[-91.297658,30.649548]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"BARBOUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.657668,31.880275],[-85.410241,32.146651],[-85.0514111,32.0622561],[-85.0635905,31.991857],[-85.1291593,31.7802783],[-85.1254406,31.7629687],[-85.416437,31.619466],[-85.748251,31.618048],[-85.657668,31.880275]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.4611687,34.5074567],[-94.454395,34.7289587],[-93.930509,34.665608],[-93.935371,34.350097],[-94.243739,34.192501],[-94.4701527,34.1898643],[-94.4611687,34.5074567]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BIBB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.710685,32.952792],[-83.513511,32.844868],[-83.597656,32.664338],[-83.701152,32.692169],[-83.891922,32.848351],[-83.710685,32.952792]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MOBILE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.432007,31.114298],[-87.972869,31.162694],[-88.008396,30.684956],[-88.136173,30.320729],[-88.395023,30.369425],[-88.4124674,30.7355975],[-88.426021,30.9982814],[-88.432007,31.114298]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ALCONA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.888484,44.856458],[-83.3162661,44.8585915],[-83.3169639,44.511683],[-83.886634,44.508976],[-83.888484,44.856458]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"WASHAKIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.550562,44.168455],[-107.146808,44.165666],[-107.110734,43.500286],[-107.534897,43.501362],[-107.595105,43.501397],[-107.715876,43.733343],[-108.429563,43.903355],[-108.550758,44.079403],[-108.550562,44.168455]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MARION","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.39581,39.637347],[-79.938878,39.452465],[-80.197286,39.393186],[-80.494085,39.469599],[-80.39581,39.637347]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"AUGUSTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.3112961,38.4184546],[-79.228423,38.4797416],[-78.749396,38.206648],[-78.838874,38.04737],[-79.15739,37.891003],[-79.482668,38.086054],[-79.512158,38.180419],[-79.3112961,38.4184546]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.7214681,39.2109608],[-81.3703898,39.3487007],[-81.239477,39.268328],[-81.298017,39.185572],[-81.581447,39.026179],[-81.7502668,39.1040312],[-81.752297,39.1810347],[-81.7214681,39.2109608]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WIRT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.581447,39.026179],[-81.298017,39.185572],[-81.162455,39.030608],[-81.278412,38.914867],[-81.502628,38.917922],[-81.581447,39.026179]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"BRADLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.946339,35.287717],[-84.860164,35.350074],[-84.703607,35.241043],[-84.7758377,34.9879372],[-84.8104775,34.987878],[-84.9769738,34.9872198],[-84.946339,35.287717]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.188319,35.610549],[-83.9589178,35.4578994],[-84.0291044,35.2921238],[-84.2865984,35.2057582],[-84.495529,35.285472],[-84.52585,35.624186],[-84.188319,35.610549]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"HOLMES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.331589,33.302825],[-90.174614,33.333378],[-89.749441,33.214478],[-89.965882,32.879573],[-90.364031,33.010596],[-90.331589,33.302825]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ALLEGHANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.2900338,37.6861365],[-80.0558116,37.9518782],[-79.647589,37.874538],[-79.674162,37.763093],[-80.020554,37.647442],[-80.2243032,37.6239914],[-80.2900338,37.6861365]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"GILES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.206578,35.433207],[-86.960804,35.417021],[-86.828301,35.263677],[-86.8362863,34.992803],[-87.2107586,34.9990492],[-87.2240536,34.9992307],[-87.206578,35.433207]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BATH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.9619823,38.0636071],[-79.7970135,38.2672681],[-79.512158,38.180419],[-79.482668,38.086054],[-79.647589,37.874538],[-80.0558116,37.9518782],[-79.9619823,38.0636071]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"KANAWHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.696348,38.626427],[-81.522166,38.612746],[-81.194113,38.527634],[-81.231636,38.263514],[-81.380829,37.969109],[-81.456632,37.987307],[-81.83347,38.20957],[-81.915197,38.325597],[-81.696348,38.626427]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.877503,36.687259],[-83.589521,36.955786],[-83.509083,36.938509],[-83.489813,36.895413],[-83.4609546,36.666131],[-83.675413,36.600814],[-83.9307608,36.5876943],[-83.877503,36.687259]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BRACKEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.0526462,38.7716147],[-83.9043751,38.7672839],[-83.991605,38.593701],[-84.162031,38.554125],[-84.205346,38.582039],[-84.2261626,38.8297771],[-84.0526462,38.7716147]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ANOKA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.51007,45.414798],[-93.019563,45.41177],[-93.01944,45.296929],[-93.020518,45.123866],[-93.226929,45.035671],[-93.51219,45.245683],[-93.51007,45.414798]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"YORK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.987258,43.7929736],[-70.782984,43.814147],[-70.3387375,43.5281093],[-70.703818,43.059825],[-70.8195493,43.123231],[-70.9637927,43.540221],[-70.987258,43.7929736]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BUTLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.899268,37.212313],[-86.612095,37.395123],[-86.469126,37.321099],[-86.399165,37.169896],[-86.674462,36.999766],[-86.941391,37.068981],[-86.899268,37.212313]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"ESSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.2551101,42.7363971],[-71.245384,42.7365553],[-70.817296,42.87229],[-70.654727,42.582234],[-70.982994,42.423996],[-71.2551101,42.7363971]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"BAKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.244662,44.958396],[-117.266573,45.08057],[-116.7831283,45.0777125],[-116.8892952,44.8405298],[-117.225932,44.479389],[-117.2119955,44.2964511],[-117.590849,44.444573],[-117.971787,44.443849],[-118.232214,44.256129],[-118.244662,44.958396]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.315823,29.786541],[-97.024461,30.051435],[-96.794552,30.160545],[-96.62198,30.044283],[-96.569844,29.961516],[-96.874222,29.632706],[-97.142643,29.628101],[-97.317893,29.784658],[-97.315823,29.786541]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"GIBSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.154464,36.204678],[-88.959839,36.222834],[-88.692709,36.062746],[-88.706811,35.791075],[-88.916181,35.797307],[-89.188844,35.99976],[-89.154464,36.204678]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BALLARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9335172,37.2275113],[-88.815952,36.9541],[-89.1031354,36.9447609],[-89.132915,36.982057],[-89.1666202,37.0721103],[-88.9335172,37.2275113]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"ALLENDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.6159557,33.0893385],[-81.193099,33.118668],[-81.082291,33.02663],[-81.4131168,32.7442613],[-81.5439662,33.0444],[-81.6159557,33.0893385]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.212559,36.12029],[-87.99092,36.360133],[-87.98074,36.353307],[-87.949603,36.24316],[-87.96274,35.840921],[-87.970738,35.815705],[-88.177859,35.845841],[-88.212559,36.12029]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"RUTHERFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.265795,35.467818],[-82.169049,35.527811],[-81.824122,35.574983],[-81.691989,35.580041],[-81.7681344,35.1797077],[-81.8741122,35.1835099],[-81.9693584,35.1869271],[-82.261305,35.393198],[-82.265795,35.467818]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"PARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.420221,39.952452],[-87.091006,39.953009],[-87.009477,39.866705],[-87.013062,39.604787],[-87.199012,39.607137],[-87.382418,39.607937],[-87.420221,39.952452]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"GRAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.652112,40.445231],[-106.44342,40.346533],[-105.854926,40.486252],[-105.653321,40.260457],[-105.675798,39.932445],[-105.690348,39.851996],[-105.924618,39.698972],[-106.434508,39.924914],[-106.626569,39.924785],[-106.652112,40.445231]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BALDWIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.42909,33.185352],[-83.274108,33.187238],[-83.052197,33.080682],[-83.073648,32.946562],[-83.357685,32.926141],[-83.42909,33.185352]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"AMELIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.235039,37.368102],[-78.132048,37.454686],[-77.855148,37.418363],[-77.65061,37.265112],[-77.795926,37.192592],[-78.231234,37.29622],[-78.235039,37.368102]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KINNEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.8018675,29.2328316],[-100.699932,29.623897],[-100.112098,29.623263],[-100.111406,29.086318],[-100.6712152,29.083516],[-100.8018675,29.2328316]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"SHARP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.691435,36.253301],[-91.4500049,36.4975402],[-91.4071374,36.4971407],[-91.25892,36.25788],[-91.35723,35.890621],[-91.710552,35.941759],[-91.691435,36.253301]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"TYRRELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.358393,36.020019],[-76.157953,36.059517],[-76.022607,36.096725],[-75.906295,36.085877],[-75.840046,36.028834],[-76.027479,35.668849],[-76.405971,35.697579],[-76.358393,36.020019]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"HINSDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.568875,37.965015],[-107.56862,38.147267],[-107.001119,38.147072],[-107.000602,37.956041],[-107.138191,37.938848],[-107.12868,37.422942],[-107.482131,37.422673],[-107.482179,37.639501],[-107.568875,37.965015]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"YUBA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.62376,39.295621],[-121.076695,39.597264],[-121.009477,39.639459],[-121.022085,39.391558],[-121.279533,39.034618],[-121.414779,38.996452],[-121.62376,39.295621]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BARROW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.817682,34.127493],[-83.537385,33.965912],[-83.647031,33.906198],[-83.799104,33.929844],[-83.817682,34.127493]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MEDINA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.171492,41.063537],[-81.878053,41.275044],[-81.68495,41.277146],[-81.688491,40.98859],[-82.129334,40.991807],[-82.171492,41.063537]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LASALLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.938618,41.628319],[-88.60224,41.631389],[-88.59596,41.457034],[-88.58624,41.108293],[-88.93139,40.92774],[-89.047718,40.925749],[-89.162238,41.10408],[-89.163705,41.310187],[-89.166561,41.585289],[-88.938618,41.628319]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"KIT CARSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.154376,39.565654],[-102.802932,39.567841],[-102.0499921,39.5740561],[-102.0499619,39.568179],[-102.0472007,39.1331467],[-102.046571,39.047038],[-103.163025,39.03761],[-103.154376,39.565654]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"SAGINAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.369876,43.466044],[-84.168127,43.568899],[-83.698816,43.478957],[-83.695621,43.221422],[-83.929079,43.132782],[-84.367891,43.128452],[-84.369876,43.466044]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ST. CLAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.996257,43.154099],[-82.5060424,43.1688274],[-82.415937,43.005555],[-82.707885,42.675497],[-82.983647,42.893741],[-82.996257,43.154099]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.718787,40.813544],[-91.409453,40.812905],[-91.1182229,40.6995347],[-91.1854606,40.6381118],[-91.419422,40.378264],[-91.716655,40.6037401],[-91.718787,40.813544]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"LAFOURCHE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.885589,29.905353],[-90.656312,29.889246],[-90.529601,29.884997],[-90.228157,29.692028],[-89.998954,29.298339],[-90.0898354,29.1644754],[-90.4094709,29.0584444],[-90.384285,29.365755],[-90.807692,29.775908],[-91.006743,29.714771],[-90.885589,29.905353]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"EMMET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.732242,45.7804969],[-84.732687,45.289382],[-85.0960569,45.363088],[-85.119737,45.569026],[-84.732242,45.7804969]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CUMING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.019359,42.090577],[-96.82367,42.090411],[-96.554866,42.015875],[-96.555172,41.742018],[-96.905922,41.742763],[-97.019911,41.74298],[-97.019359,42.090577]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9403849,42.4954398],[-88.7764958,42.4941366],[-88.70738,42.493587],[-88.705633,42.153561],[-88.939732,42.15232],[-88.9403849,42.4954398]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"BLAINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.4895498,49.0004208],[-108.236393,48.9995581],[-108.40987,48.448578],[-108.43398,47.976553],[-108.888316,47.922722],[-108.891115,47.734456],[-109.538677,47.738864],[-109.534295,48.134564],[-109.4895498,49.0004208]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"SHIAWASSEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.367891,43.128452],[-83.929079,43.132782],[-83.922516,42.780821],[-84.158189,42.776639],[-84.363659,42.775778],[-84.36776,43.117942],[-84.367891,43.128452]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"HETTINGER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.928003,46.630065],[-102.096585,46.631024],[-101.997888,46.20548],[-102.924547,46.281519],[-102.928003,46.630065]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"MCKENZIE","RigCount":23},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0449767,47.3970692],[-104.0440933,47.9961072],[-103.485072,48.006725],[-102.828477,48.123664],[-102.642266,47.823713],[-103.099867,47.674416],[-103.099197,47.328714],[-103.666723,47.329354],[-104.0453083,47.3301279],[-104.0449767,47.3970692]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"BLACKFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.447014,40.566929],[-85.201146,40.567242],[-85.219901,40.379034],[-85.44433,40.37914],[-85.447014,40.566929]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"KING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.536993,47.403355],[-122.438093,47.777814],[-121.119179,47.779933],[-121.113569,47.597288],[-121.464234,47.354416],[-121.379682,47.087495],[-121.379961,47.087248],[-122.536993,47.403355]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.730304,32.634228],[-89.322598,32.576433],[-89.322692,32.223472],[-89.730424,32.222039],[-89.784123,32.586891],[-89.730304,32.634228]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"FURNAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.197807,40.350027],[-100.094798,40.351245],[-99.642209,40.3512],[-99.630459,40.35112],[-99.6282538,40.0017719],[-100.1777975,40.0015658],[-100.1935991,40.001573],[-100.197807,40.350027]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"LUCAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.882943,41.487543],[-83.8803905,41.7201945],[-83.7631499,41.7235468],[-83.453832,41.732647],[-83.1638214,41.6241303],[-83.415919,41.618938],[-83.883234,41.414503],[-83.882943,41.487543]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"COWLITZ","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.21795,46.385617],[-122.240966,46.385361],[-122.245856,46.053853],[-122.7880864,45.8510075],[-122.904119,46.083734],[-123.2124936,46.1710965],[-123.21795,46.385617]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"ST. CLAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.325622,33.940147],[-86.065272,33.842198],[-86.145562,33.679098],[-86.378665,33.390983],[-86.516783,33.545896],[-86.577799,33.765316],[-86.325622,33.940147]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"CLATSOP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.547659,46.259109],[-123.3637445,46.1462432],[-123.361622,45.779579],[-123.9662784,45.7830849],[-123.95919,46.141675],[-123.547659,46.259109]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LEON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.646408,30.388281],[-84.2855145,30.6848092],[-84.0837531,30.6759434],[-84.007454,30.67207],[-84.075539,30.273617],[-84.713351,30.30017],[-84.646408,30.388281]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LEVY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.1659218,29.2890918],[-82.937329,29.591196],[-82.656301,29.564811],[-82.40662,29.485048],[-82.535591,29.044855],[-82.7555738,29.0009301],[-83.1659218,29.2890918]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"BLOUNT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.166267,35.805106],[-83.794275,35.887125],[-83.6629119,35.5677998],[-83.9532314,35.4600209],[-83.9589178,35.4578994],[-84.188319,35.610549],[-84.166267,35.805106]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.5163581,36.5014642],[-88.4890767,36.5012837],[-88.0533508,36.4999963],[-87.99092,36.360133],[-88.212559,36.12029],[-88.530322,36.152023],[-88.5163581,36.5014642]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"BAMBERG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.222673,33.44],[-80.797912,33.176944],[-81.082291,33.02663],[-81.193099,33.118668],[-81.222673,33.44]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CHEATHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.120443,36.45546],[-86.913233,36.382621],[-87.054114,36.045535],[-87.182573,36.049726],[-87.286501,36.321933],[-87.120443,36.45546]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"PLYMOUTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.080483,42.095539],[-70.948497,42.2823547],[-70.8358518,42.2647633],[-70.7815745,42.2486369],[-70.5364073,41.8116341],[-70.7159798,41.6140133],[-70.8039626,41.6015155],[-71.080483,42.095539]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HAYWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.2561416,35.7151241],[-82.9666497,35.795446],[-82.883909,35.678235],[-82.745139,35.422967],[-82.920881,35.292037],[-83.186322,35.514368],[-83.2647442,35.7030895],[-83.2561416,35.7151241]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"COCKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.234585,36.085094],[-83.166085,36.180894],[-82.8937514,35.9338573],[-82.9666497,35.795446],[-83.2561416,35.7151241],[-83.310782,35.895846],[-83.234585,36.085094]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BUCKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.333514,40.537057],[-75.1892364,40.609057],[-75.1881999,40.5926134],[-74.9281106,40.3398284],[-74.7233793,40.1528955],[-74.9728548,40.0465054],[-75.015066,40.137992],[-75.484057,40.418451],[-75.333514,40.537057]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"CHARLESTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.51408,32.513897],[-80.40134,32.858466],[-80.149246,33.021601],[-79.897279,32.858766],[-79.446699,33.213458],[-79.2744946,33.1200563],[-80.000801,32.605892],[-80.4722931,32.4833489],[-80.51408,32.513897]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"DECATUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.179177,35.816785],[-88.177859,35.845841],[-87.970738,35.815705],[-88.007709,35.423381],[-88.024741,35.392307],[-88.241677,35.423263],[-88.179177,35.816785]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.2805413,26.7893086],[-81.565931,26.769552],[-81.563763,26.513324],[-81.8464852,26.330372],[-82.180717,26.476257],[-82.2805413,26.7893086]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MIAMI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.056412,38.738587],[-94.6094897,38.7381017],[-94.612866,38.477571],[-94.6127726,38.3887185],[-95.065831,38.389945],[-95.056412,38.738587]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TROUP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2365954,33.129544],[-84.939015,33.224693],[-84.862359,33.191173],[-84.861768,32.872495],[-85.1861174,32.8701383],[-85.2324414,33.1080771],[-85.2365954,33.129544]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"VIGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.5316667,39.477111],[-87.5323853,39.6073049],[-87.382418,39.607937],[-87.199012,39.607137],[-87.240379,39.259064],[-87.5947458,39.2593836],[-87.5316667,39.477111]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BRANTLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.284561,31.224449],[-82.041129,31.373721],[-81.731694,31.330048],[-81.766322,31.169595],[-81.936006,31.047993],[-82.131698,31.010714],[-82.284561,31.224449]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ACCOMACK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.669711,37.950796],[-75.624341,37.994211],[-75.242266,38.027209],[-75.551898,37.748122],[-75.6654179,37.4672935],[-75.9455743,37.5490407],[-75.669711,37.950796]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BRYAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.780858,32.15289],[-81.43583,32.241289],[-81.391698,32.095886],[-81.154731,31.71307],[-81.718658,32.089351],[-81.780858,32.15289]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LEON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.319165,31.357129],[-96.236629,31.413392],[-95.7873,31.618385],[-95.739279,31.504056],[-95.76441,31.094211],[-96.24102,30.973737],[-96.319165,31.357129]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MERCED","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.226804,37.134774],[-120.989811,37.395871],[-120.38767,37.633364],[-120.052055,37.183108],[-120.541696,37.044505],[-120.918731,36.740381],[-121.215406,36.961248],[-121.226804,37.134774]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BEAR LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.599227,42.415395],[-111.0455303,42.5139129],[-111.046689,42.001567],[-111.507813,41.9996857],[-111.599227,42.415395]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BULLOCH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.001236,32.60691],[-81.841005,32.649093],[-81.548006,32.489286],[-81.43583,32.241289],[-81.780858,32.15289],[-81.969069,32.268783],[-82.030233,32.53877],[-82.001236,32.60691]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BURKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.26758,33.267397],[-81.8465005,33.2472521],[-81.762506,33.1972659],[-81.6159557,33.0893385],[-81.5439662,33.0444],[-81.767553,32.909411],[-82.144977,32.812741],[-82.316512,32.835772],[-82.26758,33.267397]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MORROW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.858302,40.705019],[-82.727164,40.711203],[-82.623609,40.549879],[-82.744931,40.349603],[-83.020798,40.433795],[-82.858302,40.705019]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"RAWLINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.411029,40.0025826],[-101.325514,40.0025653],[-100.75883,40.002302],[-100.7388247,40.002263],[-100.740873,39.568043],[-101.389068,39.568369],[-101.413913,39.568361],[-101.411029,40.0025826]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MUSCATINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.368521,41.423178],[-91.366448,41.598373],[-90.899853,41.597133],[-90.786282,41.452888],[-91.0740876,41.3343208],[-91.0744155,41.3336316],[-91.368521,41.423178]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.898373,41.771392],[-90.3118569,41.7285329],[-90.461432,41.523533],[-90.786282,41.452888],[-90.899853,41.597133],[-90.898373,41.771392]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"ELKO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0182032,41.9998399],[-115.0381098,41.9986341],[-114.281855,41.994214],[-114.041723,41.99372],[-114.0421451,40.9998966],[-114.0463728,40.1169358],[-115.834969,40.127842],[-116.000897,40.127376],[-116.157834,40.666389],[-116.158155,40.999912],[-116.586786,41.000398],[-117.018419,41.000254],[-117.0182032,41.9998399]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"RALEIGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.456632,37.987307],[-81.380829,37.969109],[-80.94509,37.819121],[-81.09463,37.588658],[-81.222121,37.510416],[-81.514228,37.791211],[-81.456632,37.987307]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"SUSSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.694914,41.357423],[-74.3670383,41.2042115],[-74.503212,41.085873],[-74.769425,40.910934],[-74.9830421,41.1060176],[-74.694914,41.357423]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SANTA FE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.250499,35.755818],[-106.245649,35.930742],[-105.718611,35.979463],[-105.724461,35.871194],[-105.714419,35.041605],[-106.243874,35.040003],[-106.244216,35.215657],[-106.250499,35.755818]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"ITAWAMBA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.542079,34.465276],[-88.329193,34.463571],[-88.1549022,34.4630343],[-88.1732617,34.3210395],[-88.2035835,34.0865277],[-88.543352,34.089044],[-88.542079,34.465276]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.950812,40.25721],[-91.4969575,40.2487039],[-91.5061679,40.2006435],[-91.4368433,39.9452435],[-91.840353,39.948235],[-91.952726,39.949426],[-91.950812,40.25721]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"FREDERICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.6776958,39.3179408],[-77.469274,39.720229],[-77.4594334,39.7202292],[-77.2170238,39.7202172],[-77.16808,39.353957],[-77.168801,39.353502],[-77.4600656,39.2188429],[-77.6776958,39.3179408]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ROSEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.405408,48.999984],[-95.3198888,48.9987583],[-95.089863,48.713062],[-95.34254,48.540211],[-95.602315,48.538887],[-96.387835,48.544308],[-96.405408,48.999984]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.047237,33.208895],[-108.000598,33.201253],[-107.608485,32.605449],[-108.229343,32.516837],[-108.217143,31.864139],[-108.524538,31.863614],[-108.537011,32.516618],[-109.0471171,32.777794],[-109.047237,33.208895]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"DELAWARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.00573,36.50989],[-94.999403,36.670631],[-94.6179918,36.6679213],[-94.617919,36.499414],[-94.5622679,36.1619726],[-94.797279,36.16139],[-95.011303,36.161815],[-95.00573,36.50989]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"UINTAH","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.976814,39.80623],[-109.976402,40.809686],[-109.20325,40.858401],[-109.0482598,40.6626018],[-109.0507321,40.2226553],[-109.0508719,39.6604718],[-109.0510668,39.4977388],[-110.024118,39.469269],[-109.976814,39.80623]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.594605,43.198345],[-114.374962,43.19964],[-113.714642,43.199783],[-113.714044,42.849734],[-113.931687,42.765026],[-114.594375,42.850901],[-114.594605,43.198345]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"LIBERTY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.11566,30.199976],[-84.932519,30.606393],[-84.646408,30.388281],[-84.713351,30.30017],[-84.54445,30.01103],[-85.025439,29.971399],[-85.11566,30.199976]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"PINELLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.859385,28.1721751],[-82.651165,28.173266],[-82.5663804,27.8363383],[-82.846526,27.854301],[-82.859385,28.1721751]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.885352,39.580108],[-122.739062,39.383266],[-122.340172,38.924246],[-122.395056,38.864245],[-122.627396,38.667506],[-122.821592,38.85014],[-123.056212,39.021096],[-123.063181,39.503539],[-122.885352,39.580108]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"WAKULLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.713351,30.30017],[-84.075539,30.273617],[-84.0761321,30.0990899],[-84.3411488,29.9607563],[-84.54445,30.01103],[-84.713351,30.30017]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BAKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.637579,31.433926],[-84.429876,31.436661],[-84.141124,31.440179],[-84.508078,31.0784],[-84.542653,31.079029],[-84.641673,31.258967],[-84.637579,31.433926]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"DECATUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8634638,30.711497],[-84.730855,31.06919],[-84.542653,31.079029],[-84.508078,31.0784],[-84.376612,31.078883],[-84.3807542,30.6888272],[-84.8634638,30.711497]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"THOMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.116644,31.077971],[-84.003627,31.07729],[-83.736158,31.037679],[-83.743729,30.6585269],[-84.007454,30.67207],[-84.0837531,30.6759434],[-84.116644,31.077971]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WILCOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.609663,32.027938],[-83.608547,32.118405],[-83.337313,32.105885],[-83.205739,31.900325],[-83.177469,31.847857],[-83.480176,31.847312],[-83.612256,31.854089],[-83.609663,32.027938]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.548199,31.349574],[-90.260391,31.350274],[-90.2595549,31.0006618],[-90.3472411,31.0003607],[-90.5475744,30.9999821],[-90.548199,31.349574]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.509748,34.162082],[-89.245485,34.161186],[-89.139158,34.074116],[-89.191781,33.738602],[-89.507135,33.721819],[-89.507353,33.867469],[-89.509748,34.162082]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.322692,32.223472],[-88.913847,32.224186],[-88.910459,31.826649],[-88.943355,31.824565],[-89.31656,31.80209],[-89.322692,32.223472]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.153864,31.610068],[-90.73733,31.611124],[-90.633302,31.349306],[-91.095398,31.320975],[-91.15815,31.346695],[-91.153864,31.610068]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.37095,46.792129],[-123.160588,46.793383],[-122.203115,46.763061],[-121.455218,46.783797],[-121.522324,46.388224],[-122.240966,46.385361],[-123.21795,46.385617],[-123.358334,46.384025],[-123.37095,46.792129]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BON HOMME","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.1525867,42.8411534],[-98.077108,43.16833],[-97.637496,43.16877],[-97.6354421,42.8518091],[-98.1525867,42.8411534]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"DORCHESTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.790296,33.18084],[-80.361851,33.257443],[-80.149246,33.021601],[-80.40134,32.858466],[-80.390533,33.043909],[-80.790296,33.18084]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.8741122,35.1835099],[-81.7681344,35.1797077],[-81.3676049,35.1640922],[-81.457257,34.83928],[-81.711694,34.912577],[-81.8741122,35.1835099]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"CHESTERFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5617085,34.8174824],[-80.3208326,34.8136208],[-79.927398,34.8078626],[-79.829981,34.531925],[-80.288596,34.366207],[-80.408373,34.614765],[-80.5617085,34.8174824]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"FALL RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0546846,43.4778155],[-103.000913,43.476848],[-103.0006095,43.0002593],[-103.5050993,43.0007588],[-104.053127,43.000585],[-104.0546846,43.4778155]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.362572,35.380994],[-88.360829,35.418972],[-88.241677,35.423263],[-88.024741,35.392307],[-87.984916,35.0059101],[-88.200064,34.995634],[-88.3635303,34.9957468],[-88.3804925,34.9957924],[-88.362572,35.380994]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.311754,44.897227],[-98.716498,44.896925],[-98.705762,44.634159],[-98.700453,44.196727],[-98.925953,44.196575],[-99.30018,44.19483],[-99.311754,44.897227]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SULLIVAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6091819,36.5950897],[-82.2941364,36.595073],[-82.243385,36.5948762],[-82.1455733,36.5945603],[-81.8267341,36.6147191],[-81.983843,36.508314],[-82.299859,36.396505],[-82.680677,36.4318],[-82.6091819,36.5950897]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"DARLINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.288596,34.366207],[-79.829981,34.531925],[-79.657764,34.30519],[-80.072808,34.086013],[-80.288692,34.364139],[-80.288596,34.366207]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0556952,44.5709904],[-103.567653,44.604098],[-103.452453,44.140772],[-104.0554162,44.1410812],[-104.0554064,44.1803829],[-104.0556952,44.5709904]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HUMPHREYS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.949603,36.24316],[-87.566798,36.177857],[-87.53453,35.993074],[-87.71676,35.83875],[-87.96274,35.840921],[-87.949603,36.24316]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HOWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.553161,43.5003],[-92.448948,43.500415],[-92.079802,43.5007049],[-92.080976,43.212947],[-92.554381,43.212813],[-92.553161,43.5003]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.817843,31.619771],[-84.546854,31.621199],[-84.450398,31.621868],[-84.429876,31.436661],[-84.637579,31.433926],[-84.819807,31.501192],[-84.817843,31.619771]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"IDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.741611,42.561285],[-95.38801,42.561742],[-95.323497,42.210932],[-95.670822,42.211408],[-95.741611,42.561285]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"DICKENSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.5536395,37.2014504],[-82.3143705,37.2963063],[-82.149375,37.041641],[-82.32783,36.970982],[-82.5536395,37.2014504]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.3402443,38.3870946],[-90.2609761,38.5185268],[-89.899061,38.220755],[-90.2057286,38.0882332],[-90.2527463,38.1277738],[-90.3402443,38.3870946]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ORANGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.117604,30.241665],[-93.901452,30.242672],[-93.7110622,30.2439707],[-93.7063358,30.0521802],[-93.8523099,29.872091],[-94.115917,30.160347],[-94.117604,30.241665]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"OSCEOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.657268,28.347098],[-80.862908,28.347487],[-80.868881,27.822522],[-80.87315,27.642288],[-81.142164,27.643238],[-81.208124,27.821125],[-81.657268,28.347098]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"PARKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.056094,33.003332],[-97.921642,33.001284],[-97.544181,32.994177],[-97.550582,32.555391],[-97.617066,32.555484],[-98.066836,32.558822],[-98.056094,33.003332]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MADERA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.052055,37.183108],[-119.308995,37.777986],[-119.268979,37.73923],[-119.022363,37.585737],[-119.814421,36.850138],[-120.370256,36.78494],[-120.541696,37.044505],[-120.052055,37.183108]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"GREENSVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.767104,36.5454424],[-77.658036,36.894514],[-77.619029,36.877844],[-77.430127,36.707658],[-77.2987702,36.546039],[-77.767104,36.5454424]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"ROCK ISLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.786282,41.452888],[-90.461432,41.523533],[-90.3118569,41.7285329],[-90.2423682,41.7827687],[-90.185609,41.584653],[-90.433771,41.326983],[-91.0740876,41.3343208],[-90.786282,41.452888]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"PRESIDIO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.9807539,30.628812],[-103.80068,30.412527],[-103.793873,29.2592384],[-104.143692,29.383278],[-104.539761,29.676074],[-104.702788,30.211736],[-104.9807539,30.628812]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"HALIFAX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.2184555,36.5414445],[-79.092264,37.061498],[-78.904587,37.022288],[-78.648541,36.697909],[-78.7341228,36.5416087],[-78.796274,36.5417595],[-79.1383359,36.5416383],[-79.2184555,36.5414445]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.217846,39.91699],[-89.144764,40.048853],[-88.745164,40.055191],[-88.745671,39.792146],[-88.810575,39.653222],[-89.02568,39.654183],[-89.217523,39.813224],[-89.217846,39.91699]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"BUTLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.152476,37.912733],[-97.152913,38.087704],[-96.840772,38.085622],[-96.522782,38.08637],[-96.5253,37.607015],[-96.52569,37.476405],[-97.153331,37.475544],[-97.152476,37.912733]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.913057,32.505902],[-91.637587,32.667341],[-91.445299,32.581956],[-91.457643,32.537807],[-91.476739,32.405808],[-91.894729,32.15155],[-92.034397,32.277068],[-91.913057,32.505902]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"TREASURE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.738548,46.481806],[-107.028422,46.39546],[-106.939095,45.870041],[-107.511534,46.043403],[-107.738548,46.481806]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"JAMES CITY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.741984,37.467076],[-76.712305,37.431309],[-76.658651,37.380139],[-76.727859,37.305927],[-76.680151,37.265997],[-76.591577,37.213833],[-76.641581,37.153827],[-76.883156,37.223057],[-76.904471,37.377665],[-76.741984,37.467076]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TITUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.125451,33.389454],[-94.808783,33.363636],[-94.819828,32.982886],[-95.12613,33.034581],[-95.125451,33.389454]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HUGHES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.526498,44.547422],[-99.676398,44.548111],[-99.663508,44.217517],[-99.938217,44.195195],[-100.36539,44.355524],[-100.526498,44.547422]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"GREENBRIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.882187,38.103457],[-80.436514,38.267334],[-80.360048,38.225845],[-79.9619823,38.0636071],[-80.0558116,37.9518782],[-80.2900338,37.6861365],[-80.663348,37.731696],[-80.806316,37.868915],[-80.882187,38.103457]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"BACA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.075938,37.64342],[-102.747615,37.643642],[-102.0418909,37.6442777],[-102.0419385,37.3891901],[-102.04224,36.993083],[-103.002199,37.000104],[-103.0861011,36.9998644],[-103.075938,37.64342]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CRAVEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.391026,35.339533],[-77.189115,35.418362],[-76.895919,35.253889],[-76.71158,34.981768],[-77.078263,34.811322],[-77.109656,35.068609],[-77.473692,35.228985],[-77.391026,35.339533]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"JEFFERSON","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.861994,40.599404],[-80.667957,40.582496],[-80.6273626,40.3951709],[-80.6841732,40.187018],[-80.7025753,40.1571414],[-80.882892,40.159495],[-80.941911,40.4247],[-80.861994,40.599404]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CONEJOS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.678373,37.403596],[-106.039331,37.400852],[-105.743339,37.356798],[-105.7184697,36.9958459],[-106.0063164,36.9953866],[-106.4762336,36.9937741],[-106.678373,37.403596]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.9517296,38.0149401],[-85.8959118,38.1799269],[-85.7945109,38.2779547],[-85.6344441,38.3783994],[-85.468206,38.285309],[-85.424054,38.147438],[-85.42883,38.118383],[-85.938321,37.998756],[-85.9517296,38.0149401]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"CAPE MAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.9151558,39.1766975],[-74.861294,39.323815],[-74.5407879,39.3000255],[-74.9151558,39.1766975]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"POCAHONTAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.360048,38.225845],[-80.245518,38.388457],[-79.626774,38.664214],[-79.649075,38.591515],[-79.7970135,38.2672681],[-79.9619823,38.0636071],[-80.360048,38.225845]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.772843,38.680843],[-81.696348,38.626427],[-81.915197,38.325597],[-82.047128,38.374432],[-82.055127,38.474547],[-81.772843,38.680843]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WAUSHARA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.59798,44.245725],[-89.224813,44.243393],[-88.886673,44.242622],[-88.886193,43.983233],[-89.168612,43.982834],[-89.59795,43.9821],[-89.59798,44.245725]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.4418648,25.803129],[-80.873096,25.805377],[-80.85817,25.1775203],[-81.146765,25.407577],[-81.4418648,25.803129]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"REFUGIO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.541071,28.164669],[-97.375579,28.388684],[-97.160751,28.553475],[-96.890951,28.507178],[-96.790512,28.319238],[-97.260818,28.075759],[-97.541071,28.164669]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"STARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.650045,40.668117],[-81.647735,40.914016],[-81.393249,40.988531],[-81.086312,40.988031],[-81.086679,40.901609],[-81.087289,40.727816],[-81.317739,40.651579],[-81.649199,40.635106],[-81.650045,40.668117]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"STEWART","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0514111,32.0622561],[-84.9199421,32.2308482],[-84.65892,32.232852],[-84.649319,32.232953],[-84.65582,31.920308],[-84.907006,31.924465],[-85.0635905,31.991857],[-85.0514111,32.0622561]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HARRISON","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.338057,40.214253],[-81.269951,40.433486],[-80.941911,40.4247],[-80.882892,40.159495],[-81.225924,40.170075],[-81.338057,40.214253]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"WASCO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.696479,45.25792],[-121.481888,45.258128],[-121.4406958,45.6990738],[-120.913935,45.6480659],[-121.02408,45.218726],[-120.503733,45.083477],[-120.49516,45.068279],[-120.371441,44.821769],[-121.752994,44.829919],[-121.734223,44.88572],[-121.696479,45.25792]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"PINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.053871,46.15812],[-93.054847,46.419269],[-92.2927598,46.4172195],[-92.2938306,46.1573213],[-92.8407421,45.7293967],[-93.141793,45.730657],[-93.053871,46.15812]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"COLQUITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.99943,31.334966],[-83.65409,31.330661],[-83.512607,31.327405],[-83.574857,31.078135],[-83.736158,31.037679],[-84.003627,31.07729],[-83.99943,31.334966]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"FAIRFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.422706,34.572029],[-80.877491,34.543146],[-80.879227,34.457776],[-80.825921,34.26876],[-81.316911,34.239458],[-81.423241,34.494379],[-81.422706,34.572029]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"KITTSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.229039,49.000687],[-96.405408,48.999984],[-96.387835,48.544308],[-97.1477236,48.5438917],[-97.229039,49.000687]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.457816,31.033325],[-94.129632,31.09928],[-94.039034,31.134271],[-93.911126,31.158071],[-93.901452,30.242672],[-94.117604,30.241665],[-94.071689,30.526033],[-94.244888,30.968174],[-94.457816,31.033325]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.093381,41.216931],[-77.989194,41.474822],[-77.598129,41.478576],[-77.144111,41.06884],[-77.14416,41.044338],[-77.508596,40.962938],[-77.79856,41.18195],[-78.038203,41.153633],[-78.093381,41.216931]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.941711,36.186378],[-83.732704,36.164583],[-83.66746,36.080587],[-83.673297,36.038486],[-83.794275,35.887125],[-84.166267,35.805106],[-84.263383,35.89694],[-84.271587,35.910165],[-83.941711,36.186378]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"HENRICO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.63067,37.705673],[-77.240988,37.538088],[-77.177324,37.4906],[-77.249665,37.382],[-77.420875,37.447101],[-77.47782,37.598734],[-77.595462,37.55575],[-77.655399,37.563986],[-77.63067,37.705673]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"SUBLETTE","RigCount":8},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.578656,43.235224],[-110.05157,43.464783],[-109.754717,43.4632],[-109.651451,43.167036],[-109.072851,42.693514],[-109.043864,42.263684],[-110.053708,42.270744],[-110.541634,42.277491],[-110.578656,43.235224]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.44491,30.113015],[-94.115917,30.160347],[-93.8523099,29.872091],[-93.837971,29.690619],[-94.3541225,29.5621028],[-94.442235,29.889538],[-94.44491,30.113015]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.658189,35.609349],[-87.339232,35.65911],[-87.294534,35.444676],[-87.575352,35.398454],[-87.717559,35.483347],[-87.658189,35.609349]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"BENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.874042,46.628283],[-119.45319,46.679243],[-119.264392,46.272595],[-119.041498,46.192667],[-118.9872275,45.9998002],[-119.4321386,45.9132091],[-119.8681539,45.8382266],[-119.865829,46.040858],[-119.874042,46.628283]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"YAKIMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.379961,47.087248],[-121.379682,47.087495],[-120.51,46.737946],[-119.973036,46.737126],[-119.874042,46.628283],[-119.865829,46.040858],[-121.522321,46.044006],[-121.522324,46.388224],[-121.455218,46.783797],[-121.379961,47.087248]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"OSCEOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.8609462,43.4999929],[-95.4544322,43.5003221],[-95.3877876,43.5004787],[-95.388078,43.255221],[-95.861914,43.257566],[-95.8609462,43.4999929]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"SAN JUAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.860845,37.775517],[-107.738283,37.905432],[-107.568875,37.965015],[-107.482179,37.639501],[-107.970086,37.639587],[-107.860845,37.775517]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"SEDGWICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.6534641,41.0022253],[-102.621033,41.0022232],[-102.0517175,41.002377],[-102.051292,40.749591],[-102.65131,40.749402],[-102.6534641,41.0022253]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MODOC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.44754,41.99719],[-120.8799257,41.9934833],[-119.999168,41.99454],[-119.999866,41.183974],[-121.331786,41.183886],[-121.446495,41.183484],[-121.44754,41.99719]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"RED RIVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.3104498,33.873843],[-95.1559076,33.9384824],[-94.7319329,33.7208305],[-94.746925,33.328938],[-94.808783,33.363636],[-95.125451,33.389454],[-95.30664,33.378027],[-95.308637,33.380662],[-95.3104498,33.873843]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ROBERTS","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.086068,35.625267],[-101.085735,36.055276],[-101.085716,36.057572],[-100.546724,36.056536],[-100.540221,36.056491],[-100.540158,35.619296],[-101.085935,35.619102],[-101.086068,35.625267]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COLEMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.713971,32.082089],[-99.631413,32.081274],[-99.195871,32.079235],[-99.202768,31.467234],[-99.60185,31.49195],[-99.721698,31.576759],[-99.713971,32.082089]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BARTOW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.046871,34.096412],[-85.005775,34.392446],[-84.653232,34.41259],[-84.659241,34.07824],[-84.737836,34.079399],[-84.922742,34.082497],[-85.046871,34.096412]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"MONTROSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.059962,38.499987],[-108.379136,38.499987],[-108.378698,38.668097],[-107.500655,38.668553],[-107.63504,38.301896],[-107.965789,38.152328],[-109.0417966,38.1530323],[-109.059962,38.499987]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"PLUMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.497635,40.445591],[-121.327826,40.445367],[-121.061417,40.446536],[-120.209641,40.086008],[-120.147149,39.707658],[-121.009477,39.639459],[-121.076695,39.597264],[-121.429957,39.900313],[-121.436886,40.151905],[-121.497635,40.445591]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SABINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.984461,31.569419],[-93.834924,31.586211],[-93.6006031,31.182625],[-93.911126,31.158071],[-94.039034,31.134271],[-93.984461,31.569419]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.055819,28.312794],[-81.957641,28.34518],[-81.657268,28.347098],[-81.208124,27.821125],[-81.142164,27.643238],[-81.563318,27.646647],[-82.054349,27.646382],[-82.105853,28.17165],[-82.055819,28.312794]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TERRELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.76842,30.653077],[-101.7584,30.288044],[-101.7616192,29.7788601],[-102.318684,29.8721929],[-102.567049,30.052808],[-102.343085,30.284116],[-102.342986,30.598759],[-101.76842,30.653077]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"EVANS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.025339,32.278883],[-81.969069,32.268783],[-81.780858,32.15289],[-81.718658,32.089351],[-81.761735,32.0479],[-82.025339,32.278883]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"OTTAWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.415919,41.618938],[-83.1638214,41.6241303],[-82.6905672,41.4967058],[-82.952224,41.458239],[-83.414626,41.500228],[-83.415919,41.618938]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"PRINCE OF WALES-HYDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-133.0398774,56.2390404],[-132.859783,56.0527693],[-132.470697,55.782162],[-131.977397,55.180949],[-131.957914,54.791239],[-132.866355,54.700386],[-133.232491,55.198828],[-133.789055,55.457892],[-133.643324,55.729037],[-133.92025,55.860295],[-133.656415,56.326909],[-133.0398774,56.2390404]]],[[[-133.317871,57.0026747],[-133.579378,56.757841],[-133.4153789,56.4564449],[-133.821628,56.391602],[-134.202178,56.035175],[-134.418534,56.822333],[-133.887957,57.097744],[-133.317871,57.0026747]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LANIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.197971,31.025405],[-83.046885,31.18368],[-82.971247,31.183988],[-82.971336,30.869392],[-83.019419,30.849453],[-83.197971,31.025405]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BOISE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.213871,44.151387],[-115.520287,44.235356],[-115.294614,44.339445],[-114.990777,43.949723],[-115.508722,43.884855],[-115.975719,43.591438],[-116.282019,43.807365],[-116.213871,44.151387]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.468206,38.285309],[-85.283082,38.358054],[-84.997667,38.335586],[-85.023711,38.129052],[-85.101646,38.03727],[-85.424054,38.147438],[-85.468206,38.285309]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.6177539,37.338418],[-94.6176676,37.3641703],[-94.082083,37.349291],[-94.052313,37.290078],[-94.059211,37.048127],[-94.6181029,37.0567964],[-94.6177539,37.338418]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WEST BATON ROUGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.485089,30.497138],[-91.33087,30.658677],[-91.310061,30.653961],[-91.297658,30.649548],[-91.142105,30.323293],[-91.485089,30.497138]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.171852,32.99586],[-87.837521,33.153637],[-87.715709,33.006824],[-87.812559,32.52456],[-87.85342,32.532086],[-88.053729,32.593052],[-88.171852,32.99586]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.783648,34.991925],[-86.3187608,34.9910786],[-86.311274,34.991098],[-86.326853,34.599403],[-86.550166,34.545963],[-86.790056,34.55079],[-86.783648,34.991925]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"TEHAMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.065426,40.286971],[-122.740358,40.365],[-121.497635,40.445591],[-121.436886,40.151905],[-122.046471,39.797648],[-122.937654,39.798156],[-122.934013,39.978131],[-123.065426,40.286971]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"VERMILION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.932858,40.399401],[-87.935309,40.485923],[-87.5268758,40.4912244],[-87.5270653,40.4768823],[-87.5310216,40.1480354],[-87.5324545,39.8829991],[-87.937645,39.879803],[-87.932858,40.399401]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"WASHOE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.0047955,39.316475],[-120.0030289,39.4450458],[-119.9999354,39.7224069],[-119.999866,41.183974],[-119.999168,41.99454],[-119.3601231,41.9940923],[-119.3241841,41.9938756],[-119.309598,40.960378],[-119.339296,39.998609],[-119.225176,39.999385],[-119.189342,39.65087],[-119.283637,39.621561],[-119.695643,39.520023],[-119.712645,39.250871],[-120.003364,39.1656268],[-120.0047955,39.316475]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.311274,34.991098],[-85.8639461,34.9870309],[-85.605165,34.984678],[-85.5828123,34.8604355],[-86.057712,34.475994],[-86.326853,34.599403],[-86.311274,34.991098]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"NEVADA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.022085,39.391558],[-120.0030289,39.4450458],[-120.0047955,39.316475],[-120.727893,39.288081],[-121.067546,39.005371],[-121.279533,39.034618],[-121.022085,39.391558]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"YOLO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.340172,38.924246],[-121.835488,38.924481],[-121.602894,38.735838],[-121.593273,38.313089],[-121.712034,38.537962],[-122.103281,38.513348],[-122.395056,38.864245],[-122.340172,38.924246]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CHIPPEWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2378732,46.7557028],[-84.969464,46.47629],[-84.117925,46.517619],[-84.1146066,45.9679084],[-84.363503,46.157984],[-85.112513,46.158263],[-85.237839,46.24543],[-85.2378732,46.7557028]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WALKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.863059,30.864125],[-95.617872,30.930418],[-95.434781,31.058098],[-95.32748,30.859547],[-95.359156,30.504369],[-95.83024,30.630284],[-95.863059,30.864125]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MCCURTAIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.156521,34.156965],[-94.937605,34.506831],[-94.4611687,34.5074567],[-94.4701527,34.1898643],[-94.4772667,33.9409109],[-94.485875,33.637867],[-94.7319329,33.7208305],[-95.1559076,33.9384824],[-95.156521,34.156965]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"PENDLETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.626774,38.664214],[-79.349867,38.957509],[-79.134296,38.81334],[-79.057253,38.761413],[-79.228423,38.4797416],[-79.3112961,38.4184546],[-79.649075,38.591515],[-79.626774,38.664214]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"CITRUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.7555738,29.0009301],[-82.535591,29.044855],[-82.311697,28.960391],[-82.263052,28.667634],[-82.6687114,28.6943033],[-82.7555738,29.0009301]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.069544,35.692679],[-88.916181,35.797307],[-88.706811,35.791075],[-88.606862,35.789354],[-88.613611,35.588089],[-88.841607,35.427826],[-89.078876,35.431428],[-89.069544,35.692679]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"GREENWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.246337,34.409676],[-81.945019,34.203148],[-81.870084,34.135357],[-82.008298,33.961646],[-82.046974,33.95321],[-82.326947,34.06412],[-82.246337,34.409676]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"CARBON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.522722,42.261756],[-107.522923,42.434356],[-106.075852,42.433218],[-106.073403,42.433236],[-106.068406,41.395028],[-106.322885,41.395141],[-106.3211692,40.998215],[-106.8603779,41.0007186],[-107.3177958,41.0028425],[-107.9184183,41.0012271],[-107.929736,41.659596],[-107.50972,41.657452],[-107.522722,42.261756]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LYON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.09295,44.630486],[-95.594817,44.542305],[-95.59357,44.19553],[-96.063778,44.196425],[-96.07858,44.19662],[-96.09295,44.630486]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"HAMPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.4131168,32.7442613],[-81.082291,33.02663],[-80.826309,32.704321],[-80.869705,32.660935],[-81.2842384,32.5471109],[-81.3869019,32.5989649],[-81.4131168,32.7442613]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.64115,36.638036],[-87.3359791,36.6415772],[-87.1150036,36.644142],[-87.120443,36.45546],[-87.286501,36.321933],[-87.513533,36.334713],[-87.592358,36.367663],[-87.64115,36.638036]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"KANE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.68375,37.543692],[-110.646394,37.541063],[-110.958333,37.124438],[-111.412784,37.0014777],[-112.538571,37.0007441],[-112.8991909,37.0003012],[-112.900993,37.500021],[-112.68375,37.543692]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.617066,32.555484],[-97.550582,32.555391],[-97.086834,32.549428],[-97.086191,32.265451],[-97.476086,32.17346],[-97.615055,32.203581],[-97.615286,32.318618],[-97.617066,32.555484]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"GOLDEN VALLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.653871,46.219404],[-109.402906,46.219706],[-109.389163,46.693625],[-109.00957,46.750702],[-108.779733,46.132457],[-108.924589,46.13237],[-109.417158,46.044759],[-109.653871,46.219404]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"JUDITH BASIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.639559,47.416486],[-110.213596,47.416657],[-109.756568,47.185694],[-109.745745,46.694097],[-110.273337,46.710509],[-110.652877,46.823626],[-110.639559,47.416486]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MEAGHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.658132,46.913423],[-111.104937,47.028806],[-110.652877,46.823626],[-110.273337,46.710509],[-110.281971,46.220605],[-110.281916,46.184397],[-110.783833,46.192699],[-111.061956,46.192834],[-111.498095,46.762502],[-111.658132,46.913423]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BOSQUE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.864864,32.087328],[-97.615055,32.203581],[-97.476086,32.17346],[-97.277265,31.745492],[-97.60523,31.587762],[-97.766431,31.672461],[-98.005462,32.017897],[-97.864864,32.087328]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"LANCASTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.8405669,35.0014715],[-80.5617085,34.8174824],[-80.408373,34.614765],[-80.879227,34.457776],[-80.877491,34.543146],[-80.898215,34.820746],[-80.90624,35.0751843],[-80.8405669,35.0014715]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.398396,34.460883],[-83.1028738,34.5374309],[-83.050573,34.4950537],[-83.11336,34.27353],[-83.355269,34.22373],[-83.398396,34.460883]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"COLLIER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.8464852,26.330372],[-81.563763,26.513324],[-81.271768,26.517069],[-81.26855,26.253045],[-80.879809,26.259455],[-80.872932,25.979434],[-80.873096,25.805377],[-81.4418648,25.803129],[-81.727086,25.907207],[-81.8464852,26.330372]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"SUMTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.311697,28.960391],[-81.95419,28.960053],[-81.957641,28.34518],[-82.055819,28.312794],[-82.054694,28.478397],[-82.263052,28.667634],[-82.311697,28.960391]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TOM GREEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.26763,31.556462],[-100.82537,31.696155],[-100.235761,31.69297],[-100.111234,31.580267],[-100.115216,31.087994],[-100.688764,31.086576],[-100.693065,31.523954],[-101.267947,31.528688],[-101.26763,31.556462]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WOODFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.47233,40.921206],[-89.047718,40.925749],[-88.93139,40.92774],[-88.929331,40.753337],[-89.26939,40.594329],[-89.554994,40.747637],[-89.47233,40.921206]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"TUSCARAWAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.709132,40.444775],[-81.649199,40.635106],[-81.317739,40.651579],[-81.269951,40.433486],[-81.338057,40.214253],[-81.622683,40.221308],[-81.709132,40.444775]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.3156965,42.1939464],[-89.91965,42.196824],[-89.688486,42.199112],[-89.685366,41.93034],[-90.158153,41.9298432],[-90.1596825,42.0330873],[-90.3156965,42.1939464]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HART","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.050573,34.4950537],[-82.9913882,34.4729806],[-82.7746287,34.2883668],[-83.078004,34.223606],[-83.11336,34.27353],[-83.050573,34.4950537]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.365232,39.589493],[-84.114195,39.577983],[-83.977005,39.569169],[-84.006782,39.255068],[-84.259431,39.270796],[-84.353209,39.292287],[-84.365232,39.589493]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"BROWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.881233,26.333806],[-80.0758744,26.3209128],[-80.1151289,25.9728155],[-80.872932,25.979434],[-80.879809,26.259455],[-80.881233,26.333806]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.129334,40.991807],[-81.688491,40.98859],[-81.647735,40.914016],[-81.650045,40.668117],[-82.126199,40.668229],[-82.129334,40.991807]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LIBERTY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.761735,32.0479],[-81.718658,32.089351],[-81.154731,31.71307],[-81.1352986,31.7105646],[-81.1748326,31.5395964],[-81.491798,31.699575],[-81.824405,32.014882],[-81.761735,32.0479]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.112737,40.993447],[-82.829512,40.996624],[-82.724792,40.995638],[-82.727164,40.711203],[-82.858302,40.705019],[-83.11136,40.702915],[-83.112737,40.993447]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HILLSBOROUGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.651165,28.173266],[-82.105853,28.17165],[-82.054349,27.646382],[-82.5528872,27.6454476],[-82.5663804,27.8363383],[-82.651165,28.173266]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MERIWETHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.862359,33.191173],[-84.502352,33.221055],[-84.496783,33.183866],[-84.52702,32.970548],[-84.506888,32.881788],[-84.700538,32.84464],[-84.861768,32.872495],[-84.862359,33.191173]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MIAMI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.946436,40.999195],[-85.864791,40.651693],[-85.863641,40.565525],[-86.165024,40.562649],[-86.169012,40.909836],[-85.946436,40.999195]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MONO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.639205,38.32688],[-119.5854061,38.7131509],[-119.3287045,38.5343519],[-119.1572261,38.414392],[-118.4279953,37.8962243],[-117.833504,37.4649388],[-118.775014,37.463052],[-119.022363,37.585737],[-119.268979,37.73923],[-119.200283,37.885827],[-119.639205,38.32688]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.65665,39.601395],[-86.326341,39.632177],[-86.249885,39.633645],[-86.251684,39.341672],[-86.381395,39.339752],[-86.630818,39.346948],[-86.68571,39.470063],[-86.65665,39.601395]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.164704,42.20992],[-93.93158,42.209908],[-93.69839,42.209339],[-93.698032,41.86337],[-93.815721,41.863419],[-94.164138,41.863244],[-94.164704,42.20992]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.450037,32.573783],[-89.965882,32.879573],[-89.730016,32.885072],[-89.730304,32.634228],[-89.784123,32.586891],[-90.065697,32.399529],[-90.450037,32.573783]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"SUMMIT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.641052,40.798925],[-111.592981,40.993015],[-111.264974,41.144044],[-111.046637,41.251627],[-111.046723,40.997959],[-110.048483,40.9972973],[-110.0007167,40.9974255],[-110.000711,40.813678],[-110.292692,40.833343],[-110.901974,40.678162],[-111.15182,40.548451],[-111.553266,40.609313],[-111.641052,40.798925]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"GREENVILLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.7620596,35.0818744],[-82.5777151,35.1464753],[-82.3531753,35.1987141],[-82.2162487,35.1932585],[-82.146792,34.785554],[-82.313996,34.484002],[-82.486746,34.819475],[-82.7620596,35.0818744]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.928459,40.900653],[-94.470779,40.899502],[-94.4712077,40.5709595],[-94.6320259,40.5717596],[-94.9148979,40.5749212],[-94.928459,40.900653]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"LYMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.938217,44.195195],[-99.663508,44.217517],[-99.576571,44.192421],[-99.355864,43.934371],[-99.297998,43.499669],[-99.534481,43.499801],[-99.623587,43.742414],[-100.230845,43.713856],[-100.33897,43.716942],[-100.367207,44.168694],[-99.938217,44.195195]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"DECATUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.7388247,40.002263],[-100.1935991,40.001573],[-100.1777975,40.0015658],[-100.180351,39.56689],[-100.720213,39.568034],[-100.740873,39.568043],[-100.7388247,40.002263]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"SHAWANO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.223814,45.029246],[-88.98168,45.028917],[-88.489149,44.855445],[-88.242687,44.679631],[-88.245204,44.584746],[-88.606083,44.590515],[-89.223745,44.681365],[-89.223814,45.029246]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SANTA BARBARA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.6503052,34.9751663],[-120.082084,35.114678],[-119.472754,34.901174],[-119.442352,34.901274],[-119.4779467,34.3788376],[-120.645739,34.581035],[-120.6503052,34.9751663]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"BOLIVAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.205645,33.5469784],[-91.026782,33.763642],[-90.9447955,34.1166572],[-90.9440808,34.1200653],[-90.657002,33.987586],[-90.763509,33.529389],[-91.215671,33.529423],[-91.205645,33.5469784]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"SOMERSET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.5528239,45.6678061],[-70.259117,45.890755],[-70.290896,46.185838],[-70.0230198,46.5734865],[-69.721109,46.574053],[-69.779928,45.542766],[-69.620967,45.010956],[-69.355667,45.073469],[-69.266785,44.721928],[-69.471712,44.692899],[-69.930451,44.610852],[-70.159375,45.128396],[-70.418519,45.144005],[-70.5528239,45.6678061]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"SALEM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.415062,39.801919],[-75.4104925,39.8046722],[-75.061854,39.568746],[-75.4171071,39.3889107],[-75.528088,39.498114],[-75.415062,39.801919]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.1602073,43.8637205],[-123.827004,43.944837],[-123.137319,43.77967],[-123.107686,43.54001],[-122.741716,43.437395],[-122.132034,43.440221],[-122.093776,43.076257],[-122.28273,42.996499],[-122.794776,42.778221],[-123.229619,42.70261],[-123.716492,42.784061],[-123.811553,42.788837],[-123.702144,43.087083],[-123.875698,43.608407],[-124.2190577,43.6109318],[-124.1602073,43.8637205]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"VERMILION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.625484,30.09233],[-92.284675,30.147443],[-91.964458,30.036918],[-92.0428943,29.5774803],[-92.6172344,29.589059],[-92.738604,30.037323],[-92.625484,30.09233]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.544341,34.953319],[-92.121336,35.01221],[-92.029996,34.489352],[-92.208041,34.492765],[-92.245818,34.493506],[-92.739779,34.853459],[-92.544341,34.953319]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"PASSAIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.503212,41.085873],[-74.3670383,41.2042115],[-74.234473,41.142883],[-74.2116176,41.1329814],[-74.130016,40.819938],[-74.272063,40.897427],[-74.503212,41.085873]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"POWER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.007712,43.110933],[-112.750562,42.951528],[-112.558693,42.961247],[-112.419825,42.503038],[-112.654028,42.328872],[-112.999965,42.327427],[-113.236968,42.625254],[-113.243478,43.110946],[-113.007712,43.110933]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.36418,40.846937],[-77.14416,41.044338],[-77.144111,41.06884],[-76.896114,41.13907],[-76.800242,40.881994],[-77.356628,40.807334],[-77.36418,40.846937]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"NAVARRO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.896209,32.073977],[-96.383082,32.328851],[-96.05478,32.012526],[-96.496713,31.796191],[-96.719114,31.814887],[-96.896209,32.073977]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LONOKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.119719,35.066493],[-91.802505,35.030425],[-91.678037,34.48192],[-91.705185,34.48267],[-92.029996,34.489352],[-92.121336,35.01221],[-92.119719,35.066493]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MILLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.0438337,33.5517137],[-93.825884,33.609853],[-93.722867,33.481963],[-93.8049078,33.0193962],[-93.814553,33.019389],[-94.042964,33.019219],[-94.0429458,33.2712421],[-94.0438337,33.5517137]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"CROOK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.076601,45.0002966],[-105.0382522,45.0002917],[-104.057698,44.997431],[-104.0556952,44.5709904],[-104.0554064,44.1803829],[-105.079281,44.176182],[-105.076601,45.0002966]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.479857,34.168696],[-80.288692,34.364139],[-80.072808,34.086013],[-80.000594,34.047877],[-80.180371,33.952002],[-80.479857,34.168696]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BREWSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.80068,30.412527],[-103.439976,30.665939],[-102.567049,30.052808],[-102.318684,29.8721929],[-102.677192,29.738261],[-102.871347,29.241625],[-103.28119,28.982138],[-103.793873,29.2592384],[-103.80068,30.412527]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.54793,34.230913],[-79.128165,34.253652],[-79.339076,33.969722],[-79.190264,33.705787],[-79.317041,33.779878],[-79.324317,33.799123],[-79.54793,34.230913]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WILLIAMSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.204242,35.959186],[-87.182573,36.049726],[-87.054114,36.045535],[-86.618892,35.968224],[-86.686193,35.710051],[-86.782016,35.706595],[-87.215099,35.850651],[-87.204242,35.959186]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.8866971,45.644148],[-92.528198,45.72868],[-92.154888,45.639742],[-92.156465,45.209554],[-92.7660914,45.2100217],[-92.7482677,45.2960594],[-92.8866971,45.644148]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"ORANGEBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.372931,33.490417],[-81.187271,33.652937],[-81.042854,33.707131],[-80.616575,33.466006],[-80.496273,33.558481],[-80.222267,33.443716],[-80.361851,33.257443],[-80.790296,33.18084],[-80.797912,33.176944],[-81.222673,33.44],[-81.372931,33.490417]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"TETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.0553327,44.6662623],[-110.375334,44.583016],[-110.053179,44.008022],[-110.05157,43.464783],[-110.578656,43.235224],[-111.044617,43.31572],[-111.0453606,43.5010515],[-111.0472192,43.9834313],[-111.048974,44.474072],[-111.0553327,44.6662623]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"FAIRFAX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.535991,38.847368],[-77.3300377,39.0559521],[-77.119759,38.934343],[-77.172276,38.893245],[-77.149701,38.87567],[-77.110799,38.843446],[-77.0392399,38.7853363],[-77.0857848,38.7052813],[-77.1302,38.635017],[-77.2241459,38.6351783],[-77.535991,38.847368]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"NEWBERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.945019,34.203148],[-81.643552,34.533652],[-81.423241,34.494379],[-81.316911,34.239458],[-81.338961,34.197587],[-81.471972,34.076552],[-81.870084,34.135357],[-81.945019,34.203148]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.711694,34.912577],[-81.457257,34.83928],[-81.478454,34.821509],[-81.422706,34.572029],[-81.423241,34.494379],[-81.643552,34.533652],[-81.854002,34.594549],[-81.711694,34.912577]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MUSCOGEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0760724,32.6080675],[-84.694603,32.583945],[-84.69451,32.518732],[-84.9811503,32.3790401],[-85.0011308,32.5101548],[-85.0760724,32.6080675]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.881149,41.167824],[-83.421054,41.16678],[-83.420319,40.991889],[-83.515883,40.818134],[-83.880063,40.819919],[-83.880423,40.920429],[-83.881149,41.167824]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HOCKING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.740729,39.46835],[-82.731518,39.554445],[-82.374531,39.654959],[-82.159161,39.556574],[-82.289663,39.384195],[-82.748591,39.368165],[-82.740729,39.46835]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MIAMI-DADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.873096,25.805377],[-80.872932,25.979434],[-80.1151289,25.9728155],[-80.337049,25.465621],[-80.2323906,25.3370695],[-80.495394,25.199808],[-80.85817,25.1775203],[-80.873096,25.805377]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"YOAKUM","RigCount":7},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.0564951,33.3884142],[-102.594836,33.388489],[-102.595023,32.958831],[-103.0634689,32.9591064],[-103.0564951,33.3884142]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"SCREVEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.767553,32.909411],[-81.5439662,33.0444],[-81.4131168,32.7442613],[-81.3869019,32.5989649],[-81.548006,32.489286],[-81.841005,32.649093],[-81.767553,32.909411]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ZAPATA","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.4608258,27.2622402],[-98.954669,27.269397],[-98.95423,26.785694],[-99.1768161,26.5696606],[-99.44697,27.026026],[-99.4608258,27.2622402]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JACKSON","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.938587,29.063244],[-96.658466,29.263876],[-96.640315,29.247804],[-96.309178,28.963291],[-96.323522,28.675597],[-96.643442,28.712105],[-96.938587,29.063244]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"OWYHEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0256638,43.6802936],[-116.511897,43.29052],[-116.266207,43.112269],[-115.964966,42.943673],[-115.441522,42.931127],[-115.037697,42.768414],[-115.0381098,41.9986341],[-117.0182032,41.9998399],[-117.026197,41.99989],[-117.0256638,43.6802936]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.940763,37.716338],[-82.64075,37.720182],[-82.563561,37.684844],[-82.710805,37.285323],[-82.92546,37.486525],[-82.940763,37.716338]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MONONA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.3372161,42.2148495],[-95.670822,42.211408],[-95.672771,41.863147],[-96.1268213,41.8660952],[-96.272877,42.047238],[-96.3372161,42.2148495]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"DONIPHAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.339896,40.0000289],[-95.30829,39.999998],[-94.9933742,39.8985653],[-94.8778175,39.8204148],[-95.0440508,39.6136683],[-95.33974,39.65298],[-95.339896,40.0000289]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"HARMON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.000384,35.030385],[-99.888571,35.030262],[-99.666849,34.724555],[-99.8420639,34.5069328],[-99.9976293,34.5611366],[-100.0003822,34.7463606],[-100.000384,35.030385]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"IDAHO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.7992045,45.8510454],[-116.701975,45.996217],[-116.170272,46.371588],[-115.778831,46.267351],[-115.630708,46.473038],[-114.591116,46.6525505],[-114.3357249,46.655273],[-114.523773,45.5853265],[-114.793207,45.436334],[-114.694001,45.197182],[-115.975787,45.195282],[-116.144386,45.107651],[-116.6909163,45.2689841],[-116.463504,45.615785],[-116.7992045,45.8510454]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"JEWELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.504455,40.0023799],[-98.2740171,40.0023375],[-97.9318249,40.0022363],[-97.931482,39.653767],[-97.931844,39.566921],[-98.487384,39.567492],[-98.505266,39.567603],[-98.504455,40.0023799]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"YORK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.3676049,35.1640922],[-81.328091,35.1622859],[-81.0423025,35.1467686],[-80.90624,35.0751843],[-80.898215,34.820746],[-81.478454,34.821509],[-81.457257,34.83928],[-81.3676049,35.1640922]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LAKE OF THE WOODS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.3198888,48.9987583],[-95.153314,49.384358],[-94.816222,49.320987],[-94.694312,48.789352],[-94.4302013,48.6983088],[-94.428702,48.367333],[-95.210953,48.365971],[-95.34254,48.540211],[-95.089863,48.713062],[-95.3198888,48.9987583]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"ROLETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.182707,48.9992302],[-99.5257001,48.9992713],[-99.493189,48.544834],[-100.145858,48.545211],[-100.182707,48.9992302]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"CARTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.98194,45.786982],[-104.885495,46.136595],[-104.516126,46.136196],[-104.0441332,45.8819763],[-104.0401358,45.2128908],[-104.057698,44.997431],[-105.0382522,45.0002917],[-104.98194,45.786982]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"NORTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.1777975,40.0015658],[-99.6282538,40.0017719],[-99.6253267,40.0017778],[-99.627953,39.567437],[-100.161667,39.567277],[-100.180351,39.56689],[-100.1777975,40.0015658]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"REDWOOD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.594817,44.542305],[-95.360177,44.69854],[-94.865824,44.498218],[-95.108777,44.195044],[-95.462547,44.195942],[-95.59357,44.19553],[-95.594817,44.542305]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"BAYFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.5513415,46.7574753],[-90.745305,46.894254],[-90.9252294,46.5874881],[-90.924583,46.154616],[-91.551282,46.157045],[-91.5513415,46.7574753]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"ASHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.9252294,46.5874881],[-90.5485786,46.5862363],[-90.552227,46.240851],[-90.302063,45.981349],[-90.676968,45.981554],[-90.924583,46.154616],[-90.9252294,46.5874881]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"BURNETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.8407421,45.7293967],[-92.2938306,46.1573213],[-92.049636,46.157597],[-92.031417,45.639928],[-92.154888,45.639742],[-92.528198,45.72868],[-92.8866971,45.644148],[-92.8407421,45.7293967]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.1503062,36.4981403],[-92.1204291,36.4981931],[-91.6723425,36.4992566],[-91.4500049,36.4975402],[-91.691435,36.253301],[-92.15699,36.261248],[-92.1503062,36.4981403]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"NASSAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.050983,30.3683678],[-81.9059784,30.8214073],[-81.444124,30.709714],[-81.4289547,30.5061831],[-81.721507,30.571852],[-82.049236,30.273432],[-82.050983,30.3683678]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.347933,41.863104],[-93.231858,41.862711],[-92.765999,41.862373],[-92.756508,41.508794],[-92.871421,41.508522],[-93.328614,41.507824],[-93.347933,41.863104]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"TRANSYLVANIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.920881,35.292037],[-82.745139,35.422967],[-82.5777151,35.1464753],[-82.7620596,35.0818744],[-82.897499,35.056021],[-83.0084728,35.0269185],[-82.920881,35.292037]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"SEMINOLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0211076,31.0754639],[-84.922423,31.07259],[-84.730855,31.06919],[-84.8634638,30.711497],[-84.864693,30.711542],[-85.002499,31.000682],[-85.0211076,31.0754639]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.0614988,39.3877481],[-75.7669046,39.3776516],[-75.7604414,39.2967896],[-75.7564352,39.2466875],[-76.2650366,39.028551],[-76.0614988,39.3877481]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"COFFEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.25759,35.412476],[-86.245165,35.631913],[-86.207147,35.70379],[-85.985062,35.660108],[-85.876962,35.524095],[-85.913593,35.289189],[-86.261489,35.333579],[-86.25759,35.412476]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"EDGEFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.046974,33.95321],[-82.008298,33.961646],[-81.651759,33.81451],[-82.0165559,33.5290554],[-82.028238,33.544934],[-82.1146538,33.5979051],[-82.046974,33.95321]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CRITTENDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.502429,35.441726],[-90.286899,35.438573],[-90.112504,35.410153],[-90.09061,35.118287],[-90.309297,34.995694],[-90.3114243,34.8728511],[-90.4079828,34.835266],[-90.40854,34.904121],[-90.502993,35.144214],[-90.502429,35.441726]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"LOUISA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.209384,38.131128],[-77.953639,38.118501],[-77.687469,38.007806],[-77.797306,37.729358],[-78.062481,37.904685],[-78.306763,38.006474],[-78.209384,38.131128]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"ONEIDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.999965,42.327427],[-112.654028,42.328872],[-112.419825,42.503038],[-112.126194,42.285229],[-112.109532,41.997598],[-112.1591775,41.9986819],[-113.0000401,41.9982276],[-112.999965,42.327427]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KLEBERG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.942146,27.635932],[-97.840678,27.558358],[-97.2229914,27.5766073],[-97.3468509,27.2779588],[-97.985887,27.209308],[-98.058078,27.260981],[-97.942146,27.635932]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"LEELANAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.5551427,45.0270345],[-85.815119,44.774534],[-86.0784982,44.7783307],[-85.5551427,45.0270345]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"HARNEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.896581,43.611164],[-119.897434,43.6982],[-119.657183,43.95892],[-118.816931,43.960733],[-118.227645,44.039862],[-118.1973692,41.9969941],[-119.3241841,41.9938756],[-119.3601231,41.9940923],[-119.365337,42.748958],[-119.943779,42.746371],[-119.896581,43.611164]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"SUMTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.616186,34.099605],[-80.479857,34.168696],[-80.180371,33.952002],[-80.000594,34.047877],[-79.974601,33.946527],[-80.534085,33.643911],[-80.620107,33.743237],[-80.616186,34.099605]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"RICH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.510839,41.4231],[-111.401576,41.654081],[-111.507813,41.9996857],[-111.046689,42.001567],[-111.0458185,41.5798449],[-111.046637,41.251627],[-111.264974,41.144044],[-111.420728,41.361308],[-111.510839,41.4231]]]]}},{"type":"Feature","properties":{"state":"RHODE ISLAND","county":"NEWPORT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.380542,41.650326],[-71.33097,41.686962],[-71.2086005,41.6903092],[-71.12057,41.497448],[-71.4172128,41.4560313],[-71.380542,41.650326]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.228635,46.593362],[-118.21566,46.588924],[-117.85185,46.62467],[-117.611903,46.338478],[-117.6034258,45.9987602],[-117.9776573,46.0001682],[-117.9969704,46.0001907],[-118.241872,46.295064],[-118.228635,46.593362]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WAUKESHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.535843,43.196048],[-88.417987,43.194697],[-88.063353,43.192117],[-88.069924,42.843323],[-88.306384,42.842095],[-88.541535,42.842996],[-88.535843,43.196048]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"PETROLEUM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.313048,47.58365],[-107.90912,47.450692],[-107.892233,46.851215],[-107.827687,46.755875],[-108.631462,46.749392],[-108.608954,47.098126],[-108.315481,47.315152],[-108.313048,47.58365]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"SWEET GRASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.281916,46.184397],[-110.281971,46.220605],[-109.653871,46.219404],[-109.417158,46.044759],[-109.56207,45.609119],[-109.932025,45.522456],[-110.064518,45.172129],[-110.228052,45.172129],[-110.281916,46.184397]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"SILVER BOW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.085517,45.860648],[-112.577106,46.178981],[-112.401441,45.831851],[-112.190269,45.748503],[-112.687054,45.624854],[-113.085517,45.860648]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.91497,40.328484],[-76.859023,40.226328],[-77.137425,40.069945],[-77.471085,39.944077],[-77.614665,40.198549],[-76.91497,40.328484]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.759183,39.524558],[-93.758357,39.611407],[-93.278098,39.615632],[-93.104485,39.383656],[-93.477233,39.292796],[-93.758463,39.207021],[-93.759183,39.524558]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.007074,47.220133],[-119.87576,47.437492],[-119.533123,47.441207],[-119.212225,47.887708],[-118.982234,47.962025],[-118.973504,47.943414],[-118.979777,47.261709],[-118.982652,46.911344],[-119.369429,46.737695],[-119.45319,46.679243],[-119.874042,46.628283],[-119.973036,46.737126],[-120.007074,47.220133]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.687054,45.624854],[-112.190269,45.748503],[-111.805259,45.798306],[-111.35138,45.641938],[-111.3771382,44.7511964],[-111.4569472,44.6956407],[-112.167108,44.826738],[-112.456854,45.088509],[-112.505568,45.443009],[-112.687054,45.624854]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TOOMBS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.40913,32.353738],[-82.232788,32.318838],[-82.225042,31.913074],[-82.431531,31.966182],[-82.483131,31.968961],[-82.40913,32.353738]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"LOVE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.5612432,33.8990615],[-97.560764,34.071089],[-96.969627,34.07102],[-96.9343433,33.9455889],[-96.9446169,33.9450133],[-97.205652,33.809824],[-97.4841434,33.9138891],[-97.5612432,33.8990615]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"QUEEN ANNE'S","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.2650366,39.028551],[-75.7564352,39.2466875],[-75.7481548,39.1431317],[-75.949335,38.918333],[-76.1968688,38.855742],[-76.2650366,39.028551]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GRAYSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.59281,37.56436],[-86.27527,37.593519],[-86.047598,37.449933],[-86.157589,37.335649],[-86.469126,37.321099],[-86.612095,37.395123],[-86.59281,37.56436]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"KENNEBEC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-70.12939,44.487217],[-69.930451,44.610852],[-69.471712,44.692899],[-69.506382,44.34287],[-69.758208,44.139334],[-70.005471,44.124519],[-70.12939,44.487217]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"KANKAKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.251995,41.114229],[-88.244155,41.201546],[-87.526768,41.298177],[-87.5266482,41.1660899],[-87.5264633,41.0103548],[-88.131938,40.997839],[-88.2473,40.99456],[-88.251995,41.114229]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"VANDERBURGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.688374,38.168419],[-87.467284,38.165403],[-87.4486359,37.9338779],[-87.7132108,37.8830884],[-87.688374,38.168419]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HENDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.7132108,37.8830884],[-87.4486359,37.9338779],[-87.3040575,37.8934325],[-87.408547,37.683563],[-87.495331,37.647547],[-87.734545,37.638376],[-87.9253934,37.8995915],[-87.7132108,37.8830884]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.7831283,45.0777125],[-116.6909163,45.2689841],[-116.144386,45.107651],[-116.157022,44.498928],[-116.299876,44.444576],[-116.528898,44.491545],[-116.625034,44.838952],[-116.8892952,44.8405298],[-116.7831283,45.0777125]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.7972836,48.2057759],[-91.542512,48.053268],[-91.0325395,48.1905788],[-91.0231247,47.4649635],[-91.7939959,46.9427806],[-91.7972836,48.2057759]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"RANDOLPH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.1265389,36.4977977],[-90.7842442,36.4984622],[-90.806615,36.266865],[-90.809816,36.149567],[-91.25892,36.25788],[-91.4071374,36.4971407],[-91.1265389,36.4977977]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"ROUTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.3177958,41.0028425],[-106.8603779,41.0007186],[-106.636922,40.789489],[-106.652112,40.445231],[-106.626569,39.924785],[-107.033968,39.918913],[-107.037363,40.091538],[-107.439386,40.223379],[-107.314153,40.600281],[-107.3177958,41.0028425]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"NICHOLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.231636,38.263514],[-80.881232,38.507045],[-80.650786,38.52659],[-80.436514,38.267334],[-80.882187,38.103457],[-81.231636,38.263514]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.650786,38.52659],[-80.457332,38.739169],[-80.393063,38.727571],[-80.280059,38.694867],[-80.245518,38.388457],[-80.360048,38.225845],[-80.436514,38.267334],[-80.650786,38.52659]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CARTER","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.562323,34.507036],[-97.35211,34.506788],[-96.933457,34.332661],[-96.933671,34.172553],[-96.969627,34.07102],[-97.560764,34.071089],[-97.562575,34.289182],[-97.562323,34.507036]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HOPKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.813413,37.350645],[-87.375145,37.569988],[-87.295965,37.391819],[-87.333741,37.157186],[-87.680617,37.149239],[-87.813413,37.350645]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MCDONOUGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.904216,40.639201],[-90.789652,40.63575],[-90.445506,40.627843],[-90.450227,40.276335],[-90.909756,40.284394],[-90.904216,40.639201]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"TATE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.200199,34.724418],[-89.723442,34.772311],[-89.668448,34.554367],[-89.721341,34.554274],[-90.198631,34.554425],[-90.200199,34.724418]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.412112,37.599912],[-88.375332,37.599563],[-88.1321634,37.574517],[-88.0662503,37.5041383],[-88.358436,37.40486],[-88.4159022,37.4212206],[-88.412112,37.599912]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ASCENSION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.021014,30.321489],[-90.891728,30.345244],[-90.632811,30.221409],[-90.641998,30.16643],[-90.963693,30.06645],[-91.105951,30.062478],[-91.021014,30.321489]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"JENNINGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.686783,39.130859],[-85.440054,39.195617],[-85.444897,38.912998],[-85.683839,38.815406],[-85.795357,38.807508],[-85.798804,39.068536],[-85.686783,39.130859]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.854627,37.147482],[-80.606962,37.244871],[-80.529762,37.133842],[-80.580469,37.089662],[-80.543933,36.984639],[-80.633987,36.93178],[-80.740483,36.879001],[-80.912674,37.073349],[-80.854627,37.147482]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.8573586,37.4211287],[-80.663348,37.731696],[-80.2900338,37.6861365],[-80.2243032,37.6239914],[-80.4695689,37.4290255],[-80.8573586,37.4211287]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.1383359,36.5416383],[-78.796274,36.5417595],[-78.802335,36.235794],[-78.950597,36.23932],[-79.153997,36.241875],[-79.1383359,36.5416383]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"KEOKUK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.411995,41.509548],[-92.297494,41.50979],[-91.946043,41.510749],[-91.945571,41.163578],[-92.179974,41.162662],[-92.410233,41.161942],[-92.411995,41.509548]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"BRONX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.9204715,40.9186063],[-73.74806,40.871721],[-73.778958,40.811713],[-73.912456,40.796096],[-73.9658345,40.8247453],[-73.9204715,40.9186063]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ESSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.28187,44.120552],[-73.909687,44.429699],[-73.3479832,44.5461629],[-73.317456,44.2635222],[-73.3825261,43.808159],[-73.43812,43.803687],[-74.057005,43.744513],[-74.28187,44.120552]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.0008102,36.9992011],[-95.9642712,36.9992231],[-95.7867619,36.9992709],[-95.809617,36.597476],[-95.81268,36.42356],[-96.001171,36.423686],[-96.0008102,36.9992011]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"BEAVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.9454668,36.9982468],[-100.633325,37.0001736],[-100.0894817,37.0014795],[-100.0025715,37.0016192],[-100.00316,36.59325],[-100.003762,36.4997018],[-100.5461451,36.4995051],[-100.9541522,36.4995295],[-100.9454668,36.9982468]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"PARMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.042769,34.747361],[-102.525184,34.746931],[-102.525631,34.313034],[-102.61515,34.312891],[-103.0438503,34.3127499],[-103.042769,34.747361]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.930509,34.665608],[-93.710297,34.745296],[-93.394289,34.743393],[-93.407227,34.396853],[-93.408124,34.339527],[-93.478646,34.340851],[-93.935371,34.350097],[-93.930509,34.665608]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TALBOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.700538,32.84464],[-84.506888,32.881788],[-84.286246,32.747626],[-84.444353,32.562083],[-84.637323,32.534855],[-84.69451,32.518732],[-84.694603,32.583945],[-84.700538,32.84464]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"SANDOVAL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.624283,36.219809],[-106.885053,36.21657],[-106.885317,35.998969],[-106.248161,35.966327],[-106.250499,35.755818],[-106.244216,35.215657],[-107.197244,35.219459],[-107.309386,35.305687],[-107.308667,35.998556],[-107.626511,36.000288],[-107.624283,36.219809]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.462892,38.533519],[-87.242097,38.54493],[-87.072369,38.5147],[-87.073067,38.232596],[-87.316893,38.246077],[-87.462892,38.533519]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"GRAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.22661,38.001015],[-100.22709,37.914018],[-100.216229,37.47519],[-100.652642,37.474848],[-100.652251,37.736275],[-100.664166,38.00253],[-100.22661,38.001015]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"RAMSEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.020518,45.123866],[-93.020044,44.89075],[-93.178539,44.888338],[-93.226929,45.035671],[-93.020518,45.123866]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"DAWSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.234771,47.790502],[-104.978553,47.616272],[-104.593664,47.616294],[-104.420347,47.354435],[-104.306062,47.042046],[-104.603766,46.860853],[-105.027526,46.861457],[-105.406309,47.181583],[-105.234771,47.790502]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"CUSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.086463,46.845881],[-106.086585,46.86029],[-105.618158,46.832148],[-105.449196,46.570967],[-104.733059,46.612695],[-104.905988,46.482251],[-104.885495,46.136595],[-104.98194,45.786982],[-106.191734,45.7886],[-106.086463,46.845881]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.952167,44.161271],[-72.804995,44.451676],[-72.434315,44.506098],[-72.368353,44.204057],[-72.742303,44.029655],[-72.952167,44.161271]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.996434,33.835967],[-99.474498,33.733849],[-99.472444,33.399023],[-99.99098,33.397404],[-99.996434,33.835967]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"SMITH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.136803,36.295859],[-85.978893,36.426073],[-85.828026,36.411836],[-85.780148,36.238011],[-85.807415,36.131582],[-86.059706,36.086024],[-86.136803,36.295859]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WICHITA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.567094,38.699669],[-101.484383,38.700166],[-101.128379,38.700603],[-101.125438,38.264509],[-101.542312,38.263207],[-101.567482,38.263145],[-101.567094,38.699669]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.097602,35.174194],[-79.095808,35.192068],[-78.617127,35.245578],[-78.494705,34.856182],[-78.901998,34.835268],[-79.038747,34.952715],[-79.097602,35.174194]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.744931,40.349603],[-82.623609,40.549879],[-82.336962,40.555001],[-82.22011,40.568206],[-82.184607,40.45628],[-82.195911,40.239071],[-82.750747,40.276996],[-82.744931,40.349603]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"ROCKINGHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.392388,43.009309],[-71.247336,43.275232],[-70.8195493,43.123231],[-70.703818,43.059825],[-70.817296,42.87229],[-71.245384,42.7365553],[-71.392388,43.009309]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"STONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.611003,36.922831],[-93.610126,36.99581],[-93.304359,36.816866],[-93.3153271,36.4983127],[-93.5842815,36.4989017],[-93.611003,36.922831]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"WYTHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.379402,36.952442],[-80.912674,37.073349],[-80.740483,36.879001],[-81.042428,36.806448],[-81.261987,36.763033],[-81.379402,36.952442]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"ALLEGHENY","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.148451,40.67429],[-79.69293,40.669744],[-79.870585,40.197415],[-80.360873,40.477539],[-80.148451,40.67429]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TARRANT","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.544181,32.994177],[-97.39848,32.990839],[-97.032287,32.989324],[-97.038385,32.548662],[-97.086834,32.549428],[-97.550582,32.555391],[-97.544181,32.994177]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.265366,46.10861],[-95.76975,46.10745],[-95.758508,45.759932],[-96.254022,45.75982],[-96.26614,46.02161],[-96.265366,46.10861]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BATH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.977924,38.192118],[-83.848355,38.296949],[-83.635195,38.187525],[-83.498846,38.05062],[-83.75943,37.998731],[-83.977924,38.192118]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CARTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.341347,38.319521],[-83.166419,38.503965],[-82.817454,38.373935],[-82.794206,38.243772],[-82.924805,38.175114],[-83.244306,38.19238],[-83.341347,38.319521]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CALLOWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.485697,36.750328],[-88.110831,36.74715],[-88.070532,36.678118],[-88.0533508,36.4999963],[-88.4890767,36.5012837],[-88.485697,36.750328]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"BEAUFORT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.869705,32.660935],[-80.826309,32.704321],[-80.51408,32.513897],[-80.4722931,32.4833489],[-80.455192,32.326458],[-80.8674277,32.07849],[-80.869705,32.660935]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.165619,44.596987],[-90.92235,44.596293],[-90.801918,44.422442],[-90.316055,44.424502],[-90.31268,44.24875],[-90.312522,44.155198],[-90.973107,44.070882],[-91.151932,44.079665],[-91.165619,44.596987]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"FREMONT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.053179,44.008022],[-109.542332,43.961352],[-109.312949,43.813293],[-108.934141,43.619163],[-108.337861,43.459765],[-107.595105,43.501397],[-107.534897,43.501362],[-107.522923,42.434356],[-107.522722,42.261756],[-109.043864,42.263684],[-109.072851,42.693514],[-109.651451,43.167036],[-109.754717,43.4632],[-110.05157,43.464783],[-110.053179,44.008022]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ST. LOUIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.0884545,48.6268142],[-92.954876,48.631493],[-91.7972836,48.2057759],[-91.7939959,46.9427806],[-92.01529,46.706469],[-92.292192,46.663242],[-93.061529,46.76655],[-93.055943,47.026415],[-93.081158,47.89187],[-93.0884545,48.6268142]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.234771,47.790502],[-105.194783,48.066617],[-104.544517,48.126553],[-104.0440933,47.9961072],[-104.0449767,47.3970692],[-104.420347,47.354435],[-104.593664,47.616294],[-104.978553,47.616272],[-105.234771,47.790502]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"ATKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.140483,31.420395],[-82.628975,31.36393],[-82.671669,31.183739],[-82.971247,31.183988],[-83.046885,31.18368],[-83.140483,31.420395]]]]}},{"type":"Feature","properties":{"state":"VERMONT","county":"BENNINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.2738328,42.9436317],[-73.2553558,43.3147124],[-72.867902,43.300742],[-72.819368,43.255498],[-72.996941,43.119097],[-72.9302626,42.7390683],[-73.0230179,42.7409727],[-73.264957,42.74594],[-73.2738328,42.9436317]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"HUMBOLDT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.3241841,41.9938756],[-118.1973692,41.9969941],[-117.026197,41.99989],[-117.0182032,41.9998399],[-117.018419,41.000254],[-117.018664,40.643035],[-117.300597,40.526136],[-117.644399,40.684343],[-117.64422,40.857824],[-118.786738,40.855929],[-119.309598,40.960378],[-119.3241841,41.9938756]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CLEBURNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.85189,33.498742],[-85.796054,33.55622],[-85.530094,33.941423],[-85.3988712,33.9641293],[-85.3866706,33.9017015],[-85.3381163,33.6531144],[-85.3049438,33.4827563],[-85.643482,33.495885],[-85.85189,33.498742]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"QUITMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0635905,31.991857],[-84.907006,31.924465],[-84.95864,31.777854],[-85.1291593,31.7802783],[-85.0635905,31.991857]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"PETERSBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-133.317871,57.0026747],[-132.619258,56.660778],[-133.4153789,56.4564449],[-133.579378,56.757841],[-133.317871,57.0026747]]],[[[-133.696701,57.792724],[-132.871898,57.712796],[-132.6552787,57.6017446],[-132.051044,57.051155],[-132.1189179,56.8912294],[-132.5458223,56.7136212],[-132.93752,57.048321],[-133.544817,57.24257],[-133.703097,57.792152],[-133.696701,57.792724]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"PICKETT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2762879,36.6261575],[-84.9748684,36.6145834],[-84.7854,36.6033754],[-84.731839,36.524674],[-85.120445,36.407164],[-85.284878,36.531293],[-85.2762879,36.6261575]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JEFF DAVIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.836366,31.816154],[-82.645659,31.918883],[-82.543655,31.958914],[-82.483131,31.968961],[-82.431531,31.966182],[-82.52142,31.710796],[-82.627342,31.672672],[-82.836366,31.816154]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.465089,37.339677],[-78.239748,37.690495],[-78.159326,37.748528],[-78.072174,37.657385],[-78.132048,37.454686],[-78.235039,37.368102],[-78.465089,37.339677]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"MCNAIRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.781768,35.247587],[-88.362572,35.380994],[-88.3804925,34.9957924],[-88.786612,34.995252],[-88.781768,35.247587]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BURT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.554866,42.015875],[-96.272877,42.047238],[-96.1268213,41.8660952],[-96.1079379,41.676509],[-96.444785,41.683633],[-96.555172,41.742018],[-96.554866,42.015875]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PASQUOTANK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.491336,36.510677],[-76.022607,36.096725],[-76.157953,36.059517],[-76.453711,36.378092],[-76.491336,36.510677]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BASTROP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.369539,30.419563],[-97.334463,30.402843],[-97.024461,30.051435],[-97.315823,29.786541],[-97.64937,30.067944],[-97.369539,30.419563]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.314006,38.492592],[-85.16827,38.585448],[-85.074583,38.596838],[-84.870482,38.356751],[-84.997667,38.335586],[-85.283082,38.358054],[-85.314006,38.492592]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.627342,31.672672],[-82.52142,31.710796],[-82.226585,31.530699],[-82.417246,31.417119],[-82.597509,31.469293],[-82.627342,31.672672]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MCLEAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.495331,37.647547],[-87.408547,37.683563],[-87.03826,37.560803],[-87.099803,37.416042],[-87.295965,37.391819],[-87.375145,37.569988],[-87.495331,37.647547]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.518691,33.83565],[-100.04848,33.835974],[-99.996434,33.835967],[-99.99098,33.397404],[-100.517449,33.397866],[-100.518691,33.83565]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"GRAND TRAVERSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.815119,44.774534],[-85.5551427,45.0270345],[-85.4314155,45.0166495],[-85.332836,44.812372],[-85.334,44.512303],[-85.817802,44.512969],[-85.815119,44.774534]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MORGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.433942,38.033974],[-83.263289,38.115386],[-83.022115,38.007047],[-82.989014,37.963968],[-83.004649,37.859247],[-83.262172,37.712657],[-83.49508,37.861906],[-83.433942,38.033974]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"WASATCH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.593942,40.577066],[-111.553266,40.609313],[-111.15182,40.548451],[-110.901974,40.678162],[-110.891655,39.899654],[-111.082455,39.900155],[-111.593942,40.577066]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LEHIGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.757807,40.735414],[-75.608985,40.787387],[-75.333514,40.537057],[-75.484057,40.418451],[-75.529694,40.446995],[-75.891473,40.67727],[-75.757807,40.735414]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BLANCO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.59167,30.499875],[-98.351041,30.486096],[-98.125556,30.426186],[-98.172977,30.356312],[-98.2976,30.037994],[-98.414018,29.937557],[-98.587897,30.138954],[-98.59167,30.499875]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.311069,43.553991],[-90.193814,43.164464],[-90.429825,43.20094],[-90.666786,43.171777],[-90.668561,43.422994],[-90.311069,43.553991]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"WETZEL","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.8355217,39.7192518],[-80.519342,39.721403],[-80.421388,39.721189],[-80.39581,39.637347],[-80.494085,39.469599],[-80.544521,39.42912],[-80.618629,39.450375],[-80.943782,39.606926],[-80.8355217,39.7192518]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"LAFAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.426902,42.812862],[-89.83841,42.813799],[-89.8375949,42.5049104],[-89.9270069,42.5057905],[-90.426377,42.5071777],[-90.426902,42.812862]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"THURSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.201891,47.085059],[-122.820576,47.19422],[-122.203115,46.763061],[-123.160588,46.793383],[-123.201891,47.085059]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MORRIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.808783,33.363636],[-94.746925,33.328938],[-94.65226,33.268861],[-94.653994,32.879506],[-94.705878,32.879177],[-94.719942,32.904502],[-94.819828,32.982886],[-94.808783,33.363636]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.979777,47.261709],[-117.96093,47.260568],[-117.959335,46.914811],[-118.210243,46.738833],[-119.369429,46.737695],[-118.982652,46.911344],[-118.979777,47.261709]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"UNICOI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6057036,36.0371989],[-82.595065,36.096205],[-82.34046,36.252807],[-82.220253,36.15382],[-82.4169376,36.07297],[-82.5080077,35.9820132],[-82.6057036,36.0371989]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"GREENE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.166085,36.180894],[-83.082312,36.242296],[-82.702566,36.410412],[-82.595065,36.096205],[-82.6057036,36.0371989],[-82.8937514,35.9338573],[-83.166085,36.180894]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.712615,43.286143],[-74.140147,43.253979],[-74.097467,42.982934],[-74.759895,43.047423],[-74.712615,43.286143]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.075166,37.339937],[-94.6177539,37.338418],[-94.6181029,37.0567964],[-94.617964,36.998905],[-95.00762,36.9995226],[-95.073504,36.9994881],[-95.075166,37.339937]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.9923103,30.0892687],[-83.820235,30.30354],[-83.36726,30.26044],[-83.318859,29.822623],[-83.4141265,29.6660652],[-83.9923103,30.0892687]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"GADSDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.932519,30.606393],[-84.864693,30.711542],[-84.8634638,30.711497],[-84.3807542,30.6888272],[-84.2855145,30.6848092],[-84.646408,30.388281],[-84.932519,30.606393]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.260232,39.139845],[-90.7232836,39.224103],[-90.6615829,38.9347033],[-90.958536,38.870865],[-91.264287,38.992762],[-91.260232,39.139845]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HOUSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.98074,36.353307],[-87.592358,36.367663],[-87.513533,36.334713],[-87.566798,36.177857],[-87.949603,36.24316],[-87.98074,36.353307]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"GEORGETOWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.317041,33.779878],[-79.190264,33.705787],[-78.9956317,33.5720746],[-79.2744946,33.1200563],[-79.446699,33.213458],[-79.677014,33.304944],[-79.317041,33.779878]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"KLICKITAT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.522321,46.044006],[-119.865829,46.040858],[-119.8681539,45.8382266],[-119.9995052,45.8116849],[-120.4885468,45.6999122],[-120.913935,45.6480659],[-121.4406958,45.6990738],[-121.5240061,45.7238362],[-121.522321,46.044006]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"HORRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.128165,34.253652],[-79.0712542,34.299313],[-78.6508713,33.9450557],[-78.541087,33.851112],[-78.9956317,33.5720746],[-79.190264,33.705787],[-79.339076,33.969722],[-79.128165,34.253652]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"GOSHEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.655639,42.609468],[-104.0526622,42.6117663],[-104.0527621,42.0017183],[-104.0528252,41.6979539],[-104.0526346,41.5642758],[-104.653338,41.653007],[-104.655639,42.609468]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.0455303,42.5139129],[-111.0440527,43.019407],[-111.044617,43.31572],[-110.578656,43.235224],[-110.541634,42.277491],[-110.053708,42.270744],[-110.048,41.578015],[-111.0458185,41.5798449],[-111.046689,42.001567],[-111.0455303,42.5139129]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"WILLIAMSBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.87562,33.885245],[-79.324317,33.799123],[-79.317041,33.779878],[-79.677014,33.304944],[-80.101697,33.496891],[-79.87562,33.885245]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"CAPE GIRARDEAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.861123,37.599286],[-89.501791,37.5588957],[-89.4736794,37.3348539],[-89.4828893,37.2609507],[-89.765211,37.126066],[-89.866627,37.126227],[-89.861123,37.599286]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"DALLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.072447,37.902627],[-92.855384,37.895736],[-92.853481,37.48397],[-93.07338,37.414989],[-93.182489,37.417204],[-93.187915,37.802737],[-93.072447,37.902627]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"THAYER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.820816,40.350545],[-97.368688,40.350392],[-97.369199,40.0019393],[-97.8215008,40.0021869],[-97.820816,40.350545]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CHERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.082548,42.9991406],[-101.2280134,42.9978687],[-100.1984138,42.9979769],[-100.198478,42.846102],[-100.167605,42.085848],[-100.267622,42.086147],[-100.846129,42.088166],[-101.426557,42.092194],[-102.006204,42.096338],[-102.082548,42.9991406]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.215214,41.050515],[-79.208878,41.331861],[-79.095096,41.340658],[-78.710248,41.201859],[-78.805167,40.90598],[-79.21531,40.911346],[-79.215214,41.050515]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.736311,38.466643],[-90.3402443,38.3870946],[-90.2527463,38.1277738],[-90.416022,38.042315],[-90.63998,38.076548],[-90.780185,38.204112],[-90.736311,38.466643]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ALEXANDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.328324,35.996583],[-81.028833,36.045652],[-81.109507,35.776594],[-81.334272,35.796281],[-81.328324,35.996583]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.430229,39.248795],[-92.314471,39.246454],[-92.110387,39.064204],[-92.220661,38.643167],[-92.394866,38.73913],[-92.498377,38.922084],[-92.558086,38.970692],[-92.430229,39.248795]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SHELBY","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.511431,31.973984],[-94.0294284,31.979687],[-93.8782519,31.8442766],[-93.834924,31.586211],[-93.984461,31.569419],[-94.399091,31.653596],[-94.452416,31.844281],[-94.511431,31.973984]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SHASTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.498376,41.182675],[-121.446495,41.183484],[-121.331786,41.183886],[-121.327826,40.445367],[-121.497635,40.445591],[-122.740358,40.365],[-123.065426,40.286971],[-122.752197,40.688985],[-122.498376,41.182675]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"YELLOWSTONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.924589,46.13237],[-108.779733,46.132457],[-108.029363,46.264055],[-107.781214,46.496014],[-107.738548,46.481806],[-107.511534,46.043403],[-108.047352,45.899479],[-108.069752,45.518535],[-108.645325,45.464073],[-108.843016,45.611042],[-108.924589,46.13237]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"GATES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.9160376,36.5460813],[-76.5419659,36.5507845],[-76.491336,36.510677],[-76.453711,36.378092],[-76.559646,36.351056],[-76.696571,36.296138],[-76.9160376,36.5460813]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ROCKLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.234473,41.142883],[-73.981384,41.324693],[-73.982584,41.321693],[-73.8939819,40.9971982],[-74.2116176,41.1329814],[-74.234473,41.142883]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"PORTSMOUTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.399567,36.930947],[-76.384419,36.951059],[-76.341825,36.924772],[-76.289962,36.822048],[-76.420368,36.866348],[-76.399567,36.930947]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.535016,37.643641],[-90.146778,37.641618],[-90.146763,37.597434],[-90.217657,37.314967],[-90.549729,37.317594],[-90.535016,37.643641]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WILLACY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.957405,26.611769],[-97.2875411,26.6003399],[-97.2273802,26.411496],[-97.527582,26.299304],[-97.861875,26.348156],[-97.957405,26.611769]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"SANDERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-116.0489292,48.2161279],[-115.672359,48.206394],[-115.524695,47.908594],[-115.010672,48.017621],[-114.604462,47.789871],[-114.320528,47.594551],[-114.18717,47.138191],[-114.797204,47.268916],[-115.249057,47.480416],[-115.634684,47.48176],[-116.0385658,47.9846343],[-116.0489292,48.2161279]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"HERKIMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.11016,43.615229],[-75.170159,44.096959],[-74.854171,44.070089],[-74.712615,43.286143],[-74.759895,43.047423],[-74.763303,42.863237],[-75.212158,42.879973],[-75.069165,43.227333],[-75.11016,43.615229]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.057005,43.744513],[-73.43812,43.803687],[-73.59496,43.306118],[-74.1601,43.371532],[-74.057005,43.744513]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CARVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.012236,44.978712],[-93.767367,44.977964],[-93.520431,44.804263],[-93.768039,44.640303],[-94.010494,44.717464],[-94.012236,44.978712]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"FORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.22709,37.914018],[-99.569879,37.913016],[-99.55958,37.734888],[-99.556119,37.467722],[-100.107248,37.474836],[-100.216229,37.47519],[-100.22709,37.914018]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"CARBON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.247496,39.813028],[-110.85778,39.813285],[-109.976814,39.80623],[-110.024118,39.469269],[-111.081333,39.467455],[-111.247391,39.70435],[-111.247496,39.813028]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"NORTHAMPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.8997741,36.5448507],[-77.767104,36.5454424],[-77.2987702,36.546039],[-77.1643226,36.5461528],[-77.208468,36.246578],[-77.291519,36.168342],[-77.644367,36.480228],[-77.899524,36.504259],[-77.8997741,36.5448507]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.059451,41.479154],[-86.05923,41.435812],[-86.077551,41.172868],[-86.467046,41.171442],[-86.466603,41.432968],[-86.059451,41.479154]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.724663,45.044432],[-123.724368,45.076226],[-123.068667,45.07486],[-123.143843,44.748914],[-123.149025,44.720225],[-123.602609,44.721154],[-123.724663,45.044432]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MEDINA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.411817,29.627514],[-98.806552,29.690709],[-98.804763,29.250693],[-98.8049,29.090434],[-99.41388,29.091335],[-99.411817,29.627514]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WHITESIDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.2423682,41.7827687],[-90.158153,41.9298432],[-89.685366,41.93034],[-89.62933,41.901617],[-89.631494,41.584949],[-89.862351,41.584005],[-90.185609,41.584653],[-90.2423682,41.7827687]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"PIMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.333897,32.504938],[-112.203719,32.50676],[-110.451218,32.513995],[-110.451503,32.427354],[-110.451736,31.731267],[-111.164183,31.725983],[-111.3669694,31.4248243],[-113.333768,32.0402491],[-113.333897,32.504938]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"GRUNDY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.913593,35.289189],[-85.876962,35.524095],[-85.607326,35.531651],[-85.558551,35.319292],[-85.873025,35.223362],[-85.913593,35.289189]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WABASH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.9906,38.259715],[-87.953898,38.570094],[-87.912286,38.570104],[-87.6483568,38.5666287],[-87.7511059,38.4188492],[-87.968968,38.237389],[-87.9906,38.259715]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BERRIEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.3663791,42.2431077],[-86.22294,42.071484],[-86.2260943,41.760016],[-86.5242197,41.7595722],[-86.824828,41.76024],[-86.3663791,42.2431077]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WRIGHT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.260821,45.283941],[-94.047327,45.422861],[-93.521653,45.246618],[-93.767367,44.977964],[-94.012236,44.978712],[-94.256074,44.979465],[-94.260821,45.283941]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"LA CROSSE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.4235687,43.9842969],[-91.151932,44.079665],[-90.973107,44.070882],[-90.910653,43.725334],[-91.2570002,43.7256587],[-91.2876556,43.847065],[-91.4235687,43.9842969]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"MOHAVE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.0501608,36.8431415],[-114.0506,37.000396],[-112.8991909,37.0003012],[-112.538571,37.0007441],[-112.62949,36.391611],[-113.354176,36.040368],[-113.334161,35.528037],[-113.333508,34.317877],[-113.679109,34.210029],[-114.1408172,34.3031275],[-114.335372,34.450038],[-114.633487,35.001857],[-114.736165,36.104367],[-114.046838,36.194069],[-114.0501608,36.8431415]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PEMISCOT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.96131,36.388803],[-89.5450313,36.3442714],[-89.6276414,36.1854603],[-89.733095,36.000608],[-89.9593753,35.9990141],[-89.96131,36.388803]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"SCHUYLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.911969,40.193088],[-90.909756,40.284394],[-90.450227,40.276335],[-90.199556,40.183945],[-90.355198,40.124245],[-90.513747,39.987891],[-90.913616,40.104452],[-90.911969,40.193088]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"PONTOTOC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.932471,34.854455],[-96.930586,34.964364],[-96.775681,34.899958],[-96.490786,34.910585],[-96.406483,34.76759],[-96.513865,34.505389],[-96.827288,34.505989],[-96.932328,34.636811],[-96.932471,34.854455]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"ST. CROIX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.7660914,45.2100217],[-92.156465,45.209554],[-92.136348,44.857848],[-92.7670233,44.8619767],[-92.7660914,45.2100217]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"ELMORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.374974,32.75358],[-86.007187,32.754984],[-85.886148,32.493053],[-86.023012,32.419978],[-86.411172,32.409937],[-86.413116,32.707386],[-86.374974,32.75358]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"LASALLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.362608,31.796633],[-92.312623,31.927382],[-92.005434,31.927296],[-92.008121,31.325797],[-92.086718,31.335374],[-92.196131,31.477877],[-92.362608,31.796633]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HYDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.67305,44.897492],[-99.572699,44.897263],[-99.311754,44.897227],[-99.30018,44.19483],[-99.576571,44.192421],[-99.663508,44.217517],[-99.676398,44.548111],[-99.67305,44.897492]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"TALLAPOOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.00917,33.09026],[-85.653654,33.106634],[-85.593177,33.10734],[-85.593151,32.72853],[-85.695854,32.595933],[-85.886148,32.493053],[-86.007187,32.754984],[-86.00917,33.09026]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SAN BENITO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.644001,36.893996],[-121.581354,36.899152],[-121.215406,36.961248],[-120.918731,36.740381],[-120.597155,36.488235],[-120.678582,36.267319],[-121.040797,36.323969],[-121.644001,36.893996]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LAUDERDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.914516,32.576955],[-88.3892486,32.5781224],[-88.4213122,32.3086791],[-88.4311454,32.2276362],[-88.913847,32.224186],[-88.914516,32.576955]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"COLFAX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.252425,41.743085],[-97.019911,41.74298],[-96.905922,41.742763],[-96.90591,41.456436],[-97.253519,41.384212],[-97.252425,41.743085]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HENDERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.452138,32.358631],[-96.075899,32.357505],[-95.449165,32.355233],[-95.459908,32.135559],[-95.428512,32.084475],[-96.052786,32.005895],[-96.05478,32.012526],[-96.383082,32.328851],[-96.452138,32.358631]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"LAFAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.284675,30.147443],[-92.142184,30.298817],[-91.988718,30.368598],[-91.950998,30.073213],[-91.964458,30.036918],[-92.284675,30.147443]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.051039,39.879807],[-84.036069,40.040182],[-83.516155,40.010188],[-83.647169,39.773029],[-84.053736,39.850458],[-84.051039,39.879807]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"KINGS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.0309271,40.7227868],[-73.962478,40.736802],[-73.825494,40.5761496],[-74.0379705,40.5895709],[-74.0709435,40.6672082],[-74.0309271,40.7227868]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"QUAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.129143,34.779337],[-104.125121,35.142058],[-103.637053,35.389662],[-103.37973,35.396796],[-103.375117,35.739516],[-103.0413567,35.7394335],[-103.041554,35.622487],[-103.042618,35.1831573],[-103.0427388,34.954142],[-103.738166,34.60467],[-103.948778,34.605058],[-104.129143,34.779337]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"NASSAU","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.778958,40.811713],[-73.74806,40.871721],[-73.7411972,40.8758546],[-73.497351,40.9231823],[-73.4239766,40.6132449],[-73.7506217,40.5893198],[-73.778958,40.811713]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TELFAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.205739,31.900325],[-82.927865,32.135274],[-82.645659,31.918883],[-82.836366,31.816154],[-82.995698,31.780983],[-83.177469,31.847857],[-83.205739,31.900325]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"FLORENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.072808,34.086013],[-79.657764,34.30519],[-79.633413,34.297994],[-79.54793,34.230913],[-79.324317,33.799123],[-79.87562,33.885245],[-79.974601,33.946527],[-80.000594,34.047877],[-80.072808,34.086013]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"STARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.032681,46.98058],[-102.144771,47.010307],[-102.096675,46.981159],[-102.096239,46.717706],[-102.096585,46.631024],[-102.928003,46.630065],[-103.231569,46.629764],[-103.032681,46.98058]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"BARTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.032971,38.696759],[-98.486108,38.696878],[-98.480377,38.521841],[-98.479841,38.26079],[-98.912583,38.261088],[-99.032408,38.348334],[-99.032971,38.696759]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"KLAMATH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.2897491,42.0077647],[-122.28273,42.996499],[-122.093776,43.076257],[-122.132034,43.440221],[-122.002362,43.615498],[-121.332969,43.616629],[-121.349679,42.746644],[-120.883327,42.744214],[-120.8799257,41.9934833],[-121.44754,41.99719],[-122.2897491,42.0077647]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"ST. LUCIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.679821,27.55847],[-80.3166866,27.55734],[-80.1980214,27.2630088],[-80.677862,27.205988],[-80.679821,27.55847]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HANCOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.164207,33.35503],[-83.012853,33.469178],[-82.851954,33.443543],[-82.755846,33.25344],[-82.748311,33.238348],[-83.052197,33.080682],[-83.274108,33.187238],[-83.164207,33.35503]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CASSIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.000388,42.526373],[-113.931799,42.535243],[-113.472177,42.669352],[-113.236968,42.625254],[-112.999965,42.327427],[-113.0000401,41.9982276],[-114.041723,41.99372],[-114.281855,41.994214],[-114.285448,42.417333],[-114.000388,42.526373]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"COAL","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.513865,34.505389],[-96.406483,34.76759],[-96.092001,34.767479],[-96.092043,34.680556],[-96.145096,34.418677],[-96.40733,34.418391],[-96.513865,34.505389]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SACRAMENTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.593273,38.313089],[-121.602894,38.735838],[-121.484396,38.734598],[-121.141009,38.71198],[-121.027507,38.508292],[-121.027084,38.300252],[-121.472138,38.259659],[-121.580022,38.094414],[-121.862462,38.06603],[-121.593273,38.313089]]]]}},{"type":"Feature","properties":{"state":"MARYLAND","county":"ALLEGANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.9284161,39.7229986],[-78.8082995,39.723071],[-78.3804771,39.7227041],[-78.3428335,39.7226583],[-78.332788,39.6285276],[-78.4682696,39.5262243],[-78.6550362,39.5443822],[-79.0674474,39.4728087],[-78.9284161,39.7229986]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"GRENADA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.926099,33.897957],[-89.507353,33.867469],[-89.507135,33.721819],[-89.506872,33.677605],[-89.78689,33.676727],[-90.127775,33.676956],[-90.136787,33.721648],[-89.926099,33.897957]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.544521,39.42912],[-80.494085,39.469599],[-80.197286,39.393186],[-80.166387,39.242283],[-80.227173,39.112792],[-80.300209,39.103857],[-80.596126,39.167069],[-80.544521,39.42912]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"NESHOBA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.319163,32.931654],[-88.914413,32.9266],[-88.914516,32.576955],[-89.317588,32.576458],[-89.319163,32.931654]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"ALAMOSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.039331,37.400852],[-106.038413,37.748353],[-105.457255,37.751464],[-105.485516,37.577899],[-105.743339,37.356798],[-106.039331,37.400852]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.311201,37.424509],[-81.222121,37.510416],[-81.09463,37.588658],[-80.8581481,37.4210069],[-80.9808453,37.3008528],[-81.225104,37.234874],[-81.362156,37.337687],[-81.311201,37.424509]]]]}},{"type":"Feature","properties":{"state":"HAWAII","county":"HAWAII","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-156.049651,19.780452],[-155.825473,20.025944],[-155.890663,20.25524],[-155.270316,20.014525],[-155.086341,19.855399],[-154.876618,19.433223],[-155.505281,19.137908],[-155.613966,18.970399],[-155.914216,19.099147],[-155.888701,19.348031],[-156.049651,19.780452]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CHICKASAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.139158,34.074116],[-88.824523,34.074948],[-88.718964,34.074521],[-88.719979,33.81133],[-89.034498,33.73943],[-89.191781,33.738602],[-89.139158,34.074116]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.264849,38.229199],[-82.047128,38.374432],[-81.915197,38.325597],[-81.83347,38.20957],[-81.932507,38.025356],[-82.190658,37.974778],[-82.306391,37.94364],[-82.264849,38.229199]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WADENA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.16301,46.80472],[-94.787126,46.803943],[-94.731442,46.368605],[-95.15557,46.36888],[-95.16371,46.71764],[-95.16301,46.80472]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.8603779,41.0007186],[-106.3211692,40.998215],[-106.1905541,40.9977466],[-105.854926,40.486252],[-106.44342,40.346533],[-106.652112,40.445231],[-106.636922,40.789489],[-106.8603779,41.0007186]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.0989707,39.7224662],[-77.864489,40.061568],[-77.70303,40.263576],[-77.671761,40.289825],[-77.614665,40.198549],[-77.471085,39.944077],[-77.4594334,39.7202292],[-77.469274,39.720229],[-78.0989707,39.7224662]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SAN BERNARDINO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.667292,34.822526],[-117.632996,35.797251],[-115.648032,35.8096292],[-114.633487,35.001857],[-114.335372,34.450038],[-114.1408172,34.3031275],[-114.4300911,34.0789314],[-115.316212,34.03411],[-117.558269,34.018906],[-117.673749,33.870831],[-117.783287,33.946411],[-117.646374,34.28917],[-117.667292,34.822526]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"DENVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.053246,39.791063],[-104.884646,39.740156],[-105.053439,39.621423],[-105.053246,39.791063]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"COTTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.661956,34.405948],[-98.142148,34.506994],[-98.139226,34.289775],[-98.138486,34.141206],[-98.423533,34.0819495],[-98.6103518,34.1562099],[-98.661956,34.405948]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-68.054985,45.252577],[-68.048012,45.639897],[-67.8028943,45.6789279],[-67.417417,45.501985],[-67.480256,45.268185],[-67.112414,45.112323],[-66.949895,44.817419],[-67.293403,44.599265],[-67.943844,44.4070158],[-68.105017,44.939088],[-68.054985,45.252577]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"SUMMIT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.434508,39.924914],[-105.924618,39.698972],[-105.829662,39.564865],[-106.135529,39.379546],[-106.206732,39.379636],[-106.176464,39.635722],[-106.434508,39.924914]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"LUNA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.608485,32.605449],[-107.299631,32.60537],[-107.296793,31.7836253],[-108.208394,31.783599],[-108.217143,31.864139],[-108.229343,32.516837],[-107.608485,32.605449]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"KAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.462346,36.9988242],[-97.147721,36.9989723],[-96.749838,36.998988],[-96.752389,36.782091],[-97.057414,36.593647],[-97.461603,36.593637],[-97.462459,36.593627],[-97.462346,36.9988242]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"HAMPSHIRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.6550362,39.5443822],[-78.4682696,39.5262243],[-78.347087,39.466012],[-78.508132,39.08863],[-78.979898,39.237624],[-78.6550362,39.5443822]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"ISSAQUENA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.1596061,33.0112423],[-90.914337,33.007697],[-90.964864,32.662798],[-90.723159,32.662128],[-90.720102,32.618858],[-91.0487604,32.572797],[-91.0552931,32.5789835],[-91.166073,33.004106],[-91.1596061,33.0112423]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BEDFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.847476,37.309352],[-79.498699,37.532797],[-79.436947,37.617057],[-79.185702,37.46582],[-79.257955,37.355816],[-79.442859,37.055867],[-79.594069,37.042206],[-79.847217,37.225406],[-79.847476,37.309352]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"RUSSELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.232026,36.925069],[-85.043316,37.186028],[-84.901112,37.116297],[-84.835712,36.997612],[-85.064307,36.858743],[-85.215405,36.854467],[-85.232026,36.925069]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2958125,36.6261496],[-85.215405,36.854467],[-85.064307,36.858743],[-84.9748684,36.6145834],[-85.2762879,36.6261575],[-85.2958125,36.6261496]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"HARDIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.499485,42.5577],[-93.027,42.55681],[-93.001674,42.209267],[-93.231722,42.208886],[-93.463043,42.209302],[-93.499485,42.5577]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CONECUH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.905899,31.753035],[-86.701554,31.523946],[-86.700282,31.192217],[-87.427455,31.260386],[-86.905899,31.753035]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"COCONINO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.538571,37.0007441],[-111.412784,37.0014777],[-110.75069,37.003197],[-110.750678,34.263314],[-111.250302,34.453274],[-111.554681,34.471733],[-111.552106,34.80252],[-111.777815,34.981005],[-112.334536,34.973024],[-112.694846,35.311586],[-113.334161,35.528037],[-113.354176,36.040368],[-112.62949,36.391611],[-112.538571,37.0007441]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"OCEAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.553105,40.07913],[-74.0349624,40.1025843],[-74.101443,39.756173],[-74.2910153,39.5083698],[-74.417393,39.557255],[-74.553105,40.07913]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.583497,37.469917],[-85.46625,37.465595],[-85.073772,37.413669],[-85.165174,37.310396],[-85.352771,37.192432],[-85.583497,37.469917]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FREESTONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.496713,31.796191],[-96.05478,32.012526],[-96.052786,32.005895],[-95.7873,31.618385],[-96.236629,31.413392],[-96.496713,31.796191]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WARRICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.467284,38.165403],[-87.316893,38.246077],[-87.073067,38.232596],[-87.01749,38.20358],[-87.2703874,37.8754228],[-87.3040575,37.8934325],[-87.4486359,37.9338779],[-87.467284,38.165403]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"KOOTENAI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0413064,47.9774559],[-116.329538,47.890393],[-116.329406,47.414011],[-117.0404904,47.3660289],[-117.0413064,47.9774559]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LIVINGSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.58624,41.108293],[-88.251995,41.114229],[-88.2473,40.99456],[-88.234949,40.618166],[-88.459475,40.617345],[-88.929331,40.753337],[-88.93139,40.92774],[-88.58624,41.108293]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"LARIMER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.1905541,40.9977466],[-105.277138,40.998173],[-104.943371,40.9980741],[-104.945551,40.349099],[-105.055089,40.261793],[-105.653321,40.260457],[-105.854926,40.486252],[-106.1905541,40.9977466]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.3646166,39.7587182],[-90.916609,39.845075],[-90.571754,39.839326],[-90.599105,39.79006],[-90.581055,39.521728],[-90.613694,39.395775],[-90.9353499,39.3995195],[-91.1828755,39.5982331],[-91.3057603,39.6862155],[-91.3646166,39.7587182]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CHATHAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.391698,32.095886],[-81.1475952,32.2271694],[-80.885517,32.0346],[-81.1352986,31.7105646],[-81.154731,31.71307],[-81.391698,32.095886]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"SENECA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.421054,41.16678],[-83.419843,41.254003],[-82.840087,41.255337],[-82.829512,40.996624],[-83.112737,40.993447],[-83.420319,40.991889],[-83.421054,41.16678]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"TRINITY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.408291,41.179944],[-122.973382,41.112074],[-122.498376,41.182675],[-122.752197,40.688985],[-123.065426,40.286971],[-122.934013,39.978131],[-123.544458,40.001923],[-123.544059,40.739386],[-123.408291,41.179944]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"VINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.748591,39.368165],[-82.289663,39.384195],[-82.268583,39.20376],[-82.322874,39.027674],[-82.435309,39.035079],[-82.762892,39.207967],[-82.748591,39.368165]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LONG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.824405,32.014882],[-81.491798,31.699575],[-81.663206,31.538667],[-81.969052,31.789324],[-81.824405,32.014882]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"PUTNAM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.533736,33.434472],[-83.279931,33.483438],[-83.164207,33.35503],[-83.274108,33.187238],[-83.42909,33.185352],[-83.545876,33.171944],[-83.533736,33.434472]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JIM WELLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.235497,28.057966],[-97.883148,28.0569],[-97.798517,27.995659],[-97.942146,27.635932],[-98.058078,27.260981],[-98.232464,27.262487],[-98.235497,28.057966]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"GREER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.888571,35.030262],[-99.409291,35.114509],[-99.246462,34.822114],[-99.666849,34.724555],[-99.888571,35.030262]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LIVE OAK","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.335031,28.612658],[-98.098315,28.786949],[-98.005252,28.690239],[-97.817716,28.176848],[-97.883148,28.0569],[-98.235497,28.057966],[-98.334323,28.0578],[-98.335031,28.612658]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"PISCATAQUIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-69.721109,46.574053],[-68.821414,46.57251],[-68.819401,46.395782],[-68.856587,45.142783],[-69.355667,45.073469],[-69.620967,45.010956],[-69.779928,45.542766],[-69.721109,46.574053]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SAN PATRICIO","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.817716,28.176848],[-97.541071,28.164669],[-97.260818,28.075759],[-97.136312,27.90439],[-97.589473,27.856101],[-97.798517,27.995659],[-97.883148,28.0569],[-97.817716,28.176848]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"CHELAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.001658,48.296009],[-120.702069,48.531589],[-120.649933,48.398139],[-119.870595,47.960455],[-120.316594,47.471273],[-120.09446,47.262159],[-120.917936,47.429367],[-121.113569,47.597288],[-121.119179,47.779933],[-120.907425,48.163184],[-121.001658,48.296009]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.4980016,30.997865],[-85.4882983,30.9979646],[-85.002499,31.000682],[-84.864693,30.711542],[-84.932519,30.606393],[-85.383948,30.566856],[-85.434782,30.56756],[-85.599934,30.830552],[-85.4980016,30.997865]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"PUSHMATAHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.671976,34.593852],[-95.514514,34.681142],[-95.059616,34.680736],[-94.937605,34.506831],[-95.156521,34.156965],[-95.779376,34.156699],[-95.671976,34.593852]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"LIPSCOMB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.5461451,36.4995051],[-100.003762,36.4997018],[-100.000399,36.055677],[-100.540221,36.056491],[-100.546724,36.056536],[-100.5461451,36.4995051]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WILBARGER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.475294,34.085618],[-99.4750221,34.396871],[-99.2216079,34.3253736],[-98.9523249,34.2046699],[-98.953088,33.834],[-99.47565,33.834005],[-99.475294,34.085618]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"BEN HILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.480176,31.847312],[-83.177469,31.847857],[-82.995698,31.780983],[-82.99836,31.673164],[-83.453634,31.757861],[-83.480176,31.847312]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"BUCHANAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.968297,37.537798],[-81.932279,37.511961],[-81.739055,37.2394971],[-81.900892,37.142553],[-82.149375,37.041641],[-82.3143705,37.2963063],[-81.968297,37.537798]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"FOND DU LAC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.885697,43.895184],[-88.404187,43.9382],[-88.162274,43.891511],[-88.160873,43.542943],[-88.400426,43.543532],[-88.886052,43.63354],[-88.885697,43.895184]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GARRARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.716925,37.815389],[-84.525643,37.769497],[-84.347805,37.539064],[-84.446719,37.485893],[-84.658296,37.634501],[-84.744888,37.713075],[-84.716925,37.815389]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.3472411,31.0003607],[-90.2595549,31.0006618],[-89.8359078,31.0021014],[-89.7281757,31.0023139],[-89.8261804,30.6688233],[-90.255648,30.711905],[-90.3472411,31.0003607]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.259889,30.16341],[-90.156256,30.189613],[-90.108119,30.16494],[-90.008056,29.895528],[-90.075683,29.77185],[-89.9027063,29.2930366],[-90.0898354,29.1644754],[-89.998954,29.298339],[-90.228157,29.692028],[-90.259889,30.16341]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SPOTSYLVANIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.953639,38.118501],[-77.702843,38.36084],[-77.618727,38.367835],[-77.530283,38.309175],[-77.447126,38.284614],[-77.370297,38.246576],[-77.642518,37.990688],[-77.687469,38.007806],[-77.953639,38.118501]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ROSCOMMON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.850929,44.511069],[-84.370643,44.507223],[-84.368039,44.160538],[-84.608104,44.160482],[-84.851705,44.161375],[-84.850929,44.511069]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"SCHENECTADY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.263314,42.796534],[-74.09298,42.955868],[-73.809369,42.778869],[-74.180274,42.729979],[-74.263314,42.796534]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"LITCHFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.5179188,41.6667205],[-73.487314,42.049638],[-73.0533627,42.0401156],[-73.0087628,42.0389034],[-72.98325,41.639598],[-73.310473,41.468815],[-73.5179188,41.6667205]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2284251,29.66956],[-85.025439,29.971399],[-84.54445,30.01103],[-84.3411488,29.9607563],[-85.045074,29.586991],[-85.2284251,29.66956]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"DESOTO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.309297,34.995694],[-89.7243158,34.994187],[-89.723442,34.772311],[-90.200199,34.724418],[-90.3114243,34.8728511],[-90.309297,34.995694]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"HOONAH-ANGOON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-133.696701,57.792724],[-133.1769796,58.1505377],[-132.6552787,57.6017446],[-132.871898,57.712796],[-133.696701,57.792724]]],[[[-134.7244778,58.2114653],[-134.2543861,58.1443553],[-133.808285,57.609604],[-133.983501,57.302838],[-134.497718,57.031194],[-134.783772,58.082292],[-134.7244778,58.2114653]]],[[[-134.9494296,57.7812593],[-135.238129,57.761711],[-135.901964,58.001343],[-136.3719865,57.832232],[-136.387113,58.252414],[-135.712398,58.231892],[-134.950844,58.036993],[-134.9494296,57.7812593]]],[[[-137.9361599,58.8106502],[-137.5256771,58.9089745],[-136.4896522,59.2604916],[-135.89905,59.17906],[-135.566129,58.94245],[-135.4499662,58.3390682],[-135.728054,58.397067],[-136.591924,58.217886],[-137.568216,58.587989],[-137.9361599,58.8106502]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.3381163,33.6531144],[-85.037926,33.811942],[-84.901688,33.780703],[-84.808934,33.574085],[-84.850713,33.511457],[-85.015358,33.425506],[-85.2943469,33.4279931],[-85.3049438,33.4827563],[-85.3381163,33.6531144]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.682853,38.904697],[-86.682277,38.992404],[-86.317474,38.99087],[-86.275281,38.763795],[-86.308701,38.688101],[-86.683102,38.686561],[-86.682853,38.904697]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.683839,38.815406],[-85.444897,38.912998],[-85.203166,38.913803],[-85.2017606,38.6974408],[-85.3326407,38.7348168],[-85.4314161,38.5862856],[-85.56998,38.606155],[-85.683839,38.815406]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"NORTH SLOPE","RigCount":7},"geometry":{"type":"MultiPolygon","coordinates":[[[[-141.0026096,68.498364],[-146,68.5],[-146,68],[-150.890028,68.000004],[-155.318744,68.000032],[-157.154924,68.208054],[-161.091351,68.207961],[-164.499463,68.20789],[-165.3965203,68.0347305],[-166.60089,68.333637],[-166.224187,68.873175],[-164.253157,68.930938],[-163.244656,69.306081],[-162.989084,69.82525],[-161.879266,70.329269],[-161.288197,70.296772],[-160.214828,70.559087],[-159.648383,70.794368],[-158.032397,70.832263],[-156.809653,71.286886],[-155.060764,71.145422],[-154.572458,70.82594],[-153.23848,70.922467],[-152.19246,70.795294],[-151.175187,70.375558],[-149.461755,70.518271],[-147.161601,70.155612],[-146.508133,70.186044],[-144.672305,69.966876],[-143.281878,70.151052],[-141.002672,69.645609],[-141.0026096,68.498364]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MAYES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.32817,36.51024],[-95.00573,36.50989],[-95.011303,36.161815],[-95.207946,36.074708],[-95.43997,36.0752],[-95.32817,36.51024]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CHAUTAUQUA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.524873,37.30273],[-95.964399,37.299232],[-95.9642712,36.9992231],[-96.0008102,36.9992011],[-96.525582,36.998678],[-96.524873,37.30273]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"KEYA PAHA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.1984138,42.9979769],[-99.534055,42.9981975],[-99.254455,42.9982209],[-99.257039,42.804296],[-99.677684,42.730903],[-100.198478,42.846102],[-100.1984138,42.9979769]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WEBSTER","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.5209936,33.0187423],[-93.4905124,33.0186346],[-93.238607,33.0180159],[-93.178767,32.584916],[-93.372781,32.410153],[-93.5209936,33.0187423]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"MCPHERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.924795,38.60988],[-97.371911,38.609353],[-97.37175,38.173673],[-97.701841,38.173814],[-97.922136,38.173713],[-97.924269,38.522755],[-97.924795,38.60988]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.65333,39.716876],[-83.252435,39.695438],[-83.266737,39.516249],[-83.372714,39.377416],[-83.590878,39.378736],[-83.670196,39.550254],[-83.65333,39.716876]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"STEPHENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.45977,34.481142],[-83.3400391,34.6863277],[-83.1028738,34.5374309],[-83.398396,34.460883],[-83.45977,34.481142]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"PENDER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.256085,34.399469],[-78.254441,34.553595],[-78.114007,34.721795],[-77.680127,34.720595],[-77.5152165,34.437385],[-77.7135132,34.2902472],[-78.029922,34.331768],[-78.16235,34.357007],[-78.256085,34.399469]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CARTERET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.078263,34.811322],[-76.71158,34.981768],[-76.304136,35.201453],[-76.013145,35.061855],[-76.535946,34.588577],[-76.726969,34.69669],[-77.1129644,34.6380928],[-77.165986,34.785032],[-77.078263,34.811322]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"CHESHIRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.4503959,43.1612135],[-72.038149,43.128807],[-71.9290301,42.7122937],[-72.2830341,42.7220103],[-72.458519,42.726853],[-72.4503959,43.1612135]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WALTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.982033,33.786054],[-83.799104,33.929844],[-83.647031,33.906198],[-83.505928,33.81776],[-83.680896,33.596919],[-83.914823,33.744203],[-83.982033,33.786054]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.816048,33.131816],[-83.545876,33.171944],[-83.42909,33.185352],[-83.357685,32.926141],[-83.40699,32.89822],[-83.513511,32.844868],[-83.710685,32.952792],[-83.816048,33.131816]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"PHILLIPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.056276,34.336605],[-91.051918,34.645721],[-90.5732884,34.6336705],[-90.569347,34.524867],[-90.9440808,34.1200653],[-90.9447955,34.1166572],[-91.117905,34.119105],[-91.056276,34.336605]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"MATANUSKA-SUSITNA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-152.997647,62.727401],[-151.894015,62.798058],[-149.526148,63.333217],[-148.025618,63.333233],[-148.025627,63.477609],[-146.999966,63.479645],[-146.489541,63.482913],[-146.494311,63.168975],[-146.423984,62.250511],[-146.979807,62.250497],[-146.942559,61.470675],[-148.462471,61.426267],[-149.748369,61.397371],[-150.2212407,61.1931708],[-150.9740119,61.1944673],[-151.332784,61.426239],[-152.999882,61.426172],[-152.999839,62.292621],[-152.997647,62.727401]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"ERIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.519425,41.977523],[-79.761951,42.26986],[-79.6108358,41.9985199],[-79.612072,41.850056],[-80.5193967,41.849563],[-80.519425,41.977523]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"EL PASO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.3771732,32.0012401],[-105.9979712,32.0019746],[-105.9964294,31.3878401],[-106.528242,31.783148],[-106.3771732,32.0012401]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"GRAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.024118,39.469269],[-109.0510668,39.4977388],[-109.0512238,39.3666775],[-109.059962,38.499987],[-110.025402,38.499981],[-110.179252,38.907248],[-110.024118,39.469269]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.973504,47.943414],[-118.85196,47.957906],[-118.340938,47.894316],[-117.820947,47.825775],[-117.823629,47.26022],[-117.96093,47.260568],[-118.979777,47.261709],[-118.973504,47.943414]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"JONES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.401227,31.796863],[-89.31656,31.80209],[-88.943355,31.824565],[-88.943468,31.433458],[-89.146092,31.434052],[-89.399178,31.434029],[-89.401227,31.796863]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"PONDERA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-113.349046,48.310263],[-112.575864,48.309684],[-112.184784,48.477578],[-111.409018,48.219542],[-111.409097,48.132218],[-111.408514,47.987178],[-111.984263,47.984592],[-112.177755,48.130717],[-113.014811,48.13103],[-113.349046,48.310263]]]]}},{"type":"Feature","properties":{"state":"NEVADA","county":"NYE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.865116,39.073654],[-117.775468,39.093425],[-117.331857,39.16343],[-116.600946,39.161463],[-115.907071,39.161848],[-115.000846,38.677322],[-115.000846,38.050757],[-115.893857,38.050531],[-115.896925,36.842085],[-115.8461139,35.9635527],[-117.1660006,36.9712075],[-117.165612,38.001692],[-117.691021,38.473797],[-118.196235,38.919058],[-117.865116,39.073654]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CUSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.812407,44.808346],[-114.084861,44.755947],[-113.816398,44.494055],[-113.320609,44.233164],[-113.41444,43.816926],[-113.798441,43.569217],[-114.359293,43.874177],[-114.971351,43.938308],[-114.990777,43.949723],[-115.294614,44.339445],[-115.304994,44.579857],[-114.812407,44.808346]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"DICKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.1168565,45.9228112],[-88.117407,46.246618],[-87.615597,46.246653],[-87.617091,45.986014],[-87.8330495,45.7227526],[-88.0570105,45.784977],[-88.1168565,45.9228112]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"PORTAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.391694,41.348272],[-81.003319,41.34786],[-81.00229,41.134189],[-81.086312,40.988031],[-81.393249,40.988531],[-81.391694,41.348272]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LAMAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.654212,31.433805],[-89.586819,31.433688],[-89.451616,31.434029],[-89.34895,31.01037],[-89.654038,31.002502],[-89.654212,31.433805]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"LIVINGSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.4159022,37.4212206],[-88.358436,37.40486],[-88.193519,37.147256],[-88.240371,36.981911],[-88.482957,37.022566],[-88.4838033,37.0680803],[-88.4159022,37.4212206]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"LINN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.149025,44.720225],[-123.143843,44.748914],[-122.802457,44.790864],[-121.800015,44.683425],[-121.843138,44.39263],[-121.819429,44.262394],[-122.905755,44.200736],[-123.180388,44.283725],[-123.149025,44.720225]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MONTCALM","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.562348,43.46813],[-85.084996,43.46619],[-84.845962,43.466158],[-84.836889,43.118851],[-85.312513,43.118793],[-85.562538,43.294271],[-85.562348,43.46813]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"DILLON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.633413,34.297994],[-79.4502773,34.620609],[-79.0712542,34.299313],[-79.128165,34.253652],[-79.54793,34.230913],[-79.633413,34.297994]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SEWARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.067904,37.387779],[-100.652728,37.387627],[-100.633325,37.0001736],[-100.9454668,36.9982468],[-101.0664502,36.9977362],[-101.067904,37.387779]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"MARLBORO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.9246843,34.807829],[-79.6929464,34.8049623],[-79.461791,34.6300307],[-79.4502773,34.620609],[-79.633413,34.297994],[-79.657764,34.30519],[-79.829981,34.531925],[-79.927398,34.8078626],[-79.9246843,34.807829]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CASEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.073772,37.413669],[-85.039674,37.545232],[-84.847183,37.548455],[-84.720712,37.238328],[-84.901112,37.116297],[-85.043316,37.186028],[-85.165174,37.310396],[-85.073772,37.413669]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"SAWYER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.551282,46.157045],[-90.924583,46.154616],[-90.676968,45.981554],[-90.678749,45.638264],[-91.540294,45.637605],[-91.551282,46.157045]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"NELSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.292184,48.195177],[-97.903434,48.194897],[-97.882405,47.672179],[-97.98481,47.6723],[-98.500181,47.672413],[-98.525516,47.846276],[-98.525555,47.915056],[-98.292184,48.195177]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.800477,29.932126],[-82.794594,30.337024],[-82.6895298,30.5978893],[-82.5840052,30.5916366],[-82.4597924,30.5842765],[-82.458364,30.136449],[-82.529705,29.940881],[-82.658554,29.830144],[-82.800477,29.932126]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"HOUGHTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9333685,47.0335991],[-88.5129465,47.2861072],[-88.2004507,47.1997169],[-88.4393632,46.9419824],[-88.678983,46.851822],[-88.679392,46.420139],[-88.991236,46.419704],[-88.9333685,47.0335991]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MCLENNAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.60523,31.587762],[-97.277265,31.745492],[-96.932215,31.708887],[-96.801123,31.522269],[-97.278113,31.279799],[-97.418606,31.320202],[-97.60523,31.587762]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"FOREST","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.9327685,46.0721072],[-88.6832322,46.0144657],[-88.425302,45.722426],[-88.428102,45.37701],[-88.677996,45.378683],[-89.04649,45.464439],[-89.047601,45.895355],[-88.9327685,46.0721072]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"RUSSELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.434045,32.40984],[-85.0011308,32.5101548],[-84.9811503,32.3790401],[-84.9199421,32.2308482],[-85.0514111,32.0622561],[-85.410241,32.146651],[-85.433543,32.234648],[-85.434045,32.40984]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WINONA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.079491,44.106988],[-91.8545,44.1972265],[-91.5592156,44.0242093],[-91.4235687,43.9842969],[-91.2876556,43.847065],[-91.730424,43.846935],[-92.079292,43.84708],[-92.079491,44.106988]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"OKANOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.8515271,49.0005912],[-118.836613,49.0003078],[-118.85196,47.957906],[-118.973504,47.943414],[-118.982234,47.962025],[-119.05697,48.136974],[-119.870595,47.960455],[-120.649933,48.398139],[-120.702069,48.531589],[-120.751904,48.657002],[-120.8515271,49.0005912]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KENDALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.920147,30.13829],[-98.587897,30.138954],[-98.414018,29.937557],[-98.646124,29.745181],[-98.778782,29.720167],[-98.917725,29.781398],[-98.920147,30.13829]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.95208,39.638345],[-85.951721,39.697136],[-85.633228,39.698462],[-85.629327,39.45275],[-85.684515,39.350049],[-85.952005,39.347373],[-85.95208,39.638345]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MONTGOMERY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.485367,39.918491],[-84.425902,39.919622],[-84.051039,39.879807],[-84.053736,39.850458],[-84.114195,39.577983],[-84.365232,39.589493],[-84.479213,39.591024],[-84.485367,39.918491]]]]}},{"type":"Feature","properties":{"state":"CONNECTICUT","county":"NEW LONDON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.46673,41.583899],[-72.410367,41.602581],[-72.239559,41.714191],[-71.7894646,41.6400172],[-71.7893587,41.5968522],[-71.860513,41.320248],[-72.3400129,41.2778493],[-72.46673,41.583899]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"ALPINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.072484,38.509869],[-120.072392,38.702767],[-119.904315,38.933324],[-119.5854061,38.7131509],[-119.639205,38.32688],[-120.019951,38.433521],[-120.072484,38.509869]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BUTLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.025144,42.907549],[-92.554211,42.907112],[-92.554492,42.642314],[-92.5543,42.555854],[-93.027,42.55681],[-93.025144,42.907549]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"DEKALB","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.939732,42.15232],[-88.705633,42.153561],[-88.588657,42.15359],[-88.601933,41.719563],[-88.60224,41.631389],[-88.938618,41.628319],[-88.941279,41.891752],[-88.939732,42.15232]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"IZARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.15699,36.261248],[-91.691435,36.253301],[-91.710552,35.941759],[-91.849448,35.867411],[-92.19543,36.132798],[-92.15699,36.261248]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"KANDIYOHI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.255206,45.412525],[-95.13173,45.412402],[-94.76308,45.3261],[-94.758189,44.892097],[-95.24852,44.89131],[-95.24649,45.152384],[-95.255206,45.412525]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"KINGFISHER","RigCount":20},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.210544,36.16489],[-98.103904,36.164877],[-97.675617,36.164663],[-97.674026,35.72597],[-98.207104,35.72514],[-98.210544,36.16489]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.2842384,32.5471109],[-80.869705,32.660935],[-80.8674277,32.07849],[-80.885517,32.0346],[-81.1475952,32.2271694],[-81.2842384,32.5471109]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"HAWKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.280595,36.394689],[-82.830433,36.593761],[-82.6091819,36.5950897],[-82.680677,36.4318],[-82.702566,36.410412],[-83.082312,36.242296],[-83.255292,36.289092],[-83.280595,36.394689]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"GALLATIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.805259,45.798306],[-111.660057,45.8335],[-111.346652,46.187785],[-111.061956,46.192834],[-110.783833,46.192699],[-110.794774,45.590682],[-111.038169,45.351391],[-111.0443185,45.00088],[-111.0553327,44.6662623],[-111.048974,44.474072],[-111.3771382,44.7511964],[-111.35138,45.641938],[-111.805259,45.798306]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"NORFOLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.478119,42.156782],[-71.191155,42.283059],[-70.9930596,42.3128923],[-70.948497,42.2823547],[-71.080483,42.095539],[-71.3814313,41.9850841],[-71.498224,42.0158741],[-71.478119,42.156782]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.43572,37.847202],[-84.337393,37.892007],[-84.080337,37.853066],[-84.090364,37.566227],[-84.199489,37.522858],[-84.347805,37.539064],[-84.525643,37.769497],[-84.43572,37.847202]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LYCOMING","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.599278,41.542271],[-76.874714,41.596919],[-76.813731,41.590034],[-76.447597,41.275629],[-76.640767,41.155718],[-76.732672,41.17204],[-76.896114,41.13907],[-77.144111,41.06884],[-77.598129,41.478576],[-77.599278,41.542271]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.231722,42.208886],[-93.001674,42.209267],[-92.767463,42.21014],[-92.765999,41.862373],[-93.231858,41.862711],[-93.231722,42.208886]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"ROGERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.81268,36.42356],[-95.809617,36.597476],[-95.43157,36.59754],[-95.32817,36.51024],[-95.43997,36.0752],[-95.76165,36.16275],[-95.81268,36.42356]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.124275,32.849562],[-83.891922,32.848351],[-83.701152,32.692169],[-83.70109,32.691598],[-84.003363,32.529927],[-84.202628,32.690018],[-84.124275,32.849562]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MIDLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.606035,43.815218],[-84.167318,43.825902],[-84.168127,43.568899],[-84.369876,43.466044],[-84.60754,43.466006],[-84.606035,43.815218]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"CHIPPEWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.665647,45.207991],[-91.541322,45.29222],[-90.925222,45.292061],[-90.923362,45.031143],[-90.922247,44.857309],[-91.650455,44.855951],[-91.665647,45.207991]]]]}},{"type":"Feature","properties":{"state":"NEW JERSEY","county":"CAMDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.06013,39.992011],[-74.736216,39.729775],[-74.87726,39.608352],[-75.1414355,39.8939184],[-75.06013,39.992011]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.4631408,34.286191],[-85.107748,34.587483],[-85.069159,34.587184],[-85.005775,34.392446],[-85.046871,34.096412],[-85.4210732,34.0808127],[-85.4631408,34.286191]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"PARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.135529,39.379546],[-105.829662,39.564865],[-105.398949,39.566056],[-105.330444,39.129685],[-105.329134,38.697205],[-105.96975,38.693551],[-106.191006,39.056073],[-106.135529,39.379546]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"WEST CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.637587,32.667341],[-91.4359311,33.0058399],[-91.2645641,33.0047388],[-91.445299,32.581956],[-91.637587,32.667341]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"TUOLUMNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.019951,38.433521],[-119.639205,38.32688],[-119.200283,37.885827],[-119.268979,37.73923],[-119.308995,37.777986],[-119.535699,37.904122],[-120.38767,37.633364],[-120.653274,37.831858],[-120.176177,38.374014],[-120.019951,38.433521]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.415898,44.212169],[-71.0102712,44.2848883],[-70.987258,43.7929736],[-70.9637927,43.540221],[-71.162675,43.538959],[-71.531658,43.760979],[-71.361965,43.915938],[-71.415898,44.212169]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"MENDOCINO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.0252052,40.0012993],[-123.544458,40.001923],[-122.934013,39.978131],[-122.937654,39.798156],[-122.885352,39.580108],[-123.063181,39.503539],[-123.056212,39.021096],[-122.821592,38.85014],[-123.540922,38.7676562],[-123.825331,39.360814],[-123.851714,39.832041],[-124.0252052,40.0012993]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"CATAHOULA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.005434,31.927296],[-91.889687,31.971474],[-91.575721,31.88256],[-91.544791,31.751731],[-91.855889,31.423831],[-91.83428,31.266344],[-92.008121,31.325797],[-92.005434,31.927296]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"TIPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.862117,40.406889],[-85.862296,40.378367],[-85.861903,40.218936],[-86.242743,40.215834],[-86.242992,40.373661],[-85.862117,40.406889]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.981792,45.153295],[-97.494254,45.151631],[-97.491346,44.804035],[-97.492266,44.543884],[-97.853028,44.544398],[-97.977791,44.631602],[-97.981792,45.153295]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"BOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.254455,42.9982209],[-98.49855,42.99856],[-98.3081868,42.8864892],[-98.305149,42.761207],[-98.982527,42.896436],[-99.257039,42.804296],[-99.254455,42.9982209]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"BULLITT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.42883,38.118383],[-85.489202,37.990654],[-85.737777,37.81179],[-85.938321,37.998756],[-85.42883,38.118383]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DEUEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.610413,41.221614],[-102.055535,41.221547],[-102.051761,41.00389],[-102.0517175,41.002377],[-102.621033,41.0022232],[-102.610413,41.221614]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"CHEMUNG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.965028,42.278495],[-76.619303,42.282853],[-76.538349,42.281755],[-76.5576241,42.0001487],[-76.9268464,42.0007235],[-76.9657288,42.0007834],[-76.965028,42.278495]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"LANCASTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.913493,40.697948],[-96.91094,41.046116],[-96.908507,41.046091],[-96.463861,41.016069],[-96.463764,40.78396],[-96.463632,40.523013],[-96.912637,40.523625],[-96.913493,40.697948]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.638429,41.148591],[-89.466421,41.148558],[-89.162238,41.10408],[-89.047718,40.925749],[-89.47233,40.921206],[-89.638727,40.973707],[-89.638429,41.148591]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WARE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.628975,31.36393],[-82.597509,31.469293],[-82.417246,31.417119],[-82.284561,31.224449],[-82.131698,31.010714],[-82.420442,30.795229],[-82.218607,30.564395],[-82.4189841,30.5809167],[-82.435852,30.820068],[-82.671669,31.183739],[-82.628975,31.36393]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"RICHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.724792,40.995638],[-82.432852,40.992944],[-82.336962,40.555001],[-82.623609,40.549879],[-82.727164,40.711203],[-82.724792,40.995638]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"HASKELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.089667,37.736337],[-100.652251,37.736275],[-100.652642,37.474848],[-100.652728,37.387627],[-101.067904,37.387779],[-101.089653,37.387721],[-101.089667,37.736337]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WILKINSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.357685,32.926141],[-83.073648,32.946562],[-82.946966,32.759358],[-82.957066,32.708318],[-83.226536,32.584201],[-83.40699,32.89822],[-83.357685,32.926141]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WILLIAMSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.151176,37.861999],[-88.70676,37.863338],[-88.708546,37.599277],[-89.041401,37.596576],[-89.153668,37.600469],[-89.151176,37.861999]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"FOARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.997621,34.224355],[-99.475294,34.085618],[-99.47565,33.834005],[-99.474498,33.733849],[-99.996434,33.835967],[-100.04848,33.835974],[-99.997621,34.224355]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"WRANGELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-132.5458223,56.7136212],[-132.1189179,56.8912294],[-131.0867947,56.4070948],[-130.99843,56.274565],[-131.829365,56.056465],[-132.1996814,55.633834],[-132.279962,55.924839],[-132.718342,56.217704],[-132.5458223,56.7136212]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.191379,31.966453],[-85.996853,32.051049],[-85.657668,31.880275],[-85.748251,31.618048],[-85.789142,31.617964],[-86.145895,31.617741],[-86.191379,31.966453]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MONROE","RigCount":6},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.237316,39.867828],[-80.8234381,39.8500321],[-80.8355217,39.7192518],[-80.943782,39.606926],[-81.037365,39.5380557],[-81.283075,39.605796],[-81.237316,39.867828]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.47072,41.393239],[-96.329012,41.393136],[-95.9273362,41.3899879],[-95.9099085,41.1912829],[-96.327399,41.189999],[-96.47072,41.393239]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"ROSEBUD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.892233,46.851215],[-106.086463,46.845881],[-106.191734,45.7886],[-106.279709,45.179728],[-106.768014,45.179728],[-106.727573,45.676469],[-106.939095,45.870041],[-107.028422,46.39546],[-107.738548,46.481806],[-107.781214,46.496014],[-107.827687,46.755875],[-107.892233,46.851215]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"OXFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.083924,45.305451],[-70.8340195,45.2717944],[-70.769228,44.732228],[-70.238904,44.458942],[-70.480078,44.032078],[-70.782984,43.814147],[-70.987258,43.7929736],[-71.0102712,44.2848883],[-71.083924,45.305451]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ITASCA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.418543,47.845816],[-93.081158,47.89187],[-93.055943,47.026415],[-93.775257,47.030418],[-93.77401,47.30506],[-94.095115,47.477972],[-94.416279,47.444828],[-94.418543,47.845816]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.581532,40.910925],[-86.468509,40.909889],[-86.169012,40.909836],[-86.165024,40.562649],[-86.374417,40.561361],[-86.581739,40.735765],[-86.581532,40.910925]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"DODDRIDGE","RigCount":3},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.888744,39.294298],[-80.618629,39.450375],[-80.544521,39.42912],[-80.596126,39.167069],[-80.728326,39.095679],[-80.81297,39.109401],[-80.888744,39.294298]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.924841,43.500007],[-96.598928,43.500457],[-96.5590273,43.2575557],[-96.4520975,43.0825529],[-96.805682,43.08367],[-96.924142,43.083733],[-96.924841,43.500007]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.85189,33.498742],[-85.643482,33.495885],[-85.653654,33.106634],[-86.00917,33.09026],[-86.17437,33.104394],[-85.85189,33.498742]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"HURON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.841475,41.290023],[-82.342314,41.283554],[-82.336496,41.065761],[-82.432852,40.992944],[-82.724792,40.995638],[-82.829512,40.996624],[-82.840087,41.255337],[-82.841475,41.290023]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.4609546,36.666131],[-82.8837542,36.8971301],[-82.771595,36.800031],[-82.9844585,36.59529],[-83.4720936,36.5994757],[-83.675413,36.600814],[-83.4609546,36.666131]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"COLUSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.739062,39.383266],[-121.890013,39.383864],[-121.908269,39.303878],[-121.835488,38.924481],[-122.340172,38.924246],[-122.739062,39.383266]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.864791,40.651693],[-85.638587,40.653129],[-85.448825,40.653607],[-85.447014,40.566929],[-85.44433,40.37914],[-85.578589,40.379524],[-85.862296,40.378367],[-85.862117,40.406889],[-85.863641,40.565525],[-85.864791,40.651693]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"HARVEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.701841,38.173814],[-97.37175,38.173673],[-97.152913,38.087704],[-97.152476,37.912733],[-97.701969,37.911325],[-97.701841,38.173814]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ALAMANCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.541728,35.899851],[-79.53241,36.241463],[-79.531865,36.249673],[-79.257952,36.243445],[-79.249538,35.87681],[-79.542428,35.843303],[-79.541728,35.899851]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BERKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.440181,40.495952],[-75.891473,40.67727],[-75.529694,40.446995],[-75.696782,40.241863],[-75.873375,40.137107],[-76.151215,40.315971],[-76.440181,40.495952]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"ROBERTS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.228291,45.9356566],[-96.563672,45.935245],[-96.8354192,45.5861287],[-96.4700776,45.3267996],[-97.226244,45.297647],[-97.227089,45.558158],[-97.228291,45.9356566]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"NIOBRARA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.899941,43.49964],[-104.0547943,43.5033275],[-104.0546846,43.4778155],[-104.053127,43.000585],[-104.0526622,42.6117663],[-104.655639,42.609468],[-104.892437,42.608939],[-104.899941,43.49964]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CHISAGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.141793,45.730657],[-92.8407421,45.7293967],[-92.8866971,45.644148],[-92.7482677,45.2960594],[-93.01944,45.296929],[-93.019563,45.41177],[-93.141793,45.730657]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"SHERIDAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.7921109,43.0000362],[-102.082548,42.9991406],[-102.006204,42.096338],[-102.06665,42.009195],[-102.677582,42.005282],[-102.697835,42.004843],[-102.773366,42.439922],[-102.7921109,43.0000362]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"DEL NORTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-124.211605,41.99846],[-123.8220376,41.9956208],[-123.5191128,41.9991725],[-123.703768,41.829117],[-123.661363,41.38209],[-124.0674737,41.4647362],[-124.211605,41.99846]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"SOLANO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.406786,38.155632],[-122.195971,38.162991],[-122.103281,38.513348],[-121.712034,38.537962],[-121.593273,38.313089],[-121.862462,38.06603],[-122.2693201,38.0603745],[-122.3975812,38.1420036],[-122.406786,38.155632]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"WISE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.869183,36.974182],[-82.5652757,37.1959011],[-82.5536395,37.2014504],[-82.32783,36.970982],[-82.406633,36.876356],[-82.771595,36.800031],[-82.8837542,36.8971301],[-82.869183,36.974182]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CHAFFEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.577966,39.057908],[-106.191006,39.056073],[-105.96975,38.693551],[-106.010751,38.446566],[-106.24694,38.422768],[-106.406987,38.829334],[-106.599214,38.997994],[-106.577966,39.057908]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.108509,32.20815],[-91.0487604,32.572797],[-90.720102,32.618858],[-90.553821,32.507574],[-90.728622,32.225119],[-91.0394723,32.1079681],[-91.108509,32.20815]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MENARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.115216,31.087994],[-99.603223,31.087296],[-99.484755,30.940605],[-99.483869,30.710771],[-100.116234,30.710366],[-100.115216,31.087994]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"REYNOLDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.155073,37.588092],[-90.768695,37.603011],[-90.735453,37.27104],[-90.779553,37.050324],[-91.017766,37.095677],[-91.211863,37.415277],[-91.155073,37.588092]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"MISSOULA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.797204,47.268916],[-114.18717,47.138191],[-113.821447,47.181709],[-113.930289,47.598499],[-113.634079,47.600027],[-113.466485,47.600057],[-113.46645,47.179186],[-113.302903,46.832159],[-113.827743,46.660896],[-114.3357249,46.655273],[-114.591116,46.6525505],[-114.6768272,46.7318387],[-114.483694,47.067508],[-114.797204,47.268916]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.8667582,36.4988662],[-93.5842815,36.4989017],[-93.3153271,36.4983127],[-93.2934474,36.4982594],[-93.30082,36.12155],[-93.479528,36.125072],[-93.815605,36.306563],[-93.8667582,36.4988662]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.600736,41.161497],[-75.505607,41.232539],[-75.359184,41.239206],[-74.992386,41.0930282],[-75.1232539,40.9653055],[-75.474193,40.814746],[-75.649637,41.122344],[-75.600736,41.161497]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. LANDRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.212711,30.848607],[-91.815258,30.848107],[-91.756193,30.497738],[-91.988718,30.368598],[-92.142184,30.298817],[-92.493259,30.480499],[-92.211243,30.568125],[-92.212711,30.848607]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.2440152,31.8697324],[-90.736282,31.786134],[-90.736824,31.698491],[-90.73733,31.611124],[-91.153864,31.610068],[-91.3204587,31.7478006],[-91.2440152,31.8697324]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WALLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.093165,30.225187],[-95.804306,30.24557],[-95.80333,30.090096],[-95.82622,29.78828],[-96.032711,29.727944],[-96.146052,30.070224],[-96.093165,30.225187]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.496614,36.175199],[-78.306965,36.266191],[-78.006551,36.202633],[-78.255973,35.81812],[-78.546414,36.021826],[-78.496614,36.175199]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"DIVIDE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.048736,48.999877],[-102.938777,48.9993503],[-102.885775,48.633298],[-104.0480876,48.6340124],[-104.048736,48.999877]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.052472,37.604776],[-113.587797,37.604611],[-113.25349,37.482167],[-112.900993,37.500021],[-112.8991909,37.0003012],[-114.0506,37.000396],[-114.052472,37.604776]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BRANCH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.293626,42.071553],[-84.826491,42.072468],[-84.8251283,41.760199],[-85.1967742,41.7598708],[-85.2921788,41.7597553],[-85.293626,42.071553]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"EMMET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.9146135,43.5005959],[-94.8545551,43.5005534],[-94.44285,43.5004785],[-94.443137,43.255014],[-94.913723,43.255054],[-94.9146135,43.5005959]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"DAVIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.856247,41.139083],[-111.738744,40.860998],[-112.260216,40.769093],[-112.493515,41.076888],[-111.856247,41.139083]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"GRAND FORKS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.903434,48.194897],[-97.1419104,48.1936276],[-97.145845,48.1732235],[-96.8934933,47.672127],[-97.472745,47.672051],[-97.882405,47.672179],[-97.903434,48.194897]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ROBERTSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.162031,38.554125],[-83.991605,38.593701],[-83.930348,38.492278],[-83.980068,38.439448],[-84.1021,38.459379],[-84.162031,38.554125]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ARCHER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.953088,33.834],[-98.423577,33.836047],[-98.421419,33.466797],[-98.420666,33.396195],[-98.953938,33.397534],[-98.953088,33.834]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"BARBOUR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.166387,39.242283],[-79.895536,39.299584],[-79.809729,39.230526],[-79.825092,39.115803],[-80.085062,38.947236],[-80.227173,39.112792],[-80.166387,39.242283]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.4538067,44.6313358],[-96.09295,44.630486],[-96.07858,44.19662],[-96.4524359,44.1967795],[-96.4532913,44.5436368],[-96.4538067,44.6313358]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"SALUDA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.870084,34.135357],[-81.471972,34.076552],[-81.571485,33.87723],[-81.651759,33.81451],[-82.008298,33.961646],[-81.870084,34.135357]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"WALLA WALLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-118.228635,46.593362],[-118.241872,46.295064],[-117.9969704,46.0001907],[-118.9872275,45.9998002],[-119.041498,46.192667],[-118.471646,46.597262],[-118.228635,46.593362]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"OWEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.939981,39.473345],[-86.68571,39.470063],[-86.630818,39.346948],[-86.683002,39.165746],[-87.054578,39.168086],[-86.939981,39.473345]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ASHE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.677535,36.588117],[-81.3532212,36.5762382],[-81.253649,36.366601],[-81.477516,36.24025],[-81.7253728,36.3897385],[-81.677535,36.588117]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"BERKSHIRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.352527,42.510002],[-73.264957,42.74594],[-73.0230179,42.7409727],[-72.975409,42.556037],[-73.000173,42.312678],[-73.0533627,42.0401156],[-73.487314,42.049638],[-73.4896799,42.0537977],[-73.352527,42.510002]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"SAN MIGUEL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0417966,38.1530323],[-107.965789,38.152328],[-107.738283,37.905432],[-107.860845,37.775517],[-108.256498,37.894607],[-109.0426041,37.8810848],[-109.0417966,38.1530323]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"PLATTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.892437,42.608939],[-104.655639,42.609468],[-104.653338,41.653007],[-105.278236,41.656655],[-105.28391,42.431402],[-104.892437,42.608939]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.628404,37.829435],[-93.573202,37.828035],[-93.187915,37.802737],[-93.182489,37.417204],[-93.621153,37.427423],[-93.616033,37.572689],[-93.628404,37.829435]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"BANNOCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.750562,42.951528],[-112.063023,43.022364],[-111.875636,42.416333],[-112.126194,42.285229],[-112.419825,42.503038],[-112.558693,42.961247],[-112.750562,42.951528]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.45319,46.679243],[-119.369429,46.737695],[-118.210243,46.738833],[-118.21566,46.588924],[-118.228635,46.593362],[-118.471646,46.597262],[-119.041498,46.192667],[-119.264392,46.272595],[-119.45319,46.679243]]]]}},{"type":"Feature","properties":{"state":"MASSACHUSETTS","county":"HAMPSHIRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.975409,42.556037],[-72.314599,42.343526],[-72.221218,42.245252],[-72.686861,42.18339],[-73.000173,42.312678],[-72.975409,42.556037]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"WINNEBAGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.4014168,42.5004419],[-89.3657986,42.500026],[-88.9403849,42.4954398],[-88.939732,42.15232],[-89.396192,42.201916],[-89.4014168,42.5004419]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"NOBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.461603,36.593637],[-97.057414,36.593647],[-97.009785,36.506935],[-96.925069,36.246474],[-97.354132,36.159072],[-97.460792,36.164462],[-97.461603,36.593637]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"IBERVILLE","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.700933,30.497433],[-91.485089,30.497138],[-91.142105,30.323293],[-91.021014,30.321489],[-91.105951,30.062478],[-91.224356,30.025336],[-91.368835,30.058824],[-91.700933,30.497433]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"GOODHUE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.039485,44.471871],[-92.7316239,44.7149228],[-92.3169331,44.539276],[-92.2453646,44.4542511],[-92.550871,44.194916],[-92.678717,44.195516],[-93.041159,44.196726],[-93.039485,44.471871]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"BARRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.545564,42.768139],[-85.309626,42.769878],[-85.074245,42.770784],[-85.071609,42.421428],[-85.298879,42.419849],[-85.543191,42.421433],[-85.545564,42.768139]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.5061679,40.2006435],[-90.911969,40.193088],[-90.913616,40.104452],[-90.916609,39.845075],[-91.3646166,39.7587182],[-91.4368433,39.9452435],[-91.5061679,40.2006435]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MENOMINEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.8330495,45.7227526],[-87.617091,45.986014],[-87.367849,45.985321],[-87.2534496,45.5501156],[-87.590208,45.095264],[-87.863489,45.35302],[-87.8330495,45.7227526]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"HIGHLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.649075,38.591515],[-79.3112961,38.4184546],[-79.512158,38.180419],[-79.7970135,38.2672681],[-79.649075,38.591515]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"OTERO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.058242,38.146492],[-103.619172,38.113355],[-103.501764,38.265016],[-103.399938,38.265435],[-103.404339,37.643576],[-104.061132,37.734704],[-104.058242,38.146492]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GREEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.657332,37.421996],[-85.583497,37.469917],[-85.352771,37.192432],[-85.526881,37.10945],[-85.686482,37.182427],[-85.657332,37.421996]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"RALLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.717968,39.339122],[-91.715247,39.657644],[-91.3057603,39.6862155],[-91.1828755,39.5982331],[-91.438235,39.318716],[-91.717968,39.339122]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"MCPHERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.406466,41.7432],[-100.842459,41.740404],[-100.711711,41.739761],[-100.713243,41.393511],[-101.269695,41.394934],[-101.40726,41.395416],[-101.406466,41.7432]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"GRAINGER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.667408,36.344381],[-83.3868,36.413186],[-83.280595,36.394689],[-83.255292,36.289092],[-83.467097,36.174688],[-83.66746,36.080587],[-83.732704,36.164583],[-83.667408,36.344381]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"PRESTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.763774,39.720776],[-79.476662,39.721078],[-79.486873,39.205961],[-79.487175,39.194906],[-79.809729,39.230526],[-79.895536,39.299584],[-79.894688,39.435588],[-79.763774,39.720776]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.771595,36.800031],[-82.406633,36.876356],[-82.332078,36.708969],[-82.2941364,36.595073],[-82.6091819,36.5950897],[-82.830433,36.593761],[-82.9844585,36.59529],[-82.771595,36.800031]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SHAWNEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.035573,39.21652],[-95.589472,39.216081],[-95.500254,39.056656],[-95.500724,38.869815],[-95.946587,38.869973],[-96.03906,39.126527],[-96.035573,39.21652]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"VALLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.212016,41.740613],[-98.759133,41.740382],[-98.752225,41.740372],[-98.751558,41.394084],[-99.203261,41.39414],[-99.212016,41.740613]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"CHEYENNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.163025,39.03761],[-102.046571,39.047038],[-102.0457129,38.6975658],[-102.0455106,38.6151646],[-103.172943,38.61245],[-103.163025,39.03761]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"GALLATIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.0210521,38.7585273],[-84.7986998,38.8592274],[-84.660107,38.777293],[-84.785788,38.720459],[-84.934536,38.66213],[-85.0210521,38.7585273]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"HOLT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.548182,40.2644147],[-95.180614,40.261706],[-95.04308,40.130096],[-94.9933742,39.8985653],[-95.30829,39.999998],[-95.5478703,40.2627835],[-95.548182,40.2644147]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ATHENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.159161,39.556574],[-82.047528,39.550825],[-81.844863,39.450216],[-81.7214681,39.2109608],[-81.752297,39.1810347],[-82.268583,39.20376],[-82.289663,39.384195],[-82.159161,39.556574]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.186322,35.514368],[-82.920881,35.292037],[-83.0084728,35.0269185],[-83.108613,35.0006588],[-83.339609,35.330993],[-83.186322,35.514368]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.190658,37.974778],[-81.932507,38.025356],[-81.607532,37.788709],[-81.802937,37.660508],[-82.082648,37.701565],[-82.190658,37.974778]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.4636253,31.6979424],[-88.088288,31.699303],[-87.906143,31.491752],[-87.946588,31.19293],[-87.972869,31.162694],[-88.432007,31.114298],[-88.4494461,31.4358369],[-88.4636253,31.6979424]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.728326,39.095679],[-80.596126,39.167069],[-80.300209,39.103857],[-80.393063,38.727571],[-80.457332,38.739169],[-80.605799,38.904167],[-80.728326,39.095679]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.6117041,30.6515601],[-83.3577163,30.6371379],[-83.3093471,30.6342388],[-83.170969,30.385225],[-83.247253,30.26067],[-83.36726,30.26044],[-83.820235,30.30354],[-83.6117041,30.6515601]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.89847,38.929603],[-81.7502668,39.1040312],[-81.581447,39.026179],[-81.502628,38.917922],[-81.522166,38.612746],[-81.696348,38.626427],[-81.772843,38.680843],[-81.89847,38.929603]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.529667,34.567081],[-87.42651,34.800022],[-87.260676,34.758626],[-87.105073,34.686037],[-87.110111,34.313799],[-87.109911,34.299299],[-87.529722,34.304598],[-87.529667,34.567081]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HOLMES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.0350381,30.9937496],[-85.4980016,30.997865],[-85.599934,30.830552],[-85.844421,30.70313],[-86.0350381,30.9937496]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"SANTA ROSA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.1630807,30.9990242],[-86.785692,30.996983],[-86.8003514,30.3845081],[-87.2297658,30.3196329],[-87.124968,30.500196],[-87.302661,30.71937],[-87.1630807,30.9990242]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.034498,33.73943],[-88.719979,33.81133],[-88.513933,33.650438],[-88.67125,33.506168],[-89.018613,33.562114],[-89.034498,33.73943]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CLEARWATER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.582887,48.020557],[-95.229133,48.019958],[-95.183216,47.412773],[-95.169172,47.152515],[-95.551186,47.151453],[-95.554248,47.499893],[-95.582155,47.933966],[-95.582887,48.020557]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"JOHNSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.056258,38.98212],[-94.908765,38.991401],[-94.6078704,39.0440851],[-94.6089603,38.8472113],[-94.6094897,38.7381017],[-95.056412,38.738587],[-95.056258,38.98212]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"OKEECHOBEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.142164,27.643238],[-80.87315,27.642288],[-80.679821,27.55847],[-80.677862,27.205988],[-80.885639,26.958919],[-80.943186,27.210599],[-81.142164,27.643238]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"YOUNG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.953938,33.397534],[-98.420666,33.396195],[-98.426553,33.007913],[-98.575616,32.954349],[-98.950875,32.956918],[-98.953938,33.397534]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.099961,34.86712],[-90.40854,34.904121],[-90.4079828,34.835266],[-90.5732884,34.6336705],[-91.051918,34.645721],[-91.099961,34.86712]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"COLUMBIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.784901,43.641051],[-89.599547,43.642636],[-89.245437,43.643083],[-89.006848,43.633045],[-89.009139,43.28483],[-89.720463,43.293084],[-89.785809,43.641049],[-89.784901,43.641051]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"LEAVENWORTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.187103,39.044109],[-95.180891,39.419218],[-94.9657474,39.4216817],[-94.7919947,39.2012603],[-94.908765,38.991401],[-95.056258,38.98212],[-95.187103,39.044109]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.844421,30.70313],[-85.599934,30.830552],[-85.434782,30.56756],[-85.487968,30.436655],[-85.992736,30.38932],[-85.844421,30.70313]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.915508,46.632925],[-99.44972,46.63163],[-99.036625,46.630211],[-99.037367,46.283151],[-99.878431,46.282811],[-99.915508,46.632925]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.369199,40.0019393],[-96.916407,40.0014541],[-96.805768,40.0013685],[-96.806544,39.566423],[-96.958719,39.566401],[-97.368574,39.567018],[-97.36867,39.654043],[-97.369199,40.0019393]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"VERNON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.2570002,43.7256587],[-90.910653,43.725334],[-90.312194,43.731479],[-90.312404,43.640988],[-90.311069,43.553991],[-90.668561,43.422994],[-91.2106634,43.4194418],[-91.217706,43.50055],[-91.2570002,43.7256587]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TAYLOR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.146543,32.522793],[-99.629579,32.514657],[-99.631413,32.081274],[-99.713971,32.082089],[-100.151911,32.082638],[-100.146543,32.522793]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"ALBANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.180274,42.729979],[-73.809369,42.778869],[-73.676762,42.783277],[-73.783721,42.464231],[-74.254303,42.408207],[-74.180274,42.729979]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"DEFIANCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8042533,41.4260497],[-84.341664,41.427568],[-84.228222,41.165862],[-84.341602,41.165524],[-84.803645,41.2525617],[-84.8037036,41.2712583],[-84.8042533,41.4260497]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.075539,30.273617],[-84.007454,30.67207],[-83.743729,30.6585269],[-83.6117041,30.6515601],[-83.820235,30.30354],[-83.9923103,30.0892687],[-84.0761321,30.0990899],[-84.075539,30.273617]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MEADE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.4335744,38.0871444],[-86.321274,38.147418],[-85.9973517,37.9912256],[-86.151285,37.798878],[-86.4880525,38.0436653],[-86.4335744,38.0871444]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"NEWTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.322598,32.576433],[-89.317588,32.576458],[-88.914516,32.576955],[-88.913847,32.224186],[-89.322692,32.223472],[-89.322598,32.576433]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"MONROE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.50093,31.829251],[-86.906899,31.830628],[-86.905899,31.753035],[-87.427455,31.260386],[-87.61589,31.244458],[-87.765152,31.297346],[-87.50093,31.829251]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"FULTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.808934,33.574085],[-84.578132,33.743507],[-84.418927,34.073298],[-84.258743,34.185909],[-84.097693,34.050708],[-84.277093,33.957614],[-84.350224,33.647908],[-84.458665,33.550933],[-84.60954,33.502511],[-84.850713,33.511457],[-84.808934,33.574085]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"TALIAFERRO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.995602,33.693583],[-82.949046,33.733333],[-82.679975,33.599792],[-82.851954,33.443543],[-83.012853,33.469178],[-82.995602,33.693583]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"LIVINGSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.954964,42.862754],[-77.909832,42.987762],[-77.580377,42.943963],[-77.490889,42.577288],[-77.722964,42.471216],[-78.038261,42.521522],[-77.954964,42.862754]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"IOSCO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.886634,44.508976],[-83.3169639,44.511683],[-83.5646458,44.1635248],[-83.883977,44.161786],[-83.886634,44.508976]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"HERNANDO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6687114,28.6943033],[-82.263052,28.667634],[-82.054694,28.478397],[-82.690795,28.4333419],[-82.6687114,28.6943033]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WAUPACA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.223745,44.681365],[-88.606083,44.590515],[-88.73977,44.243303],[-88.886673,44.242622],[-89.224813,44.243393],[-89.223745,44.681365]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.195871,32.079235],[-99.118665,32.079585],[-98.924401,32.078018],[-98.668441,31.700514],[-98.991608,31.484071],[-99.090622,31.460927],[-99.202768,31.467234],[-99.195871,32.079235]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"POLK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.828256,41.173439],[-97.598253,41.333119],[-97.368186,41.396416],[-97.368118,41.046947],[-97.826287,41.046581],[-97.828256,41.173439]]]]}},{"type":"Feature","properties":{"state":"MAINE","county":"KNOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-68.9349764,44.2029075],[-68.896384,44.209935],[-68.5314142,44.0898524],[-68.9349764,44.2029075]]],[[[-69.434992,44.331866],[-69.0210745,44.2304353],[-69.077028,43.973654],[-69.3804897,43.9436402],[-69.434992,44.331866]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"WILKIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.7857862,46.6295908],[-96.280977,46.630765],[-96.265366,46.10861],[-96.26614,46.02161],[-96.5726975,46.0218917],[-96.7857862,46.6295908]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"HIDALGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.047612,32.426377],[-109.0471171,32.777794],[-108.537011,32.516618],[-108.524538,31.863614],[-108.217143,31.864139],[-108.208394,31.783599],[-108.208573,31.333395],[-109.050044,31.332502],[-109.047612,32.426377]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"WALLOWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.9776573,46.0001682],[-117.6034258,45.9987602],[-117.4799373,45.9975668],[-116.915989,45.995413],[-116.7992045,45.8510454],[-116.463504,45.615785],[-116.6909163,45.2689841],[-116.7831283,45.0777125],[-117.266573,45.08057],[-117.663391,45.365749],[-117.97298,45.860595],[-117.9776573,46.0001682]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.953799,34.064141],[-91.445614,34.080147],[-91.421715,34.014472],[-91.557648,33.783384],[-91.975974,33.791787],[-91.953799,34.064141]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"MOULTRIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.745671,39.792146],[-88.473182,39.791837],[-88.472073,39.651588],[-88.470505,39.447041],[-88.810575,39.653222],[-88.745671,39.792146]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"PANOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.198631,34.554425],[-89.721341,34.554274],[-89.72105,34.192545],[-89.931485,34.164303],[-90.135456,34.160074],[-90.198536,34.511088],[-90.198631,34.554425]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"GOGEBIC","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.418136,46.566094],[-89.8843296,46.7654711],[-89.740568,46.505642],[-89.365507,46.333078],[-88.991012,46.332308],[-88.991217,46.0965364],[-89.9291256,46.2999157],[-90.418136,46.566094]]]]}},{"type":"Feature","properties":{"state":"NEW HAMPSHIRE","county":"HILLSBOROUGH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-72.038149,43.128807],[-72.009074,43.187882],[-71.392388,43.009309],[-71.245384,42.7365553],[-71.2551101,42.7363971],[-71.8987688,42.7114667],[-71.9290301,42.7122937],[-72.038149,43.128807]]]]}},{"type":"Feature","properties":{"state":"ARIZONA","county":"GILA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.554681,34.471733],[-111.250302,34.453274],[-110.750678,34.263314],[-110.750672,34.000048],[-110.00066,34.000046],[-110.000649,33.57693],[-110.441544,33.38167],[-110.449021,33.194526],[-110.781076,32.983738],[-111.039976,33.466019],[-111.38235,33.758247],[-111.494778,33.999817],[-111.72057,34.161429],[-111.554681,34.471733]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.286461,38.067028],[-84.080527,38.115118],[-83.96631,37.930768],[-84.001967,37.837592],[-84.080337,37.853066],[-84.337393,37.892007],[-84.286461,38.067028]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"CLEVELAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.691989,35.580041],[-81.537599,35.564228],[-81.4556,35.419811],[-81.328091,35.1622859],[-81.3676049,35.1640922],[-81.7681344,35.1797077],[-81.691989,35.580041]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"TYLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.561943,31.058952],[-94.457816,31.033325],[-94.244888,30.968174],[-94.071689,30.526033],[-94.545717,30.526977],[-94.561943,31.058952]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"MORROW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-119.9995052,45.8116849],[-119.8681539,45.8382266],[-119.4321386,45.9132091],[-119.43464,45.603056],[-119.145144,45.515909],[-119.162966,44.996241],[-119.672228,44.995117],[-119.790699,45.067823],[-120.006555,45.257706],[-119.9995052,45.8116849]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"POTTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.260223,45.24681],[-99.708987,45.245866],[-99.573445,45.245364],[-99.572699,44.897263],[-99.67305,44.897492],[-100.404753,44.897695],[-100.260223,45.24681]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.9353499,39.3995195],[-90.613694,39.395775],[-90.603569,39.117592],[-90.4509699,38.961395],[-90.6615829,38.9347033],[-90.7232836,39.224103],[-90.9353499,39.3995195]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"SCOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.768039,44.640303],[-93.520431,44.804263],[-93.329615,44.791086],[-93.281521,44.543957],[-93.524327,44.543618],[-93.910405,44.543163],[-93.768039,44.640303]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"OTOE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.463764,40.78396],[-95.8342438,40.7837844],[-95.765645,40.585208],[-95.7122804,40.5237544],[-96.067012,40.523148],[-96.463632,40.523013],[-96.463764,40.78396]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.998014,39.983322],[-79.877385,40.126792],[-79.293682,40.040413],[-79.3924584,39.7214394],[-79.476662,39.721078],[-79.763774,39.720776],[-79.9160174,39.7210559],[-79.998014,39.983322]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"LINCOLN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.055528,38.868868],[-103.719664,38.866827],[-103.714355,39.566331],[-103.707072,39.566295],[-103.154376,39.565654],[-103.163025,39.03761],[-103.172943,38.61245],[-103.504666,38.516409],[-104.053921,38.522393],[-104.055528,38.868868]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.245191,31.717524],[-90.122565,31.75268],[-89.974586,31.761655],[-89.95894,31.390489],[-90.040466,31.336014],[-90.24389,31.350274],[-90.245191,31.717524]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"SAMPSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.617127,35.245578],[-78.538349,35.31641],[-78.30658,35.287604],[-78.16342,35.189716],[-78.114007,34.721795],[-78.254441,34.553595],[-78.494705,34.856182],[-78.617127,35.245578]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CARTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.299859,36.396505],[-81.983843,36.508314],[-81.9343692,36.2647162],[-82.0811489,36.1056921],[-82.220253,36.15382],[-82.34046,36.252807],[-82.299859,36.396505]]]]}},{"type":"Feature","properties":{"state":"ALASKA","county":"SKAGWAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-135.029245,59.345364],[-135.37502,59.350033],[-135.7173168,59.7300769],[-135.027456,59.563692],[-135.029245,59.345364]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"COSHOCTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.184607,40.45628],[-81.709132,40.444775],[-81.622683,40.221308],[-81.716276,40.152166],[-82.187105,40.16688],[-82.195911,40.239071],[-82.184607,40.45628]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"CLARK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.995091,44.234126],[-112.8268269,44.4052024],[-111.617107,44.5571272],[-111.857851,44.187759],[-112.155935,44.05778],[-112.695242,43.971941],[-112.995091,44.234126]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"CATRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-109.0466075,33.7782238],[-109.0461389,34.579291],[-107.724794,34.578132],[-107.712754,33.476832],[-108.000602,33.478014],[-108.000598,33.201253],[-109.047237,33.208895],[-109.0466075,33.7782238]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CARROLL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.581739,40.735765],[-86.374417,40.561361],[-86.375762,40.431851],[-86.694665,40.432156],[-86.771293,40.562082],[-86.581739,40.735765]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NORTHUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.510694,38.0394889],[-76.236725,37.889174],[-76.3252991,37.6825739],[-76.507828,37.838814],[-76.63423,37.96663],[-76.510694,38.0394889]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"HURON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.6064791,43.6904493],[-83.117844,43.675493],[-83.5060856,43.7451572],[-83.407146,43.919807],[-82.928884,44.069389],[-82.6064791,43.6904493]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.090415,34.313132],[-101.99802,34.313039],[-101.564856,34.312493],[-101.56358,33.830451],[-102.085733,33.824675],[-102.090415,34.313132]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.66746,36.080587],[-83.467097,36.174688],[-83.234585,36.085094],[-83.310782,35.895846],[-83.673297,36.038486],[-83.66746,36.080587]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HEARD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.2943469,33.4279931],[-85.015358,33.425506],[-84.939015,33.224693],[-85.2365954,33.129544],[-85.2943469,33.4279931]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"THROCKMORTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.472444,33.399023],[-98.953938,33.397534],[-98.950875,32.956918],[-99.096016,32.957037],[-99.471258,32.957025],[-99.472444,33.399023]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"LAUDERDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.984916,35.0059101],[-87.6060979,35.0035195],[-87.2240536,34.9992307],[-87.2107586,34.9990492],[-87.260676,34.758626],[-87.42651,34.800022],[-87.806963,34.732061],[-88.097888,34.892202],[-88.200064,34.995634],[-87.984916,35.0059101]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"LAWRENCE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5192221,41.1250936],[-80.096861,41.069804],[-80.158534,40.855157],[-80.5197051,40.8513368],[-80.5198697,40.9003239],[-80.5192221,41.1250936]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"DE BACA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.891745,34.347043],[-104.892023,34.604426],[-104.444762,34.604952],[-104.129143,34.779337],[-103.948778,34.605058],[-103.946019,34.082463],[-104.156269,33.995413],[-104.786104,34.000137],[-104.893377,34.088407],[-104.891745,34.347043]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.89802,42.295236],[-90.4843457,42.3815978],[-90.3156965,42.1939464],[-90.1596825,42.0330873],[-90.898373,42.033548],[-90.89802,42.295236]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"NELSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.15739,37.891003],[-78.838874,38.04737],[-78.643918,37.733084],[-78.825238,37.552542],[-78.869245,37.542092],[-79.172131,37.803097],[-79.15739,37.891003]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"PHELPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.643462,40.684911],[-99.417316,40.670825],[-99.179248,40.660541],[-99.179403,40.350681],[-99.630459,40.35112],[-99.642209,40.3512],[-99.643462,40.684911]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"EDWARDS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.147814,38.569086],[-87.953898,38.570094],[-87.9906,38.259715],[-88.1509,38.256097],[-88.147814,38.569086]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CRAWFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.847309,44.858037],[-84.371737,44.855039],[-84.370643,44.507223],[-84.850929,44.511069],[-84.847309,44.858037]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-74.0274314,44.9973654],[-73.909687,44.429699],[-74.28187,44.120552],[-74.535156,44.09925],[-74.6447393,44.9970276],[-74.0274314,44.9973654]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"EVANGELINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.630347,30.487873],[-92.597741,30.896101],[-92.280738,30.965071],[-92.212711,30.848607],[-92.211243,30.568125],[-92.493259,30.480499],[-92.631987,30.481147],[-92.630347,30.487873]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"JASPER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.361745,38.910847],[-88.360654,39.171118],[-88.007766,39.173925],[-87.950385,39.174882],[-87.945923,38.850108],[-88.258608,38.847521],[-88.361745,38.910847]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"LEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.62933,41.901617],[-88.941279,41.891752],[-88.938618,41.628319],[-89.166561,41.585289],[-89.631494,41.584949],[-89.62933,41.901617]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"LAMAR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.248185,33.189019],[-84.123767,33.202824],[-84.041498,33.202629],[-84.12334,32.932184],[-84.27014,32.991011],[-84.248185,33.189019]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BLACK HAWK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.554492,42.642314],[-92.081661,42.642056],[-92.064766,42.297259],[-92.298792,42.297527],[-92.53351,42.297001],[-92.5543,42.555854],[-92.554492,42.642314]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"COTTLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.51734,34.314102],[-100.417783,34.313524],[-99.99772,34.311829],[-99.997621,34.224355],[-100.04848,33.835974],[-100.518691,33.83565],[-100.51734,34.314102]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.452502,43.847953],[-94.859388,43.848093],[-94.854444,43.848099],[-94.8545551,43.5005534],[-94.9146135,43.5005959],[-95.3877876,43.5004787],[-95.4544322,43.5003221],[-95.452502,43.847953]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CRITTENDEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.358436,37.40486],[-88.0662503,37.5041383],[-87.932952,37.480052],[-87.801046,37.379445],[-88.095781,37.179684],[-88.193519,37.147256],[-88.358436,37.40486]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"JENKINS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.144977,32.812741],[-81.767553,32.909411],[-81.841005,32.649093],[-82.001236,32.60691],[-82.144977,32.812741]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"BRULE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.355864,43.934371],[-98.926997,43.935143],[-98.807771,43.935223],[-98.794588,43.499187],[-99.297998,43.499669],[-99.355864,43.934371]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"FLOYD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.032817,38.417898],[-85.99462,38.418345],[-85.7945109,38.2779547],[-85.8959118,38.1799269],[-86.032817,38.417898]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.179403,40.350681],[-98.726827,40.350398],[-98.726373,40.0023363],[-99.0670183,40.0021435],[-99.1791332,40.002109],[-99.179403,40.350681]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"CUMBERLAND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.45183,36.938138],[-85.232026,36.925069],[-85.215405,36.854467],[-85.2958125,36.6261496],[-85.4364043,36.6180038],[-85.596214,36.818039],[-85.45183,36.938138]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DICKENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.041158,33.833625],[-100.518691,33.83565],[-100.517449,33.397866],[-101.038788,33.397214],[-101.041158,33.833625]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"WASHITA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.364217,35.465328],[-98.623336,35.464225],[-98.621054,35.097352],[-99.360226,35.116738],[-99.364217,35.465328]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"BRADFORD","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.9268464,42.0007235],[-76.5576241,42.0001487],[-76.145519,41.9988665],[-76.115172,41.651825],[-76.220139,41.541285],[-76.813731,41.590034],[-76.874714,41.596919],[-76.9268464,42.0007235]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.52129,37.554343],[-85.401784,37.730658],[-85.030172,37.63127],[-85.039674,37.545232],[-85.073772,37.413669],[-85.46625,37.465595],[-85.52129,37.554343]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"WALSH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.318098,48.543773],[-97.927154,48.543124],[-97.1481035,48.540744],[-97.1419104,48.1936276],[-97.903434,48.194897],[-98.292184,48.195177],[-98.318098,48.543773]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.064307,36.858743],[-84.835712,36.997612],[-84.578158,36.867133],[-84.7784559,36.6032105],[-84.7854,36.6033754],[-84.9748684,36.6145834],[-85.064307,36.858743]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"JEFFERSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.208041,34.492765],[-92.029996,34.489352],[-91.705185,34.48267],[-91.711795,34.233919],[-91.445614,34.080147],[-91.953799,34.064141],[-92.233376,34.062312],[-92.208041,34.492765]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.433771,41.326983],[-90.185609,41.584653],[-89.862351,41.584005],[-89.857798,41.234483],[-89.984559,41.149366],[-90.437657,41.151252],[-90.433771,41.326983]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"LOGAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.711711,41.739761],[-100.265474,41.739856],[-100.251224,41.739817],[-100.251098,41.393298],[-100.713243,41.393511],[-100.711711,41.739761]]]]}},{"type":"Feature","properties":{"state":"SOUTH CAROLINA","county":"KERSHAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.879227,34.457776],[-80.408373,34.614765],[-80.288596,34.366207],[-80.288692,34.364139],[-80.479857,34.168696],[-80.616186,34.099605],[-80.825921,34.26876],[-80.879227,34.457776]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WEBB","RigCount":9},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.1975101,28.1970007],[-100.113719,28.197819],[-99.394177,28.204627],[-99.388946,28.030419],[-98.803325,28.05748],[-98.798323,27.354029],[-98.954669,27.269397],[-99.4608258,27.2622402],[-99.556812,27.614336],[-99.844737,27.778809],[-100.1975101,28.1970007]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"ST. CLAIR","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.058285,38.036627],[-94.049895,38.213985],[-93.523484,38.207216],[-93.503946,38.073123],[-93.573202,37.828035],[-93.628404,37.829435],[-94.065675,37.900987],[-94.058285,38.036627]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"LASSEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.331786,41.183886],[-119.999866,41.183974],[-119.9999354,39.7224069],[-120.147149,39.707658],[-120.209641,40.086008],[-121.061417,40.446536],[-121.327826,40.445367],[-121.331786,41.183886]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"FREMONT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-112.155935,44.05778],[-111.857851,44.187759],[-111.617107,44.5571272],[-111.4569472,44.6956407],[-111.3771382,44.7511964],[-111.048974,44.474072],[-111.0472192,43.9834313],[-111.398781,43.92289],[-111.976849,43.927385],[-112.155935,44.05778]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"PHILLIPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.236393,48.9995581],[-107.179812,48.9999116],[-107.260458,48.304768],[-107.404513,48.21844],[-107.414886,47.691734],[-107.90912,47.450692],[-108.313048,47.58365],[-108.891115,47.734456],[-108.888316,47.922722],[-108.43398,47.976553],[-108.40987,48.448578],[-108.236393,48.9995581]]]]}},{"type":"Feature","properties":{"state":"RHODE ISLAND","county":"KENT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-71.7896954,41.7251982],[-71.365207,41.735649],[-71.33097,41.686962],[-71.380542,41.650326],[-71.7893587,41.5968522],[-71.7894646,41.6400172],[-71.7896954,41.7251982]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.318133,39.04881],[-86.080272,39.05027],[-85.798804,39.068536],[-85.795357,38.807508],[-85.888334,38.734443],[-86.275281,38.763795],[-86.317474,38.99087],[-86.318133,39.04881]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"NELSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.737777,37.81179],[-85.489202,37.990654],[-85.167834,37.971809],[-85.152797,37.897661],[-85.401784,37.730658],[-85.52129,37.554343],[-85.680488,37.732284],[-85.737777,37.81179]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"BUCHANAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.0440508,39.6136683],[-94.8778175,39.8204148],[-94.602819,39.819608],[-94.602257,39.747195],[-94.601246,39.530372],[-95.0914194,39.5332579],[-95.0440508,39.6136683]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CAMPBELL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.2613212,36.5927417],[-84.227332,36.592181],[-83.987842,36.5896],[-83.905638,36.419979],[-84.004317,36.270378],[-84.372731,36.216778],[-84.2613212,36.5927417]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.705782,43.499319],[-98.320595,43.498651],[-98.114758,43.498297],[-98.109492,43.196838],[-98.706855,43.370075],[-98.705782,43.499319]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CLAY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.240379,39.259064],[-87.199012,39.607137],[-87.013062,39.604787],[-86.939981,39.473345],[-87.054578,39.168086],[-87.240737,39.171773],[-87.240379,39.259064]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.844863,39.450216],[-81.588185,39.586973],[-81.283075,39.605796],[-81.037365,39.5380557],[-81.1212739,39.4576974],[-81.3703898,39.3487007],[-81.7214681,39.2109608],[-81.844863,39.450216]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8041205,40.3527622],[-84.8024139,40.5722129],[-84.802119,40.728163],[-84.45618,40.684862],[-84.434387,40.354534],[-84.434631,40.354259],[-84.8041205,40.3527622]]]]}},{"type":"Feature","properties":{"state":"UTAH","county":"BEAVER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-114.050154,38.57292],[-112.515394,38.572845],[-112.518495,38.510413],[-112.444214,38.150001],[-112.47868,38.147419],[-114.0499034,38.148763],[-114.050154,38.57292]]]]}},{"type":"Feature","properties":{"state":"HAWAII","county":"MAUI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-156.69989,20.920629],[-156.242555,20.937838],[-156.129898,20.627523],[-156.431872,20.598143],[-156.69989,20.920629]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"JACKSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.884533,30.677292],[-88.884534,30.735591],[-88.4124674,30.7355975],[-88.395023,30.369425],[-88.89393,30.393398],[-88.884533,30.677292]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"CLARKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.537385,33.965912],[-83.360028,34.040572],[-83.258413,33.999098],[-83.275933,33.847977],[-83.537385,33.965912]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WHARTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.175422,29.633806],[-96.088912,29.601658],[-95.847656,29.26259],[-95.874028,29.229702],[-96.309178,28.963291],[-96.640315,29.247804],[-96.175422,29.633806]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"HAMPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.4355,37.094866],[-76.395795,37.107174],[-76.2931269,37.1141637],[-76.2967923,36.993791],[-76.341825,36.924772],[-76.384419,36.951059],[-76.4355,37.094866]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MIDLAND","RigCount":46},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.287048,32.086991],[-102.211249,32.0868],[-101.776085,32.086925],[-101.775802,31.651319],[-102.287345,31.651276],[-102.287048,32.086991]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SHERIDAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.720213,39.568034],[-100.180351,39.56689],[-100.161667,39.567277],[-100.1642,39.132071],[-100.721296,39.133381],[-100.720213,39.568034]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"ROCK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.677684,42.730903],[-99.257039,42.804296],[-99.234629,42.087995],[-99.662379,42.086009],[-99.677684,42.730903]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"SPINK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.717759,45.243732],[-97.981457,45.240415],[-97.981792,45.153295],[-97.977791,44.631602],[-98.705762,44.634159],[-98.716498,44.896925],[-98.717759,45.243732]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"SHELBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.434387,40.354534],[-84.002372,40.483115],[-84.014763,40.273459],[-84.022919,40.183945],[-84.432575,40.197037],[-84.434631,40.354259],[-84.434387,40.354534]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"WHEELER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.761155,42.088518],[-98.300592,42.088853],[-98.295602,41.914954],[-98.29576,41.741178],[-98.752225,41.740372],[-98.759133,41.740382],[-98.761155,42.088518]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"FAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.380829,37.969109],[-81.231636,38.263514],[-80.882187,38.103457],[-80.806316,37.868915],[-80.94509,37.819121],[-81.380829,37.969109]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"ISANTI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.513683,45.734318],[-93.141793,45.730657],[-93.019563,45.41177],[-93.51007,45.414798],[-93.510704,45.558772],[-93.513683,45.734318]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SUTTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.960587,30.706071],[-100.116234,30.710366],[-100.116461,30.290296],[-100.700393,30.288276],[-100.960643,30.287776],[-100.960587,30.706071]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"MASON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.991605,38.593701],[-83.9043751,38.7672839],[-83.7058616,38.6380379],[-83.6469114,38.6418519],[-83.641852,38.525381],[-83.930348,38.492278],[-83.991605,38.593701]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"GOODING","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-115.086155,43.198064],[-114.594605,43.198345],[-114.594375,42.850901],[-114.616487,42.649298],[-115.037774,42.911864],[-115.086155,43.198064]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.805682,43.08367],[-96.4520975,43.0825529],[-96.5404723,42.9085957],[-96.4800225,42.5613248],[-96.445508,42.49063],[-96.6279455,42.5270961],[-96.8073706,42.700679],[-96.805682,43.08367]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"CANNON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.153214,35.954399],[-86.014849,35.96106],[-85.885156,35.839658],[-85.985062,35.660108],[-86.207147,35.70379],[-86.153214,35.954399]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"WINNEBAGO","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.886673,44.242622],[-88.73977,44.243303],[-88.40407,44.244102],[-88.404187,43.9382],[-88.885697,43.895184],[-88.886193,43.983233],[-88.886673,44.242622]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"HARLAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.630459,40.35112],[-99.179403,40.350681],[-99.1791332,40.002109],[-99.6253267,40.0017778],[-99.6282538,40.0017719],[-99.630459,40.35112]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"WAYNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.376052,43.2740338],[-76.7220026,43.3375802],[-76.713806,43.024035],[-76.963926,43.013157],[-77.371478,43.034696],[-77.376052,43.2740338]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"ATASCOSA","RigCount":4},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.804763,29.250693],[-98.407336,29.114435],[-98.190991,28.882333],[-98.098315,28.786949],[-98.335031,28.612658],[-98.800848,28.647306],[-98.8049,29.090434],[-98.804763,29.250693]]]]}},{"type":"Feature","properties":{"state":"OREGON","county":"YAMHILL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-123.46488,45.433332],[-122.867891,45.317345],[-122.849925,45.259697],[-123.068667,45.07486],[-123.724368,45.076226],[-123.46488,45.433332]]]]}},{"type":"Feature","properties":{"state":"NEW MEXICO","county":"EDDY","RigCount":43},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.851524,32.520541],[-104.841576,32.963213],[-103.814507,32.965114],[-103.722938,32.522344],[-103.722882,32.0001656],[-103.9802135,32.0000329],[-104.024521,32.00001],[-104.84774,32.0004646],[-104.851524,32.520541]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.997667,38.335586],[-84.870482,38.356751],[-84.740594,38.352415],[-84.725168,38.195426],[-84.864908,38.116926],[-85.023711,38.129052],[-84.997667,38.335586]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MOORE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.163015,36.055249],[-101.623466,36.055405],[-101.622831,35.624057],[-101.6228,35.620196],[-102.162752,35.620035],[-102.162809,35.627515],[-102.163015,36.055249]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.476299,38.542723],[-84.205346,38.582039],[-84.162031,38.554125],[-84.1021,38.459379],[-84.19405,38.37175],[-84.442661,38.283236],[-84.557375,38.492917],[-84.476299,38.542723]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"WEBSTER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.443083,42.645164],[-93.971714,42.644707],[-93.971583,42.558139],[-93.93158,42.209908],[-94.164704,42.20992],[-94.397526,42.209161],[-94.443024,42.558843],[-94.443083,42.645164]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CHEYENNE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.051744,40.003078],[-101.411029,40.0025826],[-101.413913,39.568361],[-102.0499619,39.568179],[-102.0499921,39.5740561],[-102.051744,40.003078]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"SALINE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.70676,37.863338],[-88.706622,37.906797],[-88.37453,37.907678],[-88.375332,37.599563],[-88.412112,37.599912],[-88.708546,37.599277],[-88.70676,37.863338]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"CHASE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.819723,38.522464],[-96.35378,38.521657],[-96.357277,38.17266],[-96.522782,38.08637],[-96.840772,38.085622],[-96.819723,38.522464]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"CROSBY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.56358,33.830451],[-101.041158,33.833625],[-101.038788,33.397214],[-101.556884,33.39476],[-101.56358,33.830451]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"IONIA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.312513,43.118793],[-84.836889,43.118851],[-84.837085,42.770479],[-85.074245,42.770784],[-85.309626,42.769878],[-85.312513,43.118793]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"ISABELLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.088811,43.813676],[-84.606035,43.815218],[-84.60754,43.466006],[-84.845962,43.466158],[-85.084996,43.46619],[-85.088811,43.813676]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"BROADWATER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.787949,46.569465],[-111.498095,46.762502],[-111.061956,46.192834],[-111.346652,46.187785],[-111.660057,45.8335],[-111.784565,46.049813],[-111.787949,46.569465]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MILAM","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.315507,30.752371],[-97.070188,30.98622],[-96.829121,31.105871],[-96.621281,30.730819],[-96.963629,30.557169],[-97.155219,30.457344],[-97.315507,30.752371]]]]}},{"type":"Feature","properties":{"state":"WYOMING","county":"CAMPBELL","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-106.02488,44.9975841],[-105.076601,45.0002966],[-105.079281,44.176182],[-105.079797,43.498445],[-106.017366,43.494969],[-106.009676,44.563981],[-106.02488,44.9975841]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"WALKER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.5344053,34.6237903],[-85.363919,34.9833766],[-85.265055,34.9850776],[-85.144789,34.767639],[-85.050446,34.622482],[-85.069159,34.587184],[-85.107748,34.587483],[-85.5268948,34.5886857],[-85.5344053,34.6237903]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.409231,37.85918],[-92.406275,38.021179],[-92.18537,38.016338],[-92.021165,38.010639],[-92.029258,37.602542],[-92.249463,37.604543],[-92.409231,37.85918]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.885156,35.839658],[-85.682095,35.831254],[-85.602876,35.794996],[-85.557535,35.532977],[-85.607326,35.531651],[-85.876962,35.524095],[-85.985062,35.660108],[-85.885156,35.839658]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"TRIPP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.230845,43.713856],[-99.623587,43.742414],[-99.534481,43.499801],[-99.534055,42.9981975],[-100.1984138,42.9979769],[-100.214221,43.390321],[-100.230845,43.713856]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"COLBERT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.097888,34.892202],[-87.806963,34.732061],[-87.42651,34.800022],[-87.529667,34.567081],[-88.1395594,34.5816967],[-88.097888,34.892202]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"POLK","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.20018,30.824566],[-94.842947,31.146578],[-94.561943,31.058952],[-94.545717,30.526977],[-94.732732,30.490066],[-94.849414,30.493553],[-95.20018,30.824566]]]]}},{"type":"Feature","properties":{"state":"WEST VIRGINIA","county":"GRANT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.486873,39.205961],[-79.2623921,39.3262438],[-78.979898,39.237624],[-79.134296,38.81334],[-79.349867,38.957509],[-79.357666,38.964509],[-79.487175,39.194906],[-79.486873,39.205961]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"BRADFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.142578,30.143117],[-82.049425,30.143136],[-82.049244,29.71867],[-82.055625,29.718232],[-82.418728,29.923093],[-82.142578,30.143117]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HARRIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.1861174,32.8701383],[-84.861768,32.872495],[-84.700538,32.84464],[-84.694603,32.583945],[-85.0760724,32.6080675],[-85.1245332,32.7516296],[-85.1861174,32.8701383]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"LATAH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-117.0398334,47.127269],[-116.329418,47.021915],[-116.329436,46.934669],[-116.456098,46.629097],[-117.0397777,46.541709],[-117.0398334,47.127269]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"TUSCOLA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.6994171,43.6016372],[-83.5060856,43.7451572],[-83.117844,43.675493],[-83.120396,43.327049],[-83.460733,43.223131],[-83.695621,43.221422],[-83.698816,43.478957],[-83.6994171,43.6016372]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"BEAUFORT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.174,35.732831],[-76.847264,35.719982],[-76.637513,35.705215],[-76.522131,35.353623],[-76.895919,35.253889],[-77.189115,35.418362],[-77.174,35.732831]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"SMITH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.594541,32.687026],[-95.15341,32.570115],[-94.986935,32.537246],[-94.985411,32.37082],[-94.985272,32.137989],[-95.459908,32.135559],[-95.449165,32.355233],[-95.594541,32.687026]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"LEWIS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.446124,44.217655],[-75.170159,44.096959],[-75.11016,43.615229],[-75.5335,43.419756],[-75.756213,43.470388],[-75.774553,43.688884],[-75.758157,43.878785],[-75.446124,44.217655]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CHEROKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.207946,36.074708],[-95.011303,36.161815],[-94.797279,36.16139],[-94.807297,35.638604],[-95.127464,35.638894],[-95.265679,35.813266],[-95.207946,36.074708]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"BURKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.938777,48.9993503],[-102.0211494,48.9987566],[-102.021655,48.807108],[-102.233892,48.546339],[-102.885763,48.54639],[-102.885775,48.633298],[-102.938777,48.9993503]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"CHESTERFIELD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.855148,37.418363],[-77.655399,37.563986],[-77.595462,37.55575],[-77.420875,37.447101],[-77.249665,37.382],[-77.270675,37.320756],[-77.284019,37.313012],[-77.334549,37.312468],[-77.376785,37.244849],[-77.403671,37.237346],[-77.416501,37.233208],[-77.447408,37.223066],[-77.65061,37.265112],[-77.855148,37.418363]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"WASHTENAW","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.131136,42.424567],[-83.664808,42.431179],[-83.551907,42.435166],[-83.539396,42.085598],[-83.773922,42.08243],[-84.131963,42.071577],[-84.131136,42.424567]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"ELLIOTT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.263289,38.115386],[-83.244306,38.19238],[-82.924805,38.175114],[-83.022115,38.007047],[-83.263289,38.115386]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HUNT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.297227,32.981752],[-96.295413,33.351936],[-95.858723,33.40953],[-95.861778,33.21933],[-95.862521,32.979571],[-95.934433,32.837217],[-96.076801,32.838489],[-96.297322,32.841723],[-96.297227,32.981752]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"NOBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.654747,41.523347],[-85.194084,41.526437],[-85.192094,41.264209],[-85.307781,41.264158],[-85.651928,41.294776],[-85.653507,41.436856],[-85.654747,41.523347]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"PIKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.710805,37.285323],[-82.563561,37.684844],[-82.320675,37.7459658],[-81.968297,37.537798],[-82.3143705,37.2963063],[-82.5536395,37.2014504],[-82.5652757,37.1959011],[-82.732693,37.271502],[-82.710805,37.285323]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"PLACER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.414779,38.996452],[-121.279533,39.034618],[-121.067546,39.005371],[-120.727893,39.288081],[-120.0047955,39.316475],[-120.003364,39.1656268],[-120.0026148,39.1126894],[-120.0019753,39.0674959],[-120.746395,39.010352],[-121.141009,38.71198],[-121.484396,38.734598],[-121.414779,38.996452]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.129447,34.987947],[-84.0053367,34.9876496],[-83.936646,34.987485],[-83.780401,34.792893],[-83.856506,34.722191],[-84.158035,34.648243],[-84.129447,34.987947]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"PERRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.462813,39.93038],[-82.233974,39.91326],[-82.076639,39.77096],[-82.047528,39.550825],[-82.159161,39.556574],[-82.374531,39.654959],[-82.462813,39.93038]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"DENTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.383095,33.43045],[-96.94386,33.41641],[-96.83411,33.405498],[-96.843979,32.987554],[-97.032287,32.989324],[-97.39848,32.990839],[-97.383095,33.43045]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"HYDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.637513,35.705215],[-76.405971,35.697579],[-76.027479,35.668849],[-75.814021,35.500182],[-75.7495614,35.1856164],[-76.013145,35.061855],[-76.304136,35.201453],[-76.522131,35.353623],[-76.637513,35.705215]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MADISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.861903,40.218936],[-85.862296,40.378367],[-85.578589,40.379524],[-85.576197,40.077143],[-85.576192,39.945756],[-85.862489,39.943618],[-85.861903,40.218936]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"NORTHAMPTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-75.474193,40.814746],[-75.1232539,40.9653055],[-75.1892364,40.609057],[-75.333514,40.537057],[-75.608985,40.787387],[-75.474193,40.814746]]]]}},{"type":"Feature","properties":{"state":"KENTUCKY","county":"PULASKI","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.901112,37.116297],[-84.720712,37.238328],[-84.502932,37.328801],[-84.289076,37.15174],[-84.358024,36.9594],[-84.578158,36.867133],[-84.835712,36.997612],[-84.901112,37.116297]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DAWSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.224235,41.046597],[-99.425986,41.046471],[-99.417316,40.670825],[-99.643462,40.684911],[-99.981743,40.700003],[-100.223311,40.700254],[-100.224235,41.046597]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"QUEENS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-73.962478,40.736802],[-73.912456,40.796096],[-73.778958,40.811713],[-73.7506217,40.5893198],[-73.825494,40.5761496],[-73.962478,40.736802]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"IRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.991236,46.419704],[-88.679392,46.420139],[-88.116571,46.419951],[-88.117407,46.246618],[-88.1168565,45.9228112],[-88.6832322,46.0144657],[-88.9327685,46.0721072],[-88.991217,46.0965364],[-88.991012,46.332308],[-88.991236,46.419704]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"KIMBLE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.116234,30.710366],[-99.483869,30.710771],[-99.303996,30.499832],[-99.301718,30.286653],[-99.754142,30.290698],[-100.116461,30.290296],[-100.116234,30.710366]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"PECOS","RigCount":15},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.585084,30.76647],[-103.01104,31.371306],[-102.767365,31.293803],[-102.388804,31.087156],[-101.883436,30.925647],[-101.76842,30.653077],[-102.342986,30.598759],[-102.343085,30.284116],[-102.567049,30.052808],[-103.439976,30.665939],[-103.585084,30.76647]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"ERIE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.952224,41.458239],[-82.6905672,41.4967058],[-82.3480192,41.4272633],[-82.342314,41.283554],[-82.841475,41.290023],[-82.952224,41.458239]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"FORSYTH","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.452322,36.241419],[-80.451696,36.261502],[-80.035119,36.257184],[-80.043238,36.010758],[-80.394307,35.972762],[-80.496283,36.046545],[-80.452322,36.241419]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"DOUGLAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.76975,46.10745],[-95.14588,46.106761],[-95.139731,45.773416],[-95.13967,45.758891],[-95.758508,45.759932],[-95.76975,46.10745]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"KINGSBURY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.853028,44.544398],[-97.492266,44.543884],[-97.128024,44.543126],[-97.129671,44.195933],[-97.370115,44.194971],[-97.849492,44.195235],[-97.85366,44.195233],[-97.853028,44.544398]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"PORTAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.844931,44.684945],[-89.223745,44.681365],[-89.224813,44.243393],[-89.59798,44.245725],[-89.724746,44.247678],[-89.844931,44.684945]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"RICHMOND","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.936959,38.077074],[-76.63423,37.96663],[-76.507828,37.838814],[-76.668182,37.778386],[-76.936959,38.077074]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"MERCER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.5191967,41.1333865],[-80.5191652,41.4890122],[-79.999779,41.490049],[-79.999779,41.171861],[-80.096861,41.069804],[-80.5192221,41.1250936],[-80.5191967,41.1333865]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"MISSAUKEE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.334,44.512303],[-84.850929,44.511069],[-84.851705,44.161375],[-85.087403,44.164242],[-85.334777,44.165118],[-85.334,44.512303]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.298879,42.419849],[-85.071609,42.421428],[-84.718493,42.42152],[-84.709556,42.070366],[-84.826491,42.072468],[-85.293626,42.071553],[-85.298879,42.419849]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"STAFFORD","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.022136,38.000236],[-98.912583,38.261088],[-98.479841,38.26079],[-98.472794,38.172757],[-98.472257,37.824497],[-99.013318,37.825336],[-99.022136,38.000236]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"HOUSTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.417434,31.314973],[-85.08883,31.3086478],[-85.0211076,31.0754639],[-85.002499,31.000682],[-85.4882983,30.9979646],[-85.710333,31.195173],[-85.417434,31.314973]]]]}},{"type":"Feature","properties":{"state":"IDAHO","county":"TETON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-111.398781,43.92289],[-111.0472192,43.9834313],[-111.0453606,43.5010515],[-111.399765,43.621976],[-111.398781,43.92289]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"GLYNN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.731694,31.330048],[-81.62429,31.452982],[-81.2643779,31.2945991],[-81.412518,30.9908345],[-81.766322,31.169595],[-81.731694,31.330048]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MECKLENBURG","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.0423025,35.1467686],[-80.95486,35.400078],[-80.948122,35.491167],[-80.784167,35.506017],[-80.550349,35.208412],[-80.8405669,35.0014715],[-80.90624,35.0751843],[-81.0423025,35.1467686]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"STUTSMAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.480726,47.327076],[-99.26628,47.327194],[-98.499246,47.326538],[-98.467476,47.240453],[-98.439056,46.63112],[-99.036625,46.630211],[-99.44972,46.63163],[-99.480726,47.327076]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"WILLIAMSON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.828512,30.906188],[-97.315507,30.752371],[-97.155219,30.457344],[-97.334463,30.402843],[-97.369539,30.419563],[-97.773458,30.430654],[-98.049886,30.624155],[-97.828512,30.906188]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"AUDUBON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.092861,41.863374],[-94.744876,41.862394],[-94.700629,41.504148],[-95.04077,41.50469],[-95.092861,41.863374]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"CASS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.463861,41.016069],[-96.319191,41.044998],[-95.8647848,41.0528455],[-95.8187273,40.8979481],[-95.8342438,40.7837844],[-96.463764,40.78396],[-96.463861,41.016069]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"SLOPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.0451254,46.5409299],[-103.60921,46.629797],[-103.231569,46.629764],[-102.928003,46.630065],[-102.924547,46.281519],[-102.995454,46.280713],[-104.045466,46.280188],[-104.0451254,46.5409299]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"TIOGA","RigCount":2},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.6100201,41.9991499],[-76.9657288,42.0007834],[-76.9268464,42.0007235],[-76.874714,41.596919],[-77.599278,41.542271],[-77.6100201,41.9991499]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"COWETA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.015358,33.425506],[-84.850713,33.511457],[-84.60954,33.502511],[-84.497527,33.257422],[-84.502352,33.221055],[-84.862359,33.191173],[-84.939015,33.224693],[-85.015358,33.425506]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"WHITLEY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-85.651928,41.294776],[-85.307781,41.264158],[-85.335643,41.00525],[-85.643841,41.002305],[-85.684181,41.046716],[-85.651928,41.294776]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"MERRICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.286584,41.393898],[-97.703765,41.394876],[-97.598253,41.333119],[-97.828256,41.173439],[-98.282578,40.868677],[-98.287168,41.046363],[-98.286584,41.393898]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"HALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.944939,34.748281],[-100.540703,34.747723],[-100.415895,34.747525],[-100.417783,34.313524],[-100.51734,34.314102],[-100.946132,34.312759],[-100.944939,34.748281]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"GREGORY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-99.534481,43.499801],[-99.297998,43.499669],[-98.868762,43.162009],[-98.49855,42.99856],[-99.254455,42.9982209],[-99.534055,42.9981975],[-99.534481,43.499801]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"WHITE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.111463,35.362725],[-91.793958,35.534114],[-91.58188,35.530447],[-91.347257,35.439106],[-91.465114,35.089454],[-91.802505,35.030425],[-92.119719,35.066493],[-92.111463,35.362725]]]]}},{"type":"Feature","properties":{"state":"WISCONSIN","county":"EAU CLAIRE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.650455,44.855951],[-90.922247,44.857309],[-90.92235,44.596293],[-91.165619,44.596987],[-91.529101,44.596197],[-91.650248,44.596649],[-91.650361,44.683633],[-91.650455,44.855951]]]]}},{"type":"Feature","properties":{"state":"NORTH DAKOTA","county":"ADAMS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.995454,46.280713],[-102.924547,46.281519],[-101.997888,46.20548],[-101.998575,46.053461],[-101.9986171,45.944537],[-102.0006799,45.9445384],[-102.94207,45.9450944],[-102.995668,45.9451164],[-102.995454,46.280713]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"GENEVA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.193476,31.192213],[-85.791402,31.196349],[-85.710333,31.195173],[-85.4882983,30.9979646],[-85.4980016,30.997865],[-86.0350381,30.9937496],[-86.187248,30.9940667],[-86.193476,31.192213]]]]}},{"type":"Feature","properties":{"state":"MICHIGAN","county":"VAN BUREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.276994,42.4193103],[-85.764697,42.420715],[-85.762943,42.069327],[-86.22294,42.071484],[-86.3663791,42.2431077],[-86.276994,42.4193103]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"DAKOTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.6279455,42.5270961],[-96.445508,42.49063],[-96.3519572,42.2808947],[-96.726661,42.278005],[-96.6279455,42.5270961]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"SOMERSET","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-79.293682,40.040413],[-79.055983,40.285089],[-78.658409,40.242933],[-78.8082995,39.723071],[-78.9284161,39.7229986],[-79.3924584,39.7214394],[-79.293682,40.040413]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"POPE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.708546,37.599277],[-88.412112,37.599912],[-88.4159022,37.4212206],[-88.4838033,37.0680803],[-88.4903994,37.0679576],[-88.71065,37.33709],[-88.708546,37.599277]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"CIMARRON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-103.002199,37.000104],[-102.04224,36.993083],[-102.0282042,36.9931451],[-102.032339,36.5000657],[-102.162463,36.500326],[-103.002434,36.500397],[-103.002199,37.000104]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ROANOKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-80.074119,37.422469],[-79.847476,37.309352],[-79.847217,37.225406],[-80.128674,37.122901],[-80.178125,37.1134],[-80.262184,37.341526],[-80.074119,37.422469]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"ROCKDALE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.184143,33.646157],[-84.023713,33.752808],[-83.982033,33.786054],[-83.914823,33.744203],[-84.044493,33.525776],[-84.184143,33.646157]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"FERGUS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-110.213596,47.416657],[-109.538677,47.738864],[-108.891115,47.734456],[-108.313048,47.58365],[-108.315481,47.315152],[-108.608954,47.098126],[-108.631462,46.749392],[-109.00957,46.750702],[-109.389163,46.693625],[-109.745745,46.694097],[-109.756568,47.185694],[-110.213596,47.416657]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"GARZA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.556884,33.39476],[-101.038788,33.397214],[-101.03866,32.970225],[-101.173378,32.963597],[-101.557434,32.961025],[-101.556884,33.39476]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"YANKTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.637496,43.16877],[-97.399191,43.169419],[-97.160543,43.083145],[-97.1650704,42.7916166],[-97.4849169,42.8500032],[-97.6354421,42.8518091],[-97.637496,43.16877]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"ESSEX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77.115997,38.149931],[-77.061695,38.161631],[-76.936959,38.077074],[-76.668182,37.778386],[-76.751072,37.728605],[-77.070115,37.96477],[-77.115997,38.149931]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LAFAYETTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.721341,34.554274],[-89.668448,34.554367],[-89.246133,34.495633],[-89.246339,34.379344],[-89.245485,34.161186],[-89.509748,34.162082],[-89.72105,34.192545],[-89.721341,34.554274]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"SEDGWICK","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.807823,37.733855],[-97.701969,37.911325],[-97.152476,37.912733],[-97.153331,37.475544],[-97.8076,37.474184],[-97.807823,37.733855]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"DELTA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-107.500606,39.217916],[-107.500655,38.668553],[-108.378698,38.668097],[-108.378953,38.829108],[-107.982173,39.059878],[-107.500606,39.217916]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.847264,35.719982],[-76.760598,35.864887],[-76.606214,35.978051],[-76.396794,36.026443],[-76.358393,36.020019],[-76.405971,35.697579],[-76.637513,35.705215],[-76.847264,35.719982]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"TIPPECANOE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-87.095357,40.562895],[-86.771293,40.562082],[-86.694665,40.432156],[-86.695637,40.214367],[-87.092563,40.214806],[-87.092148,40.366612],[-87.093676,40.475745],[-87.095357,40.562895]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"BIG HORN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-108.645325,45.464073],[-108.069752,45.518535],[-108.047352,45.899479],[-107.511534,46.043403],[-106.939095,45.870041],[-106.727573,45.676469],[-106.768014,45.179728],[-106.279709,45.179728],[-106.2637151,44.9937884],[-107.9115228,45.001544],[-108.2485252,45.0006298],[-108.127979,45.217911],[-108.699616,45.217709],[-108.645325,45.464073]]]]}},{"type":"Feature","properties":{"state":"OKLAHOMA","county":"MARSHALL","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.933671,34.172553],[-96.585355,34.114459],[-96.5946743,33.8830187],[-96.9343433,33.9455889],[-96.969627,34.07102],[-96.933671,34.172553]]]]}},{"type":"Feature","properties":{"state":"MONTANA","county":"ROOSEVELT","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-105.804436,48.563358],[-104.973354,48.56319],[-104.62776,48.389362],[-104.0467822,48.3893007],[-104.0440933,47.9961072],[-104.544517,48.126553],[-105.194783,48.066617],[-105.843891,48.010289],[-105.804436,48.563358]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"DUPAGE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-88.262876,41.986227],[-88.028985,41.685518],[-88.261273,41.724534],[-88.261952,41.724652],[-88.262876,41.986227]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"FLAGLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.52366,29.622432],[-81.2104096,29.6706408],[-81.1029674,29.4269967],[-81.433992,29.398552],[-81.52366,29.622432]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.281273,33.647411],[-84.184143,33.646157],[-84.044493,33.525776],[-83.923913,33.444194],[-84.102582,33.298191],[-84.3544,33.352514],[-84.281273,33.647411]]]]}},{"type":"Feature","properties":{"state":"ARKANSAS","county":"OUACHITA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.116361,33.452909],[-93.10429,33.777011],[-92.893534,33.809943],[-92.583054,33.802198],[-92.776729,33.537648],[-92.567156,33.3672],[-92.978469,33.37728],[-93.116361,33.452909]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"HARRISON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.341446,30.64772],[-88.884533,30.677292],[-88.89393,30.393398],[-89.3070238,30.3039948],[-89.341446,30.64772]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"VAL VERDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-101.7584,30.288044],[-100.960643,30.287776],[-100.700393,30.288276],[-100.699932,29.623897],[-100.8018675,29.2328316],[-101.254895,29.520342],[-101.400636,29.738079],[-101.7616192,29.7788601],[-101.7584,30.288044]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"JEFF DAVIS","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-104.917163,30.663626],[-104.102351,31.105203],[-103.585084,30.76647],[-103.439976,30.665939],[-103.80068,30.412527],[-104.9807539,30.628812],[-104.917163,30.663626]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"CHIPPEWA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.036698,45.152206],[-95.24649,45.152384],[-95.24852,44.89131],[-95.482843,44.752505],[-95.736696,44.93604],[-96.036698,45.152206]]]]}},{"type":"Feature","properties":{"state":"SOUTH DAKOTA","county":"HAMLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-97.491346,44.804035],[-96.88457,44.804436],[-96.885504,44.543773],[-97.128024,44.543126],[-97.492266,44.543884],[-97.491346,44.804035]]]]}},{"type":"Feature","properties":{"state":"LOUISIANA","county":"ST. MARTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-91.471951,29.955989],[-91.255229,29.971457],[-91.10001,29.699402],[-91.471951,29.955989]]],[[[-91.756193,30.497738],[-91.700933,30.497433],[-91.368835,30.058824],[-91.950998,30.073213],[-91.988718,30.368598],[-91.756193,30.497738]]]]}},{"type":"Feature","properties":{"state":"PENNSYLVANIA","county":"POTTER","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.206603,41.9990883],[-77.7499309,41.9987554],[-77.6100201,41.9991499],[-77.599278,41.542271],[-77.598129,41.478576],[-77.989194,41.474822],[-78.203422,41.618157],[-78.206603,41.9990883]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"APPOMATTOX","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.869245,37.542092],[-78.825238,37.552542],[-78.594436,37.397974],[-78.681573,37.248759],[-78.824209,37.205361],[-79.021687,37.429243],[-78.869245,37.542092]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"BOONE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.695804,40.178657],[-86.242365,40.180778],[-86.239739,39.926055],[-86.326293,39.924029],[-86.695071,39.92277],[-86.695804,40.178657]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"MAHNOMEN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.067621,47.499136],[-95.554248,47.499893],[-95.551186,47.151453],[-96.067069,47.151813],[-96.067621,47.499136]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"HENRY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.065713,38.447087],[-94.064317,38.56738],[-93.51103,38.55621],[-93.512743,38.512476],[-93.523484,38.207216],[-94.049895,38.213985],[-94.065713,38.447087]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MARION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-94.705878,32.879177],[-94.653994,32.879506],[-94.0430026,32.881089],[-94.0430515,32.69303],[-94.507323,32.693738],[-94.70214,32.793088],[-94.705878,32.879177]]]]}},{"type":"Feature","properties":{"state":"VIRGINIA","county":"WARREN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-78.31408,39.007994],[-78.151614,39.036629],[-78.004313,38.979438],[-78.130574,38.864865],[-78.284805,38.759315],[-78.394704,38.82279],[-78.31408,39.007994]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"KITSAP","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.950621,47.606308],[-122.6341029,47.9230353],[-122.5737459,47.9510042],[-122.429625,47.828098],[-122.438093,47.777814],[-122.536993,47.403355],[-122.801199,47.403578],[-122.950621,47.606308]]]]}},{"type":"Feature","properties":{"state":"GEORGIA","county":"MILLER","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.641673,31.258967],[-84.542653,31.079029],[-84.730855,31.06919],[-84.922423,31.07259],[-84.641673,31.258967]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"THOMAS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-100.846129,42.088166],[-100.267622,42.086147],[-100.265474,41.739856],[-100.711711,41.739761],[-100.842459,41.740404],[-100.846129,42.088166]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"MARTIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.904252,38.904204],[-86.682853,38.904697],[-86.683102,38.686561],[-86.682359,38.526378],[-86.924186,38.505358],[-86.904252,38.904204]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"PHELPS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.021165,38.010639],[-91.630554,38.153519],[-91.534384,38.152593],[-91.528797,37.788989],[-91.809105,37.598863],[-92.029258,37.602542],[-92.021165,38.010639]]]]}},{"type":"Feature","properties":{"state":"KANSAS","county":"FRANKLIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.508267,38.433933],[-95.500738,38.738808],[-95.056412,38.738587],[-95.065831,38.389945],[-95.508328,38.390278],[-95.508267,38.433933]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"CLINTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.695637,40.214367],[-86.694665,40.432156],[-86.375762,40.431851],[-86.242992,40.373661],[-86.242743,40.215834],[-86.242365,40.180778],[-86.695804,40.178657],[-86.695637,40.214367]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"LEAKE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.730304,32.634228],[-89.730016,32.885072],[-89.319163,32.931654],[-89.317588,32.576458],[-89.322598,32.576433],[-89.730304,32.634228]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"MACON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-83.702772,35.24852],[-83.680114,35.2795],[-83.339609,35.330993],[-83.108613,35.0006588],[-83.4828732,34.990874],[-83.738129,35.15595],[-83.702772,35.24852]]]]}},{"type":"Feature","properties":{"state":"MISSOURI","county":"LACLEDE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.855384,37.895736],[-92.409231,37.85918],[-92.249463,37.604543],[-92.252261,37.472944],[-92.686671,37.481545],[-92.853481,37.48397],[-92.855384,37.895736]]]]}},{"type":"Feature","properties":{"state":"ALABAMA","county":"CALHOUN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.145562,33.679098],[-86.065272,33.842198],[-85.738975,33.96846],[-85.530094,33.941423],[-85.796054,33.55622],[-86.145562,33.679098]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"BUTTE","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-121.436886,40.151905],[-121.429957,39.900313],[-121.076695,39.597264],[-121.62376,39.295621],[-121.908269,39.303878],[-121.890013,39.383864],[-122.046471,39.797648],[-121.436886,40.151905]]]]}},{"type":"Feature","properties":{"state":"INDIANA","county":"BROWN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-86.381395,39.339752],[-86.251684,39.341672],[-86.085601,39.344189],[-86.080272,39.05027],[-86.318133,39.04881],[-86.381395,39.339752]]]]}},{"type":"Feature","properties":{"state":"MINNESOTA","county":"HENNEPIN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-93.767367,44.977964],[-93.521653,45.246618],[-93.51219,45.245683],[-93.226929,45.035671],[-93.178539,44.888338],[-93.329615,44.791086],[-93.520431,44.804263],[-93.767367,44.977964]]]]}},{"type":"Feature","properties":{"state":"NEW YORK","county":"YATES","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-76.971392,42.764223],[-76.895596,42.541537],[-77.107203,42.483771],[-77.366505,42.576368],[-76.971392,42.764223]]]]}},{"type":"Feature","properties":{"state":"TEXAS","county":"MILLS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.991608,31.484071],[-98.668441,31.700514],[-98.463736,31.683989],[-98.27107,31.416398],[-98.562739,31.230582],[-98.991608,31.484071]]]]}},{"type":"Feature","properties":{"state":"TENNESSEE","county":"OBION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.3451943,36.5013432],[-88.834589,36.5019803],[-88.827178,36.5019683],[-88.959839,36.222834],[-89.154464,36.204678],[-89.482971,36.212659],[-89.3451943,36.5013432]]]]}},{"type":"Feature","properties":{"state":"NEBRASKA","county":"WASHINGTON","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-96.444785,41.683633],[-96.1079379,41.676509],[-95.9940204,41.5068906],[-95.9273362,41.3899879],[-96.329012,41.393136],[-96.444785,41.683633]]]]}},{"type":"Feature","properties":{"state":"FLORIDA","county":"UNION","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-82.458364,30.136449],[-82.142578,30.143117],[-82.418728,29.923093],[-82.529705,29.940881],[-82.458364,30.136449]]]]}},{"type":"Feature","properties":{"state":"OHIO","county":"VAN WERT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-84.8028596,40.9893741],[-84.399486,40.990315],[-84.340531,40.859099],[-84.396778,40.684926],[-84.45618,40.684862],[-84.802119,40.728163],[-84.8026702,40.9225687],[-84.8028596,40.9893741]]]]}},{"type":"Feature","properties":{"state":"COLORADO","county":"PROWERS","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-102.74233,38.266971],[-102.0446504,38.2687492],[-102.0446343,38.2624116],[-102.0419657,37.7385406],[-102.0418909,37.6442777],[-102.747615,37.643642],[-102.74233,38.266971]]]]}},{"type":"Feature","properties":{"state":"MISSISSIPPI","county":"COAHOMA","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-90.569347,34.524867],[-90.399498,34.423807],[-90.450981,34.072932],[-90.451012,33.985689],[-90.657002,33.987586],[-90.9440808,34.1200653],[-90.569347,34.524867]]]]}},{"type":"Feature","properties":{"state":"NORTH CAROLINA","county":"ALLEGHANY","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-81.3532212,36.5762382],[-80.901726,36.561751],[-80.967153,36.40202],[-81.253649,36.366601],[-81.3532212,36.5762382]]]]}},{"type":"Feature","properties":{"state":"WASHINGTON","county":"SKAGIT","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-122.6713454,48.645299],[-120.751904,48.657002],[-120.702069,48.531589],[-121.001658,48.296009],[-122.458596,48.297703],[-122.6669825,48.412467],[-122.6713454,48.645299]]]]}},{"type":"Feature","properties":{"state":"ILLINOIS","county":"CHRISTIAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-89.217523,39.813224],[-89.02568,39.654183],[-89.139807,39.348888],[-89.533655,39.524592],[-89.217523,39.813224]]]]}},{"type":"Feature","properties":{"state":"CALIFORNIA","county":"FRESNO","RigCount":1},"geometry":{"type":"MultiPolygon","coordinates":[[[[-120.541696,37.044505],[-120.370256,36.78494],[-119.814421,36.850138],[-119.022363,37.585737],[-118.775014,37.463052],[-118.654593,37.141826],[-118.437137,37.059818],[-118.360586,36.744773],[-118.982441,36.741646],[-119.573194,36.488835],[-119.959227,36.400975],[-119.959058,36.181747],[-120.315068,35.907186],[-120.678582,36.267319],[-120.597155,36.488235],[-120.918731,36.740381],[-120.541696,37.044505]]]]}},{"type":"Feature","properties":{"state":"IOWA","county":"BUCHANAN","RigCount":"NA"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-92.081661,42.642056],[-91.607059,42.643973],[-91.596981,42.296408],[-91.831089,42.299063],[-92.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment