Created
October 25, 2016 15:13
-
-
Save rutj3/7c3d4d5251c6e09c52baef48b0656143 to your computer and use it in GitHub Desktop.
Texas_example_json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/html": [ | |
"\n", | |
" <div class=\"bk-root\">\n", | |
" <a href=\"http://bokeh.pydata.org\" target=\"_blank\" class=\"bk-logo bk-logo-small bk-logo-notebook\"></a>\n", | |
" <span id=\"245e85ca-dc61-48c4-aaa1-c0a905dc53d4\">Loading BokehJS ...</span>\n", | |
" </div>" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
}, | |
{ | |
"data": { | |
"application/javascript": [ | |
"\n", | |
"(function(global) {\n", | |
" function now() {\n", | |
" return new Date();\n", | |
" }\n", | |
"\n", | |
" var force = \"1\";\n", | |
"\n", | |
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force !== \"\") {\n", | |
" window._bokeh_onload_callbacks = [];\n", | |
" window._bokeh_is_loading = undefined;\n", | |
" }\n", | |
"\n", | |
"\n", | |
" \n", | |
" if (typeof (window._bokeh_timeout) === \"undefined\" || force !== \"\") {\n", | |
" window._bokeh_timeout = Date.now() + 5000;\n", | |
" window._bokeh_failed_load = false;\n", | |
" }\n", | |
"\n", | |
" var NB_LOAD_WARNING = {'data': {'text/html':\n", | |
" \"<div style='background-color: #fdd'>\\n\"+\n", | |
" \"<p>\\n\"+\n", | |
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n", | |
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n", | |
" \"</p>\\n\"+\n", | |
" \"<ul>\\n\"+\n", | |
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n", | |
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n", | |
" \"</ul>\\n\"+\n", | |
" \"<code>\\n\"+\n", | |
" \"from bokeh.resources import INLINE\\n\"+\n", | |
" \"output_notebook(resources=INLINE)\\n\"+\n", | |
" \"</code>\\n\"+\n", | |
" \"</div>\"}};\n", | |
"\n", | |
" function display_loaded() {\n", | |
" if (window.Bokeh !== undefined) {\n", | |
" Bokeh.$(\"#245e85ca-dc61-48c4-aaa1-c0a905dc53d4\").text(\"BokehJS successfully loaded.\");\n", | |
" } else if (Date.now() < window._bokeh_timeout) {\n", | |
" setTimeout(display_loaded, 100)\n", | |
" }\n", | |
" }\n", | |
"\n", | |
" function run_callbacks() {\n", | |
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n", | |
" delete window._bokeh_onload_callbacks\n", | |
" console.info(\"Bokeh: all callbacks have finished\");\n", | |
" }\n", | |
"\n", | |
" function load_libs(js_urls, callback) {\n", | |
" window._bokeh_onload_callbacks.push(callback);\n", | |
" if (window._bokeh_is_loading > 0) {\n", | |
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n", | |
" return null;\n", | |
" }\n", | |
" if (js_urls == null || js_urls.length === 0) {\n", | |
" run_callbacks();\n", | |
" return null;\n", | |
" }\n", | |
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n", | |
" window._bokeh_is_loading = js_urls.length;\n", | |
" for (var i = 0; i < js_urls.length; i++) {\n", | |
" var url = js_urls[i];\n", | |
" var s = document.createElement('script');\n", | |
" s.src = url;\n", | |
" s.async = false;\n", | |
" s.onreadystatechange = s.onload = function() {\n", | |
" window._bokeh_is_loading--;\n", | |
" if (window._bokeh_is_loading === 0) {\n", | |
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n", | |
" run_callbacks()\n", | |
" }\n", | |
" };\n", | |
" s.onerror = function() {\n", | |
" console.warn(\"failed to load library \" + url);\n", | |
" };\n", | |
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n", | |
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n", | |
" }\n", | |
" };var element = document.getElementById(\"245e85ca-dc61-48c4-aaa1-c0a905dc53d4\");\n", | |
" if (element == null) {\n", | |
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '245e85ca-dc61-48c4-aaa1-c0a905dc53d4' but no matching script tag was found. \")\n", | |
" return false;\n", | |
" }\n", | |
"\n", | |
" var js_urls = ['https://cdn.pydata.org/bokeh/release/bokeh-0.12.3.min.js', 'https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.3.min.js'];\n", | |
"\n", | |
" var inline_js = [\n", | |
" function(Bokeh) {\n", | |
" Bokeh.set_log_level(\"info\");\n", | |
" },\n", | |
" \n", | |
" function(Bokeh) {\n", | |
" \n", | |
" Bokeh.$(\"#245e85ca-dc61-48c4-aaa1-c0a905dc53d4\").text(\"BokehJS is loading...\");\n", | |
" },\n", | |
" function(Bokeh) {\n", | |
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-0.12.3.min.css\");\n", | |
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-0.12.3.min.css\");\n", | |
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.3.min.css\");\n", | |
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.3.min.css\");\n", | |
" }\n", | |
" ];\n", | |
"\n", | |
" function run_inline_js() {\n", | |
" \n", | |
" if ((window.Bokeh !== undefined) || (force === \"1\")) {\n", | |
" for (var i = 0; i < inline_js.length; i++) {\n", | |
" inline_js[i](window.Bokeh);\n", | |
" }if (force === \"1\") {\n", | |
" display_loaded();\n", | |
" }} else if (Date.now() < window._bokeh_timeout) {\n", | |
" setTimeout(run_inline_js, 100);\n", | |
" } else if (!window._bokeh_failed_load) {\n", | |
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n", | |
" window._bokeh_failed_load = true;\n", | |
" } else if (!force) {\n", | |
" var cell = $(\"#245e85ca-dc61-48c4-aaa1-c0a905dc53d4\").parents('.cell').data().cell;\n", | |
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n", | |
" }\n", | |
"\n", | |
" }\n", | |
"\n", | |
" if (window._bokeh_is_loading === 0) {\n", | |
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n", | |
" run_inline_js();\n", | |
" } else {\n", | |
" load_libs(js_urls, function() {\n", | |
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n", | |
" run_inline_js();\n", | |
" });\n", | |
" }\n", | |
"}(this));" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"from bokeh.io import show, output_notebook\n", | |
"from bokeh.models import (\n", | |
" GeoJSONDataSource,\n", | |
" ColumnDataSource,\n", | |
" HoverTool,\n", | |
" LogColorMapper\n", | |
")\n", | |
"from bokeh.palettes import Viridis6 as palette\n", | |
"from bokeh.plotting import figure\n", | |
"\n", | |
"from bokeh.sampledata.unemployment import data as unemployment\n", | |
"\n", | |
"import json\n", | |
"from collections import OrderedDict\n", | |
"output_notebook()" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 2, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [ | |
"def merge_unemployment(county_dict, unemployment):\n", | |
" \n", | |
" countyid = int(county_dict['properties']['STATEFP']), int(county_dict['properties']['COUNTYFP'])\n", | |
" county_dict['properties']['rate'] = unemployment[countyid]\n", | |
" \n", | |
" return county_dict" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 3, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [], | |
"source": [ | |
"# source: https://www.census.gov/geo/maps-data/data/cbf/cbf_counties.html\n", | |
"# ideally add unemployment rate as an attribute to the input geojson??\n", | |
"\n", | |
"# read all counties\n", | |
"with open(r'D:\\Data\\US_Census\\cb_2015_us_county_20m.geojson', 'r') as f:\n", | |
" us_counties_dict = json.loads(f.read(), object_hook=OrderedDict)\n", | |
" \n", | |
"# Keep Texas: STATEFP = '48'\n", | |
"us_counties_dict['features'] = [subd for subd in us_counties_dict['features'] if subd['properties']['STATEFP'] == '48']\n", | |
"\n", | |
"# merge unemployment rate\n", | |
"us_counties_dict['features'] = [merge_unemployment(subd, unemployment) for subd in us_counties_dict['features']]" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [], | |
"source": [] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 4, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [], | |
"source": [ | |
"geo_source = GeoJSONDataSource(geojson=json.dumps(us_counties_dict))" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 5, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [ | |
{ | |
"data": { | |
"text/html": [ | |
"\n", | |
"\n", | |
" <div class=\"bk-root\">\n", | |
" <div class=\"plotdiv\" id=\"e2b09a89-5131-4a30-927e-17d8e3c6bde6\"></div>\n", | |
" </div>\n", | |
"<script type=\"text/javascript\">\n", | |
" \n", | |
" (function(global) {\n", | |
" function now() {\n", | |
" return new Date();\n", | |
" }\n", | |
" \n", | |
" var force = \"\";\n", | |
" \n", | |
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force !== \"\") {\n", | |
" window._bokeh_onload_callbacks = [];\n", | |
" window._bokeh_is_loading = undefined;\n", | |
" }\n", | |
" \n", | |
" \n", | |
" \n", | |
" if (typeof (window._bokeh_timeout) === \"undefined\" || force !== \"\") {\n", | |
" window._bokeh_timeout = Date.now() + 0;\n", | |
" window._bokeh_failed_load = false;\n", | |
" }\n", | |
" \n", | |
" var NB_LOAD_WARNING = {'data': {'text/html':\n", | |
" \"<div style='background-color: #fdd'>\\n\"+\n", | |
" \"<p>\\n\"+\n", | |
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n", | |
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n", | |
" \"</p>\\n\"+\n", | |
" \"<ul>\\n\"+\n", | |
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n", | |
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n", | |
" \"</ul>\\n\"+\n", | |
" \"<code>\\n\"+\n", | |
" \"from bokeh.resources import INLINE\\n\"+\n", | |
" \"output_notebook(resources=INLINE)\\n\"+\n", | |
" \"</code>\\n\"+\n", | |
" \"</div>\"}};\n", | |
" \n", | |
" function display_loaded() {\n", | |
" if (window.Bokeh !== undefined) {\n", | |
" Bokeh.$(\"#e2b09a89-5131-4a30-927e-17d8e3c6bde6\").text(\"BokehJS successfully loaded.\");\n", | |
" } else if (Date.now() < window._bokeh_timeout) {\n", | |
" setTimeout(display_loaded, 100)\n", | |
" }\n", | |
" }\n", | |
" \n", | |
" function run_callbacks() {\n", | |
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n", | |
" delete window._bokeh_onload_callbacks\n", | |
" console.info(\"Bokeh: all callbacks have finished\");\n", | |
" }\n", | |
" \n", | |
" function load_libs(js_urls, callback) {\n", | |
" window._bokeh_onload_callbacks.push(callback);\n", | |
" if (window._bokeh_is_loading > 0) {\n", | |
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n", | |
" return null;\n", | |
" }\n", | |
" if (js_urls == null || js_urls.length === 0) {\n", | |
" run_callbacks();\n", | |
" return null;\n", | |
" }\n", | |
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n", | |
" window._bokeh_is_loading = js_urls.length;\n", | |
" for (var i = 0; i < js_urls.length; i++) {\n", | |
" var url = js_urls[i];\n", | |
" var s = document.createElement('script');\n", | |
" s.src = url;\n", | |
" s.async = false;\n", | |
" s.onreadystatechange = s.onload = function() {\n", | |
" window._bokeh_is_loading--;\n", | |
" if (window._bokeh_is_loading === 0) {\n", | |
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n", | |
" run_callbacks()\n", | |
" }\n", | |
" };\n", | |
" s.onerror = function() {\n", | |
" console.warn(\"failed to load library \" + url);\n", | |
" };\n", | |
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n", | |
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n", | |
" }\n", | |
" };var element = document.getElementById(\"e2b09a89-5131-4a30-927e-17d8e3c6bde6\");\n", | |
" if (element == null) {\n", | |
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid 'e2b09a89-5131-4a30-927e-17d8e3c6bde6' but no matching script tag was found. \")\n", | |
" return false;\n", | |
" }\n", | |
" \n", | |
" var js_urls = [];\n", | |
" \n", | |
" var inline_js = [\n", | |
" function(Bokeh) {\n", | |
" Bokeh.$(function() {\n", | |
" var docs_json = {\"dddf2735-9664-48ee-96e1-9d0c56441960\":{\"roots\":{\"references\":[{\"attributes\":{\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"3d899442-0e84-494c-b62b-52f492f1591e\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"99144736-5008-43c4-a3f1-439485eccba9\",\"type\":\"ResetTool\"},{\"attributes\":{\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"a523e749-f0b8-46aa-a1f5-aba9872c87be\",\"type\":\"SaveTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.7},\"fill_color\":{\"field\":\"rate\",\"transform\":{\"id\":\"6202e33c-d4b3-42d3-9839-7d843162d37b\",\"type\":\"LogColorMapper\"}},\"line_color\":{\"value\":\"white\"},\"line_width\":{\"value\":0.5},\"xs\":{\"field\":\"xs\"},\"ys\":{\"field\":\"ys\"}},\"id\":\"736f4b6c-5802-43de-af43-4297f02fa235\",\"type\":\"Patches\"},{\"attributes\":{\"callback\":null},\"id\":\"3f9573d4-0f43-43e9-942b-dd991e4d82b9\",\"type\":\"DataRange1d\"},{\"attributes\":{\"data_source\":{\"id\":\"c3ae2b9a-4af7-41a8-b565-e7f13f6c4d60\",\"type\":\"GeoJSONDataSource\"},\"glyph\":{\"id\":\"736f4b6c-5802-43de-af43-4297f02fa235\",\"type\":\"Patches\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"1a2f7ffa-cbe1-4624-bf5c-b55a4c11ab5e\",\"type\":\"Patches\"},\"selection_glyph\":null},\"id\":\"52c603ac-8e5f-4ac5-9054-6903fd65b702\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"line_width\":{\"value\":0.5},\"xs\":{\"field\":\"xs\"},\"ys\":{\"field\":\"ys\"}},\"id\":\"1a2f7ffa-cbe1-4624-bf5c-b55a4c11ab5e\",\"type\":\"Patches\"},{\"attributes\":{\"dimension\":1,\"grid_line_color\":{\"value\":null},\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"ab1d86e3-f384-443a-bff2-3243cc4645b0\",\"type\":\"BasicTicker\"}},\"id\":\"cc341fc0-170a-4fc9-b288-2e39bac50637\",\"type\":\"Grid\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"point_policy\":\"follow_mouse\",\"tooltips\":[[\"Name\",\"@NAME\"],[\"Area Land)\",\"@rate%\"],[\"(Long, Lat)\",\"($x, $y)\"]]},\"id\":\"9db07626-6831-4cab-af6a-b8b7cc5d92c0\",\"type\":\"HoverTool\"},{\"attributes\":{\"overlay\":{\"id\":\"527b7fa4-9caa-42d6-9a32-6b6f34074f1e\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"a14626d3-474d-4676-baef-5fa99df6fd14\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"palette\":[\"#FDE724\",\"#79D151\",\"#22A784\",\"#29788E\",\"#404387\",\"#440154\"]},\"id\":\"6202e33c-d4b3-42d3-9839-7d843162d37b\",\"type\":\"LogColorMapper\"},{\"attributes\":{\"plot\":null,\"text\":\"Texas Unemployment, 2009\"},\"id\":\"06d52954-8893-4715-95fd-54c64ffe443a\",\"type\":\"Title\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"527b7fa4-9caa-42d6-9a32-6b6f34074f1e\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"callback\":null},\"id\":\"36e0a618-7fbc-4901-a9ca-b46815fc70a3\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"ab1d86e3-f384-443a-bff2-3243cc4645b0\",\"type\":\"BasicTicker\"},{\"attributes\":{\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"0de52a1e-7f7b-404a-919d-29020b1c56ad\",\"type\":\"PanTool\"},{\"attributes\":{\"active_drag\":\"auto\",\"active_scroll\":\"auto\",\"active_tap\":\"auto\",\"tools\":[{\"id\":\"0de52a1e-7f7b-404a-919d-29020b1c56ad\",\"type\":\"PanTool\"},{\"id\":\"3d899442-0e84-494c-b62b-52f492f1591e\",\"type\":\"WheelZoomTool\"},{\"id\":\"a14626d3-474d-4676-baef-5fa99df6fd14\",\"type\":\"BoxZoomTool\"},{\"id\":\"99144736-5008-43c4-a3f1-439485eccba9\",\"type\":\"ResetTool\"},{\"id\":\"9db07626-6831-4cab-af6a-b8b7cc5d92c0\",\"type\":\"HoverTool\"},{\"id\":\"a523e749-f0b8-46aa-a1f5-aba9872c87be\",\"type\":\"SaveTool\"}]},\"id\":\"2eaea6d2-2778-4dd4-b508-8b6d178e622c\",\"type\":\"Toolbar\"},{\"attributes\":{\"callback\":null,\"geojson\":\"{\\\"features\\\": [{\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2331552809, \\\"AWATER\\\": 2245298, \\\"GEOID\\\": \\\"48173\\\", \\\"COUNTYFP\\\": \\\"173\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Glasscock\\\", \\\"COUNTYNS\\\": \\\"01383872\\\", \\\"AFFGEOID\\\": \\\"0500000US48173\\\", \\\"rate\\\": 5.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3893418641, \\\"AWATER\\\": 5182865, \\\"GEOID\\\": \\\"48111\\\", \\\"COUNTYFP\\\": \\\"111\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Dallam\\\", \\\"COUNTYNS\\\": \\\"01383841\\\", \\\"AFFGEOID\\\": \\\"0500000US48111\\\", \\\"rate\\\": 4.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.041924, 36.500439], [-103.002434, 36.500397], [-102.162463, 36.500326], [-102.163015, 36.055249], [-103.040824, 36.055231], [-103.041924, 36.500439]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 864487617, \\\"AWATER\\\": 118489888, \\\"GEOID\\\": \\\"48361\\\", \\\"COUNTYFP\\\": \\\"361\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Orange\\\", \\\"COUNTYNS\\\": \\\"01383966\\\", \\\"AFFGEOID\\\": \\\"0500000US48361\\\", \\\"rate\\\": 11.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.117604, 30.241665], [-93.901452, 30.242672], [-93.711062171301, 30.243970715640298], [-93.713359, 30.225261], [-93.703764, 30.173936], [-93.702436, 30.112721], [-93.70394, 30.054291], [-93.70633576247019, 30.0521802415309], [-93.741078, 30.021571], [-93.807815, 29.954549], [-93.830374, 29.894359], [-93.8523098709223, 29.872091004391898], [-93.841416, 29.949301], [-93.860169, 29.977397], [-94.031976, 30.028013], [-94.115917, 30.160347], [-94.091217, 30.204648], [-94.117604, 30.241665]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1982592892, \\\"AWATER\\\": 21645980, \\\"GEOID\\\": \\\"48145\\\", \\\"COUNTYFP\\\": \\\"145\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Falls\\\", \\\"COUNTYNS\\\": \\\"01383858\\\", \\\"AFFGEOID\\\": \\\"0500000US48145\\\", \\\"rate\\\": 9.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.278113, 31.279799], [-96.801123, 31.522269], [-96.596862, 31.2209], [-96.829121, 31.105871], [-96.849079, 31.100471], [-97.070188, 30.98622], [-97.278113, 31.279799]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2305502705, \\\"AWATER\\\": 27277987, \\\"GEOID\\\": \\\"48437\\\", \\\"COUNTYFP\\\": \\\"437\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Swisher\\\", \\\"COUNTYNS\\\": \\\"01384004\\\", \\\"AFFGEOID\\\": \\\"0500000US48437\\\", \\\"rate\\\": 6.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2309924845, \\\"AWATER\\\": 4169719, \\\"GEOID\\\": \\\"48305\\\", \\\"COUNTYFP\\\": \\\"305\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lynn\\\", \\\"COUNTYNS\\\": \\\"01383938\\\", \\\"AFFGEOID\\\": \\\"0500000US48305\\\", \\\"rate\\\": 6.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 736570306, \\\"AWATER\\\": 26874743, \\\"GEOID\\\": \\\"48159\\\", \\\"COUNTYFP\\\": \\\"159\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Franklin\\\", \\\"COUNTYNS\\\": \\\"01383865\\\", \\\"AFFGEOID\\\": \\\"0500000US48159\\\", \\\"rate\\\": 7.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.308593, 33.37719], [-95.30664, 33.378027], [-95.153438, 33.380764], [-95.125451, 33.389454], [-95.12613, 33.034581], [-95.152206, 33.01345], [-95.172947, 32.961829], [-95.231193, 32.962196], [-95.308957, 32.962572], [-95.308593, 33.37719]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2339994800, \\\"AWATER\\\": 17138909, \\\"GEOID\\\": \\\"48367\\\", \\\"COUNTYFP\\\": \\\"367\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Parker\\\", \\\"COUNTYNS\\\": \\\"01383969\\\", \\\"AFFGEOID\\\": \\\"0500000US48367\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.056094, 33.003332], [-97.921642, 33.001284], [-97.679565, 32.996373], [-97.544181, 32.994177], [-97.550582, 32.555391], [-97.617066, 32.555484], [-98.066836, 32.558822], [-98.056094, 33.003332]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2358612574, \\\"AWATER\\\": 24503194, \\\"GEOID\\\": \\\"48237\\\", \\\"COUNTYFP\\\": \\\"237\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jack\\\", \\\"COUNTYNS\\\": \\\"01383904\\\", \\\"AFFGEOID\\\": \\\"0500000US48237\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.420666, 33.396195], [-98.421419, 33.466797], [-97.978919, 33.467129], [-97.978967, 33.433748], [-97.918189, 33.433873], [-97.921642, 33.001284], [-98.056094, 33.003332], [-98.426553, 33.007913], [-98.420666, 33.396195]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2451523994, \\\"AWATER\\\": 89758782, \\\"GEOID\\\": \\\"48347\\\", \\\"COUNTYFP\\\": \\\"347\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Nacogdoches\\\", \\\"COUNTYNS\\\": \\\"01383959\\\", \\\"AFFGEOID\\\": \\\"0500000US48347\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.978025, 31.793576], [-94.937532, 31.845555], [-94.452416, 31.844281], [-94.433945, 31.824547], [-94.399091, 31.653596], [-94.311042, 31.589252], [-94.300622, 31.526458], [-94.33119, 31.362966], [-94.339773, 31.24082], [-94.324461, 31.230165], [-94.326616, 31.224754], [-94.396017, 31.302356], [-94.449422, 31.321337], [-94.495874, 31.405728], [-94.544888, 31.431715], [-94.728679, 31.457226], [-94.865857, 31.526916], [-94.951969, 31.641351], [-94.978025, 31.793576]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2399587755, \\\"AWATER\\\": 14047795, \\\"GEOID\\\": \\\"48133\\\", \\\"COUNTYFP\\\": \\\"133\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Eastland\\\", \\\"COUNTYNS\\\": \\\"01383852\\\", \\\"AFFGEOID\\\": \\\"0500000US48133\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.114293, 32.514811], [-99.09605, 32.514768], [-98.576256, 32.515163], [-98.475177, 32.513039], [-98.474685, 32.299084], [-98.551158, 32.261436], [-98.924401, 32.078018], [-99.118665, 32.079585], [-99.114293, 32.514811]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2335454749, \\\"AWATER\\\": 9057732, \\\"GEOID\\\": \\\"48125\\\", \\\"COUNTYFP\\\": \\\"125\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Dickens\\\", \\\"COUNTYNS\\\": \\\"01383848\\\", \\\"AFFGEOID\\\": \\\"0500000US48125\\\", \\\"rate\\\": 6.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.041158, 33.833625], [-100.518691, 33.83565], [-100.517449, 33.397866], [-101.038788, 33.397214], [-101.041158, 33.833625]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2352680373, \\\"AWATER\\\": 35261526, \\\"GEOID\\\": \\\"48375\\\", \\\"COUNTYFP\\\": \\\"375\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Potter\\\", \\\"COUNTYNS\\\": \\\"01383973\\\", \\\"AFFGEOID\\\": \\\"0500000US48375\\\", \\\"rate\\\": 6.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.162752, 35.620035], [-101.6228, 35.620196], [-101.622941, 35.183117], [-102.167471, 35.183233], [-102.162752, 35.620035]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2398261671, \\\"AWATER\\\": 8700791, \\\"GEOID\\\": \\\"48179\\\", \\\"COUNTYFP\\\": \\\"179\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Gray\\\", \\\"COUNTYNS\\\": \\\"01383875\\\", \\\"AFFGEOID\\\": \\\"0500000US48179\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.085935, 35.619102], [-100.540158, 35.619296], [-100.538978, 35.183144], [-101.086281, 35.18214], [-101.085935, 35.619102]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1803680231, \\\"AWATER\\\": 44835076, \\\"GEOID\\\": \\\"48075\\\", \\\"COUNTYFP\\\": \\\"075\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Childress\\\", \\\"COUNTYNS\\\": \\\"01383823\\\", \\\"AFFGEOID\\\": \\\"0500000US48075\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.415895, 34.747525], [-100.00038219481601, 34.7463605525616], [-100.000381, 34.560509], [-99.997629328163, 34.5611366245601], [-99.99772, 34.311829], [-100.417783, 34.313524], [-100.415895, 34.747525]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2332448562, \\\"AWATER\\\": 2723996, \\\"GEOID\\\": \\\"48101\\\", \\\"COUNTYFP\\\": \\\"101\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cottle\\\", \\\"COUNTYNS\\\": \\\"01383836\\\", \\\"AFFGEOID\\\": \\\"0500000US48101\\\", \\\"rate\\\": 5.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.51734, 34.314102], [-100.417783, 34.313524], [-99.99772, 34.311829], [-99.997621, 34.224355], [-100.037319, 34.238778], [-100.047028, 34.22978], [-100.04848, 33.835974], [-100.518691, 33.83565], [-100.51734, 34.314102]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2339055582, \\\"AWATER\\\": 57765519, \\\"GEOID\\\": \\\"48009\\\", \\\"COUNTYFP\\\": \\\"009\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Archer\\\", \\\"COUNTYNS\\\": \\\"01383790\\\", \\\"AFFGEOID\\\": \\\"0500000US48009\\\", \\\"rate\\\": 6.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 1936189585, \\\"AWATER\\\": 15490412, \\\"GEOID\\\": \\\"48255\\\", \\\"COUNTYFP\\\": \\\"255\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Karnes\\\", \\\"COUNTYNS\\\": \\\"01383913\\\", \\\"AFFGEOID\\\": \\\"0500000US48255\\\", \\\"rate\\\": 10.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.190991, 28.882333], [-97.995302, 29.026104], [-97.728443, 29.221748], [-97.613132, 29.109765], [-97.75511, 29.007113], [-97.574639, 28.8133], [-97.77853, 28.668027], [-97.915106, 28.719648], [-98.005252, 28.690239], [-98.098315, 28.786949], [-98.190991, 28.882333]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2165008338, \\\"AWATER\\\": 1238628, \\\"GEOID\\\": \\\"48193\\\", \\\"COUNTYFP\\\": \\\"193\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hamilton\\\", \\\"COUNTYNS\\\": \\\"01383882\\\", \\\"AFFGEOID\\\": \\\"0500000US48193\\\", \\\"rate\\\": 6.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.463736, 31.683989], [-98.156568, 31.841713], [-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\\\": {\\\"ALAND\\\": 2446081829, \\\"AWATER\\\": 32417771, \\\"GEOID\\\": \\\"48049\\\", \\\"COUNTYFP\\\": \\\"049\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Brown\\\", \\\"COUNTYNS\\\": \\\"01383810\\\", \\\"AFFGEOID\\\": \\\"0500000US48049\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.195871, 32.079235], [-99.118665, 32.079585], [-98.924401, 32.078018], [-98.668441, 31.700514], [-98.760057, 31.687896], [-98.779951, 31.610735], [-98.991608, 31.484071], [-99.041343, 31.490559], [-99.090622, 31.460927], [-99.097508, 31.44832], [-99.202768, 31.467234], [-99.195871, 32.079235]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2300343165, \\\"AWATER\\\": 19109836, \\\"GEOID\\\": \\\"48021\\\", \\\"COUNTYFP\\\": \\\"021\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bastrop\\\", \\\"COUNTYNS\\\": \\\"01383796\\\", \\\"AFFGEOID\\\": \\\"0500000US48021\\\", \\\"rate\\\": 8.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.49135, 30.21193], [-97.491254, 30.21211], [-97.400137, 30.367824], [-97.369539, 30.419563], [-97.334463, 30.402843], [-97.251707, 30.362848], [-97.199578, 30.337833], [-97.158811, 30.310695], [-97.081834, 30.259357], [-97.024461, 30.051435], [-97.194235, 29.896776], [-97.315823, 29.786541], [-97.649449, 30.067866], [-97.49135, 30.21193]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3765525014, \\\"AWATER\\\": 1277066, \\\"GEOID\\\": \\\"48435\\\", \\\"COUNTYFP\\\": \\\"435\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Sutton\\\", \\\"COUNTYNS\\\": \\\"01384003\\\", \\\"AFFGEOID\\\": \\\"0500000US48435\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2302083227, \\\"AWATER\\\": 5443860, \\\"GEOID\\\": \\\"48445\\\", \\\"COUNTYFP\\\": \\\"445\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Terry\\\", \\\"COUNTYNS\\\": \\\"01384008\\\", \\\"AFFGEOID\\\": \\\"0500000US48445\\\", \\\"rate\\\": 7.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2148246647, \\\"AWATER\\\": 71039573, \\\"GEOID\\\": \\\"48239\\\", \\\"COUNTYFP\\\": \\\"239\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jackson\\\", \\\"COUNTYNS\\\": \\\"01383905\\\", \\\"AFFGEOID\\\": \\\"0500000US48239\\\", \\\"rate\\\": 7.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.938587, 29.063244], [-96.658466, 29.263876], [-96.640315, 29.247804], [-96.309178, 28.963291], [-96.323522, 28.675597], [-96.404445, 28.674409], [-96.39954, 28.730231], [-96.428394, 28.703523], [-96.643442, 28.712105], [-96.711514, 28.851411], [-96.792133, 28.918803], [-96.832103, 29.021299], [-96.938587, 29.063244]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 329204539, \\\"AWATER\\\": 56077414, \\\"GEOID\\\": \\\"48397\\\", \\\"COUNTYFP\\\": \\\"397\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Rockwall\\\", \\\"COUNTYNS\\\": \\\"01383984\\\", \\\"AFFGEOID\\\": \\\"0500000US48397\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.516866, 32.982308], [-96.466726, 32.982], [-96.297227, 32.981752], [-96.297322, 32.841723], [-96.297376, 32.814185], [-96.51897, 32.813616], [-96.516866, 32.982308]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 482937177, \\\"AWATER\\\": 14222693, \\\"GEOID\\\": \\\"48425\\\", \\\"COUNTYFP\\\": \\\"425\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Somervell\\\", \\\"COUNTYNS\\\": \\\"01383998\\\", \\\"AFFGEOID\\\": \\\"0500000US48425\\\", \\\"rate\\\": 7.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.945625, 32.233468], [-97.78276, 32.316493], [-97.615286, 32.318618], [-97.615055, 32.203581], [-97.642178, 32.201296], [-97.864864, 32.087328], [-97.945625, 32.233468]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1987018121, \\\"AWATER\\\": 66250826, \\\"GEOID\\\": \\\"48223\\\", \\\"COUNTYFP\\\": \\\"223\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hopkins\\\", \\\"COUNTYNS\\\": \\\"01383897\\\", \\\"AFFGEOID\\\": \\\"0500000US48223\\\", \\\"rate\\\": 6.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.861778, 33.21933], [-95.786682, 33.253997], [-95.731056, 33.305222], [-95.720231, 33.299411], [-95.673722, 33.302117], [-95.584549, 33.359344], [-95.501827, 33.347865], [-95.308593, 33.37719], [-95.308957, 32.962572], [-95.665389, 32.960434], [-95.676795, 32.97959], [-95.862521, 32.979571], [-95.861778, 33.21933]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1836948312, \\\"AWATER\\\": 10818399, \\\"GEOID\\\": \\\"48031\\\", \\\"COUNTYFP\\\": \\\"031\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Blanco\\\", \\\"COUNTYNS\\\": \\\"01383801\\\", \\\"AFFGEOID\\\": \\\"0500000US48031\\\", \\\"rate\\\": 5.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.59167, 30.499875], [-98.411462, 30.502095], [-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\\\": {\\\"ALAND\\\": 2336245914, \\\"AWATER\\\": 613559, \\\"GEOID\\\": \\\"48327\\\", \\\"COUNTYFP\\\": \\\"327\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Menard\\\", \\\"COUNTYNS\\\": \\\"01383949\\\", \\\"AFFGEOID\\\": \\\"0500000US48327\\\", \\\"rate\\\": 9.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.115216, 31.087994], [-99.603223, 31.087296], [-99.603627, 30.940726], [-99.484755, 30.940605], [-99.483869, 30.710771], [-100.116234, 30.710366], [-100.115216, 31.087994]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2331648904, \\\"AWATER\\\": 4520751, \\\"GEOID\\\": \\\"48329\\\", \\\"COUNTYFP\\\": \\\"329\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Midland\\\", \\\"COUNTYNS\\\": \\\"01383950\\\", \\\"AFFGEOID\\\": \\\"0500000US48329\\\", \\\"rate\\\": 6.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2164200429, \\\"AWATER\\\": 624206, \\\"GEOID\\\": \\\"48475\\\", \\\"COUNTYFP\\\": \\\"475\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Ward\\\", \\\"COUNTYNS\\\": \\\"01384023\\\", \\\"AFFGEOID\\\": \\\"0500000US48475\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.610887, 31.651802], [-103.327538, 31.65142], [-102.798939, 31.651783], [-102.767246, 31.651714], [-102.767365, 31.293803], [-102.827113, 31.267002], [-102.933578, 31.350081], [-103.01104, 31.371306], [-103.181225, 31.370245], [-103.261677, 31.42757], [-103.329941, 31.411998], [-103.44241, 31.433752], [-103.509379, 31.625934], [-103.610887, 31.651802]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2337522504, \\\"AWATER\\\": 1065195, \\\"GEOID\\\": \\\"48263\\\", \\\"COUNTYFP\\\": \\\"263\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kent\\\", \\\"COUNTYNS\\\": \\\"01383917\\\", \\\"AFFGEOID\\\": \\\"0500000US48263\\\", \\\"rate\\\": 6.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.038788, 33.397214], [-100.517449, 33.397866], [-100.519208, 32.962926], [-100.65587, 32.963469], [-100.990181, 32.965023], [-101.03866, 32.970225], [-101.038788, 33.397214]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2330991080, \\\"AWATER\\\": 4068657, \\\"GEOID\\\": \\\"48045\\\", \\\"COUNTYFP\\\": \\\"045\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Briscoe\\\", \\\"COUNTYNS\\\": \\\"01383808\\\", \\\"AFFGEOID\\\": \\\"0500000US48045\\\", \\\"rate\\\": 5.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3522534792, \\\"AWATER\\\": 13124946, \\\"GEOID\\\": \\\"48271\\\", \\\"COUNTYFP\\\": \\\"271\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kinney\\\", \\\"COUNTYNS\\\": \\\"01383921\\\", \\\"AFFGEOID\\\": \\\"0500000US48271\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.801867546029, 29.232831568098], [-100.757822, 29.238325], [-100.699141, 29.419747], [-100.699932, 29.623897], [-100.112098, 29.623263], [-100.111406, 29.086318], [-100.671215189194, 29.0835160253445], [-100.674656, 29.099777], [-100.727462, 29.129123], [-100.772649, 29.168492], [-100.795681, 29.22773], [-100.801867546029, 29.232831568098]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2322492642, \\\"AWATER\\\": 64132926, \\\"GEOID\\\": \\\"48429\\\", \\\"COUNTYFP\\\": \\\"429\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Stephens\\\", \\\"COUNTYNS\\\": \\\"01384000\\\", \\\"AFFGEOID\\\": \\\"0500000US48429\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.095956, 32.707581], [-99.096016, 32.957037], [-98.950875, 32.956918], [-98.575616, 32.954349], [-98.576023, 32.733834], [-98.576256, 32.515163], [-99.09605, 32.514768], [-99.095956, 32.707581]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2316573414, \\\"AWATER\\\": 12584396, \\\"GEOID\\\": \\\"48069\\\", \\\"COUNTYFP\\\": \\\"069\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Castro\\\", \\\"COUNTYNS\\\": \\\"01383820\\\", \\\"AFFGEOID\\\": \\\"0500000US48069\\\", \\\"rate\\\": 5.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3886363536, \\\"AWATER\\\": 2338010, \\\"GEOID\\\": \\\"48359\\\", \\\"COUNTYFP\\\": \\\"359\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Oldham\\\", \\\"COUNTYNS\\\": \\\"01383965\\\", \\\"AFFGEOID\\\": \\\"0500000US48359\\\", \\\"rate\\\": 5.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.041554, 35.622487], [-102.162809, 35.627515], [-102.162752, 35.620035], [-102.167471, 35.183233], [-103.042617950565, 35.183157259008404], [-103.041554, 35.622487]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2178493584, \\\"AWATER\\\": 414369, \\\"GEOID\\\": \\\"48495\\\", \\\"COUNTYFP\\\": \\\"495\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Winkler\\\", \\\"COUNTYNS\\\": \\\"01384033\\\", \\\"AFFGEOID\\\": \\\"0500000US48495\\\", \\\"rate\\\": 9.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.326501, 32.00037], [-103.064423, 32.000518], [-103.064422401106, 32.087051], [-102.844395, 32.087062], [-102.799086, 32.085795], [-102.798939, 31.651783], [-103.327538, 31.65142], [-103.326501, 32.00037]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2359148816, \\\"AWATER\\\": 6398045, \\\"GEOID\\\": \\\"48269\\\", \\\"COUNTYFP\\\": \\\"269\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"King\\\", \\\"COUNTYNS\\\": \\\"01383920\\\", \\\"AFFGEOID\\\": \\\"0500000US48269\\\", \\\"rate\\\": 5.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3786647725, \\\"AWATER\\\": 3024080, \\\"GEOID\\\": \\\"48205\\\", \\\"COUNTYFP\\\": \\\"205\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hartley\\\", \\\"COUNTYNS\\\": \\\"01383888\\\", \\\"AFFGEOID\\\": \\\"0500000US48205\\\", \\\"rate\\\": 4.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.04135699103901, 35.739273912265595], [-103.040824, 36.055231], [-102.163015, 36.055249], [-102.162809, 35.627515], [-103.041554, 35.622487], [-103.04135699103901, 35.739273912265595]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2359711005, \\\"AWATER\\\": 12489774, \\\"GEOID\\\": \\\"48335\\\", \\\"COUNTYFP\\\": \\\"335\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Mitchell\\\", \\\"COUNTYNS\\\": \\\"01383953\\\", \\\"AFFGEOID\\\": \\\"0500000US48335\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2721934014, \\\"AWATER\\\": 15930084, \\\"GEOID\\\": \\\"48399\\\", \\\"COUNTYFP\\\": \\\"399\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Runnels\\\", \\\"COUNTYNS\\\": \\\"01383985\\\", \\\"AFFGEOID\\\": \\\"0500000US48399\\\", \\\"rate\\\": 10.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.235137, 32.082372], [-100.151911, 32.082638], [-99.713971, 32.082089], [-99.721698, 31.576759], [-100.111234, 31.580267], [-100.233783, 31.582196], [-100.235761, 31.69297], [-100.235137, 32.082372]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2368603567, \\\"AWATER\\\": 2481258, \\\"GEOID\\\": \\\"48483\\\", \\\"COUNTYFP\\\": \\\"483\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wheeler\\\", \\\"COUNTYNS\\\": \\\"01384027\\\", \\\"AFFGEOID\\\": \\\"0500000US48483\\\", \\\"rate\\\": 5.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.540158, 35.619296], [-100.000392, 35.619115], [-100.000388844143, 35.4223639883094], [-100.000385, 35.182702], [-100.538978, 35.183144], [-100.540158, 35.619296]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2465126936, \\\"AWATER\\\": 87327888, \\\"GEOID\\\": \\\"48363\\\", \\\"COUNTYFP\\\": \\\"363\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Palo Pinto\\\", \\\"COUNTYNS\\\": \\\"01383967\\\", \\\"AFFGEOID\\\": \\\"0500000US48363\\\", \\\"rate\\\": 9.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.576023, 32.733834], [-98.575616, 32.954349], [-98.427211, 32.9523], [-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.576023, 32.733834]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2352723913, \\\"AWATER\\\": 446119, \\\"GEOID\\\": \\\"48219\\\", \\\"COUNTYFP\\\": \\\"219\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hockley\\\", \\\"COUNTYNS\\\": \\\"01383895\\\", \\\"AFFGEOID\\\": \\\"0500000US48219\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.615447, 33.825121], [-102.085733, 33.824675], [-102.075929, 33.389586], [-102.594836, 33.388489], [-102.615447, 33.825121]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2354237904, \\\"AWATER\\\": 3919919, \\\"GEOID\\\": \\\"48123\\\", \\\"COUNTYFP\\\": \\\"123\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"DeWitt\\\", \\\"COUNTYNS\\\": \\\"01383844\\\", \\\"AFFGEOID\\\": \\\"0500000US48123\\\", \\\"rate\\\": 8.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.613132, 29.109765], [-97.335207, 29.315049], [-97.240108, 29.384488], [-96.976378, 29.104046], [-97.305916, 28.864037], [-97.41734, 28.925228], [-97.574639, 28.8133], [-97.75511, 29.007113], [-97.613132, 29.109765]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1051677550, \\\"AWATER\\\": 50735385, \\\"GEOID\\\": \\\"48449\\\", \\\"COUNTYFP\\\": \\\"449\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Titus\\\", \\\"COUNTYNS\\\": \\\"01384010\\\", \\\"AFFGEOID\\\": \\\"0500000US48449\\\", \\\"rate\\\": 7.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.125451, 33.389454], [-94.81271, 33.375577], [-94.808783, 33.363636], [-94.819828, 32.982886], [-94.936129, 33.073833], [-95.12613, 33.034581], [-95.125451, 33.389454]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2723485993, \\\"AWATER\\\": 176317, \\\"GEOID\\\": \\\"48235\\\", \\\"COUNTYFP\\\": \\\"235\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Irion\\\", \\\"COUNTYNS\\\": \\\"01383903\\\", \\\"AFFGEOID\\\": \\\"0500000US48235\\\", \\\"rate\\\": 5.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 4645082837, \\\"AWATER\\\": 5478267, \\\"GEOID\\\": \\\"48131\\\", \\\"COUNTYFP\\\": \\\"131\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Duval\\\", \\\"COUNTYNS\\\": \\\"01383851\\\", \\\"AFFGEOID\\\": \\\"0500000US48131\\\", \\\"rate\\\": 12.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.803325, 28.05748], [-98.334323, 28.0578], [-98.235497, 28.057966], [-98.232464, 27.262487], [-98.523284, 27.26515], [-98.522293, 27.343284], [-98.589537, 27.358695], [-98.798323, 27.354029], [-98.803325, 28.05748]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 986503063, \\\"AWATER\\\": 102126745, \\\"GEOID\\\": \\\"48315\\\", \\\"COUNTYFP\\\": \\\"315\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Marion\\\", \\\"COUNTYNS\\\": \\\"01383940\\\", \\\"AFFGEOID\\\": \\\"0500000US48315\\\", \\\"rate\\\": 11.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.705878, 32.879177], [-94.653994, 32.879506], [-94.0430026215633, 32.881088978924], [-94.043026, 32.797476], [-94.04305152761759, 32.6930299766656], [-94.092738, 32.734269], [-94.176401, 32.694694], [-94.242809, 32.75073], [-94.390783, 32.694377], [-94.507323, 32.693738], [-94.70214, 32.793088], [-94.672351, 32.834756], [-94.705878, 32.879177]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1546604745, \\\"AWATER\\\": 709764011, \\\"GEOID\\\": \\\"48071\\\", \\\"COUNTYFP\\\": \\\"071\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Chambers\\\", \\\"COUNTYNS\\\": \\\"01383821\\\", \\\"AFFGEOID\\\": \\\"0500000US48071\\\", \\\"rate\\\": 10.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.015039, 29.63195], [-94.913813, 29.7663], [-94.908663, 29.82607], [-94.98146, 29.884276], [-94.442235, 29.889538], [-94.357976, 29.887464], [-94.3541225449137, 29.5621028201748], [-94.370816, 29.555645988295], [-94.422868, 29.566256], [-94.545908, 29.572503], [-94.762569, 29.524162], [-94.791611, 29.550416], [-94.909845, 29.496441], [-95.018205, 29.554597], [-95.015039, 29.63195]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 4068610100, \\\"AWATER\\\": 31102596, \\\"GEOID\\\": \\\"48215\\\", \\\"COUNTYFP\\\": \\\"215\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hidalgo\\\", \\\"COUNTYNS\\\": \\\"01383893\\\", \\\"AFFGEOID\\\": \\\"0500000US48215\\\", \\\"rate\\\": 11.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.5933002182792, 26.2429363486766], [-98.491943, 26.445362], [-98.32067, 26.783081], [-97.985494, 26.780917], [-97.985303, 26.615809], [-97.957405, 26.611769], [-98.004189, 26.448784], [-97.86192, 26.433579], [-97.861875, 26.348156], [-97.861875, 26.120295], [-97.8622815631063, 26.057746828440198], [-97.871187, 26.058083], [-97.944345, 26.059621], [-98.010971, 26.063863], [-98.039239, 26.041275], [-98.091038, 26.059169], [-98.149463, 26.055813], [-98.197046, 26.056153], [-98.20495395559239, 26.0587423360004], [-98.248806, 26.073101], [-98.302979, 26.11005], [-98.3082001170459, 26.1130325510287], [-98.386694, 26.157872], [-98.442536, 26.199151], [-98.503492, 26.214798], [-98.576188, 26.235221], [-98.5933002182792, 26.2429363486766]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1706884775, \\\"AWATER\\\": 46050488, \\\"GEOID\\\": \\\"48051\\\", \\\"COUNTYFP\\\": \\\"051\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Burleson\\\", \\\"COUNTYNS\\\": \\\"01383811\\\", \\\"AFFGEOID\\\": \\\"0500000US48051\\\", \\\"rate\\\": 7.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.963629, 30.557169], [-96.621281, 30.730819], [-96.566983, 30.69567], [-96.601831, 30.641926], [-96.510494, 30.627828], [-96.358817, 30.541753], [-96.340875, 30.474543], [-96.271816, 30.416388], [-96.299173, 30.379152], [-96.357407, 30.373318], [-96.640883, 30.296786], [-96.743672, 30.319757], [-96.87711, 30.447945], [-96.918902, 30.539212], [-96.963629, 30.557169]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2614935760, \\\"AWATER\\\": 197625966, \\\"GEOID\\\": \\\"48349\\\", \\\"COUNTYFP\\\": \\\"349\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Navarro\\\", \\\"COUNTYNS\\\": \\\"01383960\\\", \\\"AFFGEOID\\\": \\\"0500000US48349\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.896209, 32.073977], [-96.383082, 32.328851], [-96.196965, 32.206942], [-96.146523, 32.211715], [-96.105364, 32.075337], [-96.05478, 32.012526], [-96.496713, 31.796191], [-96.719114, 31.814887], [-96.896209, 32.073977]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1272739767, \\\"AWATER\\\": 220725858, \\\"GEOID\\\": \\\"48403\\\", \\\"COUNTYFP\\\": \\\"403\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Sabine\\\", \\\"COUNTYNS\\\": \\\"01383987\\\", \\\"AFFGEOID\\\": \\\"0500000US48403\\\", \\\"rate\\\": 15.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.044154, 31.409979], [-93.983239, 31.466114], [-93.984461, 31.569419], [-93.896537, 31.611836], [-93.83492321447778, 31.586210021078003], [-93.787687, 31.527344], [-93.725925, 31.504092], [-93.749476, 31.46869], [-93.697603, 31.428409], [-93.668146, 31.375103], [-93.67544, 31.30104], [-93.613942, 31.259375], [-93.602443, 31.182541], [-93.6006030873629, 31.182624955268796], [-93.616168, 31.175252], [-93.911126, 31.158071], [-94.039034, 31.134271], [-94.044154, 31.409979]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2039539025, \\\"AWATER\\\": 36603913, \\\"GEOID\\\": \\\"48185\\\", \\\"COUNTYFP\\\": \\\"185\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Grimes\\\", \\\"COUNTYNS\\\": \\\"01383878\\\", \\\"AFFGEOID\\\": \\\"0500000US48185\\\", \\\"rate\\\": 10.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.16837, 30.822997], [-95.863059, 30.864125], [-95.83024, 30.630284], [-95.804306, 30.24557], [-96.069319, 30.229964], [-96.093165, 30.225187], [-96.094404, 30.309371], [-96.15463, 30.330288], [-96.147255, 30.38284], [-96.080009, 30.430435], [-96.130018, 30.452555], [-96.187765, 30.598737], [-96.16837, 30.822997]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2269596850, \\\"AWATER\\\": 612148954, \\\"GEOID\\\": \\\"48245\\\", \\\"COUNTYFP\\\": \\\"245\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jefferson\\\", \\\"COUNTYNS\\\": \\\"01383908\\\", \\\"AFFGEOID\\\": \\\"0500000US48245\\\", \\\"rate\\\": 10.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.44491, 30.113015], [-94.292629, 30.117671], [-94.275451, 30.170265], [-94.17644, 30.18794], [-94.115917, 30.160347], [-94.031976, 30.028013], [-93.860169, 29.977397], [-93.841416, 29.949301], [-93.8523098709223, 29.872091004391898], [-93.872446, 29.85165], [-93.929208, 29.802952], [-93.890821, 29.761673], [-93.863204, 29.724059], [-93.837971, 29.690619], [-93.861291, 29.679007], [-93.961867, 29.682213], [-94.056506, 29.671163], [-94.161549, 29.636588], [-94.3541225449137, 29.5621028201748], [-94.357976, 29.887464], [-94.442235, 29.889538], [-94.44491, 30.113015]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3268424415, \\\"AWATER\\\": 50472148, \\\"GEOID\\\": \\\"48083\\\", \\\"COUNTYFP\\\": \\\"083\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Coleman\\\", \\\"COUNTYNS\\\": \\\"01383827\\\", \\\"AFFGEOID\\\": \\\"0500000US48083\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.713971, 32.082089], [-99.631413, 32.081274], [-99.195871, 32.079235], [-99.202768, 31.467234], [-99.314875, 31.409875], [-99.402284, 31.446198], [-99.511477, 31.424401], [-99.60185, 31.49195], [-99.62492, 31.467442], [-99.721698, 31.576759], [-99.713971, 32.082089]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1329535286, \\\"AWATER\\\": 11622560, \\\"GEOID\\\": \\\"48473\\\", \\\"COUNTYFP\\\": \\\"473\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Waller\\\", \\\"COUNTYNS\\\": \\\"01384022\\\", \\\"AFFGEOID\\\": \\\"0500000US48473\\\", \\\"rate\\\": 9.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.15901, 30.206613], [-96.093165, 30.225187], [-96.069319, 30.229964], [-95.804306, 30.24557], [-95.80333, 30.090096], [-95.844741, 30.088914], [-95.960733, 30.163415], [-95.82622, 29.78828], [-95.97094, 29.728554], [-96.032711, 29.727944], [-96.049234, 29.803187], [-96.121405, 29.836652], [-96.13165, 29.937504], [-96.084541, 30.005137], [-96.146052, 30.070224], [-96.191782, 30.13842], [-96.15901, 30.206613]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2331781557, \\\"AWATER\\\": 4720730, \\\"GEOID\\\": \\\"48115\\\", \\\"COUNTYFP\\\": \\\"115\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Dawson\\\", \\\"COUNTYNS\\\": \\\"01383843\\\", \\\"AFFGEOID\\\": \\\"0500000US48115\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3891129569, \\\"AWATER\\\": 1262946, \\\"GEOID\\\": \\\"48165\\\", \\\"COUNTYFP\\\": \\\"165\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Gaines\\\", \\\"COUNTYNS\\\": \\\"01383868\\\", \\\"AFFGEOID\\\": \\\"0500000US48165\\\", \\\"rate\\\": 6.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.064889, 32.849359], [-103.063468920895, 32.9591038763421], [-102.595023, 32.958831], [-102.20852, 32.958956], [-102.202703, 32.523271], [-102.211037, 32.523244], [-103.064696, 32.522193], [-103.064761, 32.587983], [-103.064889, 32.849359]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2279809514, \\\"AWATER\\\": 246409, \\\"GEOID\\\": \\\"48025\\\", \\\"COUNTYFP\\\": \\\"025\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bee\\\", \\\"COUNTYNS\\\": \\\"01383798\\\", \\\"AFFGEOID\\\": \\\"0500000US48025\\\", \\\"rate\\\": 10.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.005252, 28.690239], [-97.915106, 28.719648], [-97.77853, 28.668027], [-97.696572, 28.541537], [-97.558496, 28.514054], [-97.551369, 28.450441], [-97.375579, 28.388684], [-97.541071, 28.164669], [-97.568482, 28.129846], [-97.817716, 28.176848], [-97.808774, 28.183415], [-98.089764, 28.662979], [-98.005252, 28.690239]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2631897575, \\\"AWATER\\\": 3973764, \\\"GEOID\\\": \\\"48279\\\", \\\"COUNTYFP\\\": \\\"279\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lamb\\\", \\\"COUNTYNS\\\": \\\"01383926\\\", \\\"AFFGEOID\\\": \\\"0500000US48279\\\", \\\"rate\\\": 6.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2391739055, \\\"AWATER\\\": 167451, \\\"GEOID\\\": \\\"48431\\\", \\\"COUNTYFP\\\": \\\"431\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Sterling\\\", \\\"COUNTYNS\\\": \\\"01384001\\\", \\\"AFFGEOID\\\": \\\"0500000US48431\\\", \\\"rate\\\": 4.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.267122, 31.650854], [-101.264216, 32.087136], [-101.183997, 32.087208], [-100.821594, 32.08661], [-100.82537, 31.696155], [-100.861099, 31.705418], [-100.865256, 31.562294], [-101.26763, 31.556462], [-101.267122, 31.650854]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2275328170, \\\"AWATER\\\": 192671841, \\\"GEOID\\\": \\\"48121\\\", \\\"COUNTYFP\\\": \\\"121\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Denton\\\", \\\"COUNTYNS\\\": \\\"01383847\\\", \\\"AFFGEOID\\\": \\\"0500000US48121\\\", \\\"rate\\\": 7.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.39267, 33.183509], [-97.383095, 33.43045], [-96.94386, 33.41641], [-96.842929, 33.413404], [-96.83411, 33.405498], [-96.837795, 33.262835], [-96.841849, 33.086456], [-96.843979, 32.987554], [-96.958665, 32.989013], [-96.980069, 32.989203], [-96.990214, 32.989287], [-97.032287, 32.989324], [-97.180907, 32.989813], [-97.356048, 32.990197], [-97.39848, 32.990839], [-97.39267, 33.183509]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2740756101, \\\"AWATER\\\": 8982856, \\\"GEOID\\\": \\\"48171\\\", \\\"COUNTYFP\\\": \\\"171\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Gillespie\\\", \\\"COUNTYNS\\\": \\\"01383871\\\", \\\"AFFGEOID\\\": \\\"0500000US48171\\\", \\\"rate\\\": 4.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.303996, 30.499832], [-98.964232, 30.498482], [-98.59167, 30.499875], [-98.587897, 30.138954], [-98.920147, 30.13829], [-99.300988, 30.134298], [-99.301718, 30.286653], [-99.303996, 30.499832]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2282582851, \\\"AWATER\\\": 541042646, \\\"GEOID\\\": \\\"48273\\\", \\\"COUNTYFP\\\": \\\"273\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kleberg\\\", \\\"COUNTYNS\\\": \\\"01383922\\\", \\\"AFFGEOID\\\": \\\"0500000US48273\\\", \\\"rate\\\": 7.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.059464, 27.635862], [-97.942146, 27.635932], [-97.840678, 27.558358], [-97.325216, 27.560896], [-97.2229914075318, 27.5766073164796], [-97.257325, 27.510644], [-97.296057, 27.427175], [-97.336122, 27.317818], [-97.34685087695568, 27.2779588322095], [-97.508863, 27.266636], [-97.785102, 27.283714], [-97.84134, 27.243955], [-97.985887, 27.209308], [-97.986076, 27.260494], [-98.058078, 27.260981], [-98.059464, 27.635862]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2383359750, \\\"AWATER\\\": 10064086, \\\"GEOID\\\": \\\"48065\\\", \\\"COUNTYFP\\\": \\\"065\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Carson\\\", \\\"COUNTYNS\\\": \\\"01383818\\\", \\\"AFFGEOID\\\": \\\"0500000US48065\\\", \\\"rate\\\": 6.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2382296529, \\\"AWATER\\\": 1548341, \\\"GEOID\\\": \\\"48195\\\", \\\"COUNTYFP\\\": \\\"195\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hansford\\\", \\\"COUNTYNS\\\": \\\"01383883\\\", \\\"AFFGEOID\\\": \\\"0500000US48195\\\", \\\"rate\\\": 5.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2819780889, \\\"AWATER\\\": 72591143, \\\"GEOID\\\": \\\"48077\\\", \\\"COUNTYFP\\\": \\\"077\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Clay\\\", \\\"COUNTYNS\\\": \\\"01383824\\\", \\\"AFFGEOID\\\": \\\"0500000US48077\\\", \\\"rate\\\": 7.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.423533, 34.0819494760059], [-98.414426, 34.085074], [-98.398441, 34.128456], [-98.364023, 34.157109], [-98.31875, 34.146421], [-98.225282, 34.127245], [-98.16912, 34.114171], [-98.1384860257464, 34.1412060197111], [-98.123377, 34.15454], [-98.099328, 34.104295], [-98.099096, 34.048639], [-98.082839, 34.002412], [-98.005667, 33.995964], [-97.947572, 33.991053], [-97.953695, 33.924373], [-97.95190595085519, 33.8912258148573], [-97.977869, 33.888738], [-97.978919, 33.467129], [-98.421419, 33.466797], [-98.423577, 33.836047], [-98.423533, 34.0819494760059]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2345090493, \\\"AWATER\\\": 5436958, \\\"GEOID\\\": \\\"48415\\\", \\\"COUNTYFP\\\": \\\"415\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Scurry\\\", \\\"COUNTYNS\\\": \\\"01383993\\\", \\\"AFFGEOID\\\": \\\"0500000US48415\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.173378, 32.963597], [-101.03866, 32.970225], [-100.990181, 32.965023], [-100.65587, 32.963469], [-100.660626, 32.525312], [-101.174562, 32.527703], [-101.173378, 32.963597]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2328246699, \\\"AWATER\\\": 7283896, \\\"GEOID\\\": \\\"48151\\\", \\\"COUNTYFP\\\": \\\"151\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Fisher\\\", \\\"COUNTYNS\\\": \\\"01383861\\\", \\\"AFFGEOID\\\": \\\"0500000US48151\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2344685543, \\\"AWATER\\\": 72197849, \\\"GEOID\\\": \\\"48293\\\", \\\"COUNTYFP\\\": \\\"293\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Limestone\\\", \\\"COUNTYNS\\\": \\\"01383932\\\", \\\"AFFGEOID\\\": \\\"0500000US48293\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.932215, 31.708887], [-96.719114, 31.814887], [-96.496713, 31.796191], [-96.236629, 31.413392], [-96.322853, 31.374067], [-96.319165, 31.357129], [-96.596862, 31.2209], [-96.801123, 31.522269], [-96.932215, 31.708887]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1755978884, \\\"AWATER\\\": 5037780, \\\"GEOID\\\": \\\"48209\\\", \\\"COUNTYFP\\\": \\\"209\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hays\\\", \\\"COUNTYNS\\\": \\\"01383890\\\", \\\"AFFGEOID\\\": \\\"0500000US48209\\\", \\\"rate\\\": 6.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.172977, 30.356312], [-97.857222, 30.13124], [-97.857161, 30.131196], [-97.813018, 30.098613], [-97.781369, 30.07567], [-97.710215, 30.024499], [-97.712548, 30.020613], [-97.899238, 29.857583], [-97.875259, 29.858208], [-97.943564, 29.806914], [-97.999271, 29.752444], [-98.01518, 29.801485], [-98.030523, 29.848539], [-98.12127, 29.912844], [-98.2976, 30.037994], [-98.172977, 30.356312]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1207103466, \\\"AWATER\\\": 16493254, \\\"GEOID\\\": \\\"48313\\\", \\\"COUNTYFP\\\": \\\"313\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Madison\\\", \\\"COUNTYNS\\\": \\\"01383939\\\", \\\"AFFGEOID\\\": \\\"0500000US48313\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.24102, 30.973737], [-95.975218, 31.091967], [-95.76441, 31.094211], [-95.656487, 31.079339], [-95.681158, 30.986958], [-95.617872, 30.930418], [-95.629775, 30.899932], [-95.716508, 30.911405], [-95.863059, 30.864125], [-96.16837, 30.822997], [-96.207477, 30.947081], [-96.24102, 30.973737]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2633655781, \\\"AWATER\\\": 12720745, \\\"GEOID\\\": \\\"48331\\\", \\\"COUNTYFP\\\": \\\"331\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Milam\\\", \\\"COUNTYNS\\\": \\\"01383951\\\", \\\"AFFGEOID\\\": \\\"0500000US48331\\\", \\\"rate\\\": 10.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.315507, 30.752371], [-97.259082, 30.889596], [-97.070188, 30.98622], [-96.849079, 31.100471], [-96.829121, 31.105871], [-96.793139, 31.065718], [-96.75633, 30.927206], [-96.68497, 30.906191], [-96.694853, 30.864517], [-96.611967, 30.757645], [-96.621281, 30.730819], [-96.963629, 30.557169], [-97.155219, 30.457344], [-97.271418, 30.735692], [-97.315507, 30.752371]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2569637276, \\\"AWATER\\\": 983737, \\\"GEOID\\\": \\\"48153\\\", \\\"COUNTYFP\\\": \\\"153\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Floyd\\\", \\\"COUNTYNS\\\": \\\"01383862\\\", \\\"AFFGEOID\\\": \\\"0500000US48153\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.564856, 34.312493], [-101.47158, 34.31229], [-101.041484, 34.312444], [-101.041437, 34.130796], [-101.041158, 33.833625], [-101.56358, 33.830451], [-101.564563, 34.074228], [-101.564856, 34.312493]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2378749933, \\\"AWATER\\\": 2279193, \\\"GEOID\\\": \\\"48087\\\", \\\"COUNTYFP\\\": \\\"087\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Collingsworth\\\", \\\"COUNTYNS\\\": \\\"01383829\\\", \\\"AFFGEOID\\\": \\\"0500000US48087\\\", \\\"rate\\\": 5.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.538978, 35.183144], [-100.000385, 35.182702], [-100.00038402077301, 35.030384999999896], [-100.00038219481601, 34.7463605525616], [-100.415895, 34.747525], [-100.540703, 34.747723], [-100.538978, 35.183144]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3886770077, \\\"AWATER\\\": 957039, \\\"GEOID\\\": \\\"48003\\\", \\\"COUNTYFP\\\": \\\"003\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Andrews\\\", \\\"COUNTYNS\\\": \\\"01383787\\\", \\\"AFFGEOID\\\": \\\"0500000US48003\\\", \\\"rate\\\": 7.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.064696, 32.522193], [-102.211037, 32.523244], [-102.211249, 32.0868], [-102.287048, 32.086991], [-102.799086, 32.085795], [-102.844395, 32.087062], [-103.064422401106, 32.087051], [-103.064422, 32.145006], [-103.064696, 32.522193]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2483455107, \\\"AWATER\\\": 69547485, \\\"GEOID\\\": \\\"48217\\\", \\\"COUNTYFP\\\": \\\"217\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hill\\\", \\\"COUNTYNS\\\": \\\"01383894\\\", \\\"AFFGEOID\\\": \\\"0500000US48217\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.476086, 32.17346], [-97.466106, 32.183889], [-97.086191, 32.265451], [-96.940656, 32.052087], [-96.896209, 32.073977], [-96.719114, 31.814887], [-96.932215, 31.708887], [-97.037266, 31.863079], [-97.277265, 31.745492], [-97.32653, 31.78836], [-97.28206, 31.843152], [-97.382848, 31.870788], [-97.438765, 31.933506], [-97.379992, 31.97274], [-97.485968, 32.017611], [-97.476086, 32.17346]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2288233622, \\\"AWATER\\\": 53366404, \\\"GEOID\\\": \\\"48191\\\", \\\"COUNTYFP\\\": \\\"191\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hall\\\", \\\"COUNTYNS\\\": \\\"01383881\\\", \\\"AFFGEOID\\\": \\\"0500000US48191\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2178964322, \\\"AWATER\\\": 116134650, \\\"GEOID\\\": \\\"48085\\\", \\\"COUNTYFP\\\": \\\"085\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Collin\\\", \\\"COUNTYNS\\\": \\\"01383828\\\", \\\"AFFGEOID\\\": \\\"0500000US48085\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.841849, 33.086456], [-96.837795, 33.262835], [-96.83411, 33.405498], [-96.384602, 33.397826], [-96.384495, 33.341119], [-96.295413, 33.351936], [-96.297227, 32.981752], [-96.466726, 32.982], [-96.516866, 32.982308], [-96.613377, 32.984021], [-96.803375, 32.987003], [-96.843979, 32.987554], [-96.841849, 33.086456]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1449127335, \\\"AWATER\\\": 39800429, \\\"GEOID\\\": \\\"48091\\\", \\\"COUNTYFP\\\": \\\"091\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Comal\\\", \\\"COUNTYNS\\\": \\\"01383831\\\", \\\"AFFGEOID\\\": \\\"0500000US48091\\\", \\\"rate\\\": 6.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.646124, 29.745181], [-98.414018, 29.937557], [-98.2976, 30.037994], [-98.12127, 29.912844], [-98.030523, 29.848539], [-98.01518, 29.801485], [-97.999271, 29.752444], [-98.089941, 29.683479], [-98.19763, 29.638128], [-98.310928, 29.594473], [-98.31095, 29.59456], [-98.328651, 29.608233], [-98.378068, 29.662613], [-98.352589, 29.734365], [-98.443852, 29.71965], [-98.443469, 29.734453], [-98.550489, 29.760713], [-98.646124, 29.745181]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2779463148, \\\"AWATER\\\": 19328383, \\\"GEOID\\\": \\\"48289\\\", \\\"COUNTYFP\\\": \\\"289\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Leon\\\", \\\"COUNTYNS\\\": \\\"01383930\\\", \\\"AFFGEOID\\\": \\\"0500000US48289\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.319165, 31.357129], [-96.322853, 31.374067], [-96.236629, 31.413392], [-95.7873, 31.618385], [-95.735681, 31.653822], [-95.710112, 31.615587], [-95.739279, 31.504056], [-95.746837, 31.45817], [-95.711092, 31.454133], [-95.657247, 31.337448], [-95.725226, 31.271084], [-95.728703, 31.164064], [-95.76441, 31.094211], [-95.975218, 31.091967], [-96.24102, 30.973737], [-96.243258, 31.061137], [-96.260594, 31.077071], [-96.269199, 31.077855], [-96.331083, 31.252712], [-96.319165, 31.357129]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2805141640, \\\"AWATER\\\": 17445013, \\\"GEOID\\\": \\\"48143\\\", \\\"COUNTYFP\\\": \\\"143\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Erath\\\", \\\"COUNTYNS\\\": \\\"01383857\\\", \\\"AFFGEOID\\\": \\\"0500000US48143\\\", \\\"rate\\\": 7.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.474685, 32.299084], [-98.475177, 32.513039], [-98.068545, 32.511626], [-97.950265, 32.244263], [-97.945625, 32.233468], [-97.864864, 32.087328], [-98.005462, 32.017897], [-98.208386, 31.917511], [-98.250318, 31.979003], [-98.271184, 31.969949], [-98.327499, 31.941261], [-98.551158, 32.261436], [-98.474685, 32.299084]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 665174300, \\\"AWATER\\\": 54666016, \\\"GEOID\\\": \\\"48119\\\", \\\"COUNTYFP\\\": \\\"119\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Delta\\\", \\\"COUNTYNS\\\": \\\"01383846\\\", \\\"AFFGEOID\\\": \\\"0500000US48119\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.858723, 33.40953], [-95.857738, 33.461722], [-95.758439, 33.495098], [-95.671634, 33.472636], [-95.621027, 33.48706], [-95.490158, 33.453663], [-95.372972, 33.39094], [-95.308637, 33.380662], [-95.30664, 33.378027], [-95.308593, 33.37719], [-95.501827, 33.347865], [-95.584549, 33.359344], [-95.673722, 33.302117], [-95.720231, 33.299411], [-95.731056, 33.305222], [-95.786682, 33.253997], [-95.861778, 33.21933], [-95.858723, 33.40953]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 11838354409, \\\"AWATER\\\": 2191007, \\\"GEOID\\\": \\\"48229\\\", \\\"COUNTYFP\\\": \\\"229\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hudspeth\\\", \\\"COUNTYNS\\\": \\\"01383900\\\", \\\"AFFGEOID\\\": \\\"0500000US48229\\\", \\\"rate\\\": 6.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-105.997971151664, 32.001974590699], [-105.750527, 32.002206], [-105.153994, 32.000497], [-104.918298182739, 32.000472066852105], [-104.91289, 31.62512], [-104.907592, 30.835919], [-104.917163, 30.663626], [-104.980753891325, 30.6288120187883], [-105.00124, 30.672583], [-105.062334, 30.686303], [-105.098282, 30.718914], [-105.160153, 30.757059], [-105.21866, 30.801567], [-105.314863, 30.816961], [-105.394242, 30.852979], [-105.399609, 30.888941], [-105.488027, 30.943278], [-105.55743, 30.990229], [-105.579542, 31.035396], [-105.627349, 31.098545], [-105.709491, 31.136375], [-105.773257, 31.166897], [-105.794386, 31.20224], [-105.869353, 31.288634], [-105.938452, 31.318735], [-105.953943, 31.364749], [-105.996429378287, 31.387840129512597], [-105.954328, 31.423468], [-105.993255, 31.478392], [-105.994756, 31.679688], [-105.997971151664, 32.001974590699]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3188288246, \\\"AWATER\\\": 14426022, \\\"GEOID\\\": \\\"48225\\\", \\\"COUNTYFP\\\": \\\"225\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Houston\\\", \\\"COUNTYNS\\\": \\\"01383898\\\", \\\"AFFGEOID\\\": \\\"0500000US48225\\\", \\\"rate\\\": 10.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.728703, 31.164064], [-95.725226, 31.271084], [-95.657247, 31.337448], [-95.711092, 31.454133], [-95.746837, 31.45817], [-95.739279, 31.504056], [-95.651764, 31.541791], [-95.273203, 31.592886], [-95.168509, 31.583671], [-95.099966, 31.518869], [-95.101382, 31.469887], [-95.003345, 31.42571], [-94.976718, 31.409145], [-94.95811, 31.38693], [-95.434781, 31.058098], [-95.617872, 30.930418], [-95.681158, 30.986958], [-95.656487, 31.079339], [-95.76441, 31.094211], [-95.728703, 31.164064]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2281212181, \\\"AWATER\\\": 11355762, \\\"GEOID\\\": \\\"48369\\\", \\\"COUNTYFP\\\": \\\"369\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Parmer\\\", \\\"COUNTYNS\\\": \\\"01383970\\\", \\\"AFFGEOID\\\": \\\"0500000US48369\\\", \\\"rate\\\": 4.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.043946, 34.379555], [-103.043072, 34.619782], [-103.042769, 34.747361], [-102.525184, 34.746931], [-102.525631, 34.313034], [-102.61515, 34.312891], [-103.043850301172, 34.3127498735079], [-103.043946, 34.379555]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3432663606, \\\"AWATER\\\": 23762579, \\\"GEOID\\\": \\\"48325\\\", \\\"COUNTYFP\\\": \\\"325\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Medina\\\", \\\"COUNTYNS\\\": \\\"01383948\\\", \\\"AFFGEOID\\\": \\\"0500000US48325\\\", \\\"rate\\\": 7.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.411817, 29.627514], [-98.983787, 29.62345], [-98.971383, 29.551842], [-98.927161, 29.56225], [-98.806552, 29.690709], [-98.804763, 29.250693], [-98.8049, 29.090434], [-99.41388, 29.091335], [-99.411817, 29.627514]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 9985023570, \\\"AWATER\\\": 1773188, \\\"GEOID\\\": \\\"48377\\\", \\\"COUNTYFP\\\": \\\"377\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Presidio\\\", \\\"COUNTYNS\\\": \\\"01383974\\\", \\\"AFFGEOID\\\": \\\"0500000US48377\\\", \\\"rate\\\": 17.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-104.980753891325, 30.6288120187883], [-103.90101, 30.41219], [-103.80068, 30.412527], [-103.792793, 29.500188], [-103.793873010934, 29.2592383933486], [-103.856893, 29.281852], [-103.975235, 29.296017], [-104.055596, 29.33091], [-104.143692, 29.383278], [-104.181273, 29.426265], [-104.229081, 29.48105], [-104.308813, 29.524337], [-104.371175, 29.543063], [-104.452301, 29.60366], [-104.539761, 29.676074], [-104.565688, 29.770462], [-104.619039, 29.844445], [-104.672327, 29.911112], [-104.685479, 29.989943], [-104.703998, 30.02421], [-104.692094, 30.107304], [-104.702788, 30.211736], [-104.740448, 30.259454], [-104.761634, 30.301148], [-104.824314, 30.370466], [-104.859521, 30.390413], [-104.869872, 30.458645], [-104.889376, 30.535144], [-104.924796, 30.604832], [-104.972071, 30.61026], [-104.980753891325, 30.6288120187883]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2390648957, \\\"AWATER\\\": 428754, \\\"GEOID\\\": \\\"48421\\\", \\\"COUNTYFP\\\": \\\"421\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Sherman\\\", \\\"COUNTYNS\\\": \\\"01383996\\\", \\\"AFFGEOID\\\": \\\"0500000US48421\\\", \\\"rate\\\": 4.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.162463, 36.500326], [-102.032339018963, 36.5000656730101], [-101.826565, 36.499654], [-101.623915, 36.499528], [-101.623466, 36.055405], [-102.163015, 36.055249], [-102.162463, 36.500326]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3168016109, \\\"AWATER\\\": 15346370, \\\"GEOID\\\": \\\"48427\\\", \\\"COUNTYFP\\\": \\\"427\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Starr\\\", \\\"COUNTYNS\\\": \\\"01383999\\\", \\\"AFFGEOID\\\": \\\"0500000US48427\\\", \\\"rate\\\": 17.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.1768160923811, 26.5696605553736], [-99.011112, 26.675023], [-98.95423, 26.785694], [-98.422616, 26.783535], [-98.32067, 26.783081], [-98.491943, 26.445362], [-98.5933002182792, 26.2429363486766], [-98.613465, 26.252028], [-98.654221, 26.23596], [-98.698856, 26.265619], [-98.779912, 26.326542], [-98.807348, 26.369421], [-98.890965, 26.357569], [-98.958325, 26.394056], [-99.032316, 26.412082], [-99.082002, 26.39651], [-99.110855, 26.426278], [-99.091635, 26.476977], [-99.105031, 26.500335], [-99.171404, 26.549848], [-99.1768160923811, 26.5696605553736]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2562949310, \\\"AWATER\\\": 642801, \\\"GEOID\\\": \\\"48345\\\", \\\"COUNTYFP\\\": \\\"345\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Motley\\\", \\\"COUNTYNS\\\": \\\"01383958\\\", \\\"AFFGEOID\\\": \\\"0500000US48345\\\", \\\"rate\\\": 5.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.041484, 34.312444], [-100.946132, 34.312759], [-100.51734, 34.314102], [-100.518691, 33.83565], [-101.041158, 33.833625], [-101.041437, 34.130796], [-101.041484, 34.312444]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2101400463, \\\"AWATER\\\": 25810852, \\\"GEOID\\\": \\\"48365\\\", \\\"COUNTYFP\\\": \\\"365\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Panola\\\", \\\"COUNTYNS\\\": \\\"01383968\\\", \\\"AFFGEOID\\\": \\\"0500000US48365\\\", \\\"rate\\\": 7.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.5805, 32.201363], [-94.530714, 32.271842], [-94.491818, 32.394137], [-94.385839, 32.3672], [-94.350303, 32.326614], [-94.04278823280531, 32.3922831932812], [-94.042739, 32.363559], [-94.0426959237401, 32.1960049748249], [-94.042681, 32.137956], [-94.041833, 31.992402], [-94.02942840659601, 31.979686964168], [-94.511431, 31.973984], [-94.599978, 31.973193], [-94.5805, 32.201363]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 6107208523, \\\"AWATER\\\": 105866, \\\"GEOID\\\": \\\"48443\\\", \\\"COUNTYFP\\\": \\\"443\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Terrell\\\", \\\"COUNTYNS\\\": \\\"01384007\\\", \\\"AFFGEOID\\\": \\\"0500000US48443\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.566937, 30.283269], [-102.343085, 30.284116], [-102.342986, 30.598759], [-102.138406, 30.597521], [-102.137778, 30.655982], [-101.76842, 30.653077], [-101.652446, 30.620471], [-101.646245, 30.560763], [-101.740429, 30.420897], [-101.65853, 30.357861], [-101.7584, 30.288044], [-101.761619209528, 29.778860096722198], [-101.809441, 29.790161], [-101.8754, 29.794023], [-101.966167, 29.807343], [-102.021919, 29.802491], [-102.073646, 29.786926], [-102.115682, 29.79239], [-102.161674, 29.819487], [-102.227553, 29.843534], [-102.301381, 29.877674], [-102.31868395458801, 29.8721929465015], [-102.340215, 29.892646], [-102.567049, 30.052808], [-102.566937, 30.283269]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 9875068369, \\\"AWATER\\\": 556184, \\\"GEOID\\\": \\\"48109\\\", \\\"COUNTYFP\\\": \\\"109\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Culberson\\\", \\\"COUNTYNS\\\": \\\"01383840\\\", \\\"AFFGEOID\\\": \\\"0500000US48109\\\", \\\"rate\\\": 4.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-104.918298182739, 32.000472066852105], [-104.84775700586, 32.000464604634], [-104.643526, 32.000443], [-104.024521, 32.00001], [-104.102351, 31.105203], [-104.917163, 30.663626], [-104.907592, 30.835919], [-104.91289, 31.62512], [-104.918298182739, 32.000472066852105]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2813116863, \\\"AWATER\\\": 21288266, \\\"GEOID\\\": \\\"48481\\\", \\\"COUNTYFP\\\": \\\"481\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wharton\\\", \\\"COUNTYNS\\\": \\\"01384026\\\", \\\"AFFGEOID\\\": \\\"0500000US48481\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.349217, 29.406052], [-96.307672, 29.514523], [-96.175422, 29.633806], [-96.10965, 29.622524], [-96.088912, 29.601658], [-96.044596, 29.562238], [-96.059627, 29.473329], [-95.97343, 29.411445], [-95.94681, 29.333433], [-95.847656, 29.26259], [-95.874028, 29.229702], [-95.965196, 29.146865], [-96.309178, 28.963291], [-96.640315, 29.247804], [-96.349217, 29.406052]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2319585100, \\\"AWATER\\\": 13217278, \\\"GEOID\\\": \\\"48303\\\", \\\"COUNTYFP\\\": \\\"303\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lubbock\\\", \\\"COUNTYNS\\\": \\\"01383937\\\", \\\"AFFGEOID\\\": \\\"0500000US48303\\\", \\\"rate\\\": 5.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.085733, 33.824675], [-101.56358, 33.830451], [-101.556884, 33.39476], [-102.075929, 33.389586], [-102.085733, 33.824675]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2048649340, \\\"AWATER\\\": 17288354, \\\"GEOID\\\": \\\"48019\\\", \\\"COUNTYFP\\\": \\\"019\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bandera\\\", \\\"COUNTYNS\\\": \\\"01383795\\\", \\\"AFFGEOID\\\": \\\"0500000US48019\\\", \\\"rate\\\": 6.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.602776, 29.907679], [-99.176988, 29.895063], [-98.917725, 29.781398], [-98.778782, 29.720167], [-98.806552, 29.690709], [-98.927161, 29.56225], [-98.971383, 29.551842], [-98.983787, 29.62345], [-99.411817, 29.627514], [-99.60313, 29.627181], [-99.602776, 29.907679]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2759887000, \\\"AWATER\\\": 20284770, \\\"GEOID\\\": \\\"48307\\\", \\\"COUNTYFP\\\": \\\"307\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"McCulloch\\\", \\\"COUNTYNS\\\": \\\"01383945\\\", \\\"AFFGEOID\\\": \\\"0500000US48307\\\", \\\"rate\\\": 9.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.603223, 31.087296], [-99.60185, 31.49195], [-99.511477, 31.424401], [-99.402284, 31.446198], [-99.314875, 31.409875], [-99.202768, 31.467234], [-99.097508, 31.44832], [-99.090622, 31.460927], [-99.092317, 30.941002], [-99.484755, 30.940605], [-99.603627, 30.940726], [-99.603223, 31.087296]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1674400698, \\\"AWATER\\\": 25611066, \\\"GEOID\\\": \\\"48015\\\", \\\"COUNTYFP\\\": \\\"015\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Austin\\\", \\\"COUNTYNS\\\": \\\"01383793\\\", \\\"AFFGEOID\\\": \\\"0500000US48015\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.62198, 30.044283], [-96.292849, 30.09615], [-96.160472, 30.053409], [-96.146052, 30.070224], [-96.084541, 30.005137], [-96.13165, 29.937504], [-96.121405, 29.836652], [-96.049234, 29.803187], [-96.032711, 29.727944], [-96.02485, 29.602877], [-96.088912, 29.601658], [-96.10965, 29.622524], [-96.175422, 29.633806], [-96.259226, 29.668912], [-96.343159, 29.82962], [-96.413283, 29.824985], [-96.535705, 29.907326], [-96.569844, 29.961516], [-96.62198, 30.044283]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3394564110, \\\"AWATER\\\": 87401, \\\"GEOID\\\": \\\"48413\\\", \\\"COUNTYFP\\\": \\\"413\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Schleicher\\\", \\\"COUNTYNS\\\": \\\"01383992\\\", \\\"AFFGEOID\\\": \\\"0500000US48413\\\", \\\"rate\\\": 11.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2443273797, \\\"AWATER\\\": 741627, \\\"GEOID\\\": \\\"48047\\\", \\\"COUNTYFP\\\": \\\"047\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Brooks\\\", \\\"COUNTYNS\\\": \\\"01383809\\\", \\\"AFFGEOID\\\": \\\"0500000US48047\\\", \\\"rate\\\": 9.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.523284, 27.26515], [-98.232464, 27.262487], [-98.058078, 27.260981], [-97.986076, 27.260494], [-97.985887, 27.209308], [-97.985494, 26.780917], [-98.32067, 26.783081], [-98.422616, 26.783535], [-98.417883, 27.055285], [-98.466542, 27.054711], [-98.492943, 27.235012], [-98.523284, 27.26515]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1795990942, \\\"AWATER\\\": 37577388, \\\"GEOID\\\": \\\"48409\\\", \\\"COUNTYFP\\\": \\\"409\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"San Patricio\\\", \\\"COUNTYNS\\\": \\\"01383990\\\", \\\"AFFGEOID\\\": \\\"0500000US48409\\\", \\\"rate\\\": 9.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.904081, 28.114228], [-97.817716, 28.176848], [-97.568482, 28.129846], [-97.541071, 28.164669], [-97.482384, 28.168616], [-97.427171, 28.117668], [-97.317163, 28.137189], [-97.260818, 28.075759], [-97.136312, 27.90439], [-97.186987, 27.825489], [-97.188659, 27.823885], [-97.250796, 27.876718], [-97.359997, 27.850766], [-97.337677, 27.883165], [-97.485519, 27.862797], [-97.542622, 27.858315], [-97.589473, 27.856101], [-97.609593, 27.890377], [-97.638174, 27.865594], [-97.67528, 27.882538], [-97.691074, 27.917353], [-97.806798, 27.934712], [-97.798517, 27.995659], [-97.801388, 28.03836], [-97.838918, 28.034613], [-97.883148, 28.0569], [-97.904081, 28.114228]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2060566160, \\\"AWATER\\\": 101081674, \\\"GEOID\\\": \\\"48419\\\", \\\"COUNTYFP\\\": \\\"419\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Shelby\\\", \\\"COUNTYNS\\\": \\\"01383995\\\", \\\"AFFGEOID\\\": \\\"0500000US48419\\\", \\\"rate\\\": 8.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.511431, 31.973984], [-94.02942840659601, 31.979686964168], [-93.977461, 31.926419], [-93.909557, 31.893144], [-93.8782518953866, 31.844276557245596], [-93.85339, 31.805467], [-93.803419, 31.700686], [-93.816838, 31.622509], [-93.834924, 31.586211], [-93.83492321447778, 31.586210021078003], [-93.896537, 31.611836], [-93.984461, 31.569419], [-94.090717, 31.620609], [-94.399091, 31.653596], [-94.433945, 31.824547], [-94.452416, 31.844281], [-94.511137, 31.923879], [-94.511431, 31.973984]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2273333001, \\\"AWATER\\\": 36915831, \\\"GEOID\\\": \\\"48161\\\", \\\"COUNTYFP\\\": \\\"161\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Freestone\\\", \\\"COUNTYNS\\\": \\\"01383866\\\", \\\"AFFGEOID\\\": \\\"0500000US48161\\\", \\\"rate\\\": 6.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.496713, 31.796191], [-96.05478, 32.012526], [-96.052786, 32.005895], [-96.062172, 31.95634], [-96.022491, 31.957549], [-95.980568, 31.784561], [-95.875937, 31.755503], [-95.861262, 31.687451], [-95.794081, 31.66031], [-95.7873, 31.618385], [-96.236629, 31.413392], [-96.496713, 31.796191]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2762704864, \\\"AWATER\\\": 8204086, \\\"GEOID\\\": \\\"48177\\\", \\\"COUNTYFP\\\": \\\"177\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Gonzales\\\", \\\"COUNTYNS\\\": \\\"01383874\\\", \\\"AFFGEOID\\\": \\\"0500000US48177\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.840383, 29.376791], [-97.664987, 29.60772], [-97.633176, 29.649863], [-97.597743, 29.630718], [-97.317893, 29.784658], [-97.133444, 29.645806], [-97.142643, 29.628101], [-97.204087, 29.580613], [-97.240108, 29.384488], [-97.335207, 29.315049], [-97.613132, 29.109765], [-97.728443, 29.221748], [-97.858782, 29.35289], [-97.840383, 29.376791]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3240116505, \\\"AWATER\\\": 493584, \\\"GEOID\\\": \\\"48267\\\", \\\"COUNTYFP\\\": \\\"267\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kimble\\\", \\\"COUNTYNS\\\": \\\"01383919\\\", \\\"AFFGEOID\\\": \\\"0500000US48267\\\", \\\"rate\\\": 5.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.116234, 30.710366], [-99.483869, 30.710771], [-99.484493, 30.499641], [-99.303996, 30.499832], [-99.301718, 30.286653], [-99.754142, 30.290698], [-100.116461, 30.290296], [-100.116234, 30.710366]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1516568117, \\\"AWATER\\\": 14728310, \\\"GEOID\\\": \\\"48041\\\", \\\"COUNTYFP\\\": \\\"041\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Brazos\\\", \\\"COUNTYNS\\\": \\\"01383806\\\", \\\"AFFGEOID\\\": \\\"0500000US48041\\\", \\\"rate\\\": 6.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.566983, 30.69567], [-96.45763, 30.744474], [-96.338001, 30.920531], [-96.24102, 30.973737], [-96.207477, 30.947081], [-96.16837, 30.822997], [-96.187765, 30.598737], [-96.130018, 30.452555], [-96.080009, 30.430435], [-96.147255, 30.38284], [-96.15463, 30.330288], [-96.178661, 30.394718], [-96.272455, 30.358468], [-96.299173, 30.379152], [-96.271816, 30.416388], [-96.340875, 30.474543], [-96.358817, 30.541753], [-96.510494, 30.627828], [-96.601831, 30.641926], [-96.566983, 30.69567]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3516716918, \\\"AWATER\\\": 649539513, \\\"GEOID\\\": \\\"48039\\\", \\\"COUNTYFP\\\": \\\"039\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Brazoria\\\", \\\"COUNTYNS\\\": \\\"01383805\\\", \\\"AFFGEOID\\\": \\\"0500000US48039\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.847656, 29.26259], [-95.752866, 29.324503], [-95.626058, 29.293091], [-95.579598, 29.340129], [-95.549994, 29.438439], [-95.462503, 29.43924], [-95.443224, 29.510214], [-95.424118, 29.580233], [-95.331118, 29.599077], [-95.297409, 29.596514], [-95.286506, 29.597588], [-95.253856, 29.553778], [-95.216422, 29.55608], [-95.233081, 29.465566], [-95.19219, 29.404367], [-95.056499, 29.199977], [-95.11505050559829, 29.0755520224787], [-95.125134, 29.067321], [-95.191391, 29.02309], [-95.297147, 28.934073], [-95.38239, 28.866348], [-95.439594, 28.859022], [-95.507037396917, 28.8247355121921], [-95.567708, 28.829758], [-95.67955, 28.965734], [-95.769393, 28.971109], [-95.770446, 29.06621], [-95.84631, 29.107799], [-95.874028, 29.229702], [-95.847656, 29.26259]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2423336009, \\\"AWATER\\\": 41679023, \\\"GEOID\\\": \\\"48139\\\", \\\"COUNTYFP\\\": \\\"139\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Ellis\\\", \\\"COUNTYNS\\\": \\\"01383856\\\", \\\"AFFGEOID\\\": \\\"0500000US48139\\\", \\\"rate\\\": 8.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.086834, 32.549428], [-97.038385, 32.548662], [-96.529987, 32.545282], [-96.434514, 32.38873], [-96.452138, 32.358631], [-96.451474, 32.345574], [-96.383082, 32.328851], [-96.896209, 32.073977], [-96.940656, 32.052087], [-97.086191, 32.265451], [-97.086834, 32.549428]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2031033544, \\\"AWATER\\\": 44852084, \\\"GEOID\\\": \\\"48471\\\", \\\"COUNTYFP\\\": \\\"471\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Walker\\\", \\\"COUNTYNS\\\": \\\"01384021\\\", \\\"AFFGEOID\\\": \\\"0500000US48471\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.863059, 30.864125], [-95.716508, 30.911405], [-95.629775, 30.899932], [-95.617872, 30.930418], [-95.434781, 31.058098], [-95.434335, 30.937405], [-95.396697, 30.857706], [-95.32748, 30.859547], [-95.359156, 30.504369], [-95.598971, 30.509002], [-95.83024, 30.630284], [-95.863059, 30.864125]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2307244931, \\\"AWATER\\\": 20853016, \\\"GEOID\\\": \\\"48147\\\", \\\"COUNTYFP\\\": \\\"147\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Fannin\\\", \\\"COUNTYNS\\\": \\\"01383859\\\", \\\"AFFGEOID\\\": \\\"0500000US48147\\\", \\\"rate\\\": 9.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.384602, 33.397826], [-96.3796608259521, 33.715530908566], [-96.363135, 33.694215], [-96.307389, 33.735005], [-96.277269, 33.769735], [-96.229023, 33.748021], [-96.173025, 33.80056], [-96.15163, 33.831946], [-96.063924, 33.841523], [-95.935325, 33.875099], [-95.887491, 33.863856], [-95.84487853407069, 33.860421904719], [-95.855013, 33.827992], [-95.857738, 33.461722], [-95.858723, 33.40953], [-96.295413, 33.351936], [-96.384495, 33.341119], [-96.384602, 33.397826]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2371267399, \\\"AWATER\\\": 9721167, \\\"GEOID\\\": \\\"48441\\\", \\\"COUNTYFP\\\": \\\"441\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Taylor\\\", \\\"COUNTYNS\\\": \\\"01384006\\\", \\\"AFFGEOID\\\": \\\"0500000US48441\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.146543, 32.522793], [-99.656569, 32.52064], [-99.629579, 32.514657], [-99.631413, 32.081274], [-99.713971, 32.082089], [-100.151911, 32.082638], [-100.146543, 32.522793]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2330820875, \\\"AWATER\\\": 40969486, \\\"GEOID\\\": \\\"48203\\\", \\\"COUNTYFP\\\": \\\"203\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Harrison\\\", \\\"COUNTYNS\\\": \\\"01383887\\\", \\\"AFFGEOID\\\": \\\"0500000US48203\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.70214, 32.793088], [-94.507323, 32.693738], [-94.390783, 32.694377], [-94.242809, 32.75073], [-94.176401, 32.694694], [-94.092738, 32.734269], [-94.04305152761759, 32.6930299766656], [-94.043083, 32.564261], [-94.04278823280531, 32.3922831932812], [-94.350303, 32.326614], [-94.385839, 32.3672], [-94.491818, 32.394137], [-94.554971, 32.407603], [-94.579219, 32.394916], [-94.701986, 32.421782], [-94.70179, 32.652209], [-94.70214, 32.793088]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1671154357, \\\"AWATER\\\": 130748986, \\\"GEOID\\\": \\\"48499\\\", \\\"COUNTYFP\\\": \\\"499\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wood\\\", \\\"COUNTYNS\\\": \\\"01384035\\\", \\\"AFFGEOID\\\": \\\"0500000US48499\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.665389, 32.960434], [-95.308957, 32.962572], [-95.231193, 32.962196], [-95.172947, 32.961829], [-95.152206, 33.01345], [-95.15211, 32.902641], [-95.15274, 32.660949], [-95.15341, 32.570115], [-95.164973, 32.544583], [-95.332164, 32.604252], [-95.413061, 32.607111], [-95.469093, 32.605642], [-95.594541, 32.687026], [-95.635017, 32.72038], [-95.665389, 32.960434]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 507188431, \\\"AWATER\\\": 19183294, \\\"GEOID\\\": \\\"48063\\\", \\\"COUNTYFP\\\": \\\"063\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Camp\\\", \\\"COUNTYNS\\\": \\\"01383817\\\", \\\"AFFGEOID\\\": \\\"0500000US48063\\\", \\\"rate\\\": 9.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.152206, 33.01345], [-95.12613, 33.034581], [-94.936129, 33.073833], [-94.819828, 32.982886], [-94.768855, 32.925834], [-94.719942, 32.904502], [-95.15211, 32.902641], [-95.152206, 33.01345]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2460509745, \\\"AWATER\\\": 25381859, \\\"GEOID\\\": \\\"48149\\\", \\\"COUNTYFP\\\": \\\"149\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Fayette\\\", \\\"COUNTYNS\\\": \\\"01383860\\\", \\\"AFFGEOID\\\": \\\"0500000US48149\\\", \\\"rate\\\": 5.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.315823, 29.786541], [-97.194235, 29.896776], [-97.024461, 30.051435], [-97.018379, 30.032406], [-96.845857, 30.116027], [-96.794552, 30.160545], [-96.647223, 30.145174], [-96.62198, 30.044283], [-96.569844, 29.961516], [-96.874222, 29.632706], [-97.142643, 29.628101], [-97.133444, 29.645806], [-97.317893, 29.784658], [-97.315823, 29.786541]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3211263825, \\\"AWATER\\\": 41958323, \\\"GEOID\\\": \\\"48029\\\", \\\"COUNTYFP\\\": \\\"029\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bexar\\\", \\\"COUNTYNS\\\": \\\"01383800\\\", \\\"AFFGEOID\\\": \\\"0500000US48029\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.806552, 29.690709], [-98.778782, 29.720167], [-98.738551, 29.716559], [-98.646124, 29.745181], [-98.550489, 29.760713], [-98.443469, 29.734453], [-98.443852, 29.71965], [-98.352589, 29.734365], [-98.378068, 29.662613], [-98.328651, 29.608233], [-98.31095, 29.59456], [-98.310928, 29.594473], [-98.27371, 29.551213], [-98.233899, 29.554893], [-98.164638, 29.478091], [-98.122555, 29.47797], [-98.134171, 29.441751], [-98.407336, 29.114435], [-98.441548, 29.126127], [-98.804763, 29.250693], [-98.806552, 29.690709]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2007614621, \\\"AWATER\\\": 229068, \\\"GEOID\\\": \\\"48079\\\", \\\"COUNTYFP\\\": \\\"079\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cochran\\\", \\\"COUNTYNS\\\": \\\"01383825\\\", \\\"AFFGEOID\\\": \\\"0500000US48079\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.05261, 33.570599], [-103.047346, 33.824675], [-102.615447, 33.825121], [-102.594836, 33.388489], [-103.05649506433801, 33.388414214620596], [-103.05261, 33.570599]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2331504872, \\\"AWATER\\\": 3873557, \\\"GEOID\\\": \\\"48107\\\", \\\"COUNTYFP\\\": \\\"107\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Crosby\\\", \\\"COUNTYNS\\\": \\\"01383839\\\", \\\"AFFGEOID\\\": \\\"0500000US48107\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.56358, 33.830451], [-101.041158, 33.833625], [-101.038788, 33.397214], [-101.556884, 33.39476], [-101.56358, 33.830451]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2414327232, \\\"AWATER\\\": 298741, \\\"GEOID\\\": \\\"48295\\\", \\\"COUNTYFP\\\": \\\"295\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lipscomb\\\", \\\"COUNTYNS\\\": \\\"01383933\\\", \\\"AFFGEOID\\\": \\\"0500000US48295\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.54614512609702, 36.4995051393038], [-100.311018, 36.499688], [-100.00376199336802, 36.4997018487376], [-100.000406, 36.499702], [-100.000399, 36.055677], [-100.540221, 36.056491], [-100.546724, 36.056536], [-100.54614512609702, 36.4995051393038]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 652895326, \\\"AWATER\\\": 714592846, \\\"GEOID\\\": \\\"48007\\\", \\\"COUNTYFP\\\": \\\"007\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Aransas\\\", \\\"COUNTYNS\\\": \\\"01383789\\\", \\\"AFFGEOID\\\": \\\"0500000US48007\\\", \\\"rate\\\": 7.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.144916, 28.102622], [-97.023586, 28.187657], [-97.12396, 28.27231], [-96.790512, 28.319238], [-96.830861, 28.108], [-96.8520706227301, 28.0598208616046], [-96.886459, 28.030734], [-97.003325, 27.908307], [-97.0436840836865, 27.8365323534718], [-97.095713, 27.957835], [-97.136312, 27.90439], [-97.260818, 28.075759], [-97.144916, 28.102622]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2952084694, \\\"AWATER\\\": 43985815, \\\"GEOID\\\": \\\"48311\\\", \\\"COUNTYFP\\\": \\\"311\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"McMullen\\\", \\\"COUNTYNS\\\": \\\"01383947\\\", \\\"AFFGEOID\\\": \\\"0500000US48311\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.800082, 28.202333], [-98.800848, 28.647306], [-98.335047, 28.648275], [-98.335031, 28.612658], [-98.334323, 28.0578], [-98.803325, 28.05748], [-98.800082, 28.202333]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2935753509, \\\"AWATER\\\": 2193620, \\\"GEOID\\\": \\\"48163\\\", \\\"COUNTYFP\\\": \\\"163\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Frio\\\", \\\"COUNTYNS\\\": \\\"01383867\\\", \\\"AFFGEOID\\\": \\\"0500000US48163\\\", \\\"rate\\\": 8.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.41388, 29.091335], [-98.8049, 29.090434], [-98.800841, 28.647487], [-99.395736, 28.640784], [-99.409021, 28.640566], [-99.41388, 29.091335]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2400623971, \\\"AWATER\\\": 15954005, \\\"GEOID\\\": \\\"48129\\\", \\\"COUNTYFP\\\": \\\"129\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Donley\\\", \\\"COUNTYNS\\\": \\\"01383850\\\", \\\"AFFGEOID\\\": \\\"0500000US48129\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 12338323514, \\\"AWATER\\\": 2532275, \\\"GEOID\\\": \\\"48371\\\", \\\"COUNTYFP\\\": \\\"371\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Pecos\\\", \\\"COUNTYNS\\\": \\\"01383971\\\", \\\"AFFGEOID\\\": \\\"0500000US48371\\\", \\\"rate\\\": 11.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.585084, 30.76647], [-103.01104, 31.371306], [-102.933578, 31.350081], [-102.827113, 31.267002], [-102.767365, 31.293803], [-102.676104, 31.330084], [-102.511156, 31.2595], [-102.429545, 31.193557], [-102.388804, 31.087156], [-102.292681, 31.036677], [-102.202032, 31.031026], [-102.191731, 31.003788], [-101.98364, 30.98717], [-101.883436, 30.925647], [-101.80742, 30.699504], [-101.76842, 30.653077], [-102.137778, 30.655982], [-102.138406, 30.597521], [-102.342986, 30.598759], [-102.343085, 30.284116], [-102.566937, 30.283269], [-102.567049, 30.052808], [-103.439976, 30.665939], [-103.585084, 30.76647]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 4019519389, \\\"AWATER\\\": 17321923, \\\"GEOID\\\": \\\"48463\\\", \\\"COUNTYFP\\\": \\\"463\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Uvalde\\\", \\\"COUNTYNS\\\": \\\"01384017\\\", \\\"AFFGEOID\\\": \\\"0500000US48463\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3215009899, \\\"AWATER\\\": 464309, \\\"GEOID\\\": \\\"48461\\\", \\\"COUNTYFP\\\": \\\"461\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Upton\\\", \\\"COUNTYNS\\\": \\\"01384016\\\", \\\"AFFGEOID\\\": \\\"0500000US48461\\\", \\\"rate\\\": 5.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2342376357, \\\"AWATER\\\": 47038988, \\\"GEOID\\\": \\\"48497\\\", \\\"COUNTYFP\\\": \\\"497\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wise\\\", \\\"COUNTYNS\\\": \\\"01384034\\\", \\\"AFFGEOID\\\": \\\"0500000US48497\\\", \\\"rate\\\": 9.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.918189, 33.433873], [-97.487065, 33.433681], [-97.406768, 33.43311], [-97.383095, 33.43045], [-97.39267, 33.183509], [-97.39848, 32.990839], [-97.544181, 32.994177], [-97.679565, 32.996373], [-97.921642, 33.001284], [-97.918189, 33.433873]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1089485204, \\\"AWATER\\\": 41921581, \\\"GEOID\\\": \\\"48221\\\", \\\"COUNTYFP\\\": \\\"221\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hood\\\", \\\"COUNTYNS\\\": \\\"01383896\\\", \\\"AFFGEOID\\\": \\\"0500000US48221\\\", \\\"rate\\\": 7.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.066836, 32.558822], [-97.617066, 32.555484], [-97.615286, 32.318618], [-97.78276, 32.316493], [-97.945625, 32.233468], [-97.950265, 32.244263], [-98.068545, 32.511626], [-98.066836, 32.558822]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2182215964, \\\"AWATER\\\": 44161895, \\\"GEOID\\\": \\\"48467\\\", \\\"COUNTYFP\\\": \\\"467\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Van Zandt\\\", \\\"COUNTYNS\\\": \\\"01384019\\\", \\\"AFFGEOID\\\": \\\"0500000US48467\\\", \\\"rate\\\": 7.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.076801, 32.838489], [-95.934433, 32.837217], [-95.863949, 32.777061], [-95.795966, 32.775318], [-95.659803, 32.711402], [-95.635017, 32.72038], [-95.594541, 32.687026], [-95.5943, 32.479858], [-95.449165, 32.355233], [-96.075899, 32.357505], [-96.076801, 32.838489]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1412142115, \\\"AWATER\\\": 4976645, \\\"GEOID\\\": \\\"48055\\\", \\\"COUNTYFP\\\": \\\"055\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Caldwell\\\", \\\"COUNTYNS\\\": \\\"01383813\\\", \\\"AFFGEOID\\\": \\\"0500000US48055\\\", \\\"rate\\\": 8.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.899238, 29.857583], [-97.712548, 30.020613], [-97.710215, 30.024499], [-97.665761, 30.063862], [-97.649449, 30.067866], [-97.315823, 29.786541], [-97.317893, 29.784658], [-97.597743, 29.630718], [-97.633176, 29.649863], [-97.768322, 29.718883], [-97.780917, 29.759258], [-97.799396, 29.75226], [-97.875259, 29.858208], [-97.899238, 29.857583]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1800337387, \\\"AWATER\\\": 4548860, \\\"GEOID\\\": \\\"48197\\\", \\\"COUNTYFP\\\": \\\"197\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hardeman\\\", \\\"COUNTYNS\\\": \\\"01383884\\\", \\\"AFFGEOID\\\": \\\"0500000US48197\\\", \\\"rate\\\": 7.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.997629328163, 34.5611366245601], [-99.929334, 34.576714], [-99.8420638841464, 34.5069327688814], [-99.818186, 34.48784], [-99.764882, 34.435266], [-99.696462, 34.381036], [-99.600026, 34.374688], [-99.58448, 34.407673], [-99.4750221370384, 34.3968709897905], [-99.475294, 34.085618], [-99.5485, 34.055774], [-99.65301, 34.098971], [-99.772043, 34.093286], [-99.997621, 34.224355], [-99.99772, 34.311829], [-99.997629328163, 34.5611366245601]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2246765475, \\\"AWATER\\\": 86991848, \\\"GEOID\\\": \\\"48023\\\", \\\"COUNTYFP\\\": \\\"023\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Baylor\\\", \\\"COUNTYNS\\\": \\\"01383797\\\", \\\"AFFGEOID\\\": \\\"0500000US48023\\\", \\\"rate\\\": 5.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 1374395180, \\\"AWATER\\\": 159612923, \\\"GEOID\\\": \\\"48405\\\", \\\"COUNTYFP\\\": \\\"405\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"San Augustine\\\", \\\"COUNTYNS\\\": \\\"01383988\\\", \\\"AFFGEOID\\\": \\\"0500000US48405\\\", \\\"rate\\\": 10.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.399091, 31.653596], [-94.090717, 31.620609], [-93.984461, 31.569419], [-93.983239, 31.466114], [-94.044154, 31.409979], [-94.039034, 31.134271], [-94.043234, 31.118552], [-94.129632, 31.09928], [-94.218997, 31.173265], [-94.326616, 31.224754], [-94.324461, 31.230165], [-94.339773, 31.24082], [-94.33119, 31.362966], [-94.300622, 31.526458], [-94.311042, 31.589252], [-94.399091, 31.653596]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2349622228, \\\"AWATER\\\": 67103153, \\\"GEOID\\\": \\\"48277\\\", \\\"COUNTYFP\\\": \\\"277\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lamar\\\", \\\"COUNTYNS\\\": \\\"01383925\\\", \\\"AFFGEOID\\\": \\\"0500000US48277\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.855013, 33.827992], [-95.84487853407069, 33.860421904719], [-95.820596, 33.858465], [-95.78963931775229, 33.872437384672295], [-95.737508, 33.895967], [-95.669978, 33.905844], [-95.603657, 33.927195], [-95.556915, 33.92702], [-95.525322, 33.885487], [-95.44737, 33.86885], [-95.352338, 33.867789], [-95.31044979544909, 33.8738430381855], [-95.308637, 33.380662], [-95.372972, 33.39094], [-95.490158, 33.453663], [-95.621027, 33.48706], [-95.671634, 33.472636], [-95.758439, 33.495098], [-95.857738, 33.461722], [-95.855013, 33.827992]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1810772281, \\\"AWATER\\\": 2346258, \\\"GEOID\\\": \\\"48385\\\", \\\"COUNTYFP\\\": \\\"385\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Real\\\", \\\"COUNTYNS\\\": \\\"01383978\\\", \\\"AFFGEOID\\\": \\\"0500000US48385\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.013291, 29.794339], [-99.967626, 30.082356], [-99.757621, 30.074132], [-99.689879, 30.073948], [-99.691215, 29.908582], [-99.602776, 29.907679], [-99.60313, 29.627181], [-100.014188, 29.623495], [-100.013291, 29.794339]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2568577738, \\\"AWATER\\\": 81082261, \\\"GEOID\\\": \\\"48453\\\", \\\"COUNTYFP\\\": \\\"453\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Travis\\\", \\\"COUNTYNS\\\": \\\"01384012\\\", \\\"AFFGEOID\\\": \\\"0500000US48453\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.125556, 30.426186], [-98.12342, 30.486482], [-98.049886, 30.624155], [-97.956734, 30.628249], [-97.857505, 30.50161], [-97.848384, 30.472662], [-97.773458, 30.430654], [-97.596236, 30.501513], [-97.369539, 30.419563], [-97.400137, 30.367824], [-97.491254, 30.21211], [-97.49135, 30.21193], [-97.649449, 30.067866], [-97.665761, 30.063862], [-97.710215, 30.024499], [-97.781369, 30.07567], [-97.813018, 30.098613], [-97.857161, 30.131196], [-97.857222, 30.13124], [-98.172977, 30.356312], [-98.125556, 30.426186]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 594280566, \\\"AWATER\\\": 76080003, \\\"GEOID\\\": \\\"48379\\\", \\\"COUNTYFP\\\": \\\"379\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Rains\\\", \\\"COUNTYNS\\\": \\\"01383975\\\", \\\"AFFGEOID\\\": \\\"0500000US48379\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.9453, 32.979877], [-95.862521, 32.979571], [-95.676795, 32.97959], [-95.665389, 32.960434], [-95.635017, 32.72038], [-95.659803, 32.711402], [-95.795966, 32.775318], [-95.863949, 32.777061], [-95.934433, 32.837217], [-95.987259, 32.876415], [-95.9453, 32.979877]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2081662846, \\\"AWATER\\\": 12111366, \\\"GEOID\\\": \\\"48493\\\", \\\"COUNTYFP\\\": \\\"493\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wilson\\\", \\\"COUNTYNS\\\": \\\"01384032\\\", \\\"AFFGEOID\\\": \\\"0500000US48493\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.407336, 29.114435], [-98.134171, 29.441751], [-98.11307, 29.36533], [-97.956081, 29.378436], [-97.840383, 29.376791], [-97.858782, 29.35289], [-97.728443, 29.221748], [-97.995302, 29.026104], [-98.190991, 28.882333], [-98.407336, 29.114435]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2306607919, \\\"AWATER\\\": 18042331, \\\"GEOID\\\": \\\"48199\\\", \\\"COUNTYFP\\\": \\\"199\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hardin\\\", \\\"COUNTYNS\\\": \\\"01383885\\\", \\\"AFFGEOID\\\": \\\"0500000US48199\\\", \\\"rate\\\": 10.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.732732, 30.490066], [-94.537926, 30.491059], [-94.545717, 30.526977], [-94.071689, 30.526033], [-94.119394, 30.426298], [-94.083386, 30.342181], [-94.117604, 30.241665], [-94.091217, 30.204648], [-94.115917, 30.160347], [-94.17644, 30.18794], [-94.275451, 30.170265], [-94.292629, 30.117671], [-94.44491, 30.113015], [-94.596338, 30.112101], [-94.732732, 30.490066]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2354581764, \\\"AWATER\\\": 12219587, \\\"GEOID\\\": \\\"48011\\\", \\\"COUNTYFP\\\": \\\"011\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Armstrong\\\", \\\"COUNTYNS\\\": \\\"01383791\\\", \\\"AFFGEOID\\\": \\\"0500000US48011\\\", \\\"rate\\\": 5.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 1732508024, \\\"AWATER\\\": 20151852, \\\"GEOID\\\": \\\"48301\\\", \\\"COUNTYFP\\\": \\\"301\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Loving\\\", \\\"COUNTYNS\\\": \\\"01383936\\\", \\\"AFFGEOID\\\": \\\"0500000US48301\\\", \\\"rate\\\": 11.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.98021347738101, 32.0000328513626], [-103.72285297915501, 32.000165583633006], [-103.326501, 32.00037], [-103.327538, 31.65142], [-103.610887, 31.651802], [-103.625726, 31.705032], [-103.746809, 31.739509], [-103.809458, 31.794317], [-103.829385, 31.887992], [-103.885584, 31.870373], [-103.98021347738101, 32.0000328513626]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2216227839, \\\"AWATER\\\": 25046151, \\\"GEOID\\\": \\\"48395\\\", \\\"COUNTYFP\\\": \\\"395\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Robertson\\\", \\\"COUNTYNS\\\": \\\"01383983\\\", \\\"AFFGEOID\\\": \\\"0500000US48395\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.829121, 31.105871], [-96.596862, 31.2209], [-96.319165, 31.357129], [-96.331083, 31.252712], [-96.269199, 31.077855], [-96.260594, 31.077071], [-96.243258, 31.061137], [-96.24102, 30.973737], [-96.338001, 30.920531], [-96.45763, 30.744474], [-96.566983, 30.69567], [-96.621281, 30.730819], [-96.611967, 30.757645], [-96.694853, 30.864517], [-96.68497, 30.906191], [-96.75633, 30.927206], [-96.793139, 31.065718], [-96.829121, 31.105871]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2405590978, \\\"AWATER\\\": 8833381, \\\"GEOID\\\": \\\"48319\\\", \\\"COUNTYFP\\\": \\\"319\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Mason\\\", \\\"COUNTYNS\\\": \\\"01383942\\\", \\\"AFFGEOID\\\": \\\"0500000US48319\\\", \\\"rate\\\": 5.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.484755, 30.940605], [-99.092317, 30.941002], [-99.091886, 30.921966], [-98.964612, 30.921368], [-98.964232, 30.498482], [-99.303996, 30.499832], [-99.484493, 30.499641], [-99.483869, 30.710771], [-99.484755, 30.940605]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2330188757, \\\"AWATER\\\": 25718180, \\\"GEOID\\\": \\\"48341\\\", \\\"COUNTYFP\\\": \\\"341\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Moore\\\", \\\"COUNTYNS\\\": \\\"01383956\\\", \\\"AFFGEOID\\\": \\\"0500000US48341\\\", \\\"rate\\\": 5.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2415989108, \\\"AWATER\\\": 120124595, \\\"GEOID\\\": \\\"48181\\\", \\\"COUNTYFP\\\": \\\"181\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Grayson\\\", \\\"COUNTYNS\\\": \\\"01383876\\\", \\\"AFFGEOID\\\": \\\"0500000US48181\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.94461688837049, 33.945013250454004], [-96.934343303133, 33.9455889292528], [-96.905253, 33.947219], [-96.897194, 33.902954], [-96.850593, 33.847211], [-96.794276, 33.868886], [-96.776766, 33.841976], [-96.712422, 33.831633], [-96.682103, 33.876645], [-96.659896, 33.916666], [-96.5946743073771, 33.8830186573983], [-96.590112, 33.880665], [-96.592926, 33.830916], [-96.572937, 33.819098], [-96.523863, 33.818114], [-96.502286, 33.77346], [-96.436455, 33.78005], [-96.403507, 33.746289], [-96.3796608259521, 33.715530908566], [-96.384602, 33.397826], [-96.83411, 33.405498], [-96.842929, 33.413404], [-96.94386, 33.41641], [-96.94461688837049, 33.945013250454004]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2376792100, \\\"AWATER\\\": 1331778, \\\"GEOID\\\": \\\"48357\\\", \\\"COUNTYFP\\\": \\\"357\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Ochiltree\\\", \\\"COUNTYNS\\\": \\\"01383964\\\", \\\"AFFGEOID\\\": \\\"0500000US48357\\\", \\\"rate\\\": 6.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.085156, 36.499244], [-100.95415215769302, 36.499529496626195], [-100.884174, 36.499682], [-100.592614, 36.499469], [-100.54614512609702, 36.4995051393038], [-100.546724, 36.056536], [-101.085716, 36.057572], [-101.085156, 36.499244]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2262941927, \\\"AWATER\\\": 193237889, \\\"GEOID\\\": \\\"48213\\\", \\\"COUNTYFP\\\": \\\"213\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Henderson\\\", \\\"COUNTYNS\\\": \\\"01383892\\\", \\\"AFFGEOID\\\": \\\"0500000US48213\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.452138, 32.358631], [-96.196231, 32.354762], [-96.075899, 32.357505], [-95.449165, 32.355233], [-95.488733, 32.232486], [-95.478585, 32.147224], [-95.459908, 32.135559], [-95.428512, 32.084475], [-96.052786, 32.005895], [-96.05478, 32.012526], [-96.105364, 32.075337], [-96.146523, 32.211715], [-96.196965, 32.206942], [-96.383082, 32.328851], [-96.451474, 32.345574], [-96.452138, 32.358631]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2602115649, \\\"AWATER\\\": 246678, \\\"GEOID\\\": \\\"48189\\\", \\\"COUNTYFP\\\": \\\"189\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hale\\\", \\\"COUNTYNS\\\": \\\"01383880\\\", \\\"AFFGEOID\\\": \\\"0500000US48189\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.090415, 34.313132], [-101.99802, 34.313039], [-101.564856, 34.312493], [-101.564563, 34.074228], [-101.56358, 33.830451], [-102.085733, 33.824675], [-102.090415, 34.313132]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 5485228672, \\\"AWATER\\\": 5199800, \\\"GEOID\\\": \\\"48137\\\", \\\"COUNTYFP\\\": \\\"137\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Edwards\\\", \\\"COUNTYNS\\\": \\\"01383854\\\", \\\"AFFGEOID\\\": \\\"0500000US48137\\\", \\\"rate\\\": 6.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.700393, 30.288276], [-100.116461, 30.290296], [-99.754142, 30.290698], [-99.757621, 30.074132], [-99.967626, 30.082356], [-100.013291, 29.794339], [-100.014188, 29.623495], [-100.112098, 29.623263], [-100.699932, 29.623897], [-100.700393, 30.288276]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2752130046, \\\"AWATER\\\": 39879877, \\\"GEOID\\\": \\\"48001\\\", \\\"COUNTYFP\\\": \\\"001\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Anderson\\\", \\\"COUNTYNS\\\": \\\"01383786\\\", \\\"AFFGEOID\\\": \\\"0500000US48001\\\", \\\"rate\\\": 9.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.052786, 32.005895], [-95.428512, 32.084475], [-95.446449, 31.998517], [-95.423832, 31.932009], [-95.446747, 31.843116], [-95.412908, 31.835157], [-95.396531, 31.765266], [-95.275849, 31.657229], [-95.258859, 31.609959], [-95.273203, 31.592886], [-95.651764, 31.541791], [-95.739279, 31.504056], [-95.710112, 31.615587], [-95.735681, 31.653822], [-95.7873, 31.618385], [-95.794081, 31.66031], [-95.861262, 31.687451], [-95.875937, 31.755503], [-95.980568, 31.784561], [-96.022491, 31.957549], [-96.062172, 31.95634], [-96.052786, 32.005895]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2896454930, \\\"AWATER\\\": 41649745, \\\"GEOID\\\": \\\"48491\\\", \\\"COUNTYFP\\\": \\\"491\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Williamson\\\", \\\"COUNTYNS\\\": \\\"01384031\\\", \\\"AFFGEOID\\\": \\\"0500000US48491\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.96286, 30.785641], [-97.828512, 30.906188], [-97.62491, 30.870334], [-97.315507, 30.752371], [-97.271418, 30.735692], [-97.155219, 30.457344], [-97.334463, 30.402843], [-97.369539, 30.419563], [-97.596236, 30.501513], [-97.773458, 30.430654], [-97.848384, 30.472662], [-97.857505, 30.50161], [-97.956734, 30.628249], [-98.049886, 30.624155], [-97.96286, 30.785641]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2703628975, \\\"AWATER\\\": 33305608, \\\"GEOID\\\": \\\"48387\\\", \\\"COUNTYFP\\\": \\\"387\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Red River\\\", \\\"COUNTYNS\\\": \\\"01383979\\\", \\\"AFFGEOID\\\": \\\"0500000US48387\\\", \\\"rate\\\": 10.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.31044979544909, 33.8738430381855], [-95.283445, 33.877746], [-95.253623, 33.92971], [-95.226393, 33.961954], [-95.1559076171075, 33.9384823885698], [-95.149462, 33.936336], [-95.095002, 33.904816], [-95.046568, 33.862565], [-94.98165, 33.852284], [-94.93956, 33.810503], [-94.902276, 33.776289], [-94.841634, 33.739431], [-94.766146, 33.748031], [-94.7319329019959, 33.7208305162803], [-94.746096, 33.700375], [-94.746925, 33.328938], [-94.781693, 33.318905], [-94.808783, 33.363636], [-94.81271, 33.375577], [-95.125451, 33.389454], [-95.153438, 33.380764], [-95.30664, 33.378027], [-95.308637, 33.380662], [-95.31044979544909, 33.8738430381855]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2426724487, \\\"AWATER\\\": 60499731, \\\"GEOID\\\": \\\"48067\\\", \\\"COUNTYFP\\\": \\\"067\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cass\\\", \\\"COUNTYNS\\\": \\\"01383819\\\", \\\"AFFGEOID\\\": \\\"0500000US48067\\\", \\\"rate\\\": 12.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.65226, 33.268861], [-94.572463, 33.249826], [-94.517868, 33.282096], [-94.415739, 33.284017], [-94.379409, 33.255651], [-94.231333, 33.241073], [-94.218517, 33.296936], [-94.042945847176, 33.2712420841398], [-94.042719, 33.160291], [-94.042964, 33.019219], [-94.0430026215633, 32.881088978924], [-94.653994, 32.879506], [-94.65226, 33.268861]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2686101579, \\\"AWATER\\\": 59883892, \\\"GEOID\\\": \\\"48309\\\", \\\"COUNTYFP\\\": \\\"309\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"McLennan\\\", \\\"COUNTYNS\\\": \\\"01383946\\\", \\\"AFFGEOID\\\": \\\"0500000US48309\\\", \\\"rate\\\": 7.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.60523, 31.587762], [-97.277265, 31.745492], [-97.037266, 31.863079], [-96.932215, 31.708887], [-96.801123, 31.522269], [-97.278113, 31.279799], [-97.343426, 31.244215], [-97.418606, 31.320202], [-97.60523, 31.587762]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2575116286, \\\"AWATER\\\": 69940865, \\\"GEOID\\\": \\\"48053\\\", \\\"COUNTYFP\\\": \\\"053\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Burnet\\\", \\\"COUNTYNS\\\": \\\"01383812\\\", \\\"AFFGEOID\\\": \\\"0500000US48053\\\", \\\"rate\\\": 6.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.445782, 30.921439], [-98.418746, 30.92626], [-98.439687, 31.029537], [-97.911684, 31.034919], [-97.840365, 30.929318], [-97.828512, 30.906188], [-97.96286, 30.785641], [-98.049886, 30.624155], [-98.12342, 30.486482], [-98.125556, 30.426186], [-98.351041, 30.486096], [-98.351983, 30.558393], [-98.411148, 30.574644], [-98.438995, 30.673285], [-98.371905, 30.740485], [-98.432098, 30.78631], [-98.376877, 30.83489], [-98.457382, 30.878897], [-98.445782, 30.921439]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2232145033, \\\"AWATER\\\": 60902474, \\\"GEOID\\\": \\\"48157\\\", \\\"COUNTYFP\\\": \\\"157\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Fort Bend\\\", \\\"COUNTYNS\\\": \\\"01383864\\\", \\\"AFFGEOID\\\": \\\"0500000US48157\\\", \\\"rate\\\": 8.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.088912, 29.601658], [-96.02485, 29.602877], [-96.032711, 29.727944], [-95.97094, 29.728554], [-95.82622, 29.78828], [-95.751446, 29.746472], [-95.688349, 29.710862], [-95.687082, 29.710078], [-95.654265, 29.691655], [-95.652144, 29.690946], [-95.621848, 29.673572], [-95.571345, 29.648741], [-95.44697, 29.590978], [-95.424118, 29.580233], [-95.443224, 29.510214], [-95.462503, 29.43924], [-95.549994, 29.438439], [-95.579598, 29.340129], [-95.626058, 29.293091], [-95.752866, 29.324503], [-95.847656, 29.26259], [-95.94681, 29.333433], [-95.97343, 29.411445], [-96.059627, 29.473329], [-96.044596, 29.562238], [-96.088912, 29.601658]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2339103809, \\\"AWATER\\\": 18465208, \\\"GEOID\\\": \\\"48207\\\", \\\"COUNTYFP\\\": \\\"207\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Haskell\\\", \\\"COUNTYNS\\\": \\\"01383889\\\", \\\"AFFGEOID\\\": \\\"0500000US48207\\\", \\\"rate\\\": 5.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2411034616, \\\"AWATER\\\": 19087361, \\\"GEOID\\\": \\\"48337\\\", \\\"COUNTYFP\\\": \\\"337\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Montague\\\", \\\"COUNTYNS\\\": \\\"01383954\\\", \\\"AFFGEOID\\\": \\\"0500000US48337\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.978919, 33.467129], [-97.977869, 33.888738], [-97.95190595085519, 33.8912258148573], [-97.951215, 33.878424], [-97.865765, 33.849393], [-97.803473, 33.88019], [-97.759834, 33.92521], [-97.671772, 33.99137], [-97.609091, 33.968093], [-97.596155, 33.922106], [-97.56124315022109, 33.899061506733], [-97.55827, 33.897099], [-97.486505, 33.916994], [-97.4841434385876, 33.9138891088909], [-97.487065, 33.433681], [-97.918189, 33.433873], [-97.978967, 33.433748], [-97.978919, 33.467129]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1312707083, \\\"AWATER\\\": 1361903486, \\\"GEOID\\\": \\\"48057\\\", \\\"COUNTYFP\\\": \\\"057\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Calhoun\\\", \\\"COUNTYNS\\\": \\\"01383814\\\", \\\"AFFGEOID\\\": \\\"0500000US48057\\\", \\\"rate\\\": 9.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.930367, 28.586728], [-96.853757, 28.635199], [-96.643442, 28.712105], [-96.428394, 28.703523], [-96.39954, 28.730231], [-96.404445, 28.674409], [-96.323522, 28.675597], [-96.322731, 28.642944], [-96.37853315928679, 28.3898650304879], [-96.390376, 28.381815], [-96.442849, 28.317666], [-96.63201, 28.222821], [-96.719627, 28.164594], [-96.792158, 28.110497], [-96.8520706227301, 28.0598208616046], [-96.830861, 28.108], [-96.790512, 28.319238], [-96.764132, 28.426522], [-96.813494, 28.430261], [-96.890951, 28.507178], [-96.930367, 28.586728]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1877186503, \\\"AWATER\\\": 25039412, \\\"GEOID\\\": \\\"48251\\\", \\\"COUNTYFP\\\": \\\"251\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Johnson\\\", \\\"COUNTYNS\\\": \\\"01383911\\\", \\\"AFFGEOID\\\": \\\"0500000US48251\\\", \\\"rate\\\": 9.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.617066, 32.555484], [-97.550582, 32.555391], [-97.386367, 32.553559], [-97.34899, 32.553145], [-97.313984, 32.552627], [-97.086834, 32.549428], [-97.086191, 32.265451], [-97.466106, 32.183889], [-97.476086, 32.17346], [-97.514682, 32.133605], [-97.615055, 32.203581], [-97.615286, 32.318618], [-97.617066, 32.555484]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2203098613, \\\"AWATER\\\": 12577261, \\\"GEOID\\\": \\\"48275\\\", \\\"COUNTYFP\\\": \\\"275\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Knox\\\", \\\"COUNTYNS\\\": \\\"01383923\\\", \\\"AFFGEOID\\\": \\\"0500000US48275\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.996434, 33.835967], [-99.835143, 33.8358], [-99.599863, 33.787634], [-99.554906, 33.798556], [-99.474498, 33.733849], [-99.472444, 33.399023], [-99.99098, 33.397404], [-99.996434, 33.835967]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2830586533, \\\"AWATER\\\": 1345793612, \\\"GEOID\\\": \\\"48321\\\", \\\"COUNTYFP\\\": \\\"321\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Matagorda\\\", \\\"COUNTYNS\\\": \\\"01383943\\\", \\\"AFFGEOID\\\": \\\"0500000US48321\\\", \\\"rate\\\": 11.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.37853315928679, 28.3898650304879], [-96.322731, 28.642944], [-96.323522, 28.675597], [-96.309178, 28.963291], [-95.965196, 29.146865], [-95.874028, 29.229702], [-95.84631, 29.107799], [-95.770446, 29.06621], [-95.769393, 28.971109], [-95.67955, 28.965734], [-95.567708, 28.829758], [-95.507037396917, 28.8247355121921], [-95.588801, 28.783169], [-95.684089, 28.734041], [-95.812504, 28.664942], [-96.000682, 28.588238], [-96.194412, 28.502224], [-96.328817, 28.423659], [-96.37853315928679, 28.3898650304879]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2261192991, \\\"AWATER\\\": 92106631, \\\"GEOID\\\": \\\"48113\\\", \\\"COUNTYFP\\\": \\\"113\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Dallas\\\", \\\"COUNTYNS\\\": \\\"01383842\\\", \\\"AFFGEOID\\\": \\\"0500000US48113\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.036417, 32.693188], [-97.036207, 32.711113], [-97.035167, 32.759368], [-97.03479, 32.786041], [-97.034085, 32.81666], [-97.032287, 32.989324], [-96.990214, 32.989287], [-96.980069, 32.989203], [-96.958665, 32.989013], [-96.843979, 32.987554], [-96.803375, 32.987003], [-96.613377, 32.984021], [-96.516866, 32.982308], [-96.51897, 32.813616], [-96.519261, 32.796028], [-96.523008, 32.559624], [-96.529987, 32.545282], [-97.038385, 32.548662], [-97.036417, 32.693188]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 16015846743, \\\"AWATER\\\": 22063764, \\\"GEOID\\\": \\\"48043\\\", \\\"COUNTYFP\\\": \\\"043\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Brewster\\\", \\\"COUNTYNS\\\": \\\"01383807\\\", \\\"AFFGEOID\\\": \\\"0500000US48043\\\", \\\"rate\\\": 5.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.80068, 30.412527], [-103.439976, 30.665939], [-102.567049, 30.052808], [-102.340215, 29.892646], [-102.31868395458801, 29.8721929465015], [-102.349861, 29.862317], [-102.369522, 29.820395], [-102.392906, 29.765569], [-102.468946, 29.779817], [-102.512687, 29.780303], [-102.551081, 29.752358], [-102.612879, 29.748182], [-102.677192, 29.738261], [-102.693466, 29.676507], [-102.738428, 29.621929], [-102.777531, 29.556497], [-102.808692, 29.522319], [-102.83097, 29.444267], [-102.824564, 29.399558], [-102.871857, 29.352093], [-102.891022, 29.287113], [-102.871347, 29.241625], [-102.917805, 29.190697], [-102.995688, 29.161219], [-103.035683, 29.103029], [-103.076355, 29.085722], [-103.100368, 29.026877], [-103.126748, 28.982124], [-103.227801, 28.991532], [-103.28119, 28.982138], [-103.361998, 29.018914], [-103.463196, 29.066822], [-103.524613, 29.120998], [-103.59236, 29.15026], [-103.660203, 29.170934], [-103.724743, 29.19147], [-103.789034, 29.257502], [-103.793873010934, 29.2592383933486], [-103.792793, 29.500188], [-103.80068, 30.412527]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2727190094, \\\"AWATER\\\": 23873001, \\\"GEOID\\\": \\\"48073\\\", \\\"COUNTYFP\\\": \\\"073\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cherokee\\\", \\\"COUNTYNS\\\": \\\"01383822\\\", \\\"AFFGEOID\\\": \\\"0500000US48073\\\", \\\"rate\\\": 9.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.459908, 32.135559], [-94.985272, 32.137989], [-94.984768, 31.846144], [-94.937532, 31.845555], [-94.978025, 31.793576], [-94.951969, 31.641351], [-94.865857, 31.526916], [-95.003345, 31.42571], [-95.101382, 31.469887], [-95.099966, 31.518869], [-95.168509, 31.583671], [-95.273203, 31.592886], [-95.258859, 31.609959], [-95.275849, 31.657229], [-95.396531, 31.765266], [-95.412908, 31.835157], [-95.446747, 31.843116], [-95.423832, 31.932009], [-95.446449, 31.998517], [-95.428512, 32.084475], [-95.459908, 32.135559]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2857583413, \\\"AWATER\\\": 10247343, \\\"GEOID\\\": \\\"48265\\\", \\\"COUNTYFP\\\": \\\"265\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kerr\\\", \\\"COUNTYNS\\\": \\\"01383918\\\", \\\"AFFGEOID\\\": \\\"0500000US48265\\\", \\\"rate\\\": 6.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.754142, 30.290698], [-99.301718, 30.286653], [-99.300988, 30.134298], [-98.920147, 30.13829], [-98.917725, 29.781398], [-99.176988, 29.895063], [-99.602776, 29.907679], [-99.691215, 29.908582], [-99.689879, 30.073948], [-99.757621, 30.074132], [-99.754142, 30.290698]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2431621507, \\\"AWATER\\\": 79883776, \\\"GEOID\\\": \\\"48241\\\", \\\"COUNTYFP\\\": \\\"241\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jasper\\\", \\\"COUNTYNS\\\": \\\"01383906\\\", \\\"AFFGEOID\\\": \\\"0500000US48241\\\", \\\"rate\\\": 11.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.457816, 31.033325], [-94.129632, 31.09928], [-94.043234, 31.118552], [-94.039034, 31.134271], [-93.911126, 31.158071], [-93.865711, 30.947218], [-93.901452, 30.242672], [-94.117604, 30.241665], [-94.083386, 30.342181], [-94.119394, 30.426298], [-94.071689, 30.526033], [-94.094812, 30.575543], [-94.05096, 30.638568], [-94.089369, 30.686978], [-94.125824, 30.684052], [-94.150119, 30.790203], [-94.179343, 30.794974], [-94.215213, 30.9004], [-94.200441, 30.929256], [-94.244888, 30.968174], [-94.238424, 31.013705], [-94.353782, 31.039371], [-94.45327, 31.006237], [-94.457816, 31.033325]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2171223719, \\\"AWATER\\\": 847212402, \\\"GEOID\\\": \\\"48355\\\", \\\"COUNTYFP\\\": \\\"355\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Nueces\\\", \\\"COUNTYNS\\\": \\\"01383963\\\", \\\"AFFGEOID\\\": \\\"0500000US48355\\\", \\\"rate\\\": 7.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.934274, 27.885202], [-97.798517, 27.995659], [-97.806798, 27.934712], [-97.691074, 27.917353], [-97.67528, 27.882538], [-97.638174, 27.865594], [-97.609593, 27.890377], [-97.589473, 27.856101], [-97.542622, 27.858315], [-97.485519, 27.862797], [-97.337677, 27.883165], [-97.359997, 27.850766], [-97.250796, 27.876718], [-97.188659, 27.823885], [-97.186987, 27.825489], [-97.136312, 27.90439], [-97.095713, 27.957835], [-97.0436840836865, 27.8365323534718], [-97.044846, 27.834466], [-97.090735, 27.785888], [-97.140854, 27.716688], [-97.212679, 27.59642], [-97.2229914075318, 27.5766073164796], [-97.325216, 27.560896], [-97.840678, 27.558358], [-97.942146, 27.635932], [-97.934274, 27.885202]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2725136393, \\\"AWATER\\\": 11847509, \\\"GEOID\\\": \\\"48099\\\", \\\"COUNTYFP\\\": \\\"099\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Coryell\\\", \\\"COUNTYNS\\\": \\\"01383835\\\", \\\"AFFGEOID\\\": \\\"0500000US48099\\\", \\\"rate\\\": 8.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.180006, 31.463717], [-97.766431, 31.672461], [-97.689834, 31.711019], [-97.60523, 31.587762], [-97.418606, 31.320202], [-97.815854, 31.11621], [-97.846428, 31.10061], [-97.9071, 31.069374], [-98.180006, 31.463717]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2623292317, \\\"AWATER\\\": 5443531, \\\"GEOID\\\": \\\"48141\\\", \\\"COUNTYFP\\\": \\\"141\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"El Paso\\\", \\\"COUNTYNS\\\": \\\"01383855\\\", \\\"AFFGEOID\\\": \\\"0500000US48141\\\", \\\"rate\\\": 9.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-106.623445, 31.914034], [-106.630114, 31.971258], [-106.618486, 32.000495], [-106.377166937561, 32.0012401203377], [-106.200699, 32.001785], [-105.997971151664, 32.001974590699], [-105.994756, 31.679688], [-105.993255, 31.478392], [-105.954328, 31.423468], [-105.996429378287, 31.387840129512597], [-106.004926, 31.392458], [-106.080258, 31.398702], [-106.175675, 31.456279], [-106.236804, 31.513376], [-106.280811, 31.562062], [-106.303536, 31.620413], [-106.35261099849801, 31.6869464165036], [-106.370139, 31.71071], [-106.41794, 31.752009], [-106.467642, 31.759608], [-106.484642, 31.747809], [-106.528242, 31.783148], [-106.581344, 31.813906], [-106.63588, 31.871514], [-106.623445, 31.914034]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1842193219, \\\"AWATER\\\": 9105133, \\\"GEOID\\\": \\\"48187\\\", \\\"COUNTYFP\\\": \\\"187\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Guadalupe\\\", \\\"COUNTYNS\\\": \\\"01383879\\\", \\\"AFFGEOID\\\": \\\"0500000US48187\\\", \\\"rate\\\": 6.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.310928, 29.594473], [-98.19763, 29.638128], [-98.089941, 29.683479], [-97.999271, 29.752444], [-97.943564, 29.806914], [-97.875259, 29.858208], [-97.799396, 29.75226], [-97.780917, 29.759258], [-97.768322, 29.718883], [-97.633176, 29.649863], [-97.664987, 29.60772], [-97.840383, 29.376791], [-97.956081, 29.378436], [-98.11307, 29.36533], [-98.134171, 29.441751], [-98.122555, 29.47797], [-98.164638, 29.478091], [-98.233899, 29.554893], [-98.27371, 29.551213], [-98.310928, 29.594473]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2284737171, \\\"AWATER\\\": 17334133, \\\"GEOID\\\": \\\"48469\\\", \\\"COUNTYFP\\\": \\\"469\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Victoria\\\", \\\"COUNTYNS\\\": \\\"01384020\\\", \\\"AFFGEOID\\\": \\\"0500000US48469\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.305916, 28.864037], [-96.976378, 29.104046], [-96.938587, 29.063244], [-96.832103, 29.021299], [-96.792133, 28.918803], [-96.711514, 28.851411], [-96.643442, 28.712105], [-96.853757, 28.635199], [-96.930367, 28.586728], [-96.890951, 28.507178], [-96.915284, 28.485797], [-97.048529, 28.549976], [-97.160751, 28.553475], [-97.182359, 28.610602], [-97.158933, 28.776156], [-97.202759, 28.853849], [-97.305916, 28.864037]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2240778092, \\\"AWATER\\\": 8739522, \\\"GEOID\\\": \\\"48249\\\", \\\"COUNTYFP\\\": \\\"249\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jim Wells\\\", \\\"COUNTYNS\\\": \\\"01383910\\\", \\\"AFFGEOID\\\": \\\"0500000US48249\\\", \\\"rate\\\": 10.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.235497, 28.057966], [-97.883148, 28.0569], [-97.838918, 28.034613], [-97.801388, 28.03836], [-97.798517, 27.995659], [-97.934274, 27.885202], [-97.942146, 27.635932], [-98.059464, 27.635862], [-98.058078, 27.260981], [-98.232464, 27.262487], [-98.235497, 28.057966]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2347272199, \\\"AWATER\\\": 15205585, \\\"GEOID\\\": \\\"48211\\\", \\\"COUNTYFP\\\": \\\"211\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hemphill\\\", \\\"COUNTYNS\\\": \\\"01383891\\\", \\\"AFFGEOID\\\": \\\"0500000US48211\\\", \\\"rate\\\": 3.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.540221, 36.056491], [-100.000399, 36.055677], [-100.00039619832901, 35.8809479999968], [-100.000392, 35.619115], [-100.540158, 35.619296], [-100.540221, 36.056491]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2514474407, \\\"AWATER\\\": 18257915, \\\"GEOID\\\": \\\"48487\\\", \\\"COUNTYFP\\\": \\\"487\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wilbarger\\\", \\\"COUNTYNS\\\": \\\"01384029\\\", \\\"AFFGEOID\\\": \\\"0500000US48487\\\", \\\"rate\\\": 5.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.475294, 34.085618], [-99.4750221370384, 34.3968709897905], [-99.470969, 34.396471], [-99.420432, 34.380464], [-99.394956, 34.442099], [-99.350407, 34.437083], [-99.27534, 34.386599], [-99.2216079008455, 34.3253735743726], [-99.2116, 34.31397], [-99.189511, 34.214312], [-99.131553, 34.209352], [-99.0588, 34.201256], [-99.002916, 34.208782], [-98.95232488752819, 34.2046698986035], [-98.953088, 33.834], [-99.47565, 33.834005], [-99.475294, 34.085618]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2324366073, \\\"AWATER\\\": 22297610, \\\"GEOID\\\": \\\"48033\\\", \\\"COUNTYFP\\\": \\\"033\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Borden\\\", \\\"COUNTYNS\\\": \\\"01383802\\\", \\\"AFFGEOID\\\": \\\"0500000US48033\\\", \\\"rate\\\": 6.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2545904361, \\\"AWATER\\\": 50670002, \\\"GEOID\\\": \\\"48035\\\", \\\"COUNTYFP\\\": \\\"035\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bosque\\\", \\\"COUNTYNS\\\": \\\"01383803\\\", \\\"AFFGEOID\\\": \\\"0500000US48035\\\", \\\"rate\\\": 8.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.864864, 32.087328], [-97.642178, 32.201296], [-97.615055, 32.203581], [-97.514682, 32.133605], [-97.476086, 32.17346], [-97.485968, 32.017611], [-97.379992, 31.97274], [-97.438765, 31.933506], [-97.382848, 31.870788], [-97.28206, 31.843152], [-97.32653, 31.78836], [-97.277265, 31.745492], [-97.60523, 31.587762], [-97.689834, 31.711019], [-97.766431, 31.672461], [-98.005462, 32.017897], [-97.864864, 32.087328]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 5865089584, \\\"AWATER\\\": 206206, \\\"GEOID\\\": \\\"48243\\\", \\\"COUNTYFP\\\": \\\"243\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jeff Davis\\\", \\\"COUNTYNS\\\": \\\"01383907\\\", \\\"AFFGEOID\\\": \\\"0500000US48243\\\", \\\"rate\\\": 5.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-104.917163, 30.663626], [-104.102351, 31.105203], [-103.585084, 30.76647], [-103.439976, 30.665939], [-103.80068, 30.412527], [-103.90101, 30.41219], [-104.980753891325, 30.6288120187883], [-104.917163, 30.663626]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2487151628, \\\"AWATER\\\": 34682260, \\\"GEOID\\\": \\\"48089\\\", \\\"COUNTYFP\\\": \\\"089\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Colorado\\\", \\\"COUNTYNS\\\": \\\"01383830\\\", \\\"AFFGEOID\\\": \\\"0500000US48089\\\", \\\"rate\\\": 6.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.874222, 29.632706], [-96.569844, 29.961516], [-96.535705, 29.907326], [-96.413283, 29.824985], [-96.343159, 29.82962], [-96.259226, 29.668912], [-96.175422, 29.633806], [-96.307672, 29.514523], [-96.349217, 29.406052], [-96.640315, 29.247804], [-96.658466, 29.263876], [-96.560555, 29.335439], [-96.793132, 29.577378], [-96.874222, 29.632706]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2418212545, \\\"AWATER\\\": 15672146, \\\"GEOID\\\": \\\"48351\\\", \\\"COUNTYFP\\\": \\\"351\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Newton\\\", \\\"COUNTYNS\\\": \\\"01383961\\\", \\\"AFFGEOID\\\": \\\"0500000US48351\\\", \\\"rate\\\": 12.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-93.911126, 31.158071], [-93.616168, 31.175252], [-93.6006030873629, 31.182624955268796], [-93.5524973075023, 31.184820023446797], [-93.535097, 31.185614], [-93.540278, 31.128868], [-93.531219, 31.051678], [-93.539526, 31.008498], [-93.549841, 30.967118], [-93.530936, 30.924534], [-93.5545758543455, 30.877469501861096], [-93.558617, 30.869424], [-93.569303, 30.802969], [-93.617688, 30.738479], [-93.629904, 30.67994], [-93.685121, 30.625201], [-93.684329, 30.592586], [-93.729195, 30.544842], [-93.710117, 30.5064], [-93.702665, 30.429947], [-93.73854023822601, 30.4022636724808], [-93.745333, 30.397022], [-93.760328, 30.329924], [-93.70719, 30.275513], [-93.711062171301, 30.243970715640298], [-93.901452, 30.242672], [-93.865711, 30.947218], [-93.911126, 31.158071]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2071235519, \\\"AWATER\\\": 34329, \\\"GEOID\\\": \\\"48501\\\", \\\"COUNTYFP\\\": \\\"501\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Yoakum\\\", \\\"COUNTYNS\\\": \\\"01384036\\\", \\\"AFFGEOID\\\": \\\"0500000US48501\\\", \\\"rate\\\": 7.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.060103, 33.219225], [-103.05649506433801, 33.388414214620596], [-102.594836, 33.388489], [-102.595023, 32.958831], [-103.063468920895, 32.9591038763421], [-103.060103, 33.219225]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2393298484, \\\"AWATER\\\": 346846, \\\"GEOID\\\": \\\"48393\\\", \\\"COUNTYFP\\\": \\\"393\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Roberts\\\", \\\"COUNTYNS\\\": \\\"01383982\\\", \\\"AFFGEOID\\\": \\\"0500000US48393\\\", \\\"rate\\\": 6.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 1995524251, \\\"AWATER\\\": 123702955, \\\"GEOID\\\": \\\"48391\\\", \\\"COUNTYFP\\\": \\\"391\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Refugio\\\", \\\"COUNTYNS\\\": \\\"01383981\\\", \\\"AFFGEOID\\\": \\\"0500000US48391\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.541071, 28.164669], [-97.375579, 28.388684], [-97.160751, 28.553475], [-97.048529, 28.549976], [-96.915284, 28.485797], [-96.890951, 28.507178], [-96.813494, 28.430261], [-96.764132, 28.426522], [-96.790512, 28.319238], [-97.12396, 28.27231], [-97.023586, 28.187657], [-97.144916, 28.102622], [-97.260818, 28.075759], [-97.317163, 28.137189], [-97.427171, 28.117668], [-97.482384, 28.168616], [-97.541071, 28.164669]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2368463888, \\\"AWATER\\\": 42447708, \\\"GEOID\\\": \\\"48503\\\", \\\"COUNTYFP\\\": \\\"503\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Young\\\", \\\"COUNTYNS\\\": \\\"01384037\\\", \\\"AFFGEOID\\\": \\\"0500000US48503\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.953938, 33.397534], [-98.420666, 33.396195], [-98.426553, 33.007913], [-98.427211, 32.9523], [-98.575616, 32.954349], [-98.950875, 32.956918], [-98.953938, 33.397534]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3313824009, \\\"AWATER\\\": 31864676, \\\"GEOID\\\": \\\"48323\\\", \\\"COUNTYFP\\\": \\\"323\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Maverick\\\", \\\"COUNTYNS\\\": \\\"01383944\\\", \\\"AFFGEOID\\\": \\\"0500000US48323\\\", \\\"rate\\\": 13.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.671215189194, 29.0835160253445], [-100.111406, 29.086318], [-100.114336, 28.648122], [-100.113719, 28.197819], [-100.197510055501, 28.197000731139898], [-100.267604, 28.250269], [-100.287554, 28.301093], [-100.320393, 28.362117], [-100.337059, 28.427151], [-100.368288, 28.477196], [-100.38886, 28.515748], [-100.39727, 28.575637], [-100.448648, 28.616774], [-100.500354, 28.66196], [-100.506701, 28.716745], [-100.533017, 28.76328], [-100.53583, 28.805888], [-100.576846, 28.836168], [-100.627206, 28.903734], [-100.646993, 28.957079], [-100.660208, 29.031497], [-100.671215189194, 29.0835160253445]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2419183503, \\\"AWATER\\\": 82373071, \\\"GEOID\\\": \\\"48299\\\", \\\"COUNTYFP\\\": \\\"299\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Llano\\\", \\\"COUNTYNS\\\": \\\"01383935\\\", \\\"AFFGEOID\\\": \\\"0500000US48299\\\", \\\"rate\\\": 7.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.964612, 30.921368], [-98.445782, 30.921439], [-98.457382, 30.878897], [-98.376877, 30.83489], [-98.432098, 30.78631], [-98.371905, 30.740485], [-98.438995, 30.673285], [-98.411148, 30.574644], [-98.351983, 30.558393], [-98.351041, 30.486096], [-98.411462, 30.502095], [-98.59167, 30.499875], [-98.964232, 30.498482], [-98.964612, 30.921368]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2511535241, \\\"AWATER\\\": 1882216, \\\"GEOID\\\": \\\"48285\\\", \\\"COUNTYFP\\\": \\\"285\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lavaca\\\", \\\"COUNTYNS\\\": \\\"01383928\\\", \\\"AFFGEOID\\\": \\\"0500000US48285\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.204087, 29.580613], [-97.142643, 29.628101], [-96.874222, 29.632706], [-96.793132, 29.577378], [-96.560555, 29.335439], [-96.658466, 29.263876], [-96.938587, 29.063244], [-96.976378, 29.104046], [-97.240108, 29.384488], [-97.204087, 29.580613]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2722150391, \\\"AWATER\\\": 95333156, \\\"GEOID\\\": \\\"48027\\\", \\\"COUNTYFP\\\": \\\"027\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bell\\\", \\\"COUNTYNS\\\": \\\"01383799\\\", \\\"AFFGEOID\\\": \\\"0500000US48027\\\", \\\"rate\\\": 7.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.9071, 31.069374], [-97.846428, 31.10061], [-97.815854, 31.11621], [-97.418606, 31.320202], [-97.343426, 31.244215], [-97.278113, 31.279799], [-97.070188, 30.98622], [-97.259082, 30.889596], [-97.315507, 30.752371], [-97.62491, 30.870334], [-97.828512, 30.906188], [-97.840365, 30.929318], [-97.911684, 31.034919], [-97.9071, 31.069374]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3360268387, \\\"AWATER\\\": 11209416, \\\"GEOID\\\": \\\"48507\\\", \\\"COUNTYFP\\\": \\\"507\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Zavala\\\", \\\"COUNTYNS\\\": \\\"01384039\\\", \\\"AFFGEOID\\\": \\\"0500000US48507\\\", \\\"rate\\\": 16.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.111406, 29.086318], [-99.41388, 29.091335], [-99.409021, 28.640566], [-100.114336, 28.648122], [-100.111406, 29.086318]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1824378275, \\\"AWATER\\\": 8514740, \\\"GEOID\\\": \\\"48155\\\", \\\"COUNTYFP\\\": \\\"155\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Foard\\\", \\\"COUNTYNS\\\": \\\"01383863\\\", \\\"AFFGEOID\\\": \\\"0500000US48155\\\", \\\"rate\\\": 5.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.047028, 34.22978], [-100.037319, 34.238778], [-99.997621, 34.224355], [-99.772043, 34.093286], [-99.65301, 34.098971], [-99.5485, 34.055774], [-99.475294, 34.085618], [-99.47565, 33.834005], [-99.474498, 33.733849], [-99.554906, 33.798556], [-99.599863, 33.787634], [-99.835143, 33.8358], [-99.996434, 33.835967], [-100.04848, 33.835974], [-100.047028, 34.22978]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 8144863832, \\\"AWATER\\\": 227711349, \\\"GEOID\\\": \\\"48465\\\", \\\"COUNTYFP\\\": \\\"465\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Val Verde\\\", \\\"COUNTYNS\\\": \\\"01384018\\\", \\\"AFFGEOID\\\": \\\"0500000US48465\\\", \\\"rate\\\": 9.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.7584, 30.288044], [-100.960643, 30.287776], [-100.700393, 30.288276], [-100.699932, 29.623897], [-100.699141, 29.419747], [-100.757822, 29.238325], [-100.801867546029, 29.232831568098], [-100.848664, 29.271421], [-100.886842, 29.307848], [-100.995607, 29.363403], [-101.060151, 29.458661], [-101.137503, 29.473542], [-101.19272, 29.520285], [-101.254895, 29.520342], [-101.305533, 29.577925], [-101.307332, 29.640716], [-101.367198, 29.664041], [-101.400636, 29.738079], [-101.453499, 29.759671], [-101.503223, 29.764582], [-101.561569, 29.794658], [-101.654578, 29.765163], [-101.714224, 29.76766], [-101.761619209528, 29.778860096722198], [-101.7584, 30.288044]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1715732847, \\\"AWATER\\\": 1496797, \\\"GEOID\\\": \\\"48259\\\", \\\"COUNTYFP\\\": \\\"259\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kendall\\\", \\\"COUNTYNS\\\": \\\"01383915\\\", \\\"AFFGEOID\\\": \\\"0500000US48259\\\", \\\"rate\\\": 6.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.920147, 30.13829], [-98.587897, 30.138954], [-98.414018, 29.937557], [-98.646124, 29.745181], [-98.738551, 29.716559], [-98.778782, 29.720167], [-98.917725, 29.781398], [-98.920147, 30.13829]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3000360928, \\\"AWATER\\\": 46356323, \\\"GEOID\\\": \\\"48291\\\", \\\"COUNTYFP\\\": \\\"291\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Liberty\\\", \\\"COUNTYNS\\\": \\\"01383931\\\", \\\"AFFGEOID\\\": \\\"0500000US48291\\\", \\\"rate\\\": 11.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.165897, 30.344976], [-94.85252, 30.482907], [-94.849414, 30.493553], [-94.777341, 30.489002], [-94.732732, 30.490066], [-94.596338, 30.112101], [-94.44491, 30.113015], [-94.442235, 29.889538], [-94.98146, 29.884276], [-94.999834, 29.991322], [-95.026772, 29.996739], [-95.035692, 30.005064], [-95.096708, 30.167214], [-95.165897, 30.344976]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1629156479, \\\"AWATER\\\": 13155033, \\\"GEOID\\\": \\\"48287\\\", \\\"COUNTYFP\\\": \\\"287\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lee\\\", \\\"COUNTYNS\\\": \\\"01383929\\\", \\\"AFFGEOID\\\": \\\"0500000US48287\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.334463, 30.402843], [-97.155219, 30.457344], [-96.963629, 30.557169], [-96.918902, 30.539212], [-96.87711, 30.447945], [-96.743672, 30.319757], [-96.640883, 30.296786], [-96.734469, 30.241229], [-96.794552, 30.160545], [-96.845857, 30.116027], [-97.018379, 30.032406], [-97.024461, 30.051435], [-97.081834, 30.259357], [-97.158811, 30.310695], [-97.199578, 30.337833], [-97.251707, 30.362848], [-97.334463, 30.402843]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2404946726, \\\"AWATER\\\": 22227413, \\\"GEOID\\\": \\\"48253\\\", \\\"COUNTYFP\\\": \\\"253\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jones\\\", \\\"COUNTYNS\\\": \\\"01383912\\\", \\\"AFFGEOID\\\": \\\"0500000US48253\\\", \\\"rate\\\": 8.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.144224, 32.959978], [-99.988827, 32.960121], [-99.612001, 32.956962], [-99.612026, 32.514654], [-99.629579, 32.514657], [-99.656569, 32.52064], [-100.146543, 32.522793], [-100.144224, 32.959978]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1796490532, \\\"AWATER\\\": 52677462, \\\"GEOID\\\": \\\"48455\\\", \\\"COUNTYFP\\\": \\\"455\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Trinity\\\", \\\"COUNTYNS\\\": \\\"01384013\\\", \\\"AFFGEOID\\\": \\\"0500000US48455\\\", \\\"rate\\\": 8.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.434781, 31.058098], [-94.95811, 31.38693], [-94.860501, 31.234955], [-94.842947, 31.146578], [-94.939127, 31.042048], [-95.20018, 30.824566], [-95.252385, 30.906719], [-95.32748, 30.859547], [-95.396697, 30.857706], [-95.434335, 30.937405], [-95.434781, 31.058098]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2236761455, \\\"AWATER\\\": 100196999, \\\"GEOID\\\": \\\"48439\\\", \\\"COUNTYFP\\\": \\\"439\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Tarrant\\\", \\\"COUNTYNS\\\": \\\"01384005\\\", \\\"AFFGEOID\\\": \\\"0500000US48439\\\", \\\"rate\\\": 8.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.544181, 32.994177], [-97.39848, 32.990839], [-97.356048, 32.990197], [-97.180907, 32.989813], [-97.032287, 32.989324], [-97.034085, 32.81666], [-97.03479, 32.786041], [-97.035167, 32.759368], [-97.036207, 32.711113], [-97.036417, 32.693188], [-97.038385, 32.548662], [-97.086834, 32.549428], [-97.313984, 32.552627], [-97.34899, 32.553145], [-97.386367, 32.553559], [-97.550582, 32.555391], [-97.544181, 32.994177]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2942597110, \\\"AWATER\\\": 92565, \\\"GEOID\\\": \\\"48247\\\", \\\"COUNTYFP\\\": \\\"247\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Jim Hogg\\\", \\\"COUNTYNS\\\": \\\"01383909\\\", \\\"AFFGEOID\\\": \\\"0500000US48247\\\", \\\"rate\\\": 10.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.954669, 27.269397], [-98.798087, 27.268012], [-98.798323, 27.354029], [-98.589537, 27.358695], [-98.522293, 27.343284], [-98.523284, 27.26515], [-98.492943, 27.235012], [-98.466542, 27.054711], [-98.417883, 27.055285], [-98.422616, 26.783535], [-98.95423, 26.785694], [-98.954669, 27.269397]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2298404017, \\\"AWATER\\\": 19511582, \\\"GEOID\\\": \\\"48233\\\", \\\"COUNTYFP\\\": \\\"233\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hutchinson\\\", \\\"COUNTYNS\\\": \\\"01383902\\\", \\\"AFFGEOID\\\": \\\"0500000US48233\\\", \\\"rate\\\": 8.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.623466, 36.055405], [-101.085735, 36.055276], [-101.086068, 35.625267], [-101.622831, 35.624057], [-101.623466, 36.055405]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2428770461, \\\"AWATER\\\": 25718009, \\\"GEOID\\\": \\\"48093\\\", \\\"COUNTYFP\\\": \\\"093\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Comanche\\\", \\\"COUNTYNS\\\": \\\"01383832\\\", \\\"AFFGEOID\\\": \\\"0500000US48093\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.924401, 32.078018], [-98.551158, 32.261436], [-98.327499, 31.941261], [-98.271184, 31.969949], [-98.250318, 31.979003], [-98.208386, 31.917511], [-98.156568, 31.841713], [-98.463736, 31.683989], [-98.492802, 31.723608], [-98.668441, 31.700514], [-98.924401, 32.078018]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2369894740, \\\"AWATER\\\": 1931832, \\\"GEOID\\\": \\\"48317\\\", \\\"COUNTYFP\\\": \\\"317\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Martin\\\", \\\"COUNTYNS\\\": \\\"01383941\\\", \\\"AFFGEOID\\\": \\\"0500000US48317\\\", \\\"rate\\\": 5.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.211037, 32.523244], [-102.202703, 32.523271], [-101.68874, 32.525222], [-101.695011, 32.087532], [-101.776085, 32.086925], [-102.211249, 32.0868], [-102.211037, 32.523244]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3777420465, \\\"AWATER\\\": 1262127135, \\\"GEOID\\\": \\\"48261\\\", \\\"COUNTYFP\\\": \\\"261\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kenedy\\\", \\\"COUNTYNS\\\": \\\"01383916\\\", \\\"AFFGEOID\\\": \\\"0500000US48261\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.985887, 27.209308], [-97.84134, 27.243955], [-97.785102, 27.283714], [-97.508863, 27.266636], [-97.34685087695568, 27.2779588322095], [-97.358469, 27.234796], [-97.378697, 27.060044], [-97.366872, 26.885581], [-97.32275, 26.701746], [-97.28754111668579, 26.6003398814733], [-97.861688, 26.597995], [-97.957405, 26.611769], [-97.985303, 26.615809], [-97.985494, 26.780917], [-97.985887, 27.209308]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2373238706, \\\"AWATER\\\": 10177387, \\\"GEOID\\\": \\\"48433\\\", \\\"COUNTYFP\\\": \\\"433\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Stonewall\\\", \\\"COUNTYNS\\\": \\\"01384002\\\", \\\"AFFGEOID\\\": \\\"0500000US48433\\\", \\\"rate\\\": 4.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 3158593195, \\\"AWATER\\\": 4995711, \\\"GEOID\\\": \\\"48013\\\", \\\"COUNTYFP\\\": \\\"013\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Atascosa\\\", \\\"COUNTYNS\\\": \\\"01383792\\\", \\\"AFFGEOID\\\": \\\"0500000US48013\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.804763, 29.250693], [-98.441548, 29.126127], [-98.407336, 29.114435], [-98.190991, 28.882333], [-98.098315, 28.786949], [-98.335031, 28.612658], [-98.335047, 28.648275], [-98.800848, 28.647306], [-98.800841, 28.647487], [-98.8049, 29.090434], [-98.804763, 29.250693]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2362061740, \\\"AWATER\\\": 5052158, \\\"GEOID\\\": \\\"48353\\\", \\\"COUNTYFP\\\": \\\"353\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Nolan\\\", \\\"COUNTYNS\\\": \\\"01383962\\\", \\\"AFFGEOID\\\": \\\"0500000US48353\\\", \\\"rate\\\": 6.4}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.660626, 32.525312], [-100.146543, 32.522793], [-100.151911, 32.082638], [-100.235137, 32.082372], [-100.271675, 32.081432], [-100.665353, 32.085407], [-100.660626, 32.525312]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2313930843, \\\"AWATER\\\": 7215530, \\\"GEOID\\\": \\\"48169\\\", \\\"COUNTYFP\\\": \\\"169\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Garza\\\", \\\"COUNTYNS\\\": \\\"01383870\\\", \\\"AFFGEOID\\\": \\\"0500000US48169\\\", \\\"rate\\\": 5.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2333038989, \\\"AWATER\\\": 8841781, \\\"GEOID\\\": \\\"48227\\\", \\\"COUNTYFP\\\": \\\"227\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Howard\\\", \\\"COUNTYNS\\\": \\\"01383899\\\", \\\"AFFGEOID\\\": \\\"0500000US48227\\\", \\\"rate\\\": 7.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.68874, 32.525222], [-101.174571, 32.524112], [-101.183997, 32.087208], [-101.264216, 32.087136], [-101.695011, 32.087532], [-101.68874, 32.525222]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 652637707, \\\"AWATER\\\": 17393790, \\\"GEOID\\\": \\\"48343\\\", \\\"COUNTYFP\\\": \\\"343\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Morris\\\", \\\"COUNTYNS\\\": \\\"01383957\\\", \\\"AFFGEOID\\\": \\\"0500000US48343\\\", \\\"rate\\\": 15.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.808783, 33.363636], [-94.781693, 33.318905], [-94.746925, 33.328938], [-94.691826, 33.312405], [-94.65226, 33.268861], [-94.653994, 32.879506], [-94.705878, 32.879177], [-94.719942, 32.904502], [-94.768855, 32.925834], [-94.819828, 32.982886], [-94.808783, 33.363636]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2360705920, \\\"AWATER\\\": 42788774, \\\"GEOID\\\": \\\"48081\\\", \\\"COUNTYFP\\\": \\\"081\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Coke\\\", \\\"COUNTYNS\\\": \\\"01383826\\\", \\\"AFFGEOID\\\": \\\"0500000US48081\\\", \\\"rate\\\": 8.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.821594, 32.08661], [-100.665353, 32.085407], [-100.271675, 32.081432], [-100.235137, 32.082372], [-100.235761, 31.69297], [-100.82537, 31.696155], [-100.821594, 32.08661]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2698558994, \\\"AWATER\\\": 90549587, \\\"GEOID\\\": \\\"48339\\\", \\\"COUNTYFP\\\": \\\"339\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Montgomery\\\", \\\"COUNTYNS\\\": \\\"01383955\\\", \\\"AFFGEOID\\\": \\\"0500000US48339\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.83024, 30.630284], [-95.598971, 30.509002], [-95.359156, 30.504369], [-95.308395, 30.40575], [-95.203813, 30.352095], [-95.226139, 30.31954], [-95.165897, 30.344976], [-95.096708, 30.167214], [-95.264013, 30.032217], [-95.292681, 30.027761], [-95.405443, 30.092076], [-95.424216, 30.115491], [-95.491123, 30.110368], [-95.500893, 30.143403], [-95.551421, 30.170606], [-95.57463, 30.151783], [-95.691213, 30.098728], [-95.80333, 30.090096], [-95.804306, 30.24557], [-95.83024, 30.630284]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1474332266, \\\"AWATER\\\": 151949239, \\\"GEOID\\\": \\\"48407\\\", \\\"COUNTYFP\\\": \\\"407\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"San Jacinto\\\", \\\"COUNTYNS\\\": \\\"01383989\\\", \\\"AFFGEOID\\\": \\\"0500000US48407\\\", \\\"rate\\\": 10.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.32748, 30.859547], [-95.252385, 30.906719], [-95.20018, 30.824566], [-95.131205, 30.781703], [-95.135384, 30.693816], [-95.054602, 30.680173], [-94.965729, 30.576586], [-94.829984, 30.541112], [-94.849414, 30.493553], [-94.85252, 30.482907], [-95.165897, 30.344976], [-95.226139, 30.31954], [-95.203813, 30.352095], [-95.308395, 30.40575], [-95.359156, 30.504369], [-95.32748, 30.859547]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 7270834113, \\\"AWATER\\\": 53329, \\\"GEOID\\\": \\\"48105\\\", \\\"COUNTYFP\\\": \\\"105\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Crockett\\\", \\\"COUNTYNS\\\": \\\"01383838\\\", \\\"AFFGEOID\\\": \\\"0500000US48105\\\", \\\"rate\\\": 9.7}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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.65853, 30.357861], [-101.740429, 30.420897], [-101.646245, 30.560763], [-101.652446, 30.620471], [-101.76842, 30.653077], [-101.80742, 30.699504], [-101.883436, 30.925647], [-101.98364, 30.98717], [-102.191731, 31.003788], [-102.202032, 31.031026], [-102.292681, 31.036677], [-102.388804, 31.087156], [-102.301212, 31.086212]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2265775271, \\\"AWATER\\\": 61333916, \\\"GEOID\\\": \\\"48097\\\", \\\"COUNTYFP\\\": \\\"097\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cooke\\\", \\\"COUNTYNS\\\": \\\"01383834\\\", \\\"AFFGEOID\\\": \\\"0500000US48097\\\", \\\"rate\\\": 6.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.4841434385876, 33.9138891088909], [-97.451469, 33.87093], [-97.444193, 33.823773], [-97.372941, 33.819454], [-97.318243, 33.865121], [-97.24618, 33.900344], [-97.206141, 33.91428], [-97.166629, 33.847311], [-97.205652, 33.809824], [-97.149394, 33.721967], [-97.091072, 33.735115], [-97.087852, 33.774099], [-97.07859, 33.812756], [-97.055838, 33.855741], [-96.985567, 33.886522], [-96.988745, 33.918468], [-96.952313, 33.944582], [-96.94461688837049, 33.945013250454004], [-96.94386, 33.41641], [-97.383095, 33.43045], [-97.406768, 33.43311], [-97.487065, 33.433681], [-97.4841434385876, 33.9138891088909]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2393244478, \\\"AWATER\\\": 37217197, \\\"GEOID\\\": \\\"48401\\\", \\\"COUNTYFP\\\": \\\"401\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Rusk\\\", \\\"COUNTYNS\\\": \\\"01383986\\\", \\\"AFFGEOID\\\": \\\"0500000US48401\\\", \\\"rate\\\": 9.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.985411, 32.37082], [-94.591703, 32.365572], [-94.579219, 32.394916], [-94.554971, 32.407603], [-94.491818, 32.394137], [-94.530714, 32.271842], [-94.5805, 32.201363], [-94.599978, 31.973193], [-94.511431, 31.973984], [-94.511137, 31.923879], [-94.452416, 31.844281], [-94.937532, 31.845555], [-94.984768, 31.846144], [-94.985272, 32.137989], [-94.985411, 32.37082]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3876866567, \\\"AWATER\\\": 3926557, \\\"GEOID\\\": \\\"48117\\\", \\\"COUNTYFP\\\": \\\"117\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Deaf Smith\\\", \\\"COUNTYNS\\\": \\\"01383845\\\", \\\"AFFGEOID\\\": \\\"0500000US48117\\\", \\\"rate\\\": 5.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.042738824614, 34.9541008904342], [-103.042711, 35.144735], [-103.042617950565, 35.183157259008404], [-102.167471, 35.183233], [-102.168839, 34.747417], [-102.525184, 34.746931], [-103.042769, 34.747361], [-103.042738824614, 34.9541008904342]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1529529800, \\\"AWATER\\\": 501714702, \\\"GEOID\\\": \\\"48489\\\", \\\"COUNTYFP\\\": \\\"489\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Willacy\\\", \\\"COUNTYNS\\\": \\\"01384030\\\", \\\"AFFGEOID\\\": \\\"0500000US48489\\\", \\\"rate\\\": 13.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.957405, 26.611769], [-97.861688, 26.597995], [-97.28754111668579, 26.6003398814733], [-97.253801, 26.503164], [-97.2273802265218, 26.4114960053025], [-97.390733, 26.411332], [-97.446987, 26.324947], [-97.506936, 26.312702], [-97.527582, 26.299304], [-97.861875, 26.348156], [-97.86192, 26.433579], [-98.004189, 26.448784], [-97.957405, 26.611769]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1846249311, \\\"AWATER\\\": 2833490, \\\"GEOID\\\": \\\"48281\\\", \\\"COUNTYFP\\\": \\\"281\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Lampasas\\\", \\\"COUNTYNS\\\": \\\"01383927\\\", \\\"AFFGEOID\\\": \\\"0500000US48281\\\", \\\"rate\\\": 6.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.562739, 31.230582], [-98.281557, 31.401451], [-98.27107, 31.416398], [-98.180006, 31.463717], [-97.9071, 31.069374], [-97.911684, 31.034919], [-98.439687, 31.029537], [-98.548051, 31.123474], [-98.510341, 31.155666], [-98.562739, 31.230582]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2548139855, \\\"AWATER\\\": 25740027, \\\"GEOID\\\": \\\"48095\\\", \\\"COUNTYFP\\\": \\\"095\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Concho\\\", \\\"COUNTYNS\\\": \\\"01383833\\\", \\\"AFFGEOID\\\": \\\"0500000US48095\\\", \\\"rate\\\": 8.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.111234, 31.580267], [-99.721698, 31.576759], [-99.62492, 31.467442], [-99.60185, 31.49195], [-99.603223, 31.087296], [-100.115216, 31.087994], [-100.111234, 31.580267]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1509791536, \\\"AWATER\\\": 24997461, \\\"GEOID\\\": \\\"48459\\\", \\\"COUNTYFP\\\": \\\"459\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Upshur\\\", \\\"COUNTYNS\\\": \\\"01384015\\\", \\\"AFFGEOID\\\": \\\"0500000US48459\\\", \\\"rate\\\": 8.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.15274, 32.660949], [-95.15211, 32.902641], [-94.719942, 32.904502], [-94.705878, 32.879177], [-94.672351, 32.834756], [-94.70214, 32.793088], [-94.70179, 32.652209], [-94.745779, 32.667557], [-94.820223, 32.590648], [-94.986585, 32.537324], [-94.986935, 32.537246], [-95.009992, 32.516478], [-95.015037, 32.542696], [-95.15341, 32.570115], [-95.15274, 32.660949]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2141566431, \\\"AWATER\\\": 1771774, \\\"GEOID\\\": \\\"48017\\\", \\\"COUNTYFP\\\": \\\"017\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bailey\\\", \\\"COUNTYNS\\\": \\\"01383794\\\", \\\"AFFGEOID\\\": \\\"0500000US48017\\\", \\\"rate\\\": 5.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-103.043516, 34.079382], [-103.04356392051801, 34.1128341992324], [-103.043835787484, 34.302618205455595], [-103.043850301172, 34.3127498735079], [-102.61515, 34.312891], [-102.615447, 33.825121], [-103.047346, 33.824675], [-103.043516, 34.079382]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2386700344, \\\"AWATER\\\": 73067567, \\\"GEOID\\\": \\\"48423\\\", \\\"COUNTYFP\\\": \\\"423\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Smith\\\", \\\"COUNTYNS\\\": \\\"01383997\\\", \\\"AFFGEOID\\\": \\\"0500000US48423\\\", \\\"rate\\\": 8.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.594541, 32.687026], [-95.469093, 32.605642], [-95.413061, 32.607111], [-95.332164, 32.604252], [-95.164973, 32.544583], [-95.15341, 32.570115], [-95.015037, 32.542696], [-95.009992, 32.516478], [-94.986935, 32.537246], [-94.985411, 32.37082], [-94.985272, 32.137989], [-95.459908, 32.135559], [-95.478585, 32.147224], [-95.488733, 32.232486], [-95.449165, 32.355233], [-95.5943, 32.479858], [-95.594541, 32.687026]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2307839892, \\\"AWATER\\\": 998169935, \\\"GEOID\\\": \\\"48061\\\", \\\"COUNTYFP\\\": \\\"061\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Cameron\\\", \\\"COUNTYNS\\\": \\\"01383816\\\", \\\"AFFGEOID\\\": \\\"0500000US48061\\\", \\\"rate\\\": 10.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.861875, 26.120295], [-97.861875, 26.348156], [-97.527582, 26.299304], [-97.506936, 26.312702], [-97.446987, 26.324947], [-97.390733, 26.411332], [-97.2273802265218, 26.4114960053025], [-97.196935, 26.305865], [-97.158798, 26.08266], [-97.151922, 26.017653], [-97.145567, 25.971132], [-97.156608, 25.949022], [-97.206945, 25.960899], [-97.277163, 25.935438], [-97.338346, 25.923125], [-97.365976, 25.902447], [-97.360082, 25.868874], [-97.372864, 25.840117], [-97.422636, 25.840378], [-97.454727, 25.879337], [-97.496861, 25.880058], [-97.542957, 25.920035], [-97.582565, 25.937857], [-97.644011, 26.006614], [-97.697069, 26.023455], [-97.758838, 26.032131], [-97.795291, 26.055218], [-97.8622815631063, 26.057746828440198], [-97.861875, 26.120295]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 708030599, \\\"AWATER\\\": 6227994, \\\"GEOID\\\": \\\"48183\\\", \\\"COUNTYFP\\\": \\\"183\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Gregg\\\", \\\"COUNTYNS\\\": \\\"01383877\\\", \\\"AFFGEOID\\\": \\\"0500000US48183\\\", \\\"rate\\\": 8.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.986585, 32.537324], [-94.820223, 32.590648], [-94.745779, 32.667557], [-94.70179, 32.652209], [-94.701986, 32.421782], [-94.579219, 32.394916], [-94.591703, 32.365572], [-94.985411, 32.37082], [-94.986935, 32.537246], [-94.986585, 32.537324]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1625943401, \\\"AWATER\\\": 13820243, \\\"GEOID\\\": \\\"48485\\\", \\\"COUNTYFP\\\": \\\"485\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Wichita\\\", \\\"COUNTYNS\\\": \\\"01384028\\\", \\\"AFFGEOID\\\": \\\"0500000US48485\\\", \\\"rate\\\": 8.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.95232488752819, 34.2046698986035], [-98.94022, 34.203686], [-98.872229, 34.160446], [-98.80681, 34.155901], [-98.737232, 34.130992], [-98.690072, 34.133155], [-98.648073, 34.164441], [-98.6103517816447, 34.1562099394967], [-98.577136, 34.148962], [-98.5282, 34.094961], [-98.475066, 34.064269], [-98.423533, 34.0819494760059], [-98.423577, 33.836047], [-98.953088, 33.834], [-98.95232488752819, 34.2046698986035]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3850511983, \\\"AWATER\\\": 19537502, \\\"GEOID\\\": \\\"48283\\\", \\\"COUNTYFP\\\": \\\"283\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"La Salle\\\", \\\"COUNTYNS\\\": \\\"01383924\\\", \\\"AFFGEOID\\\": \\\"0500000US48283\\\", \\\"rate\\\": 9.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.395736, 28.640784], [-98.800841, 28.647487], [-98.800848, 28.647306], [-98.800082, 28.202333], [-98.803325, 28.05748], [-99.388946, 28.030419], [-99.393972, 28.197495], [-99.394177, 28.204627], [-99.395736, 28.640784]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3044012007, \\\"AWATER\\\": 1792716, \\\"GEOID\\\": \\\"48383\\\", \\\"COUNTYFP\\\": \\\"383\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Reagan\\\", \\\"COUNTYNS\\\": \\\"01383977\\\", \\\"AFFGEOID\\\": \\\"0500000US48383\\\", \\\"rate\\\": 5.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2367989257, \\\"AWATER\\\": 3268209, \\\"GEOID\\\": \\\"48417\\\", \\\"COUNTYFP\\\": \\\"417\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Shackelford\\\", \\\"COUNTYNS\\\": \\\"01383994\\\", \\\"AFFGEOID\\\": \\\"0500000US48417\\\", \\\"rate\\\": 4.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.612001, 32.956962], [-99.471258, 32.957025], [-99.096016, 32.957037], [-99.095956, 32.707581], [-99.09605, 32.514768], [-99.114293, 32.514811], [-99.612026, 32.514654], [-99.612001, 32.956962]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3441795366, \\\"AWATER\\\": 14576538, \\\"GEOID\\\": \\\"48127\\\", \\\"COUNTYFP\\\": \\\"127\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Dimmit\\\", \\\"COUNTYNS\\\": \\\"01383849\\\", \\\"AFFGEOID\\\": \\\"0500000US48127\\\", \\\"rate\\\": 11.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2292153737, \\\"AWATER\\\": 98319961, \\\"GEOID\\\": \\\"48037\\\", \\\"COUNTYFP\\\": \\\"037\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Bowie\\\", \\\"COUNTYNS\\\": \\\"01383804\\\", \\\"AFFGEOID\\\": \\\"0500000US48037\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.746096, 33.700375], [-94.7319329019959, 33.7208305162803], [-94.714865, 33.707261], [-94.630586, 33.673401], [-94.572872, 33.669886], [-94.528928, 33.62184], [-94.485875, 33.637867], [-94.419057, 33.577217], [-94.388052, 33.565511], [-94.354165, 33.556452], [-94.338422, 33.567082], [-94.303742, 33.564486], [-94.238868, 33.576722], [-94.213605, 33.570622], [-94.183395, 33.592212], [-94.143024, 33.577725], [-94.07267, 33.572234], [-94.04383374780109, 33.5517137355856], [-94.043428, 33.551425], [-94.042988, 33.435824], [-94.043067, 33.330498], [-94.042945847176, 33.2712420841398], [-94.218517, 33.296936], [-94.231333, 33.241073], [-94.379409, 33.255651], [-94.415739, 33.284017], [-94.517868, 33.282096], [-94.572463, 33.249826], [-94.65226, 33.268861], [-94.691826, 33.312405], [-94.746925, 33.328938], [-94.746096, 33.700375]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2394445965, \\\"AWATER\\\": 28806207, \\\"GEOID\\\": \\\"48457\\\", \\\"COUNTYFP\\\": \\\"457\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Tyler\\\", \\\"COUNTYNS\\\": \\\"01384014\\\", \\\"AFFGEOID\\\": \\\"0500000US48457\\\", \\\"rate\\\": 10.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-94.561943, 31.058952], [-94.477026, 31.027741], [-94.457816, 31.033325], [-94.45327, 31.006237], [-94.353782, 31.039371], [-94.238424, 31.013705], [-94.244888, 30.968174], [-94.200441, 30.929256], [-94.215213, 30.9004], [-94.179343, 30.794974], [-94.150119, 30.790203], [-94.125824, 30.684052], [-94.089369, 30.686978], [-94.05096, 30.638568], [-94.094812, 30.575543], [-94.071689, 30.526033], [-94.545717, 30.526977], [-94.657992, 31.012007], [-94.561943, 31.058952]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2585876159, \\\"AWATER\\\": 154370982, \\\"GEOID\\\": \\\"48505\\\", \\\"COUNTYFP\\\": \\\"505\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Zapata\\\", \\\"COUNTYNS\\\": \\\"01384038\\\", \\\"AFFGEOID\\\": \\\"0500000US48505\\\", \\\"rate\\\": 12.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.4608257991343, 27.2622401970428], [-99.370621, 27.319174], [-99.33361, 27.273223], [-98.954669, 27.269397], [-98.95423, 26.785694], [-99.011112, 26.675023], [-99.1768160923811, 26.5696605553736], [-99.200522, 26.656443], [-99.208907, 26.724761], [-99.242444, 26.788262], [-99.268613, 26.843213], [-99.3289, 26.879761], [-99.361144, 26.928921], [-99.387367, 26.982399], [-99.44697, 27.026026], [-99.442123, 27.106839], [-99.429984, 27.159149], [-99.445238, 27.223341], [-99.4608257991343, 27.2622401970428]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2066240093, \\\"AWATER\\\": 173369611, \\\"GEOID\\\": \\\"48005\\\", \\\"COUNTYFP\\\": \\\"005\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Angelina\\\", \\\"COUNTYNS\\\": \\\"01383788\\\", \\\"AFFGEOID\\\": \\\"0500000US48005\\\", \\\"rate\\\": 8.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.003345, 31.42571], [-94.865857, 31.526916], [-94.728679, 31.457226], [-94.544888, 31.431715], [-94.495874, 31.405728], [-94.449422, 31.321337], [-94.396017, 31.302356], [-94.326616, 31.224754], [-94.218997, 31.173265], [-94.129632, 31.09928], [-94.457816, 31.033325], [-94.477026, 31.027741], [-94.561943, 31.058952], [-94.573675, 31.068432], [-94.738594, 31.10369], [-94.842947, 31.146578], [-94.860501, 31.234955], [-94.95811, 31.38693], [-94.976718, 31.409145], [-95.003345, 31.42571]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2033319717, \\\"AWATER\\\": 1695980, \\\"GEOID\\\": \\\"48103\\\", \\\"COUNTYFP\\\": \\\"103\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Crane\\\", \\\"COUNTYNS\\\": \\\"01383837\\\", \\\"AFFGEOID\\\": \\\"0500000US48103\\\", \\\"rate\\\": 9.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-102.767246, 31.651714], [-102.31805, 31.651327], [-102.301212, 31.086212], [-102.388804, 31.087156], [-102.429545, 31.193557], [-102.511156, 31.2595], [-102.676104, 31.330084], [-102.767365, 31.293803], [-102.767246, 31.651714]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2176414828, \\\"AWATER\\\": 108013726, \\\"GEOID\\\": \\\"48231\\\", \\\"COUNTYFP\\\": \\\"231\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Hunt\\\", \\\"COUNTYNS\\\": \\\"01383901\\\", \\\"AFFGEOID\\\": \\\"0500000US48231\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.297227, 32.981752], [-96.295413, 33.351936], [-95.858723, 33.40953], [-95.861778, 33.21933], [-95.862521, 32.979571], [-95.9453, 32.979877], [-95.987259, 32.876415], [-95.934433, 32.837217], [-96.076801, 32.838489], [-96.297322, 32.841723], [-96.297227, 32.981752]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 4415554759, \\\"AWATER\\\": 188073713, \\\"GEOID\\\": \\\"48201\\\", \\\"COUNTYFP\\\": \\\"201\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Harris\\\", \\\"COUNTYNS\\\": \\\"01383886\\\", \\\"AFFGEOID\\\": \\\"0500000US48201\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.844741, 30.088914], [-95.80333, 30.090096], [-95.691213, 30.098728], [-95.57463, 30.151783], [-95.551421, 30.170606], [-95.500893, 30.143403], [-95.491123, 30.110368], [-95.424216, 30.115491], [-95.405443, 30.092076], [-95.292681, 30.027761], [-95.264013, 30.032217], [-95.096708, 30.167214], [-95.035692, 30.005064], [-95.026772, 29.996739], [-94.999834, 29.991322], [-94.98146, 29.884276], [-94.908663, 29.82607], [-94.913813, 29.7663], [-95.015039, 29.63195], [-95.018205, 29.554597], [-95.065065, 29.558478], [-95.117139, 29.508031], [-95.163927, 29.498051], [-95.200985, 29.563212], [-95.213826, 29.555325], [-95.216422, 29.55608], [-95.253856, 29.553778], [-95.286506, 29.597588], [-95.297409, 29.596514], [-95.331118, 29.599077], [-95.424118, 29.580233], [-95.44697, 29.590978], [-95.571345, 29.648741], [-95.621848, 29.673572], [-95.652144, 29.690946], [-95.654265, 29.691655], [-95.687082, 29.710078], [-95.688349, 29.710862], [-95.751446, 29.746472], [-95.82622, 29.78828], [-95.960733, 30.163415], [-95.844741, 30.088914]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2206695364, \\\"AWATER\\\": 19049508, \\\"GEOID\\\": \\\"48175\\\", \\\"COUNTYFP\\\": \\\"175\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Goliad\\\", \\\"COUNTYNS\\\": \\\"01383873\\\", \\\"AFFGEOID\\\": \\\"0500000US48175\\\", \\\"rate\\\": 7.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-97.77853, 28.668027], [-97.574639, 28.8133], [-97.41734, 28.925228], [-97.305916, 28.864037], [-97.202759, 28.853849], [-97.158933, 28.776156], [-97.182359, 28.610602], [-97.160751, 28.553475], [-97.375579, 28.388684], [-97.551369, 28.450441], [-97.558496, 28.514054], [-97.696572, 28.541537], [-97.77853, 28.668027]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2940486012, \\\"AWATER\\\": 8072142, \\\"GEOID\\\": \\\"48411\\\", \\\"COUNTYFP\\\": \\\"411\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"San Saba\\\", \\\"COUNTYNS\\\": \\\"01383991\\\", \\\"AFFGEOID\\\": \\\"0500000US48411\\\", \\\"rate\\\": 7.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-99.092317, 30.941002], [-99.090622, 31.460927], [-99.041343, 31.490559], [-98.991608, 31.484071], [-98.933188, 31.436928], [-98.8725, 31.444299], [-98.854292, 31.413425], [-98.7244, 31.427174], [-98.696634, 31.407287], [-98.713131, 31.34883], [-98.65456, 31.370022], [-98.643921, 31.31407], [-98.587268, 31.325463], [-98.626926, 31.281182], [-98.562739, 31.230582], [-98.510341, 31.155666], [-98.548051, 31.123474], [-98.439687, 31.029537], [-98.418746, 30.92626], [-98.445782, 30.921439], [-98.964612, 30.921368], [-99.091886, 30.921966], [-99.092317, 30.941002]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 3941920273, \\\"AWATER\\\": 48105043, \\\"GEOID\\\": \\\"48451\\\", \\\"COUNTYFP\\\": \\\"451\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Tom Green\\\", \\\"COUNTYNS\\\": \\\"01384011\\\", \\\"AFFGEOID\\\": \\\"0500000US48451\\\", \\\"rate\\\": 7.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-101.26763, 31.556462], [-100.865256, 31.562294], [-100.861099, 31.705418], [-100.82537, 31.696155], [-100.235761, 31.69297], [-100.233783, 31.582196], [-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\\\": {\\\"ALAND\\\": 2325094451, \\\"AWATER\\\": 10597923, \\\"GEOID\\\": \\\"48135\\\", \\\"COUNTYFP\\\": \\\"135\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Ector\\\", \\\"COUNTYNS\\\": \\\"01383853\\\", \\\"AFFGEOID\\\": \\\"0500000US48135\\\", \\\"rate\\\": 9.2}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 8706200257, \\\"AWATER\\\": 36536159, \\\"GEOID\\\": \\\"48479\\\", \\\"COUNTYFP\\\": \\\"479\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Webb\\\", \\\"COUNTYNS\\\": \\\"01384025\\\", \\\"AFFGEOID\\\": \\\"0500000US48479\\\", \\\"rate\\\": 9.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-100.197510055501, 28.197000731139898], [-100.113719, 28.197819], [-99.394177, 28.204627], [-99.393972, 28.197495], [-99.388946, 28.030419], [-98.803325, 28.05748], [-98.798323, 27.354029], [-98.798087, 27.268012], [-98.954669, 27.269397], [-99.33361, 27.273223], [-99.370621, 27.319174], [-99.4608257991343, 27.2622401970428], [-99.463309, 27.268437], [-99.487937, 27.294941], [-99.529654, 27.306051], [-99.487521, 27.412396], [-99.495104, 27.451518], [-99.497519, 27.500496], [-99.52832, 27.498896], [-99.530138, 27.580207], [-99.556812, 27.614336], [-99.624515, 27.634515], [-99.704601, 27.654954], [-99.758534, 27.717071], [-99.801651, 27.741771], [-99.844737, 27.778809], [-99.87784, 27.824376], [-99.904385, 27.875284], [-99.917461, 27.917973], [-99.932161, 27.96771], [-99.984923, 27.990729], [-100.028725, 28.073118], [-100.075474, 28.124882], [-100.174413, 28.179448], [-100.197510055501, 28.197000731139898]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 1564237466, \\\"AWATER\\\": 46089329, \\\"GEOID\\\": \\\"48477\\\", \\\"COUNTYFP\\\": \\\"477\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Washington\\\", \\\"COUNTYNS\\\": \\\"01384024\\\", \\\"AFFGEOID\\\": \\\"0500000US48477\\\", \\\"rate\\\": 6.9}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.734469, 30.241229], [-96.640883, 30.296786], [-96.357407, 30.373318], [-96.299173, 30.379152], [-96.272455, 30.358468], [-96.178661, 30.394718], [-96.15463, 30.330288], [-96.094404, 30.309371], [-96.093165, 30.225187], [-96.15901, 30.206613], [-96.191782, 30.13842], [-96.146052, 30.070224], [-96.160472, 30.053409], [-96.292849, 30.09615], [-96.62198, 30.044283], [-96.647223, 30.145174], [-96.794552, 30.160545], [-96.734469, 30.241229]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2737855946, \\\"AWATER\\\": 136148898, \\\"GEOID\\\": \\\"48373\\\", \\\"COUNTYFP\\\": \\\"373\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Polk\\\", \\\"COUNTYNS\\\": \\\"01383972\\\", \\\"AFFGEOID\\\": \\\"0500000US48373\\\", \\\"rate\\\": 10.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.20018, 30.824566], [-94.939127, 31.042048], [-94.842947, 31.146578], [-94.738594, 31.10369], [-94.573675, 31.068432], [-94.561943, 31.058952], [-94.657992, 31.012007], [-94.545717, 30.526977], [-94.537926, 30.491059], [-94.732732, 30.490066], [-94.777341, 30.489002], [-94.849414, 30.493553], [-94.829984, 30.541112], [-94.965729, 30.576586], [-95.054602, 30.680173], [-95.135384, 30.693816], [-95.131205, 30.781703], [-95.20018, 30.824566]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2692796907, \\\"AWATER\\\": 101483817, \\\"GEOID\\\": \\\"48297\\\", \\\"COUNTYFP\\\": \\\"297\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Live Oak\\\", \\\"COUNTYNS\\\": \\\"01383934\\\", \\\"AFFGEOID\\\": \\\"0500000US48297\\\", \\\"rate\\\": 7.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.335031, 28.612658], [-98.098315, 28.786949], [-98.005252, 28.690239], [-98.089764, 28.662979], [-97.808774, 28.183415], [-97.817716, 28.176848], [-97.904081, 28.114228], [-97.883148, 28.0569], [-98.235497, 28.057966], [-98.334323, 28.0578], [-98.335031, 28.612658]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 6825586561, \\\"AWATER\\\": 17396681, \\\"GEOID\\\": \\\"48389\\\", \\\"COUNTYFP\\\": \\\"389\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Reeves\\\", \\\"COUNTYNS\\\": \\\"01383980\\\", \\\"AFFGEOID\\\": \\\"0500000US48389\\\", \\\"rate\\\": 14.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-104.024521, 32.00001], [-103.98021347738101, 32.0000328513626], [-103.885584, 31.870373], [-103.829385, 31.887992], [-103.809458, 31.794317], [-103.746809, 31.739509], [-103.625726, 31.705032], [-103.610887, 31.651802], [-103.509379, 31.625934], [-103.44241, 31.433752], [-103.329941, 31.411998], [-103.261677, 31.42757], [-103.181225, 31.370245], [-103.01104, 31.371306], [-103.585084, 30.76647], [-104.102351, 31.105203], [-104.024521, 32.00001]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2363499438, \\\"AWATER\\\": 7586186, \\\"GEOID\\\": \\\"48447\\\", \\\"COUNTYFP\\\": \\\"447\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Throckmorton\\\", \\\"COUNTYNS\\\": \\\"01384009\\\", \\\"AFFGEOID\\\": \\\"0500000US48447\\\", \\\"rate\\\": 5.6}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 1937987420, \\\"AWATER\\\": 3902625, \\\"GEOID\\\": \\\"48333\\\", \\\"COUNTYFP\\\": \\\"333\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Mills\\\", \\\"COUNTYNS\\\": \\\"01383952\\\", \\\"AFFGEOID\\\": \\\"0500000US48333\\\", \\\"rate\\\": 6.0}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-98.991608, 31.484071], [-98.779951, 31.610735], [-98.760057, 31.687896], [-98.668441, 31.700514], [-98.492802, 31.723608], [-98.463736, 31.683989], [-98.27107, 31.416398], [-98.281557, 31.401451], [-98.562739, 31.230582], [-98.626926, 31.281182], [-98.587268, 31.325463], [-98.643921, 31.31407], [-98.65456, 31.370022], [-98.713131, 31.34883], [-98.696634, 31.407287], [-98.7244, 31.427174], [-98.854292, 31.413425], [-98.8725, 31.444299], [-98.933188, 31.436928], [-98.991608, 31.484071]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 2361843619, \\\"AWATER\\\": 27235707, \\\"GEOID\\\": \\\"48381\\\", \\\"COUNTYFP\\\": \\\"381\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Randall\\\", \\\"COUNTYNS\\\": \\\"01383976\\\", \\\"AFFGEOID\\\": \\\"0500000US48381\\\", \\\"rate\\\": 5.1}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2329363247, \\\"AWATER\\\": 4898783, \\\"GEOID\\\": \\\"48059\\\", \\\"COUNTYFP\\\": \\\"059\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Callahan\\\", \\\"COUNTYNS\\\": \\\"01383815\\\", \\\"AFFGEOID\\\": \\\"0500000US48059\\\", \\\"rate\\\": 6.3}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"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\\\": {\\\"ALAND\\\": 2022009515, \\\"AWATER\\\": 69821252, \\\"GEOID\\\": \\\"48257\\\", \\\"COUNTYFP\\\": \\\"257\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Kaufman\\\", \\\"COUNTYNS\\\": \\\"01383914\\\", \\\"AFFGEOID\\\": \\\"0500000US48257\\\", \\\"rate\\\": 8.8}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-96.523008, 32.559624], [-96.519261, 32.796028], [-96.51897, 32.813616], [-96.297376, 32.814185], [-96.297322, 32.841723], [-96.076801, 32.838489], [-96.075899, 32.357505], [-96.196231, 32.354762], [-96.452138, 32.358631], [-96.434514, 32.38873], [-96.529987, 32.545282], [-96.523008, 32.559624]]]}}, {\\\"type\\\": \\\"Feature\\\", \\\"properties\\\": {\\\"ALAND\\\": 981463497, \\\"AWATER\\\": 1281651787, \\\"GEOID\\\": \\\"48167\\\", \\\"COUNTYFP\\\": \\\"167\\\", \\\"STATEFP\\\": \\\"48\\\", \\\"LSAD\\\": \\\"06\\\", \\\"NAME\\\": \\\"Galveston\\\", \\\"COUNTYNS\\\": \\\"01383869\\\", \\\"AFFGEOID\\\": \\\"0500000US48167\\\", \\\"rate\\\": 8.5}, \\\"geometry\\\": {\\\"type\\\": \\\"Polygon\\\", \\\"coordinates\\\": [[[-95.216422, 29.55608], [-95.213826, 29.555325], [-95.200985, 29.563212], [-95.163927, 29.498051], [-95.117139, 29.508031], [-95.065065, 29.558478], [-95.018205, 29.554597], [-94.909845, 29.496441], [-94.791611, 29.550416], [-94.762569, 29.524162], [-94.545908, 29.572503], [-94.422868, 29.566256], [-94.370816, 29.555645988295], [-94.500807, 29.505367], [-94.594853, 29.467903], [-94.670389, 29.43078], [-94.731047, 29.369141], [-94.72253, 29.331446], [-94.803695, 29.279237], [-95.026219, 29.148064], [-95.11505050559829, 29.0755520224787], [-95.056499, 29.199977], [-95.19219, 29.404367], [-95.233081, 29.465566], [-95.216422, 29.55608]]]}}], \\\"type\\\": \\\"FeatureCollection\\\"}\"},\"id\":\"c3ae2b9a-4af7-41a8-b565-e7f13f6c4d60\",\"type\":\"GeoJSONDataSource\"},{\"attributes\":{},\"id\":\"c94d1344-f453-457b-9c79-88f63de8bcec\",\"type\":\"BasicTicker\"},{\"attributes\":{\"grid_line_color\":{\"value\":null},\"plot\":{\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"c94d1344-f453-457b-9c79-88f63de8bcec\",\"type\":\"BasicTicker\"}},\"id\":\"6beafd80-d062-429f-b0ff-e7c0dac986f8\",\"type\":\"Grid\"},{\"attributes\":{},\"id\":\"de59156d-247c-4249-b70f-8ab986657852\",\"type\":\"ToolEvents\"},{\"attributes\":{\"renderers\":[{\"id\":\"6beafd80-d062-429f-b0ff-e7c0dac986f8\",\"type\":\"Grid\"},{\"id\":\"cc341fc0-170a-4fc9-b288-2e39bac50637\",\"type\":\"Grid\"},{\"id\":\"527b7fa4-9caa-42d6-9a32-6b6f34074f1e\",\"type\":\"BoxAnnotation\"},{\"id\":\"52c603ac-8e5f-4ac5-9054-6903fd65b702\",\"type\":\"GlyphRenderer\"}],\"title\":{\"id\":\"06d52954-8893-4715-95fd-54c64ffe443a\",\"type\":\"Title\"},\"tool_events\":{\"id\":\"de59156d-247c-4249-b70f-8ab986657852\",\"type\":\"ToolEvents\"},\"toolbar\":{\"id\":\"2eaea6d2-2778-4dd4-b508-8b6d178e622c\",\"type\":\"Toolbar\"},\"x_range\":{\"id\":\"3f9573d4-0f43-43e9-942b-dd991e4d82b9\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"36e0a618-7fbc-4901-a9ca-b46815fc70a3\",\"type\":\"DataRange1d\"}},\"id\":\"a81729c9-9470-46c1-86e1-1565cff041a2\",\"subtype\":\"Figure\",\"type\":\"Plot\"}],\"root_ids\":[\"a81729c9-9470-46c1-86e1-1565cff041a2\"]},\"title\":\"Bokeh Application\",\"version\":\"0.12.3\"}};\n", | |
" var render_items = [{\"docid\":\"dddf2735-9664-48ee-96e1-9d0c56441960\",\"elementid\":\"e2b09a89-5131-4a30-927e-17d8e3c6bde6\",\"modelid\":\"a81729c9-9470-46c1-86e1-1565cff041a2\"}];\n", | |
" \n", | |
" Bokeh.embed.embed_items(docs_json, render_items);\n", | |
" });\n", | |
" },\n", | |
" function(Bokeh) {\n", | |
" }\n", | |
" ];\n", | |
" \n", | |
" function run_inline_js() {\n", | |
" \n", | |
" if ((window.Bokeh !== undefined) || (force === \"1\")) {\n", | |
" for (var i = 0; i < inline_js.length; i++) {\n", | |
" inline_js[i](window.Bokeh);\n", | |
" }if (force === \"1\") {\n", | |
" display_loaded();\n", | |
" }} else if (Date.now() < window._bokeh_timeout) {\n", | |
" setTimeout(run_inline_js, 100);\n", | |
" } else if (!window._bokeh_failed_load) {\n", | |
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n", | |
" window._bokeh_failed_load = true;\n", | |
" } else if (!force) {\n", | |
" var cell = $(\"#e2b09a89-5131-4a30-927e-17d8e3c6bde6\").parents('.cell').data().cell;\n", | |
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n", | |
" }\n", | |
" \n", | |
" }\n", | |
" \n", | |
" if (window._bokeh_is_loading === 0) {\n", | |
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n", | |
" run_inline_js();\n", | |
" } else {\n", | |
" load_libs(js_urls, function() {\n", | |
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n", | |
" run_inline_js();\n", | |
" });\n", | |
" }\n", | |
" }(this));\n", | |
"</script>" | |
] | |
}, | |
"metadata": {}, | |
"output_type": "display_data" | |
} | |
], | |
"source": [ | |
"palette.reverse()\n", | |
"\n", | |
"color_mapper = LogColorMapper(palette=palette)\n", | |
"\n", | |
"TOOLS = \"pan,wheel_zoom,box_zoom,reset,hover,save\"\n", | |
"\n", | |
"p = figure(\n", | |
" title=\"Texas Unemployment, 2009\", tools=TOOLS,\n", | |
" x_axis_location=None, y_axis_location=None\n", | |
")\n", | |
"p.grid.grid_line_color = None\n", | |
"\n", | |
"p.patches('xs', 'ys', source=geo_source,\n", | |
" fill_color={'field': 'rate', 'transform': color_mapper},\n", | |
" fill_alpha=0.7, line_color=\"white\", line_width=0.5)\n", | |
"\n", | |
"hover = p.select_one(HoverTool)\n", | |
"hover.point_policy = \"follow_mouse\"\n", | |
"hover.tooltips = [\n", | |
" (\"Name\", \"@NAME\"),\n", | |
" (\"Area Land)\", \"@rate%\"),\n", | |
" (\"(Long, Lat)\", \"($x, $y)\"),\n", | |
"]\n", | |
"\n", | |
"show(p)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [] | |
} | |
], | |
"metadata": { | |
"anaconda-cloud": {}, | |
"kernelspec": { | |
"display_name": "Python [default]", | |
"language": "python", | |
"name": "python3" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 3 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython3", | |
"version": "3.4.5" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment