Skip to content

Instantly share code, notes, and snippets.

@sdwfrost
Created September 23, 2019 18:42
Show Gist options
  • Save sdwfrost/6f7db5ff6724be39be92cd35e3bf7284 to your computer and use it in GitHub Desktop.
Save sdwfrost/6f7db5ff6724be39be92cd35e3bf7284 to your computer and use it in GitHub Desktop.
Centroids of US counties in GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "cb_2017_us_county_20m_centroids",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "075",
"COUNTYNS": "00277302",
"AFFGEOID": "0500000US06075",
"GEOID": "06075",
"NAME": "San Francisco",
"LSAD": "06",
"ALAND": 121485107,
"AWATER": 479107241
},
"geometry": {
"type": "Point",
"coordinates": [
-122.4251942147016,
37.75034670241228
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "25",
"COUNTYFP": "025",
"COUNTYNS": "00606939",
"AFFGEOID": "0500000US25025",
"GEOID": "25025",
"NAME": "Suffolk",
"LSAD": "06",
"ALAND": 150855462,
"AWATER": 160479920
},
"geometry": {
"type": "Point",
"coordinates": [
-71.08509210652345,
42.30487363479615
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "007",
"COUNTYNS": "00835826",
"AFFGEOID": "0500000US31007",
"GEOID": "31007",
"NAME": "Banner",
"LSAD": "06",
"ALAND": 1932676697,
"AWATER": 397069
},
"geometry": {
"type": "Point",
"coordinates": [
-103.79747549262411,
41.52424057816741
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "181",
"COUNTYNS": "01008591",
"AFFGEOID": "0500000US37181",
"GEOID": "37181",
"NAME": "Vance",
"LSAD": "06",
"ALAND": 653705784,
"AWATER": 42187365
},
"geometry": {
"type": "Point",
"coordinates": [
-78.40786304509055,
36.355561232427625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "421",
"COUNTYNS": "01383996",
"AFFGEOID": "0500000US48421",
"GEOID": "48421",
"NAME": "Sherman",
"LSAD": "06",
"ALAND": 2390651189,
"AWATER": 428754
},
"geometry": {
"type": "Point",
"coordinates": [
-101.90529383649384,
36.351704611267344
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "011",
"COUNTYNS": "01461762",
"AFFGEOID": "0500000US50011",
"GEOID": "50011",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1641633748,
"AWATER": 150930318
},
"geometry": {
"type": "Point",
"coordinates": [
-72.94135636220926,
44.850653844647795
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "680",
"COUNTYNS": "01498429",
"AFFGEOID": "0500000US51680",
"GEOID": "51680",
"NAME": "Lynchburg",
"LSAD": "25",
"ALAND": 126842531,
"AWATER": 1428787
},
"geometry": {
"type": "Point",
"coordinates": [
-79.18850450000001,
37.39926099908937
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "099",
"COUNTYNS": "00069169",
"AFFGEOID": "0500000US05099",
"GEOID": "05099",
"NAME": "Nevada",
"LSAD": "06",
"ALAND": 1600192985,
"AWATER": 7254365
},
"geometry": {
"type": "Point",
"coordinates": [
-93.32489799999997,
33.69776233246202
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "014",
"COUNTYNS": "01945881",
"AFFGEOID": "0500000US08014",
"GEOID": "08014",
"NAME": "Broomfield",
"LSAD": "06",
"ALAND": 85478932,
"AWATER": 1411395
},
"geometry": {
"type": "Point",
"coordinates": [
-105.04496675,
39.96425774907103
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "065",
"COUNTYNS": "00394803",
"AFFGEOID": "0500000US16065",
"GEOID": "16065",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1215396379,
"AWATER": 10500827
},
"geometry": {
"type": "Point",
"coordinates": [
-111.68184609090909,
43.78246436269392
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "027",
"COUNTYNS": "00424215",
"AFFGEOID": "0500000US17027",
"GEOID": "17027",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 1227823898,
"AWATER": 75642557
},
"geometry": {
"type": "Point",
"coordinates": [
-89.4559718,
38.59195879907993
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "025",
"COUNTYNS": "00465202",
"AFFGEOID": "0500000US19025",
"GEOID": "19025",
"NAME": "Calhoun",
"LSAD": "06",
"ALAND": 1475894622,
"AWATER": 5873828
},
"geometry": {
"type": "Point",
"coordinates": [
-94.65045922222222,
42.404696110171614
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "129",
"COUNTYNS": "00516911",
"AFFGEOID": "0500000US21129",
"GEOID": "21129",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 540937712,
"AWATER": 6215038
},
"geometry": {
"type": "Point",
"coordinates": [
-83.713986,
37.60049589908766
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "063",
"COUNTYNS": "00558083",
"AFFGEOID": "0500000US22063",
"GEOID": "22063",
"NAME": "Livingston",
"LSAD": "15",
"ALAND": 1678750672,
"AWATER": 112119167
},
"geometry": {
"type": "Point",
"coordinates": [
-90.7107062,
30.383679532509564
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "097",
"COUNTYNS": "00835870",
"AFFGEOID": "0500000US31097",
"GEOID": "31097",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 973968228,
"AWATER": 1766531
},
"geometry": {
"type": "Point",
"coordinates": [
-96.26526175,
40.3925929990687
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "101",
"COUNTYNS": "00835872",
"AFFGEOID": "0500000US31101",
"GEOID": "31101",
"NAME": "Keith",
"LSAD": "06",
"ALAND": 2749531887,
"AWATER": 124672175
},
"geometry": {
"type": "Point",
"coordinates": [
-101.71111344444445,
41.21160666573147
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "775",
"COUNTYNS": "01789074",
"AFFGEOID": "0500000US51775",
"GEOID": "51775",
"NAME": "Salem",
"LSAD": "25",
"ALAND": 37599554,
"AWATER": 277514
},
"geometry": {
"type": "Point",
"coordinates": [
-80.06445275,
37.28105824909039
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "493",
"COUNTYNS": "01384032",
"AFFGEOID": "0500000US48493",
"GEOID": "48493",
"NAME": "Wilson",
"LSAD": "06",
"ALAND": 2081662847,
"AWATER": 12111367
},
"geometry": {
"type": "Point",
"coordinates": [
-98.02496266666668,
29.24001722141746
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "115",
"COUNTYNS": "01383843",
"AFFGEOID": "0500000US48115",
"GEOID": "48115",
"NAME": "Dawson",
"LSAD": "06",
"ALAND": 2331781556,
"AWATER": 4720730
},
"geometry": {
"type": "Point",
"coordinates": [
-101.97349219999998,
32.78579779914063
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "051",
"COUNTYNS": "01265782",
"AFFGEOID": "0500000US46051",
"GEOID": "46051",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 1764949271,
"AWATER": 15753610
},
"geometry": {
"type": "Point",
"coordinates": [
-96.80605592151678,
45.20809658169588
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "101",
"COUNTYNS": "01804531",
"AFFGEOID": "0500000US72101",
"GEOID": "72101",
"NAME": "Morovis",
"LSAD": "13",
"ALAND": 100676181,
"AWATER": 139537
},
"geometry": {
"type": "Point",
"coordinates": [
-66.4118209,
18.319099099436357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "067",
"COUNTYNS": "00066861",
"AFFGEOID": "0500000US05067",
"GEOID": "05067",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1641853230,
"AWATER": 19623381
},
"geometry": {
"type": "Point",
"coordinates": [
-91.25234606666666,
35.6088640657732
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "670",
"COUNTYNS": "01498428",
"AFFGEOID": "0500000US51670",
"GEOID": "51670",
"NAME": "Hopewell",
"LSAD": "25",
"ALAND": 26668801,
"AWATER": 1324529
},
"geometry": {
"type": "Point",
"coordinates": [
-77.29591419999998,
37.30104719909022
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "003",
"COUNTYNS": "01266983",
"AFFGEOID": "0500000US46003",
"GEOID": "46003",
"NAME": "Aurora",
"LSAD": "06",
"ALAND": 1834813747,
"AWATER": 11201379
},
"geometry": {
"type": "Point",
"coordinates": [
-98.5517495,
43.74227999905762
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "031",
"COUNTYNS": "00450345",
"AFFGEOID": "0500000US18031",
"GEOID": "18031",
"NAME": "Decatur",
"LSAD": "06",
"ALAND": 964946087,
"AWATER": 1955470
},
"geometry": {
"type": "Point",
"coordinates": [
-85.528968,
39.29172587407512
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "169",
"COUNTYNS": "00450399",
"AFFGEOID": "0500000US18169",
"GEOID": "18169",
"NAME": "Wabash",
"LSAD": "06",
"ALAND": 1068205084,
"AWATER": 22117118
},
"geometry": {
"type": "Point",
"coordinates": [
-85.807342,
40.886311624066266
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "161",
"COUNTYNS": "00465269",
"AFFGEOID": "0500000US19161",
"GEOID": "19161",
"NAME": "Sac",
"LSAD": "06",
"ALAND": 1489300182,
"AWATER": 8569441
},
"geometry": {
"type": "Point",
"coordinates": [
-95.1173592222222,
42.405644332393834
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "107",
"COUNTYNS": "01008568",
"AFFGEOID": "0500000US37107",
"GEOID": "37107",
"NAME": "Lenoir",
"LSAD": "06",
"ALAND": 1033630023,
"AWATER": 5900300
},
"geometry": {
"type": "Point",
"coordinates": [
-77.6198139375,
35.253228749110335
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "055",
"COUNTYNS": "00758482",
"AFFGEOID": "0500000US29055",
"GEOID": "29055",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1923108653,
"AWATER": 3203556
},
"geometry": {
"type": "Point",
"coordinates": [
-91.32961725,
37.96429024908472
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "105",
"COUNTYNS": "00835874",
"AFFGEOID": "0500000US31105",
"GEOID": "31105",
"NAME": "Kimball",
"LSAD": "06",
"ALAND": 2465269097,
"AWATER": 1448446
},
"geometry": {
"type": "Point",
"coordinates": [
-103.72172886580067,
41.13722799305385
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "045",
"COUNTYNS": "00198138",
"AFFGEOID": "0500000US08045",
"GEOID": "08045",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 7634095739,
"AWATER": 21408198
},
"geometry": {
"type": "Point",
"coordinates": [
-107.86325945276587,
39.727432690446754
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "067",
"COUNTYNS": "00424235",
"AFFGEOID": "0500000US17067",
"GEOID": "17067",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 2055740566,
"AWATER": 53535827
},
"geometry": {
"type": "Point",
"coordinates": [
-91.29179276515683,
40.4436907756444
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "173",
"COUNTYNS": "00659531",
"AFFGEOID": "0500000US27173",
"GEOID": "27173",
"NAME": "Yellow Medicine",
"LSAD": "06",
"ALAND": 1966062971,
"AWATER": 10687958
},
"geometry": {
"type": "Point",
"coordinates": [
-95.7491588010872,
44.73436143019921
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "145",
"COUNTYNS": "00835894",
"AFFGEOID": "0500000US31145",
"GEOID": "31145",
"NAME": "Red Willow",
"LSAD": "06",
"ALAND": 1856984023,
"AWATER": 2643458
},
"geometry": {
"type": "Point",
"coordinates": [
-100.5207522950045,
40.11790399278478
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "089",
"COUNTYNS": "01687424",
"AFFGEOID": "0500000US13089",
"GEOID": "13089",
"NAME": "DeKalb",
"LSAD": "06",
"ALAND": 693144670,
"AWATER": 9191912
},
"geometry": {
"type": "Point",
"coordinates": [
-84.24149253333333,
33.77642386579435
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "077",
"COUNTYNS": "01248015",
"AFFGEOID": "0500000US45077",
"GEOID": "45077",
"NAME": "Pickens",
"LSAD": "06",
"ALAND": 1285538264,
"AWATER": 40609723
},
"geometry": {
"type": "Point",
"coordinates": [
-82.75901418229382,
34.92226603025718
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "131",
"COUNTYNS": "00485029",
"AFFGEOID": "0500000US20131",
"GEOID": "20131",
"NAME": "Nemaha",
"LSAD": "06",
"ALAND": 1858124407,
"AWATER": 5208983
},
"geometry": {
"type": "Point",
"coordinates": [
-96.04982615374884,
39.84266813433464
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "111",
"COUNTYNS": "00069174",
"AFFGEOID": "0500000US05111",
"GEOID": "05111",
"NAME": "Poinsett",
"LSAD": "06",
"ALAND": 1964147526,
"AWATER": 13521720
},
"geometry": {
"type": "Point",
"coordinates": [
-90.627169,
35.530352832440684
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "175",
"COUNTYNS": "00424288",
"AFFGEOID": "0500000US17175",
"GEOID": "17175",
"NAME": "Stark",
"LSAD": "06",
"ALAND": 746121490,
"AWATER": 708705
},
"geometry": {
"type": "Point",
"coordinates": [
-89.79096255555555,
41.135667776842894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "147",
"COUNTYNS": "01008578",
"AFFGEOID": "0500000US37147",
"GEOID": "37147",
"NAME": "Pitt",
"LSAD": "06",
"ALAND": 1689619168,
"AWATER": 8248766
},
"geometry": {
"type": "Point",
"coordinates": [
-77.3709992777778,
35.57643411021799
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "147",
"COUNTYNS": "00465262",
"AFFGEOID": "0500000US19147",
"GEOID": "19147",
"NAME": "Palo Alto",
"LSAD": "06",
"ALAND": 1460391661,
"AWATER": 14437623
},
"geometry": {
"type": "Point",
"coordinates": [
-94.67842599999999,
43.08196024905878
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "081",
"COUNTYNS": "00465229",
"AFFGEOID": "0500000US19081",
"GEOID": "19081",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 1478895055,
"AWATER": 5265568
},
"geometry": {
"type": "Point",
"coordinates": [
-93.73447625,
43.081774999058794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "229",
"COUNTYNS": "00758567",
"AFFGEOID": "0500000US29229",
"GEOID": "29229",
"NAME": "Wright",
"LSAD": "06",
"ALAND": 1765780148,
"AWATER": 3533325
},
"geometry": {
"type": "Point",
"coordinates": [
-92.46903950000001,
37.27029824909051
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "073",
"COUNTYNS": "00835858",
"AFFGEOID": "0500000US31073",
"GEOID": "31073",
"NAME": "Gosper",
"LSAD": "06",
"ALAND": 1186616240,
"AWATER": 11831826
},
"geometry": {
"type": "Point",
"coordinates": [
-99.87682414285714,
40.52346785621088
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "043",
"COUNTYNS": "01034206",
"AFFGEOID": "0500000US38043",
"GEOID": "38043",
"NAME": "Kidder",
"LSAD": "06",
"ALAND": 3499507647,
"AWATER": 211725374
},
"geometry": {
"type": "Point",
"coordinates": [
-99.78627133333333,
46.98026066572583
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "015",
"COUNTYNS": "01101795",
"AFFGEOID": "0500000US40015",
"GEOID": "40015",
"NAME": "Caddo",
"LSAD": "06",
"ALAND": 3310745123,
"AWATER": 30820525
},
"geometry": {
"type": "Point",
"coordinates": [
-98.43487011111111,
35.24963722133263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "075",
"COUNTYNS": "01214034",
"AFFGEOID": "0500000US42075",
"GEOID": "42075",
"NAME": "Lebanon",
"LSAD": "06",
"ALAND": 937138344,
"AWATER": 1727921
},
"geometry": {
"type": "Point",
"coordinates": [
-76.4160780909091,
40.35892890815978
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "069",
"COUNTYNS": "01383820",
"AFFGEOID": "0500000US48069",
"GEOID": "48069",
"NAME": "Castro",
"LSAD": "06",
"ALAND": 2316573415,
"AWATER": 12584396
},
"geometry": {
"type": "Point",
"coordinates": [
-102.21776366666667,
34.53029049911855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "279",
"COUNTYNS": "01383926",
"AFFGEOID": "0500000US48279",
"GEOID": "48279",
"NAME": "Lamb",
"LSAD": "06",
"ALAND": 2631897577,
"AWATER": 3973764
},
"geometry": {
"type": "Point",
"coordinates": [
-102.3864752,
34.11777059912349
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "385",
"COUNTYNS": "01383978",
"AFFGEOID": "0500000US48385",
"GEOID": "48385",
"NAME": "Real",
"LSAD": "06",
"ALAND": 1810812906,
"AWATER": 2346258
},
"geometry": {
"type": "Point",
"coordinates": [
-99.81773522222221,
29.893608221406435
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "141",
"COUNTYNS": "01581130",
"AFFGEOID": "0500000US55141",
"GEOID": "55141",
"NAME": "Wood",
"LSAD": "06",
"ALAND": 2053928984,
"AWATER": 42054151
},
"geometry": {
"type": "Point",
"coordinates": [
-90.03189545454545,
44.433002180875114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "109",
"COUNTYNS": "01804535",
"AFFGEOID": "0500000US72109",
"GEOID": "72109",
"NAME": "Patillas",
"LSAD": "13",
"ALAND": 120695652,
"AWATER": 74074554
},
"geometry": {
"type": "Point",
"coordinates": [
-66.02108799251161,
18.040294923673684
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "099",
"COUNTYNS": "01581110",
"AFFGEOID": "0500000US55099",
"GEOID": "55099",
"NAME": "Price",
"LSAD": "06",
"ALAND": 3247805080,
"AWATER": 62281745
},
"geometry": {
"type": "Point",
"coordinates": [
-90.313631875,
45.724404124057145
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "087",
"COUNTYNS": "01804524",
"AFFGEOID": "0500000US72087",
"GEOID": "72087",
"NAME": "Loíza",
"LSAD": "13",
"ALAND": 50086873,
"AWATER": 119822959
},
"geometry": {
"type": "Point",
"coordinates": [
-65.90387435913504,
18.42694578209717
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "057",
"COUNTYNS": "00929112",
"AFFGEOID": "0500000US35057",
"GEOID": "35057",
"NAME": "Torrance",
"LSAD": "06",
"ALAND": 8664074710,
"AWATER": 2303485
},
"geometry": {
"type": "Point",
"coordinates": [
-106.07274663636363,
34.70773990820742
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "107",
"COUNTYNS": "01622996",
"AFFGEOID": "0500000US26107",
"GEOID": "26107",
"NAME": "Mecosta",
"LSAD": "06",
"ALAND": 1437745751,
"AWATER": 41762966
},
"geometry": {
"type": "Point",
"coordinates": [
-85.324647,
43.64086974905777
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "003",
"COUNTYNS": "00758456",
"AFFGEOID": "0500000US29003",
"GEOID": "29003",
"NAME": "Andrew",
"LSAD": "06",
"ALAND": 1120659795,
"AWATER": 9686701
},
"geometry": {
"type": "Point",
"coordinates": [
-94.86894834268778,
39.95949545689177
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "097",
"COUNTYNS": "01209186",
"AFFGEOID": "0500000US42097",
"GEOID": "42097",
"NAME": "Northumberland",
"LSAD": "06",
"ALAND": 1186219234,
"AWATER": 50572294
},
"geometry": {
"type": "Point",
"coordinates": [
-76.7410805,
40.87352986270269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "141",
"COUNTYNS": "01784894",
"AFFGEOID": "0500000US17141",
"GEOID": "17141",
"NAME": "Ogle",
"LSAD": "06",
"ALAND": 1964706939,
"AWATER": 11425029
},
"geometry": {
"type": "Point",
"coordinates": [
-89.32357900000001,
42.05244263542523
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "091",
"COUNTYNS": "00306915",
"AFFGEOID": "0500000US12091",
"GEOID": "12091",
"NAME": "Okaloosa",
"LSAD": "06",
"ALAND": 2409367483,
"AWATER": 393201898
},
"geometry": {
"type": "Point",
"coordinates": [
-86.58360394509009,
30.690195432495166
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "075",
"COUNTYNS": "00424239",
"AFFGEOID": "0500000US17075",
"GEOID": "17075",
"NAME": "Iroquois",
"LSAD": "06",
"ALAND": 2893780721,
"AWATER": 4225839
},
"geometry": {
"type": "Point",
"coordinates": [
-87.77056939662984,
40.6842539222981
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "059",
"COUNTYNS": "00465218",
"AFFGEOID": "0500000US19059",
"GEOID": "19059",
"NAME": "Dickinson",
"LSAD": "06",
"ALAND": 985539078,
"AWATER": 60716111
},
"geometry": {
"type": "Point",
"coordinates": [
-95.1638280157471,
43.40244691943685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "129",
"COUNTYNS": "00485135",
"AFFGEOID": "0500000US20129",
"GEOID": "20129",
"NAME": "Morton",
"LSAD": "06",
"ALAND": 1889993244,
"AWATER": 507796
},
"geometry": {
"type": "Point",
"coordinates": [
-101.91695039584554,
37.12807712595616
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "153",
"COUNTYNS": "00695797",
"AFFGEOID": "0500000US28153",
"GEOID": "28153",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 2099745578,
"AWATER": 7255476
},
"geometry": {
"type": "Point",
"coordinates": [
-88.67118907797757,
31.695269994087276
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "073",
"COUNTYNS": "00974135",
"AFFGEOID": "0500000US36073",
"GEOID": "36073",
"NAME": "Orleans",
"LSAD": "06",
"ALAND": 1013366849,
"AWATER": 1103741896
},
"geometry": {
"type": "Point",
"coordinates": [
-78.19917185464778,
43.29020395303608
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "003",
"COUNTYNS": "00974100",
"AFFGEOID": "0500000US36003",
"GEOID": "36003",
"NAME": "Allegany",
"LSAD": "06",
"ALAND": 2665875177,
"AWATER": 13153776
},
"geometry": {
"type": "Point",
"coordinates": [
-77.99009099361935,
42.24200532246335
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "009",
"COUNTYNS": "01480095",
"AFFGEOID": "0500000US51009",
"GEOID": "51009",
"NAME": "Amherst",
"LSAD": "06",
"ALAND": 1227554626,
"AWATER": 12883346
},
"geometry": {
"type": "Point",
"coordinates": [
-79.13063712499999,
37.59621368658771
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "267",
"COUNTYNS": "00347445",
"AFFGEOID": "0500000US13267",
"GEOID": "13267",
"NAME": "Tattnall",
"LSAD": "06",
"ALAND": 1241979177,
"AWATER": 22837730
},
"geometry": {
"type": "Point",
"coordinates": [
-82.01646123076924,
31.997522306843962
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "053",
"COUNTYNS": "00395662",
"AFFGEOID": "0500000US16053",
"GEOID": "16053",
"NAME": "Jerome",
"LSAD": "06",
"ALAND": 1547386409,
"AWATER": 13152108
},
"geometry": {
"type": "Point",
"coordinates": [
-114.24208485714284,
42.685253284774014
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "039",
"COUNTYNS": "00974118",
"AFFGEOID": "0500000US36039",
"GEOID": "36039",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1676140490,
"AWATER": 28201061
},
"geometry": {
"type": "Point",
"coordinates": [
-74.16341545454546,
42.25122636269732
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "077",
"COUNTYNS": "01622981",
"AFFGEOID": "0500000US26077",
"GEOID": "26077",
"NAME": "Kalamazoo",
"LSAD": "06",
"ALAND": 1456083085,
"AWATER": 46882315
},
"geometry": {
"type": "Point",
"coordinates": [
-85.5326672,
42.28057539906088
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "123",
"COUNTYNS": "01623004",
"AFFGEOID": "0500000US26123",
"GEOID": "26123",
"NAME": "Newaygo",
"LSAD": "06",
"ALAND": 2112606166,
"AWATER": 119183856
},
"geometry": {
"type": "Point",
"coordinates": [
-85.79915642857143,
43.49249485620087
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "073",
"COUNTYNS": "00485003",
"AFFGEOID": "0500000US20073",
"GEOID": "20073",
"NAME": "Greenwood",
"LSAD": "06",
"ALAND": 2961121922,
"AWATER": 24166737
},
"geometry": {
"type": "Point",
"coordinates": [
-96.2004055,
37.937632624084934
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "035",
"COUNTYNS": "00835839",
"AFFGEOID": "0500000US31035",
"GEOID": "31035",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1482222903,
"AWATER": 3234878
},
"geometry": {
"type": "Point",
"coordinates": [
-98.05073016666667,
40.52443833240135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "011",
"COUNTYNS": "00835828",
"AFFGEOID": "0500000US31011",
"GEOID": "31011",
"NAME": "Boone",
"LSAD": "06",
"ALAND": 1778166034,
"AWATER": 1718583
},
"geometry": {
"type": "Point",
"coordinates": [
-98.08979733333332,
41.67029499906297
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "081",
"COUNTYNS": "01008558",
"AFFGEOID": "0500000US37081",
"GEOID": "37081",
"NAME": "Guilford",
"LSAD": "06",
"ALAND": 1672545660,
"AWATER": 30723331
},
"geometry": {
"type": "Point",
"coordinates": [
-79.85016442857143,
36.054743141959065
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "061",
"COUNTYNS": "01266979",
"AFFGEOID": "0500000US46061",
"GEOID": "46061",
"NAME": "Hanson",
"LSAD": "06",
"ALAND": 1125387966,
"AWATER": 2248724
},
"geometry": {
"type": "Point",
"coordinates": [
-97.79978600000001,
43.70969359905767
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "015",
"COUNTYNS": "01461764",
"AFFGEOID": "0500000US50015",
"GEOID": "50015",
"NAME": "Lamoille",
"LSAD": "06",
"ALAND": 1188473310,
"AWATER": 12658077
},
"geometry": {
"type": "Point",
"coordinates": [
-72.67831944444444,
44.5865570546124
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "095",
"COUNTYNS": "01804528",
"AFFGEOID": "0500000US72095",
"GEOID": "72095",
"NAME": "Maunabo",
"LSAD": "13",
"ALAND": 54816722,
"AWATER": 44549509
},
"geometry": {
"type": "Point",
"coordinates": [
-65.91431777321226,
18.017128556077455
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "031",
"COUNTYNS": "01804495",
"AFFGEOID": "0500000US72031",
"GEOID": "72031",
"NAME": "Carolina",
"LSAD": "13",
"ALAND": 117502258,
"AWATER": 38734577
},
"geometry": {
"type": "Point",
"coordinates": [
-65.95694286021359,
18.371427845561246
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "069",
"COUNTYNS": "01581094",
"AFFGEOID": "0500000US55069",
"GEOID": "55069",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 2276114436,
"AWATER": 72463206
},
"geometry": {
"type": "Point",
"coordinates": [
-89.73473750000001,
45.36646316572355
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "091",
"COUNTYNS": "01639760",
"AFFGEOID": "0500000US47091",
"GEOID": "47091",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 772960730,
"AWATER": 11007740
},
"geometry": {
"type": "Point",
"coordinates": [
-81.81993492030207,
36.43843933576634
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "145",
"COUNTYNS": "00465261",
"AFFGEOID": "0500000US19145",
"GEOID": "19145",
"NAME": "Page",
"LSAD": "06",
"ALAND": 1385497544,
"AWATER": 1359120
},
"geometry": {
"type": "Point",
"coordinates": [
-95.16757421351006,
40.683135907517084
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "119",
"COUNTYNS": "00198175",
"AFFGEOID": "0500000US08119",
"GEOID": "08119",
"NAME": "Teller",
"LSAD": "06",
"ALAND": 1442734233,
"AWATER": 4944578
},
"geometry": {
"type": "Point",
"coordinates": [
-105.1483003,
38.85459489907807
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "139",
"COUNTYNS": "00758524",
"AFFGEOID": "0500000US29139",
"GEOID": "29139",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1385765331,
"AWATER": 14100636
},
"geometry": {
"type": "Point",
"coordinates": [
-91.46747927272726,
38.905890271804985
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "127",
"COUNTYNS": "00559594",
"AFFGEOID": "0500000US22127",
"GEOID": "22127",
"NAME": "Winn",
"LSAD": "15",
"ALAND": 2460711982,
"AWATER": 17448075
},
"geometry": {
"type": "Point",
"coordinates": [
-92.64849663636363,
31.901922908243943
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "11",
"COUNTYFP": "001",
"COUNTYNS": "01702382",
"AFFGEOID": "0500000US11001",
"GEOID": "11001",
"NAME": "District of Columbia",
"LSAD": "00",
"ALAND": 158351639,
"AWATER": 18675956
},
"geometry": {
"type": "Point",
"coordinates": [
-77.02884273344574,
38.89236962018495
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "041",
"COUNTYNS": "00395585",
"AFFGEOID": "0500000US16041",
"GEOID": "16041",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1717209197,
"AWATER": 12155421
},
"geometry": {
"type": "Point",
"coordinates": [
-111.80417247273308,
42.21510513891167
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "007",
"COUNTYNS": "00465193",
"AFFGEOID": "0500000US19007",
"GEOID": "19007",
"NAME": "Appanoose",
"LSAD": "06",
"ALAND": 1287982562,
"AWATER": 49084378
},
"geometry": {
"type": "Point",
"coordinates": [
-92.83068082291346,
40.67703597881859
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "157",
"COUNTYNS": "00485042",
"AFFGEOID": "0500000US20157",
"GEOID": "20157",
"NAME": "Republic",
"LSAD": "06",
"ALAND": 1857980543,
"AWATER": 7969708
},
"geometry": {
"type": "Point",
"coordinates": [
-97.65938068198674,
39.90262007519554
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "101",
"COUNTYNS": "01622993",
"AFFGEOID": "0500000US26101",
"GEOID": "26101",
"NAME": "Manistee",
"LSAD": "06",
"ALAND": 1404616462,
"AWATER": 1912440724
},
"geometry": {
"type": "Point",
"coordinates": [
-86.15872680280907,
44.33333195307307
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "047",
"COUNTYNS": "00659469",
"AFFGEOID": "0500000US27047",
"GEOID": "27047",
"NAME": "Freeborn",
"LSAD": "06",
"ALAND": 1831351973,
"AWATER": 39709692
},
"geometry": {
"type": "Point",
"coordinates": [
-93.38814017052633,
43.630301585834204
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "093",
"COUNTYNS": "01074059",
"AFFGEOID": "0500000US39093",
"GEOID": "39093",
"NAME": "Lorain",
"LSAD": "06",
"ALAND": 1272272276,
"AWATER": 1119442372
},
"geometry": {
"type": "Point",
"coordinates": [
-82.1368417878317,
41.30944293524706
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "139",
"COUNTYNS": "01639782",
"AFFGEOID": "0500000US47139",
"GEOID": "47139",
"NAME": "Polk",
"LSAD": "06",
"ALAND": 1125617646,
"AWATER": 19911983
},
"geometry": {
"type": "Point",
"coordinates": [
-84.54093250416984,
35.13053070116546
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "359",
"COUNTYNS": "01383965",
"AFFGEOID": "0500000US48359",
"GEOID": "48359",
"NAME": "Oldham",
"LSAD": "06",
"ALAND": 3886337121,
"AWATER": 2339716
},
"geometry": {
"type": "Point",
"coordinates": [
-102.6031263249165,
35.47648581426912
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "191",
"COUNTYNS": "00516942",
"AFFGEOID": "0500000US21191",
"GEOID": "21191",
"NAME": "Pendleton",
"LSAD": "06",
"ALAND": 717836419,
"AWATER": 12328246
},
"geometry": {
"type": "Point",
"coordinates": [
-84.34155078903335,
38.706073366104
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "137",
"COUNTYNS": "00424270",
"AFFGEOID": "0500000US17137",
"GEOID": "17137",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1473194924,
"AWATER": 9064992
},
"geometry": {
"type": "Point",
"coordinates": [
-90.3181136153846,
39.71733230676479
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "169",
"COUNTYNS": "00465273",
"AFFGEOID": "0500000US19169",
"GEOID": "19169",
"NAME": "Story",
"LSAD": "06",
"ALAND": 1483235295,
"AWATER": 2509634
},
"geometry": {
"type": "Point",
"coordinates": [
-93.445163,
42.03611866572833
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "065",
"COUNTYNS": "01622975",
"AFFGEOID": "0500000US26065",
"GEOID": "26065",
"NAME": "Ingham",
"LSAD": "06",
"ALAND": 1440322252,
"AWATER": 11920176
},
"geometry": {
"type": "Point",
"coordinates": [
-84.3750725,
42.65646233239314
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "127",
"COUNTYNS": "00695784",
"AFFGEOID": "0500000US28127",
"GEOID": "28127",
"NAME": "Simpson",
"LSAD": "06",
"ALAND": 1525930832,
"AWATER": 3378529
},
"geometry": {
"type": "Point",
"coordinates": [
-89.90440662500001,
31.873920749153434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "035",
"COUNTYNS": "00695742",
"AFFGEOID": "0500000US28035",
"GEOID": "28035",
"NAME": "Forrest",
"LSAD": "06",
"ALAND": 1207042799,
"AWATER": 10872920
},
"geometry": {
"type": "Point",
"coordinates": [
-89.3110441,
31.181996199163755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "001",
"COUNTYNS": "00873174",
"AFFGEOID": "0500000US33001",
"GEOID": "33001",
"NAME": "Belknap",
"LSAD": "06",
"ALAND": 1040130767,
"AWATER": 177190123
},
"geometry": {
"type": "Point",
"coordinates": [
-71.4493909375,
43.56281362405788
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "055",
"COUNTYNS": "01074040",
"AFFGEOID": "0500000US39055",
"GEOID": "39055",
"NAME": "Geauga",
"LSAD": "06",
"ALAND": 1036429792,
"AWATER": 21045380
},
"geometry": {
"type": "Point",
"coordinates": [
-81.2154860909091,
41.53734654451801
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "059",
"COUNTYNS": "01248009",
"AFFGEOID": "0500000US45059",
"GEOID": "45059",
"NAME": "Laurens",
"LSAD": "06",
"ALAND": 1848783527,
"AWATER": 25949287
},
"geometry": {
"type": "Point",
"coordinates": [
-81.99539966666668,
34.478923332452474
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "097",
"COUNTYNS": "01265777",
"AFFGEOID": "0500000US46097",
"GEOID": "46097",
"NAME": "Miner",
"LSAD": "06",
"ALAND": 1476889390,
"AWATER": 4382648
},
"geometry": {
"type": "Point",
"coordinates": [
-97.6097394,
43.98752959905731
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "127",
"COUNTYNS": "01383849",
"AFFGEOID": "0500000US48127",
"GEOID": "48127",
"NAME": "Dimmit",
"LSAD": "06",
"ALAND": 3441795365,
"AWATER": 14576538
},
"geometry": {
"type": "Point",
"coordinates": [
-99.6853978,
28.466383599208836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "305",
"COUNTYNS": "01383938",
"AFFGEOID": "0500000US48305",
"GEOID": "48305",
"NAME": "Lynn",
"LSAD": "06",
"ALAND": 2309924845,
"AWATER": 4169719
},
"geometry": {
"type": "Point",
"coordinates": [
-101.791549,
33.13338219913598
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "171",
"COUNTYNS": "01383871",
"AFFGEOID": "0500000US48171",
"GEOID": "48171",
"NAME": "Gillespie",
"LSAD": "06",
"ALAND": 2740716834,
"AWATER": 9015052
},
"geometry": {
"type": "Point",
"coordinates": [
-98.99580685714285,
30.3137691420345
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "097",
"COUNTYNS": "01480136",
"AFFGEOID": "0500000US51097",
"GEOID": "51097",
"NAME": "King and Queen",
"LSAD": "06",
"ALAND": 816244563,
"AWATER": 28884077
},
"geometry": {
"type": "Point",
"coordinates": [
-76.89988183333334,
37.709753276864554
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "003",
"COUNTYNS": "00424203",
"AFFGEOID": "0500000US17003",
"GEOID": "17003",
"NAME": "Alexander",
"LSAD": "06",
"ALAND": 609996941,
"AWATER": 44237191
},
"geometry": {
"type": "Point",
"coordinates": [
-89.3336098513986,
37.146051212468876
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "173",
"COUNTYNS": "01648583",
"AFFGEOID": "0500000US47173",
"GEOID": "47173",
"NAME": "Union",
"LSAD": "06",
"ALAND": 579055053,
"AWATER": 61028041
},
"geometry": {
"type": "Point",
"coordinates": [
-83.86662015384617,
36.29339207602261
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "005",
"COUNTYNS": "00451683",
"AFFGEOID": "0500000US18005",
"GEOID": "18005",
"NAME": "Bartholomew",
"LSAD": "06",
"ALAND": 1053869826,
"AWATER": 6814131
},
"geometry": {
"type": "Point",
"coordinates": [
-85.89193522222223,
39.17119155463147
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "031",
"COUNTYNS": "01101803",
"AFFGEOID": "0500000US40031",
"GEOID": "40031",
"NAME": "Comanche",
"LSAD": "06",
"ALAND": 2769447440,
"AWATER": 37331078
},
"geometry": {
"type": "Point",
"coordinates": [
-98.43011492857144,
34.618634141974645
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "195",
"COUNTYNS": "00758550",
"AFFGEOID": "0500000US29195",
"GEOID": "29195",
"NAME": "Saline",
"LSAD": "06",
"ALAND": 1956716997,
"AWATER": 29587339
},
"geometry": {
"type": "Point",
"coordinates": [
-93.14653474999998,
39.20751031157568
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "023",
"COUNTYNS": "00161537",
"AFFGEOID": "0500000US01023",
"GEOID": "01023",
"NAME": "Choctaw",
"LSAD": "06",
"ALAND": 2365869837,
"AWATER": 19144469
},
"geometry": {
"type": "Point",
"coordinates": [
-88.2586114460439,
32.024803414531625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "061",
"COUNTYNS": "00344805",
"AFFGEOID": "0500000US13061",
"GEOID": "13061",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 506035793,
"AWATER": 56605066
},
"geometry": {
"type": "Point",
"coordinates": [
-85.00231201896658,
31.6392806639002
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "091",
"COUNTYNS": "00450507",
"AFFGEOID": "0500000US18091",
"GEOID": "18091",
"NAME": "LaPorte",
"LSAD": "06",
"ALAND": 1549582915,
"AWATER": 38751745
},
"geometry": {
"type": "Point",
"coordinates": [
-86.71483947796129,
41.547547358493325
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "171",
"COUNTYNS": "00450400",
"AFFGEOID": "0500000US18171",
"GEOID": "18171",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 944520568,
"AWATER": 4466121
},
"geometry": {
"type": "Point",
"coordinates": [
-87.37274387509191,
40.271978408981255
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "029",
"COUNTYNS": "01622957",
"AFFGEOID": "0500000US26029",
"GEOID": "26029",
"NAME": "Charlevoix",
"LSAD": "06",
"ALAND": 1078286047,
"AWATER": 2522933853
},
"geometry": {
"type": "Point",
"coordinates": [
-85.26436250764561,
45.43074947373518
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "181",
"COUNTYNS": "00835912",
"AFFGEOID": "0500000US31181",
"GEOID": "31181",
"NAME": "Webster",
"LSAD": "06",
"ALAND": 1489017971,
"AWATER": 337241
},
"geometry": {
"type": "Point",
"coordinates": [
-98.51512950091609,
40.17636857414896
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "087",
"COUNTYNS": "01074056",
"AFFGEOID": "0500000US39087",
"GEOID": "39087",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 1174224653,
"AWATER": 10110033
},
"geometry": {
"type": "Point",
"coordinates": [
-82.55173406099713,
38.58741487942127
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "099",
"COUNTYNS": "01480137",
"AFFGEOID": "0500000US51099",
"GEOID": "51099",
"NAME": "King George",
"LSAD": "06",
"ALAND": 465080763,
"AWATER": 21140635
},
"geometry": {
"type": "Point",
"coordinates": [
-77.14345973493732,
38.27434566473817
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "037",
"COUNTYNS": "00066848",
"AFFGEOID": "0500000US05037",
"GEOID": "05037",
"NAME": "Cross",
"LSAD": "06",
"ALAND": 1596421812,
"AWATER": 15344834
},
"geometry": {
"type": "Point",
"coordinates": [
-90.74919042857144,
35.30865514196688
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "095",
"COUNTYNS": "00295750",
"AFFGEOID": "0500000US12095",
"GEOID": "12095",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 2339138134,
"AWATER": 259141175
},
"geometry": {
"type": "Point",
"coordinates": [
-81.29637773333333,
28.56661773254036
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "143",
"COUNTYNS": "01784920",
"AFFGEOID": "0500000US17143",
"GEOID": "17143",
"NAME": "Peoria",
"LSAD": "06",
"ALAND": 1602484321,
"AWATER": 30706228
},
"geometry": {
"type": "Point",
"coordinates": [
-89.7124302142857,
40.739873856209805
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "105",
"COUNTYNS": "00451680",
"AFFGEOID": "0500000US18105",
"GEOID": "18105",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1021814153,
"AWATER": 43504254
},
"geometry": {
"type": "Point",
"coordinates": [
-86.52005344444444,
39.17879988796475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "061",
"COUNTYNS": "00484999",
"AFFGEOID": "0500000US20061",
"GEOID": "20061",
"NAME": "Geary",
"LSAD": "06",
"ALAND": 996280339,
"AWATER": 51594747
},
"geometry": {
"type": "Point",
"coordinates": [
-96.84515754545454,
39.03711936271318
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "141",
"COUNTYNS": "00695791",
"AFFGEOID": "0500000US28141",
"GEOID": "28141",
"NAME": "Tishomingo",
"LSAD": "06",
"ALAND": 1098939231,
"AWATER": 52359814
},
"geometry": {
"type": "Point",
"coordinates": [
-88.22984535398139,
34.766247708035905
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "059",
"COUNTYNS": "00835851",
"AFFGEOID": "0500000US31059",
"GEOID": "31059",
"NAME": "Fillmore",
"LSAD": "06",
"ALAND": 1490202783,
"AWATER": 2989990
},
"geometry": {
"type": "Point",
"coordinates": [
-97.6413598,
40.489727999068194
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "025",
"COUNTYNS": "01213664",
"AFFGEOID": "0500000US42025",
"GEOID": "42025",
"NAME": "Carbon",
"LSAD": "06",
"ALAND": 987977576,
"AWATER": 15349904
},
"geometry": {
"type": "Point",
"coordinates": [
-75.68720400000001,
40.90356299906617
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "461",
"COUNTYNS": "01384016",
"AFFGEOID": "0500000US48461",
"GEOID": "48461",
"NAME": "Upton",
"LSAD": "06",
"ALAND": 3215010601,
"AWATER": 464309
},
"geometry": {
"type": "Point",
"coordinates": [
-102.09172,
31.423983599160106
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "145",
"COUNTYNS": "01383858",
"AFFGEOID": "0500000US48145",
"GEOID": "48145",
"NAME": "Falls",
"LSAD": "06",
"ALAND": 1982544974,
"AWATER": 21693803
},
"geometry": {
"type": "Point",
"coordinates": [
-96.904081,
31.202588332496763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "307",
"COUNTYNS": "01383945",
"AFFGEOID": "0500000US48307",
"GEOID": "48307",
"NAME": "McCulloch",
"LSAD": "06",
"ALAND": 2759894991,
"AWATER": 20284774
},
"geometry": {
"type": "Point",
"coordinates": [
-99.36423563636363,
31.278062180980477
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "025",
"COUNTYNS": "01581072",
"AFFGEOID": "0500000US55025",
"GEOID": "55025",
"NAME": "Dane",
"LSAD": "06",
"ALAND": 3098774789,
"AWATER": 106341440
},
"geometry": {
"type": "Point",
"coordinates": [
-89.42537810000002,
43.09464119905877
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "049",
"COUNTYNS": "01581084",
"AFFGEOID": "0500000US55049",
"GEOID": "55049",
"NAME": "Iowa",
"LSAD": "06",
"ALAND": 1975379853,
"AWATER": 13870296
},
"geometry": {
"type": "Point",
"coordinates": [
-90.14052327272726,
43.09178054451331
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "053",
"COUNTYNS": "01804506",
"AFFGEOID": "0500000US72053",
"GEOID": "72053",
"NAME": "Fajardo",
"LSAD": "13",
"ALAND": 77448647,
"AWATER": 195352764
},
"geometry": {
"type": "Point",
"coordinates": [
-65.64647013610535,
18.331625726792786
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "043",
"COUNTYNS": "01639740",
"AFFGEOID": "0500000US47043",
"GEOID": "47043",
"NAME": "Dickson",
"LSAD": "06",
"ALAND": 1268824251,
"AWATER": 3689043
},
"geometry": {
"type": "Point",
"coordinates": [
-87.33498869230769,
36.16316453756237
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "071",
"COUNTYNS": "01804516",
"AFFGEOID": "0500000US72071",
"GEOID": "72071",
"NAME": "Isabela",
"LSAD": "13",
"ALAND": 143255845,
"AWATER": 94636933
},
"geometry": {
"type": "Point",
"coordinates": [
-67.00507970863516,
18.446967371124593
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "037",
"COUNTYNS": "01622961",
"AFFGEOID": "0500000US26037",
"GEOID": "26037",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 1467009545,
"AWATER": 21106020
},
"geometry": {
"type": "Point",
"coordinates": [
-84.56547733333333,
42.88713533239257
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "047",
"COUNTYNS": "00465212",
"AFFGEOID": "0500000US19047",
"GEOID": "19047",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1849742884,
"AWATER": 2194272
},
"geometry": {
"type": "Point",
"coordinates": [
-95.4013465,
42.03711916572832
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "011",
"COUNTYNS": "00484975",
"AFFGEOID": "0500000US20011",
"GEOID": "20011",
"NAME": "Bourbon",
"LSAD": "06",
"ALAND": 1645861891,
"AWATER": 9377598
},
"geometry": {
"type": "Point",
"coordinates": [
-94.84974808745043,
37.830585159549955
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "051",
"COUNTYNS": "00484995",
"AFFGEOID": "0500000US20051",
"GEOID": "20051",
"NAME": "Ellis",
"LSAD": "06",
"ALAND": 2330762291,
"AWATER": 1197085
},
"geometry": {
"type": "Point",
"coordinates": [
-99.31716649999998,
38.91472499907767
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "049",
"COUNTYNS": "00295746",
"AFFGEOID": "0500000US12049",
"GEOID": "12049",
"NAME": "Hardee",
"LSAD": "06",
"ALAND": 1651867901,
"AWATER": 1439673
},
"geometry": {
"type": "Point",
"coordinates": [
-81.80927899999999,
27.492993249226746
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "059",
"COUNTYNS": "01101817",
"AFFGEOID": "0500000US40059",
"GEOID": "40059",
"NAME": "Harper",
"LSAD": "06",
"ALAND": 2691041192,
"AWATER": 5259447
},
"geometry": {
"type": "Point",
"coordinates": [
-99.62261338613581,
36.84833460688283
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "44",
"COUNTYFP": "001",
"COUNTYNS": "01219777",
"AFFGEOID": "0500000US44001",
"GEOID": "44001",
"NAME": "Bristol",
"LSAD": "06",
"ALAND": 62513687,
"AWATER": 53346252
},
"geometry": {
"type": "Point",
"coordinates": [
-71.29004992347104,
41.71343572449135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "081",
"COUNTYNS": "00198156",
"AFFGEOID": "0500000US08081",
"GEOID": "08081",
"NAME": "Moffat",
"LSAD": "06",
"ALAND": 12284943876,
"AWATER": 19803412
},
"geometry": {
"type": "Point",
"coordinates": [
-108.13317899369743,
40.65575897245039
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "103",
"COUNTYNS": "01622994",
"AFFGEOID": "0500000US26103",
"GEOID": "26103",
"NAME": "Marquette",
"LSAD": "06",
"ALAND": 4685386476,
"AWATER": 4185372277
},
"geometry": {
"type": "Point",
"coordinates": [
-87.6390809248588,
46.515800709814606
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "003",
"COUNTYNS": "01074015",
"AFFGEOID": "0500000US39003",
"GEOID": "39003",
"NAME": "Allen",
"LSAD": "06",
"ALAND": 1042470095,
"AWATER": 11266164
},
"geometry": {
"type": "Point",
"coordinates": [
-84.1325051,
40.78397539906673
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "019",
"COUNTYNS": "00516856",
"AFFGEOID": "0500000US21019",
"GEOID": "21019",
"NAME": "Boyd",
"LSAD": "06",
"ALAND": 414050310,
"AWATER": 5584870
},
"geometry": {
"type": "Point",
"coordinates": [
-82.67042564186724,
38.35788645232038
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "093",
"COUNTYNS": "01702378",
"AFFGEOID": "0500000US51093",
"GEOID": "51093",
"NAME": "Isle of Wight",
"LSAD": "06",
"ALAND": 817464624,
"AWATER": 122256020
},
"geometry": {
"type": "Point",
"coordinates": [
-76.790217375,
36.83049162409445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "037",
"COUNTYNS": "00516865",
"AFFGEOID": "0500000US21037",
"GEOID": "21037",
"NAME": "Campbell",
"LSAD": "06",
"ALAND": 391966324,
"AWATER": 20930398
},
"geometry": {
"type": "Point",
"coordinates": [
-84.39590165835552,
38.99835955784233
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "107",
"COUNTYNS": "00306910",
"AFFGEOID": "0500000US12107",
"GEOID": "12107",
"NAME": "Putnam",
"LSAD": "06",
"ALAND": 1885167090,
"AWATER": 256548320
},
"geometry": {
"type": "Point",
"coordinates": [
-81.7475516,
29.590654099189276
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "133",
"COUNTYNS": "00348672",
"AFFGEOID": "0500000US13133",
"GEOID": "13133",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1003451710,
"AWATER": 48630003
},
"geometry": {
"type": "Point",
"coordinates": [
-83.18116530769231,
33.58848038374544
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "019",
"COUNTYNS": "00929111",
"AFFGEOID": "0500000US35019",
"GEOID": "35019",
"NAME": "Guadalupe",
"LSAD": "06",
"ALAND": 7847071878,
"AWATER": 2888161
},
"geometry": {
"type": "Point",
"coordinates": [
-104.73075714285713,
34.76256457054444
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "181",
"COUNTYNS": "00450338",
"AFFGEOID": "0500000US18181",
"GEOID": "18181",
"NAME": "White",
"LSAD": "06",
"ALAND": 1308269840,
"AWATER": 9203227
},
"geometry": {
"type": "Point",
"coordinates": [
-86.90725627272728,
40.768978089975896
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "123",
"COUNTYNS": "00465250",
"AFFGEOID": "0500000US19123",
"GEOID": "19123",
"NAME": "Mahaska",
"LSAD": "06",
"ALAND": 1478527855,
"AWATER": 6564804
},
"geometry": {
"type": "Point",
"coordinates": [
-92.66004816666667,
41.33519499906429
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "035",
"COUNTYNS": "00465207",
"AFFGEOID": "0500000US19035",
"GEOID": "19035",
"NAME": "Cherokee",
"LSAD": "06",
"ALAND": 1494180443,
"AWATER": 423160
},
"geometry": {
"type": "Point",
"coordinates": [
-95.6474258,
42.70052819905969
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "157",
"COUNTYNS": "00516922",
"AFFGEOID": "0500000US21157",
"GEOID": "21157",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 780276604,
"AWATER": 100761088
},
"geometry": {
"type": "Point",
"coordinates": [
-88.31051849999998,
36.91166539909369
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "085",
"COUNTYNS": "00450367",
"AFFGEOID": "0500000US18085",
"GEOID": "18085",
"NAME": "Kosciusko",
"LSAD": "06",
"ALAND": 1376361579,
"AWATER": 59509695
},
"geometry": {
"type": "Point",
"coordinates": [
-85.84887527272725,
41.205846271792105
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "059",
"COUNTYNS": "01074042",
"AFFGEOID": "0500000US39059",
"GEOID": "39059",
"NAME": "Guernsey",
"LSAD": "06",
"ALAND": 1352631185,
"AWATER": 15666075
},
"geometry": {
"type": "Point",
"coordinates": [
-81.51930964285715,
40.02279985621357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "049",
"COUNTYNS": "01639743",
"AFFGEOID": "0500000US47049",
"GEOID": "47049",
"NAME": "Fentress",
"LSAD": "06",
"ALAND": 1291397316,
"AWATER": 829331
},
"geometry": {
"type": "Point",
"coordinates": [
-84.94533385714285,
36.32362228481354
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "007",
"COUNTYNS": "01639725",
"AFFGEOID": "0500000US47007",
"GEOID": "47007",
"NAME": "Bledsoe",
"LSAD": "06",
"ALAND": 1052635794,
"AWATER": 838360
},
"geometry": {
"type": "Point",
"coordinates": [
-85.20090175,
35.579133332440165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "247",
"COUNTYNS": "01383909",
"AFFGEOID": "0500000US48247",
"GEOID": "48247",
"NAME": "Jim Hogg",
"LSAD": "06",
"ALAND": 2942674729,
"AWATER": 92565
},
"geometry": {
"type": "Point",
"coordinates": [
-98.63094609090909,
27.161163999233068
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "027",
"COUNTYNS": "01581073",
"AFFGEOID": "0500000US55027",
"GEOID": "55027",
"NAME": "Dodge",
"LSAD": "06",
"ALAND": 2267979574,
"AWATER": 81401509
},
"geometry": {
"type": "Point",
"coordinates": [
-88.70907240000001,
43.41432829905814
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "131",
"COUNTYNS": "01804546",
"AFFGEOID": "0500000US72131",
"GEOID": "72131",
"NAME": "San Sebastián",
"LSAD": "13",
"ALAND": 182394904,
"AWATER": 2060666
},
"geometry": {
"type": "Point",
"coordinates": [
-66.9673355,
18.327572332769467
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "011",
"COUNTYNS": "01581065",
"AFFGEOID": "0500000US55011",
"GEOID": "55011",
"NAME": "Buffalo",
"LSAD": "06",
"ALAND": 1739529649,
"AWATER": 98310686
},
"geometry": {
"type": "Point",
"coordinates": [
-91.7442118199269,
44.26376582099045
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "353",
"COUNTYNS": "01383962",
"AFFGEOID": "0500000US48353",
"GEOID": "48353",
"NAME": "Nolan",
"LSAD": "06",
"ALAND": 2362061742,
"AWATER": 5052158
},
"geometry": {
"type": "Point",
"coordinates": [
-100.3552075,
32.22999233248167
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "053",
"COUNTYNS": "00161552",
"AFFGEOID": "0500000US01053",
"GEOID": "01053",
"NAME": "Escambia",
"LSAD": "06",
"ALAND": 2447822304,
"AWATER": 20797758
},
"geometry": {
"type": "Point",
"coordinates": [
-87.14283453218222,
31.076789790515406
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "015",
"COUNTYNS": "01581067",
"AFFGEOID": "0500000US55015",
"GEOID": "55015",
"NAME": "Calumet",
"LSAD": "06",
"ALAND": 824226133,
"AWATER": 204199001
},
"geometry": {
"type": "Point",
"coordinates": [
-88.20140428571427,
44.05516471334295
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "105",
"COUNTYNS": "00659498",
"AFFGEOID": "0500000US27105",
"GEOID": "27105",
"NAME": "Nobles",
"LSAD": "06",
"ALAND": 1852077339,
"AWATER": 19323570
},
"geometry": {
"type": "Point",
"coordinates": [
-95.70712678434286,
43.63070608384692
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "153",
"COUNTYNS": "00659521",
"AFFGEOID": "0500000US27153",
"GEOID": "27153",
"NAME": "Todd",
"LSAD": "06",
"ALAND": 2447451028,
"AWATER": 89444026
},
"geometry": {
"type": "Point",
"coordinates": [
-94.916624,
46.17175324905765
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "039",
"COUNTYNS": "00758474",
"AFFGEOID": "0500000US29039",
"GEOID": "29039",
"NAME": "Cedar",
"LSAD": "06",
"ALAND": 1228905197,
"AWATER": 62603495
},
"geometry": {
"type": "Point",
"coordinates": [
-93.83606999999999,
37.749187999086445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "093",
"COUNTYNS": "01008563",
"AFFGEOID": "0500000US37093",
"GEOID": "37093",
"NAME": "Hoke",
"LSAD": "06",
"ALAND": 1010380313,
"AWATER": 3981006
},
"geometry": {
"type": "Point",
"coordinates": [
-79.2219136,
35.02442799911287
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "009",
"COUNTYNS": "00424206",
"AFFGEOID": "0500000US17009",
"GEOID": "17009",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 791518279,
"AWATER": 4139308
},
"geometry": {
"type": "Point",
"coordinates": [
-90.68944177777777,
39.94947011018223
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "187",
"COUNTYNS": "01785134",
"AFFGEOID": "0500000US17187",
"GEOID": "17187",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 1404823489,
"AWATER": 1674135
},
"geometry": {
"type": "Point",
"coordinates": [
-90.5808236,
40.82220079906658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "071",
"COUNTYNS": "00424237",
"AFFGEOID": "0500000US17071",
"GEOID": "17071",
"NAME": "Henderson",
"LSAD": "06",
"ALAND": 981273713,
"AWATER": 42340542
},
"geometry": {
"type": "Point",
"coordinates": [
-91.00596876355594,
40.82169815616006
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "139",
"COUNTYNS": "01623012",
"AFFGEOID": "0500000US26139",
"GEOID": "26139",
"NAME": "Ottawa",
"LSAD": "06",
"ALAND": 1459627896,
"AWATER": 2765705477
},
"geometry": {
"type": "Point",
"coordinates": [
-86.03083813704471,
42.966405756030085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "129",
"COUNTYNS": "00758519",
"AFFGEOID": "0500000US29129",
"GEOID": "29129",
"NAME": "Mercer",
"LSAD": "06",
"ALAND": 1175427728,
"AWATER": 3302140
},
"geometry": {
"type": "Point",
"coordinates": [
-93.5489016818962,
40.46390121807508
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "147",
"COUNTYNS": "01383859",
"AFFGEOID": "0500000US48147",
"GEOID": "48147",
"NAME": "Fannin",
"LSAD": "06",
"ALAND": 2307250942,
"AWATER": 20847063
},
"geometry": {
"type": "Point",
"coordinates": [
-96.13227849176604,
33.67800222343982
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "139",
"COUNTYNS": "01500440",
"AFFGEOID": "0500000US51139",
"GEOID": "51139",
"NAME": "Page",
"LSAD": "06",
"ALAND": 802893902,
"AWATER": 8425697
},
"geometry": {
"type": "Point",
"coordinates": [
-78.45755176923076,
38.62755715292583
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "105",
"COUNTYNS": "01581113",
"AFFGEOID": "0500000US55105",
"GEOID": "55105",
"NAME": "Rock",
"LSAD": "06",
"ALAND": 1859979851,
"AWATER": 20695904
},
"geometry": {
"type": "Point",
"coordinates": [
-88.99737324555939,
42.6697681105387
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "101",
"COUNTYNS": "00069900",
"AFFGEOID": "0500000US05101",
"GEOID": "05101",
"NAME": "Newton",
"LSAD": "06",
"ALAND": 2126136365,
"AWATER": 5930177
},
"geometry": {
"type": "Point",
"coordinates": [
-93.26493323076923,
35.955778922179846
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "087",
"COUNTYNS": "00198159",
"AFFGEOID": "0500000US08087",
"GEOID": "08087",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 3316441507,
"AWATER": 34663099
},
"geometry": {
"type": "Point",
"coordinates": [
-103.7675815,
40.29516749906923
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "243",
"COUNTYNS": "00352242",
"AFFGEOID": "0500000US13243",
"GEOID": "13243",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 1109126226,
"AWATER": 6830041
},
"geometry": {
"type": "Point",
"coordinates": [
-84.75829487499999,
31.774910749154877
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "195",
"COUNTYNS": "01008596",
"AFFGEOID": "0500000US37195",
"GEOID": "37195",
"NAME": "Wilson",
"LSAD": "06",
"ALAND": 952010950,
"AWATER": 14334531
},
"geometry": {
"type": "Point",
"coordinates": [
-77.917511625,
35.6967168741056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "021",
"COUNTYNS": "00465200",
"AFFGEOID": "0500000US19021",
"GEOID": "19021",
"NAME": "Buena Vista",
"LSAD": "06",
"ALAND": 1488989049,
"AWATER": 13791660
},
"geometry": {
"type": "Point",
"coordinates": [
-95.15114175000001,
42.7354119990596
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "119",
"COUNTYNS": "00516906",
"AFFGEOID": "0500000US21119",
"GEOID": "21119",
"NAME": "Knott",
"LSAD": "06",
"ALAND": 910427757,
"AWATER": 3453309
},
"geometry": {
"type": "Point",
"coordinates": [
-82.92517392857144,
37.349848213375516
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "093",
"COUNTYNS": "01629464",
"AFFGEOID": "0500000US22093",
"GEOID": "22093",
"NAME": "St. James",
"LSAD": "15",
"ALAND": 625582188,
"AWATER": 42168610
},
"geometry": {
"type": "Point",
"coordinates": [
-90.82389055555556,
30.0012916658491
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "179",
"COUNTYNS": "00450337",
"AFFGEOID": "0500000US18179",
"GEOID": "18179",
"NAME": "Wells",
"LSAD": "06",
"ALAND": 953341274,
"AWATER": 5596377
},
"geometry": {
"type": "Point",
"coordinates": [
-85.28757012499999,
40.676529249067265
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "165",
"COUNTYNS": "00485358",
"AFFGEOID": "0500000US20165",
"GEOID": "20165",
"NAME": "Rush",
"LSAD": "06",
"ALAND": 1858997545,
"AWATER": 544720
},
"geometry": {
"type": "Point",
"coordinates": [
-99.25557719999999,
38.55756459908019
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "013",
"COUNTYNS": "00882276",
"AFFGEOID": "0500000US34013",
"GEOID": "34013",
"NAME": "Essex",
"LSAD": "06",
"ALAND": 326559360,
"AWATER": 8636456
},
"geometry": {
"type": "Point",
"coordinates": [
-74.21873626666667,
40.771750399066796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "036",
"COUNTYNS": "01480109",
"AFFGEOID": "0500000US51036",
"GEOID": "51036",
"NAME": "Charles City",
"LSAD": "06",
"ALAND": 473494108,
"AWATER": 55492133
},
"geometry": {
"type": "Point",
"coordinates": [
-77.04241214285714,
37.336189213375626
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "063",
"COUNTYNS": "01244251",
"AFFGEOID": "0500000US45063",
"GEOID": "45063",
"NAME": "Lexington",
"LSAD": "06",
"ALAND": 1810553251,
"AWATER": 151957530
},
"geometry": {
"type": "Point",
"coordinates": [
-81.2141060625,
33.904450374126085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "145",
"COUNTYNS": "01639785",
"AFFGEOID": "0500000US47145",
"GEOID": "47145",
"NAME": "Roane",
"LSAD": "06",
"ALAND": 934284690,
"AWATER": 88700776
},
"geometry": {
"type": "Point",
"coordinates": [
-84.52613212499999,
35.850564374104
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "011",
"COUNTYNS": "01247983",
"AFFGEOID": "0500000US45011",
"GEOID": "45011",
"NAME": "Barnwell",
"LSAD": "06",
"ALAND": 1420294943,
"AWATER": 23008120
},
"geometry": {
"type": "Point",
"coordinates": [
-81.47993655779872,
33.22562436810653
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "047",
"COUNTYNS": "01581083",
"AFFGEOID": "0500000US55047",
"GEOID": "55047",
"NAME": "Green Lake",
"LSAD": "06",
"ALAND": 904711548,
"AWATER": 79805895
},
"geometry": {
"type": "Point",
"coordinates": [
-89.0817569,
43.77407759905758
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "151",
"COUNTYNS": "01804556",
"AFFGEOID": "0500000US72151",
"GEOID": "72151",
"NAME": "Yabucoa",
"LSAD": "13",
"ALAND": 143005178,
"AWATER": 72592521
},
"geometry": {
"type": "Point",
"coordinates": [
-65.88588420383279,
18.070345766431938
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "013",
"COUNTYNS": "01448021",
"AFFGEOID": "0500000US49013",
"GEOID": "49013",
"NAME": "Duchesne",
"LSAD": "06",
"ALAND": 8379502703,
"AWATER": 38797815
},
"geometry": {
"type": "Point",
"coordinates": [
-110.5363276875,
40.53782743656802
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "023",
"COUNTYNS": "01247988",
"AFFGEOID": "0500000US45023",
"GEOID": "45023",
"NAME": "Chester",
"LSAD": "06",
"ALAND": 1503893316,
"AWATER": 14261786
},
"geometry": {
"type": "Point",
"coordinates": [
-81.1664216,
34.704361299116506
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "009",
"COUNTYNS": "00695729",
"AFFGEOID": "0500000US28009",
"GEOID": "28009",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 1053131400,
"AWATER": 5279183
},
"geometry": {
"type": "Point",
"coordinates": [
-89.18391077540796,
34.80860693950675
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "065",
"COUNTYNS": "00516879",
"AFFGEOID": "0500000US21065",
"GEOID": "21065",
"NAME": "Estill",
"LSAD": "06",
"ALAND": 655468668,
"AWATER": 6557602
},
"geometry": {
"type": "Point",
"coordinates": [
-83.98293340000001,
37.72532973241996
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "129",
"COUNTYNS": "00356672",
"AFFGEOID": "0500000US13129",
"GEOID": "13129",
"NAME": "Gordon",
"LSAD": "06",
"ALAND": 921597971,
"AWATER": 5729801
},
"geometry": {
"type": "Point",
"coordinates": [
-84.86505538461537,
34.528734999118555
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "127",
"COUNTYNS": "00835885",
"AFFGEOID": "0500000US31127",
"GEOID": "31127",
"NAME": "Nemaha",
"LSAD": "06",
"ALAND": 1055100608,
"AWATER": 5769943
},
"geometry": {
"type": "Point",
"coordinates": [
-95.7251898991732,
40.36466811905883
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "009",
"COUNTYNS": "00069897",
"AFFGEOID": "0500000US05009",
"GEOID": "05009",
"NAME": "Boone",
"LSAD": "06",
"ALAND": 1528076369,
"AWATER": 31092507
},
"geometry": {
"type": "Point",
"coordinates": [
-93.09575205229099,
36.32649541647434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "009",
"COUNTYNS": "00295749",
"AFFGEOID": "0500000US12009",
"GEOID": "12009",
"NAME": "Brevard",
"LSAD": "06",
"ALAND": 2629333877,
"AWATER": 1403340249
},
"geometry": {
"type": "Point",
"coordinates": [
-80.69981821289948,
28.360134374780408
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "015",
"COUNTYNS": "00295742",
"AFFGEOID": "0500000US12015",
"GEOID": "12015",
"NAME": "Charlotte",
"LSAD": "06",
"ALAND": 1764104254,
"AWATER": 458735963
},
"geometry": {
"type": "Point",
"coordinates": [
-82.07093469725436,
26.90757696397219
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "119",
"COUNTYNS": "00485024",
"AFFGEOID": "0500000US20119",
"GEOID": "20119",
"NAME": "Meade",
"LSAD": "06",
"ALAND": 2533222390,
"AWATER": 3258258
},
"geometry": {
"type": "Point",
"coordinates": [
-100.40330952556233,
37.2869950078144
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "125",
"COUNTYNS": "00485027",
"AFFGEOID": "0500000US20125",
"GEOID": "20125",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1666728645,
"AWATER": 20601461
},
"geometry": {
"type": "Point",
"coordinates": [
-95.77123966552791,
37.18137848395701
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "149",
"COUNTYNS": "01625034",
"AFFGEOID": "0500000US26149",
"GEOID": "26149",
"NAME": "St. Joseph",
"LSAD": "06",
"ALAND": 1296530601,
"AWATER": 52921099
},
"geometry": {
"type": "Point",
"coordinates": [
-85.5933365018812,
41.869622832446616
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "027",
"COUNTYNS": "01155131",
"AFFGEOID": "0500000US41027",
"GEOID": "41027",
"NAME": "Hood River",
"LSAD": "06",
"ALAND": 1352203450,
"AWATER": 29040461
},
"geometry": {
"type": "Point",
"coordinates": [
-121.6992006196044,
45.57713930098639
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "073",
"COUNTYNS": "01678557",
"AFFGEOID": "0500000US54073",
"GEOID": "54073",
"NAME": "Pleasants",
"LSAD": "06",
"ALAND": 337015703,
"AWATER": 11459910
},
"geometry": {
"type": "Point",
"coordinates": [
-81.205910514994,
39.37615809782846
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "067",
"COUNTYNS": "00295732",
"AFFGEOID": "0500000US12067",
"GEOID": "12067",
"NAME": "Lafayette",
"LSAD": "06",
"ALAND": 1407329163,
"AWATER": 11745118
},
"geometry": {
"type": "Point",
"coordinates": [
-83.15456645454546,
29.9825374537282
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "081",
"COUNTYNS": "00424242",
"AFFGEOID": "0500000US17081",
"GEOID": "17081",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1479314410,
"AWATER": 32679991
},
"geometry": {
"type": "Point",
"coordinates": [
-88.95383657142858,
38.25701728479671
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "137",
"COUNTYNS": "00450385",
"AFFGEOID": "0500000US18137",
"GEOID": "18137",
"NAME": "Ripley",
"LSAD": "06",
"ALAND": 1156236802,
"AWATER": 4237459
},
"geometry": {
"type": "Point",
"coordinates": [
-85.24205674999999,
39.09800599907641
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "205",
"COUNTYNS": "00485063",
"AFFGEOID": "0500000US20205",
"GEOID": "20205",
"NAME": "Wilson",
"LSAD": "06",
"ALAND": 1477379082,
"AWATER": 12055440
},
"geometry": {
"type": "Point",
"coordinates": [
-95.78690839999999,
37.56828779908794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "171",
"COUNTYNS": "00485048",
"AFFGEOID": "0500000US20171",
"GEOID": "20171",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 1858536844,
"AWATER": 306079
},
"geometry": {
"type": "Point",
"coordinates": [
-100.92474800000001,
38.48228133241408
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "215",
"COUNTYNS": "00516954",
"AFFGEOID": "0500000US21215",
"GEOID": "21215",
"NAME": "Spencer",
"LSAD": "06",
"ALAND": 483503272,
"AWATER": 12896776
},
"geometry": {
"type": "Point",
"coordinates": [
-85.3238198181818,
38.043939999084074
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "135",
"COUNTYNS": "01623010",
"AFFGEOID": "0500000US26135",
"GEOID": "26135",
"NAME": "Oscoda",
"LSAD": "06",
"ALAND": 1465088065,
"AWATER": 15136485
},
"geometry": {
"type": "Point",
"coordinates": [
-84.081196,
44.7168661990568
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "007",
"COUNTYNS": "00758458",
"AFFGEOID": "0500000US29007",
"GEOID": "29007",
"NAME": "Audrain",
"LSAD": "06",
"ALAND": 1792880224,
"AWATER": 11880946
},
"geometry": {
"type": "Point",
"coordinates": [
-91.84192818181817,
39.23344099907551
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "003",
"COUNTYNS": "01155126",
"AFFGEOID": "0500000US41003",
"GEOID": "41003",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 1748712527,
"AWATER": 7740249
},
"geometry": {
"type": "Point",
"coordinates": [
-123.42784013333332,
44.48180613239024
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "459",
"COUNTYNS": "01384015",
"AFFGEOID": "0500000US48459",
"GEOID": "48459",
"NAME": "Upshur",
"LSAD": "06",
"ALAND": 1509791538,
"AWATER": 24997458
},
"geometry": {
"type": "Point",
"coordinates": [
-94.88540246153845,
32.69589792221876
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "413",
"COUNTYNS": "01383992",
"AFFGEOID": "0500000US48413",
"GEOID": "48413",
"NAME": "Schleicher",
"LSAD": "06",
"ALAND": 3394546071,
"AWATER": 87401
},
"geometry": {
"type": "Point",
"coordinates": [
-100.5685954,
30.934699399167545
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "099",
"COUNTYNS": "01639764",
"AFFGEOID": "0500000US47099",
"GEOID": "47099",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 1598356130,
"AWATER": 2228678
},
"geometry": {
"type": "Point",
"coordinates": [
-87.38673245912741,
35.27280802145817
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "181",
"COUNTYNS": "01480174",
"AFFGEOID": "0500000US51181",
"GEOID": "51181",
"NAME": "Surry",
"LSAD": "06",
"ALAND": 722475755,
"AWATER": 81216907
},
"geometry": {
"type": "Point",
"coordinates": [
-76.86704492307693,
37.141906383706996
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "151",
"COUNTYNS": "01383861",
"AFFGEOID": "0500000US48151",
"GEOID": "48151",
"NAME": "Fisher",
"LSAD": "06",
"ALAND": 2328246701,
"AWATER": 7283897
},
"geometry": {
"type": "Point",
"coordinates": [
-100.4252942,
32.786895599140614
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "003",
"COUNTYNS": "01247979",
"AFFGEOID": "0500000US45003",
"GEOID": "45003",
"NAME": "Aiken",
"LSAD": "06",
"ALAND": 2774109851,
"AWATER": 24619610
},
"geometry": {
"type": "Point",
"coordinates": [
-81.73723783659991,
33.45079120914141
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "067",
"COUNTYNS": "01804514",
"AFFGEOID": "0500000US72067",
"GEOID": "72067",
"NAME": "Hormigueros",
"LSAD": "13",
"ALAND": 29384893,
"AWATER": 481
},
"geometry": {
"type": "Point",
"coordinates": [
-67.10864566666667,
18.13168866610799
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "257",
"COUNTYNS": "01383914",
"AFFGEOID": "0500000US48257",
"GEOID": "48257",
"NAME": "Kaufman",
"LSAD": "06",
"ALAND": 2021962201,
"AWATER": 69763126
},
"geometry": {
"type": "Point",
"coordinates": [
-96.35650063636363,
32.606234090052176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "051",
"COUNTYNS": "00450354",
"AFFGEOID": "0500000US18051",
"GEOID": "18051",
"NAME": "Gibson",
"LSAD": "06",
"ALAND": 1262606254,
"AWATER": 30223915
},
"geometry": {
"type": "Point",
"coordinates": [
-87.63013221032913,
38.31932590279531
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "035",
"COUNTYNS": "00659463",
"AFFGEOID": "0500000US27035",
"GEOID": "27035",
"NAME": "Crow Wing",
"LSAD": "06",
"ALAND": 2585785629,
"AWATER": 409661410
},
"geometry": {
"type": "Point",
"coordinates": [
-94.05098363636365,
46.398844544512535
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "083",
"COUNTYNS": "00485006",
"AFFGEOID": "0500000US20083",
"GEOID": "20083",
"NAME": "Hodgeman",
"LSAD": "06",
"ALAND": 2227369151,
"AWATER": 826344
},
"geometry": {
"type": "Point",
"coordinates": [
-99.81811537499999,
38.11021812408355
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "135",
"COUNTYNS": "01074080",
"AFFGEOID": "0500000US39135",
"GEOID": "39135",
"NAME": "Preble",
"LSAD": "06",
"ALAND": 1098738405,
"AWATER": 6065437
},
"geometry": {
"type": "Point",
"coordinates": [
-84.6712695982241,
39.71658754267627
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "057",
"COUNTYNS": "01685718",
"AFFGEOID": "0500000US13057",
"GEOID": "13057",
"NAME": "Cherokee",
"LSAD": "06",
"ALAND": 1090598900,
"AWATER": 34469349
},
"geometry": {
"type": "Point",
"coordinates": [
-84.4664485,
34.25162243662185
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "211",
"COUNTYNS": "00346008",
"AFFGEOID": "0500000US13211",
"GEOID": "13211",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 899632962,
"AWATER": 18830382
},
"geometry": {
"type": "Point",
"coordinates": [
-83.48987136363637,
33.62373254458416
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "001",
"COUNTYNS": "00835823",
"AFFGEOID": "0500000US31001",
"GEOID": "31001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 1458869099,
"AWATER": 2481410
},
"geometry": {
"type": "Point",
"coordinates": [
-98.50146816666665,
40.58099799906774
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "205",
"COUNTYNS": "00758555",
"AFFGEOID": "0500000US29205",
"GEOID": "29205",
"NAME": "Shelby",
"LSAD": "06",
"ALAND": 1297230230,
"AWATER": 3764605
},
"geometry": {
"type": "Point",
"coordinates": [
-92.08552814285714,
39.7687174276436
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "109",
"COUNTYNS": "00069173",
"AFFGEOID": "0500000US05109",
"GEOID": "05109",
"NAME": "Pike",
"LSAD": "06",
"ALAND": 1555599952,
"AWATER": 34989238
},
"geometry": {
"type": "Point",
"coordinates": [
-93.6005623076923,
34.10218661450828
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "221",
"COUNTYNS": "01383896",
"AFFGEOID": "0500000US48221",
"GEOID": "48221",
"NAME": "Hood",
"LSAD": "06",
"ALAND": 1089567387,
"AWATER": 41838592
},
"geometry": {
"type": "Point",
"coordinates": [
-97.863769,
32.39125342771749
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "087",
"COUNTYNS": "00424245",
"AFFGEOID": "0500000US17087",
"GEOID": "17087",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 890741064,
"AWATER": 12811451
},
"geometry": {
"type": "Point",
"coordinates": [
-88.91249314285713,
37.399357999089375
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "219",
"COUNTYNS": "00758562",
"AFFGEOID": "0500000US29219",
"GEOID": "29219",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 1110070358,
"AWATER": 23748217
},
"geometry": {
"type": "Point",
"coordinates": [
-91.20556721428571,
38.798399070507024
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "011",
"COUNTYNS": "00424207",
"AFFGEOID": "0500000US17011",
"GEOID": "17011",
"NAME": "Bureau",
"LSAD": "06",
"ALAND": 2250785990,
"AWATER": 11578416
},
"geometry": {
"type": "Point",
"coordinates": [
-89.50761172727273,
41.327082635427956
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "075",
"COUNTYNS": "00835859",
"AFFGEOID": "0500000US31075",
"GEOID": "31075",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 2010410702,
"AWATER": 18130867
},
"geometry": {
"type": "Point",
"coordinates": [
-101.85533342857141,
41.91915371334778
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "187",
"COUNTYNS": "00516940",
"AFFGEOID": "0500000US21187",
"GEOID": "21187",
"NAME": "Owen",
"LSAD": "06",
"ALAND": 909364763,
"AWATER": 8129649
},
"geometry": {
"type": "Point",
"coordinates": [
-84.84765485714285,
38.51799742765189
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "003",
"COUNTYNS": "01101789",
"AFFGEOID": "0500000US40003",
"GEOID": "40003",
"NAME": "Alfalfa",
"LSAD": "06",
"ALAND": 2244107192,
"AWATER": 38546675
},
"geometry": {
"type": "Point",
"coordinates": [
-98.27619899210492,
36.76551980455575
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "005",
"COUNTYNS": "00424204",
"AFFGEOID": "0500000US17005",
"GEOID": "17005",
"NAME": "Bond",
"LSAD": "06",
"ALAND": 984918649,
"AWATER": 6426353
},
"geometry": {
"type": "Point",
"coordinates": [
-89.4715939,
38.91683459907763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "025",
"COUNTYNS": "00399408",
"AFFGEOID": "0500000US16025",
"GEOID": "16025",
"NAME": "Camas",
"LSAD": "06",
"ALAND": 2782253889,
"AWATER": 11548052
},
"geometry": {
"type": "Point",
"coordinates": [
-114.72244264705884,
43.532321057881475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "169",
"COUNTYNS": "01648581",
"AFFGEOID": "0500000US47169",
"GEOID": "47169",
"NAME": "Trousdale",
"LSAD": "06",
"ALAND": 296143587,
"AWATER": 5960710
},
"geometry": {
"type": "Point",
"coordinates": [
-86.1593474,
36.38569139909864
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "177",
"COUNTYNS": "01785076",
"AFFGEOID": "0500000US17177",
"GEOID": "17177",
"NAME": "Stephenson",
"LSAD": "06",
"ALAND": 1462175613,
"AWATER": 1385929
},
"geometry": {
"type": "Point",
"coordinates": [
-89.68859585741303,
42.36197407602461
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "057",
"COUNTYNS": "01034233",
"AFFGEOID": "0500000US38057",
"GEOID": "38057",
"NAME": "Mercer",
"LSAD": "06",
"ALAND": 2701236315,
"AWATER": 180102277
},
"geometry": {
"type": "Point",
"coordinates": [
-101.72153766666669,
47.35026849906009
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "067",
"COUNTYNS": "00974132",
"AFFGEOID": "0500000US36067",
"GEOID": "36067",
"NAME": "Onondaga",
"LSAD": "06",
"ALAND": 2016012328,
"AWATER": 70528316
},
"geometry": {
"type": "Point",
"coordinates": [
-76.1986706923077,
43.0590978452127
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "193",
"COUNTYNS": "00465285",
"AFFGEOID": "0500000US19193",
"GEOID": "19193",
"NAME": "Woodbury",
"LSAD": "06",
"ALAND": 2260790978,
"AWATER": 12793719
},
"geometry": {
"type": "Point",
"coordinates": [
-96.2128815744813,
42.41807035129573
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "065",
"COUNTYNS": "01034205",
"AFFGEOID": "0500000US38065",
"GEOID": "38065",
"NAME": "Oliver",
"LSAD": "06",
"ALAND": 1871296135,
"AWATER": 22476236
},
"geometry": {
"type": "Point",
"coordinates": [
-101.20418488888889,
47.15824888794846
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "075",
"COUNTYNS": "00516884",
"AFFGEOID": "0500000US21075",
"GEOID": "21075",
"NAME": "Fulton",
"LSAD": "06",
"ALAND": 533358346,
"AWATER": 64084949
},
"geometry": {
"type": "Point",
"coordinates": [
-89.24976889960804,
36.5692018134883
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "159",
"COUNTYNS": "00465268",
"AFFGEOID": "0500000US19159",
"GEOID": "19159",
"NAME": "Ringgold",
"LSAD": "06",
"ALAND": 1386935176,
"AWATER": 8720332
},
"geometry": {
"type": "Point",
"coordinates": [
-94.22947591961879,
40.66542882442349
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "083",
"COUNTYNS": "00516888",
"AFFGEOID": "0500000US21083",
"GEOID": "21083",
"NAME": "Graves",
"LSAD": "06",
"ALAND": 1429025286,
"AWATER": 13047565
},
"geometry": {
"type": "Point",
"coordinates": [
-88.63882577289342,
36.685392037879374
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "083",
"COUNTYNS": "00399334",
"AFFGEOID": "0500000US16083",
"GEOID": "16083",
"NAME": "Twin Falls",
"LSAD": "06",
"ALAND": 4977213745,
"AWATER": 18063174
},
"geometry": {
"type": "Point",
"coordinates": [
-114.55071620093592,
42.49188299912859
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "175",
"COUNTYNS": "00465276",
"AFFGEOID": "0500000US19175",
"GEOID": "19175",
"NAME": "Union",
"LSAD": "06",
"ALAND": 1097235765,
"AWATER": 5575853
},
"geometry": {
"type": "Point",
"coordinates": [
-94.24240219999998,
41.0535989990655
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "065",
"COUNTYNS": "01639749",
"AFFGEOID": "0500000US47065",
"GEOID": "47065",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1404756919,
"AWATER": 86766886
},
"geometry": {
"type": "Point",
"coordinates": [
-85.16132203455262,
35.16369985558771
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "087",
"COUNTYNS": "01581104",
"AFFGEOID": "0500000US55087",
"GEOID": "55087",
"NAME": "Outagamie",
"LSAD": "06",
"ALAND": 1651321050,
"AWATER": 18205949
},
"geometry": {
"type": "Point",
"coordinates": [
-88.4549745,
44.41575562405694
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "023",
"COUNTYNS": "01711058",
"AFFGEOID": "0500000US24023",
"GEOID": "24023",
"NAME": "Garrett",
"LSAD": "06",
"ALAND": 1681276216,
"AWATER": 22324651
},
"geometry": {
"type": "Point",
"coordinates": [
-79.26754447067733,
39.46261429731916
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "159",
"COUNTYNS": "00424281",
"AFFGEOID": "0500000US17159",
"GEOID": "17159",
"NAME": "Richland",
"LSAD": "06",
"ALAND": 932444608,
"AWATER": 4863725
},
"geometry": {
"type": "Point",
"coordinates": [
-88.10833090000001,
38.68198389907928
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "005",
"COUNTYNS": "01622945",
"AFFGEOID": "0500000US26005",
"GEOID": "26005",
"NAME": "Allegan",
"LSAD": "06",
"ALAND": 2137372873,
"AWATER": 2610825889
},
"geometry": {
"type": "Point",
"coordinates": [
-86.02412619570361,
42.63994233593845
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "129",
"COUNTYNS": "01026329",
"AFFGEOID": "0500000US37129",
"GEOID": "37129",
"NAME": "New Hanover",
"LSAD": "06",
"ALAND": 497789754,
"AWATER": 353951640
},
"geometry": {
"type": "Point",
"coordinates": [
-77.85740403513998,
34.24175616648479
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "155",
"COUNTYNS": "00485041",
"AFFGEOID": "0500000US20155",
"GEOID": "20155",
"NAME": "Reno",
"LSAD": "06",
"ALAND": 3251326003,
"AWATER": 43423736
},
"geometry": {
"type": "Point",
"coordinates": [
-98.10355381818181,
37.963649635448355
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "041",
"COUNTYNS": "00465625",
"AFFGEOID": "0500000US19041",
"GEOID": "19041",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1469139466,
"AWATER": 13866649
},
"geometry": {
"type": "Point",
"coordinates": [
-95.15096825,
43.082467999058785
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "159",
"COUNTYNS": "01008583",
"AFFGEOID": "0500000US37159",
"GEOID": "37159",
"NAME": "Rowan",
"LSAD": "06",
"ALAND": 1324722118,
"AWATER": 32235596
},
"geometry": {
"type": "Point",
"coordinates": [
-80.48913407692308,
35.66765353756744
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "199",
"COUNTYNS": "00485060",
"AFFGEOID": "0500000US20199",
"GEOID": "20199",
"NAME": "Wallace",
"LSAD": "06",
"ALAND": 2366348295,
"AWATER": 140932
},
"geometry": {
"type": "Point",
"coordinates": [
-101.778192770798,
38.902057745676025
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "085",
"COUNTYNS": "01383828",
"AFFGEOID": "0500000US48085",
"GEOID": "48085",
"NAME": "Collin",
"LSAD": "06",
"ALAND": 2178638821,
"AWATER": 116470919
},
"geometry": {
"type": "Point",
"coordinates": [
-96.59331783333334,
33.14585899913581
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "075",
"COUNTYNS": "01383823",
"AFFGEOID": "0500000US48075",
"GEOID": "48075",
"NAME": "Childress",
"LSAD": "06",
"ALAND": 1803680231,
"AWATER": 44835076
},
"geometry": {
"type": "Point",
"coordinates": [
-100.1382984204965,
34.54014736197204
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "143",
"COUNTYNS": "01383857",
"AFFGEOID": "0500000US48143",
"GEOID": "48143",
"NAME": "Erath",
"LSAD": "06",
"ALAND": 2805191451,
"AWATER": 17394954
},
"geometry": {
"type": "Point",
"coordinates": [
-98.19943066666667,
32.164655415815936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "031",
"COUNTYNS": "00484985",
"AFFGEOID": "0500000US20031",
"GEOID": "20031",
"NAME": "Coffey",
"LSAD": "06",
"ALAND": 1623624044,
"AWATER": 70470775
},
"geometry": {
"type": "Point",
"coordinates": [
-95.789044875,
38.25171099908246
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "073",
"COUNTYNS": "00465225",
"AFFGEOID": "0500000US19073",
"GEOID": "19073",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1475260906,
"AWATER": 4255701
},
"geometry": {
"type": "Point",
"coordinates": [
-94.37737299999999,
42.03624716572832
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "207",
"COUNTYNS": "00485064",
"AFFGEOID": "0500000US20207",
"GEOID": "20207",
"NAME": "Woodson",
"LSAD": "06",
"ALAND": 1289347405,
"AWATER": 19251486
},
"geometry": {
"type": "Point",
"coordinates": [
-95.6967398,
37.87314939908544
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "189",
"COUNTYNS": "00465283",
"AFFGEOID": "0500000US19189",
"GEOID": "19189",
"NAME": "Winnebago",
"LSAD": "06",
"ALAND": 1037261944,
"AWATER": 3182052
},
"geometry": {
"type": "Point",
"coordinates": [
-93.73316913070319,
43.42980317297155
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "057",
"COUNTYNS": "01622971",
"AFFGEOID": "0500000US26057",
"GEOID": "26057",
"NAME": "Gratiot",
"LSAD": "06",
"ALAND": 1472084943,
"AWATER": 8383160
},
"geometry": {
"type": "Point",
"coordinates": [
-84.56598633333333,
43.2939088323917
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "111",
"COUNTYNS": "00485020",
"AFFGEOID": "0500000US20111",
"GEOID": "20111",
"NAME": "Lyon",
"LSAD": "06",
"ALAND": 2194957493,
"AWATER": 20562422
},
"geometry": {
"type": "Point",
"coordinates": [
-96.08633288888887,
38.44209855463661
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "195",
"COUNTYNS": "00465286",
"AFFGEOID": "0500000US19195",
"GEOID": "19195",
"NAME": "Worth",
"LSAD": "06",
"ALAND": 1036314926,
"AWATER": 4709127
},
"geometry": {
"type": "Point",
"coordinates": [
-93.22025503892979,
43.418202893752515
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "133",
"COUNTYNS": "00485030",
"AFFGEOID": "0500000US20133",
"GEOID": "20133",
"NAME": "Neosho",
"LSAD": "06",
"ALAND": 1480106489,
"AWATER": 16374155
},
"geometry": {
"type": "Point",
"coordinates": [
-95.28020842857143,
37.575069141945036
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "123",
"COUNTYNS": "01383844",
"AFFGEOID": "0500000US48123",
"GEOID": "48123",
"NAME": "DeWitt",
"LSAD": "06",
"ALAND": 2354237945,
"AWATER": 3919919
},
"geometry": {
"type": "Point",
"coordinates": [
-97.40222875,
29.065378249198264
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "143",
"COUNTYNS": "00516918",
"AFFGEOID": "0500000US21143",
"GEOID": "21143",
"NAME": "Lyon",
"LSAD": "06",
"ALAND": 553844796,
"AWATER": 110561084
},
"geometry": {
"type": "Point",
"coordinates": [
-88.12934509090907,
37.033123908183505
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "037",
"COUNTYNS": "01008544",
"AFFGEOID": "0500000US37037",
"GEOID": "37037",
"NAME": "Chatham",
"LSAD": "06",
"ALAND": 1765011149,
"AWATER": 71264075
},
"geometry": {
"type": "Point",
"coordinates": [
-79.13509760000001,
35.71445973243875
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "165",
"COUNTYNS": "00516929",
"AFFGEOID": "0500000US21165",
"GEOID": "21165",
"NAME": "Menifee",
"LSAD": "06",
"ALAND": 527283187,
"AWATER": 6084693
},
"geometry": {
"type": "Point",
"coordinates": [
-83.58693066666667,
37.95082559908481
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "085",
"COUNTYNS": "01622985",
"AFFGEOID": "0500000US26085",
"GEOID": "26085",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 1470022082,
"AWATER": 17522231
},
"geometry": {
"type": "Point",
"coordinates": [
-85.844945,
44.01948516572394
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "045",
"COUNTYNS": "00066852",
"AFFGEOID": "0500000US05045",
"GEOID": "05045",
"NAME": "Faulkner",
"LSAD": "06",
"ALAND": 1678176463,
"AWATER": 41765990
},
"geometry": {
"type": "Point",
"coordinates": [
-92.37529220000002,
35.08320593244556
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "027",
"COUNTYNS": "01008541",
"AFFGEOID": "0500000US37027",
"GEOID": "37027",
"NAME": "Caldwell",
"LSAD": "06",
"ALAND": 1222192511,
"AWATER": 7038401
},
"geometry": {
"type": "Point",
"coordinates": [
-81.53549592307692,
35.94313492217997
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "051",
"COUNTYNS": "00066855",
"AFFGEOID": "0500000US05051",
"GEOID": "05051",
"NAME": "Garland",
"LSAD": "06",
"ALAND": 1755290919,
"AWATER": 147383373
},
"geometry": {
"type": "Point",
"coordinates": [
-93.09616207692306,
34.62899015296354
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "053",
"COUNTYNS": "00066856",
"AFFGEOID": "0500000US05053",
"GEOID": "05053",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 1636384394,
"AWATER": 2896901
},
"geometry": {
"type": "Point",
"coordinates": [
-92.4067675,
34.29713299912131
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "083",
"COUNTYNS": "00974140",
"AFFGEOID": "0500000US36083",
"GEOID": "36083",
"NAME": "Rensselaer",
"LSAD": "06",
"ALAND": 1689815931,
"AWATER": 33569457
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5229861892097,
42.75779117965212
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "121",
"COUNTYNS": "01213690",
"AFFGEOID": "0500000US42121",
"GEOID": "42121",
"NAME": "Venango",
"LSAD": "06",
"ALAND": 1746388722,
"AWATER": 22148538
},
"geometry": {
"type": "Point",
"coordinates": [
-79.65624015384614,
41.4529889990638
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "193",
"COUNTYNS": "01383882",
"AFFGEOID": "0500000US48193",
"GEOID": "48193",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 2165008743,
"AWATER": 1238628
},
"geometry": {
"type": "Point",
"coordinates": [
-98.15023700000002,
31.716240856298608
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "067",
"COUNTYNS": "01034212",
"AFFGEOID": "0500000US38067",
"GEOID": "38067",
"NAME": "Pembina",
"LSAD": "06",
"ALAND": 2897408189,
"AWATER": 7010908
},
"geometry": {
"type": "Point",
"coordinates": [
-97.38919484968848,
48.76142652589401
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "520",
"COUNTYNS": "01498416",
"AFFGEOID": "0500000US51520",
"GEOID": "51520",
"NAME": "Bristol",
"LSAD": "25",
"ALAND": 33420181,
"AWATER": 322409
},
"geometry": {
"type": "Point",
"coordinates": [
-82.15589703938781,
36.62477678745342
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "053",
"COUNTYNS": "00835848",
"AFFGEOID": "0500000US31053",
"GEOID": "31053",
"NAME": "Dodge",
"LSAD": "06",
"ALAND": 1370405061,
"AWATER": 35956200
},
"geometry": {
"type": "Point",
"coordinates": [
-96.59650690000001,
41.553430299063415
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "027",
"COUNTYNS": "00835835",
"AFFGEOID": "0500000US31027",
"GEOID": "31027",
"NAME": "Cedar",
"LSAD": "06",
"ALAND": 1917219988,
"AWATER": 14513825
},
"geometry": {
"type": "Point",
"coordinates": [
-97.26830162543086,
42.70799035364793
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "177",
"COUNTYNS": "00758543",
"AFFGEOID": "0500000US29177",
"GEOID": "29177",
"NAME": "Ray",
"LSAD": "06",
"ALAND": 1473200436,
"AWATER": 13287170
},
"geometry": {
"type": "Point",
"coordinates": [
-94.02371827272728,
39.27332245362071
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "085",
"COUNTYNS": "01008560",
"AFFGEOID": "0500000US37085",
"GEOID": "37085",
"NAME": "Harnett",
"LSAD": "06",
"ALAND": 1541116844,
"AWATER": 16361414
},
"geometry": {
"type": "Point",
"coordinates": [
-78.83657116666667,
35.340182332442716
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "105",
"COUNTYNS": "01008567",
"AFFGEOID": "0500000US37105",
"GEOID": "37105",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 660580685,
"AWATER": 10752017
},
"geometry": {
"type": "Point",
"coordinates": [
-79.21405114285714,
35.48102228482216
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "055",
"COUNTYNS": "01581087",
"AFFGEOID": "0500000US55055",
"GEOID": "55055",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1441198727,
"AWATER": 68095317
},
"geometry": {
"type": "Point",
"coordinates": [
-88.754404875,
42.95440424905908
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "181",
"COUNTYNS": "00516937",
"AFFGEOID": "0500000US21181",
"GEOID": "21181",
"NAME": "Nicholas",
"LSAD": "06",
"ALAND": 505465376,
"AWATER": 4302413
},
"geometry": {
"type": "Point",
"coordinates": [
-83.9922057,
38.33487939908183
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "043",
"COUNTYNS": "00659467",
"AFFGEOID": "0500000US27043",
"GEOID": "27043",
"NAME": "Faribault",
"LSAD": "06",
"ALAND": 1845301801,
"AWATER": 24422161
},
"geometry": {
"type": "Point",
"coordinates": [
-93.92874229017957,
43.64899456614205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "153",
"COUNTYNS": "01008581",
"AFFGEOID": "0500000US37153",
"GEOID": "37153",
"NAME": "Richmond",
"LSAD": "06",
"ALAND": 1226882608,
"AWATER": 15537990
},
"geometry": {
"type": "Point",
"coordinates": [
-79.756158545489,
35.00508245101843
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "219",
"COUNTYNS": "00516956",
"AFFGEOID": "0500000US21219",
"GEOID": "21219",
"NAME": "Todd",
"LSAD": "06",
"ALAND": 969941707,
"AWATER": 6629026
},
"geometry": {
"type": "Point",
"coordinates": [
-87.17909999186035,
36.850744514093584
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "051",
"COUNTYNS": "00424227",
"AFFGEOID": "0500000US17051",
"GEOID": "17051",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 1855687602,
"AWATER": 22942188
},
"geometry": {
"type": "Point",
"coordinates": [
-89.06186584615383,
38.98219615292334
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "053",
"COUNTYNS": "00424228",
"AFFGEOID": "0500000US17053",
"GEOID": "17053",
"NAME": "Ford",
"LSAD": "06",
"ALAND": 1257719718,
"AWATER": 1640286
},
"geometry": {
"type": "Point",
"coordinates": [
-88.1984869,
40.5915802990677
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "233",
"COUNTYNS": "00516963",
"AFFGEOID": "0500000US21233",
"GEOID": "21233",
"NAME": "Webster",
"LSAD": "06",
"ALAND": 859730022,
"AWATER": 9613810
},
"geometry": {
"type": "Point",
"coordinates": [
-87.68213763636363,
37.49514545363401
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "129",
"COUNTYNS": "01383850",
"AFFGEOID": "0500000US48129",
"GEOID": "48129",
"NAME": "Donley",
"LSAD": "06",
"ALAND": 2400623972,
"AWATER": 15954005
},
"geometry": {
"type": "Point",
"coordinates": [
-100.84033000000001,
34.92190679911404
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "057",
"COUNTYNS": "01008548",
"AFFGEOID": "0500000US37057",
"GEOID": "37057",
"NAME": "Davidson",
"LSAD": "06",
"ALAND": 1432711780,
"AWATER": 37452228
},
"geometry": {
"type": "Point",
"coordinates": [
-80.27830233333333,
35.79651013243789
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "013",
"COUNTYNS": "01265785",
"AFFGEOID": "0500000US46013",
"GEOID": "46013",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 4436728163,
"AWATER": 46414610
},
"geometry": {
"type": "Point",
"coordinates": [
-98.38918366848243,
45.6743189452579
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "001",
"COUNTYNS": "01245666",
"AFFGEOID": "0500000US45001",
"GEOID": "45001",
"NAME": "Abbeville",
"LSAD": "06",
"ALAND": 1270337025,
"AWATER": 53126680
},
"geometry": {
"type": "Point",
"coordinates": [
-82.43880248179575,
34.218549800909955
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "125",
"COUNTYNS": "01265770",
"AFFGEOID": "0500000US46125",
"GEOID": "46125",
"NAME": "Turner",
"LSAD": "06",
"ALAND": 1598188427,
"AWATER": 1636386
},
"geometry": {
"type": "Point",
"coordinates": [
-97.15716985714286,
43.2865354276298
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "005",
"COUNTYNS": "01266986",
"AFFGEOID": "0500000US46005",
"GEOID": "46005",
"NAME": "Beadle",
"LSAD": "06",
"ALAND": 3260045596,
"AWATER": 15805388
},
"geometry": {
"type": "Point",
"coordinates": [
-98.18270885714285,
44.43284528477123
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "033",
"COUNTYNS": "00516863",
"AFFGEOID": "0500000US21033",
"GEOID": "21033",
"NAME": "Caldwell",
"LSAD": "06",
"ALAND": 893006262,
"AWATER": 8700648
},
"geometry": {
"type": "Point",
"coordinates": [
-87.86313258333332,
37.16275841575811
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "103",
"COUNTYNS": "01266995",
"AFFGEOID": "0500000US46103",
"GEOID": "46103",
"NAME": "Pennington",
"LSAD": "06",
"ALAND": 7191808178,
"AWATER": 19906989
},
"geometry": {
"type": "Point",
"coordinates": [
-102.6097085094578,
44.050042409319246
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "039",
"COUNTYNS": "01265781",
"AFFGEOID": "0500000US46039",
"GEOID": "46039",
"NAME": "Deuel",
"LSAD": "06",
"ALAND": 1612756368,
"AWATER": 36065238
},
"geometry": {
"type": "Point",
"coordinates": [
-96.63859823463615,
44.75470672564135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "015",
"COUNTYNS": "01247985",
"AFFGEOID": "0500000US45015",
"GEOID": "45015",
"NAME": "Berkeley",
"LSAD": "06",
"ALAND": 2845745102,
"AWATER": 338007534
},
"geometry": {
"type": "Point",
"coordinates": [
-79.98666262500001,
33.13285520746931
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "019",
"COUNTYNS": "01383795",
"AFFGEOID": "0500000US48019",
"GEOID": "48019",
"NAME": "Bandera",
"LSAD": "06",
"ALAND": 2048666851,
"AWATER": 17288354
},
"geometry": {
"type": "Point",
"coordinates": [
-99.11801009999999,
29.698725299187447
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "023",
"COUNTYNS": "01213663",
"AFFGEOID": "0500000US42023",
"GEOID": "42023",
"NAME": "Cameron",
"LSAD": "06",
"ALAND": 1026229553,
"AWATER": 5664041
},
"geometry": {
"type": "Point",
"coordinates": [
-78.2066957,
41.44122109906384
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "063",
"COUNTYNS": "01648576",
"AFFGEOID": "0500000US47063",
"GEOID": "47063",
"NAME": "Hamblen",
"LSAD": "06",
"ALAND": 417438540,
"AWATER": 37890290
},
"geometry": {
"type": "Point",
"coordinates": [
-83.25690828571427,
36.19509392767194
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "027",
"COUNTYNS": "01247990",
"AFFGEOID": "0500000US45027",
"GEOID": "45027",
"NAME": "Clarendon",
"LSAD": "06",
"ALAND": 1571964062,
"AWATER": 229790157
},
"geometry": {
"type": "Point",
"coordinates": [
-80.189175875,
33.691515936628754
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "087",
"COUNTYNS": "01265773",
"AFFGEOID": "0500000US46087",
"GEOID": "46087",
"NAME": "McCook",
"LSAD": "06",
"ALAND": 1487182081,
"AWATER": 6898508
},
"geometry": {
"type": "Point",
"coordinates": [
-97.37416816666666,
43.67414166572439
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "073",
"COUNTYNS": "01265778",
"AFFGEOID": "0500000US46073",
"GEOID": "46073",
"NAME": "Jerauld",
"LSAD": "06",
"ALAND": 1362808091,
"AWATER": 16668604
},
"geometry": {
"type": "Point",
"coordinates": [
-98.67078733333333,
44.066332665723884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "099",
"COUNTYNS": "01265772",
"AFFGEOID": "0500000US46099",
"GEOID": "46099",
"NAME": "Minnehaha",
"LSAD": "06",
"ALAND": 2089691696,
"AWATER": 18198505
},
"geometry": {
"type": "Point",
"coordinates": [
-96.75381057179578,
43.637337610685066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "063",
"COUNTYNS": "00424233",
"AFFGEOID": "0500000US17063",
"GEOID": "17063",
"NAME": "Grundy",
"LSAD": "06",
"ALAND": 1082840997,
"AWATER": 32125709
},
"geometry": {
"type": "Point",
"coordinates": [
-88.346319,
41.27655299906454
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "005",
"COUNTYNS": "01448017",
"AFFGEOID": "0500000US49005",
"GEOID": "49005",
"NAME": "Cache",
"LSAD": "06",
"ALAND": 3016670856,
"AWATER": 21097698
},
"geometry": {
"type": "Point",
"coordinates": [
-111.77867409148383,
41.750187825686936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "079",
"COUNTYNS": "00659485",
"AFFGEOID": "0500000US27079",
"GEOID": "27079",
"NAME": "Le Sueur",
"LSAD": "06",
"ALAND": 1162055133,
"AWATER": 65130232
},
"geometry": {
"type": "Point",
"coordinates": [
-93.8280693,
44.353433999056975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "003",
"COUNTYNS": "01675170",
"AFFGEOID": "0500000US51003",
"GEOID": "51003",
"NAME": "Albemarle",
"LSAD": "06",
"ALAND": 1866002205,
"AWATER": 14235728
},
"geometry": {
"type": "Point",
"coordinates": [
-78.52729525,
38.02176869908425
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "135",
"COUNTYNS": "01639781",
"AFFGEOID": "0500000US47135",
"GEOID": "47135",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 1074185963,
"AWATER": 21034745
},
"geometry": {
"type": "Point",
"coordinates": [
-87.8827402142857,
35.628748284820595
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "147",
"COUNTYNS": "01639786",
"AFFGEOID": "0500000US47147",
"GEOID": "47147",
"NAME": "Robertson",
"LSAD": "06",
"ALAND": 1233605511,
"AWATER": 451691
},
"geometry": {
"type": "Point",
"coordinates": [
-86.88778639407537,
36.51686801894824
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "009",
"COUNTYNS": "00758459",
"AFFGEOID": "0500000US29009",
"GEOID": "29009",
"NAME": "Barry",
"LSAD": "06",
"ALAND": 2015661187,
"AWATER": 32940075
},
"geometry": {
"type": "Point",
"coordinates": [
-93.81168590259202,
36.67376137914941
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "037",
"COUNTYNS": "01492442",
"AFFGEOID": "0500000US51037",
"GEOID": "51037",
"NAME": "Charlotte",
"LSAD": "06",
"ALAND": 1230994495,
"AWATER": 5824992
},
"geometry": {
"type": "Point",
"coordinates": [
-78.70464857142858,
37.03173257052118
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "179",
"COUNTYNS": "01639797",
"AFFGEOID": "0500000US47179",
"GEOID": "47179",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 845605969,
"AWATER": 8635314
},
"geometry": {
"type": "Point",
"coordinates": [
-82.5141225,
36.308887832432724
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "107",
"COUNTYNS": "01581114",
"AFFGEOID": "0500000US55107",
"GEOID": "55107",
"NAME": "Rusk",
"LSAD": "06",
"ALAND": 2366092049,
"AWATER": 44813688
},
"geometry": {
"type": "Point",
"coordinates": [
-91.04828383333334,
45.436234499056916
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "013",
"COUNTYNS": "01480097",
"AFFGEOID": "0500000US51013",
"GEOID": "51013",
"NAME": "Arlington",
"LSAD": "06",
"ALAND": 67362395,
"AWATER": 244142
},
"geometry": {
"type": "Point",
"coordinates": [
-77.10373115075163,
38.87978487569106
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "079",
"COUNTYNS": "01249299",
"AFFGEOID": "0500000US45079",
"GEOID": "45079",
"NAME": "Richland",
"LSAD": "06",
"ALAND": 1960994034,
"AWATER": 37854754
},
"geometry": {
"type": "Point",
"coordinates": [
-80.92537510000002,
34.05407434912426
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "065",
"COUNTYNS": "01494061",
"AFFGEOID": "0500000US51065",
"GEOID": "51065",
"NAME": "Fluvanna",
"LSAD": "06",
"ALAND": 743630411,
"AWATER": 10746124
},
"geometry": {
"type": "Point",
"coordinates": [
-78.25145933333333,
37.819487221308094
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "043",
"COUNTYNS": "01690562",
"AFFGEOID": "0500000US51043",
"GEOID": "51043",
"NAME": "Clarke",
"LSAD": "06",
"ALAND": 455661684,
"AWATER": 5693068
},
"geometry": {
"type": "Point",
"coordinates": [
-78.00398181046684,
39.099747238332746
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "067",
"COUNTYNS": "01155137",
"AFFGEOID": "0500000US41067",
"GEOID": "41067",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1875846816,
"AWATER": 6127010
},
"geometry": {
"type": "Point",
"coordinates": [
-123.08387521052631,
45.542937314846455
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "103",
"COUNTYNS": "00659497",
"AFFGEOID": "0500000US27103",
"GEOID": "27103",
"NAME": "Nicollet",
"LSAD": "06",
"ALAND": 1161921138,
"AWATER": 47467472
},
"geometry": {
"type": "Point",
"coordinates": [
-94.28799819999999,
44.33832219905698
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "107",
"COUNTYNS": "00659499",
"AFFGEOID": "0500000US27107",
"GEOID": "27107",
"NAME": "Norman",
"LSAD": "06",
"ALAND": 2260512389,
"AWATER": 10208057
},
"geometry": {
"type": "Point",
"coordinates": [
-96.56819988385292,
47.30090376218695
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "117",
"COUNTYNS": "00659504",
"AFFGEOID": "0500000US27117",
"GEOID": "27117",
"NAME": "Pipestone",
"LSAD": "06",
"ALAND": 1204488112,
"AWATER": 2348855
},
"geometry": {
"type": "Point",
"coordinates": [
-96.26079320849304,
44.08086232895676
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "055",
"COUNTYNS": "01383813",
"AFFGEOID": "0500000US48055",
"GEOID": "48055",
"NAME": "Caldwell",
"LSAD": "06",
"ALAND": 1412139126,
"AWATER": 4972802
},
"geometry": {
"type": "Point",
"coordinates": [
-97.67121523076922,
29.844239229954265
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "103",
"COUNTYNS": "01480139",
"AFFGEOID": "0500000US51103",
"GEOID": "51103",
"NAME": "Lancaster",
"LSAD": "06",
"ALAND": 345240091,
"AWATER": 254112966
},
"geometry": {
"type": "Point",
"coordinates": [
-76.44988709863925,
37.720503281040735
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "031",
"COUNTYNS": "01155132",
"AFFGEOID": "0500000US41031",
"GEOID": "41031",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 4615975255,
"AWATER": 26213922
},
"geometry": {
"type": "Point",
"coordinates": [
-121.25467005882353,
44.62869164611566
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "043",
"COUNTYNS": "00758476",
"AFFGEOID": "0500000US29043",
"GEOID": "29043",
"NAME": "Christian",
"LSAD": "06",
"ALAND": 1457243595,
"AWATER": 3012641
},
"geometry": {
"type": "Point",
"coordinates": [
-93.20622187500001,
36.99467724909294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "057",
"COUNTYNS": "00758483",
"AFFGEOID": "0500000US29057",
"GEOID": "29057",
"NAME": "Dade",
"LSAD": "06",
"ALAND": 1269123621,
"AWATER": 42069988
},
"geometry": {
"type": "Point",
"coordinates": [
-93.87952057142857,
37.3991304276608
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "053",
"COUNTYNS": "01213669",
"AFFGEOID": "0500000US42053",
"GEOID": "42053",
"NAME": "Forest",
"LSAD": "06",
"ALAND": 1106623935,
"AWATER": 8356610
},
"geometry": {
"type": "Point",
"coordinates": [
-79.25978246153846,
41.437114922140786
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "017",
"COUNTYNS": "00424210",
"AFFGEOID": "0500000US17017",
"GEOID": "17017",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 973345745,
"AWATER": 20581547
},
"geometry": {
"type": "Point",
"coordinates": [
-90.2805823,
39.997523499070844
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "055",
"COUNTYNS": "00485326",
"AFFGEOID": "0500000US20055",
"GEOID": "20055",
"NAME": "Finney",
"LSAD": "06",
"ALAND": 3372066557,
"AWATER": 1794398
},
"geometry": {
"type": "Point",
"coordinates": [
-100.66621877777777,
38.03982366575079
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "093",
"COUNTYNS": "00485011",
"AFFGEOID": "0500000US20093",
"GEOID": "20093",
"NAME": "Kearny",
"LSAD": "06",
"ALAND": 2254696682,
"AWATER": 1133601
},
"geometry": {
"type": "Point",
"coordinates": [
-101.29061185714285,
37.98879328479882
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "051",
"COUNTYNS": "00399751",
"AFFGEOID": "0500000US16051",
"GEOID": "16051",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 2832617277,
"AWATER": 31168379
},
"geometry": {
"type": "Point",
"coordinates": [
-112.21335846153846,
43.8181623836729
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "321",
"COUNTYNS": "00343365",
"AFFGEOID": "0500000US13321",
"GEOID": "13321",
"NAME": "Worth",
"LSAD": "06",
"ALAND": 1478123917,
"AWATER": 10485470
},
"geometry": {
"type": "Point",
"coordinates": [
-83.82564438888887,
31.566228610269068
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "091",
"COUNTYNS": "00835867",
"AFFGEOID": "0500000US31091",
"GEOID": "31091",
"NAME": "Hooker",
"LSAD": "06",
"ALAND": 1867796192,
"AWATER": 882994
},
"geometry": {
"type": "Point",
"coordinates": [
-101.18950620000001,
41.88140459906219
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "111",
"COUNTYNS": "01383841",
"AFFGEOID": "0500000US48111",
"GEOID": "48111",
"NAME": "Dallam",
"LSAD": "06",
"ALAND": 3893093470,
"AWATER": 5182189
},
"geometry": {
"type": "Point",
"coordinates": [
-102.682132,
36.32232839909928
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "069",
"COUNTYNS": "01213675",
"AFFGEOID": "0500000US42069",
"GEOID": "42069",
"NAME": "Lackawanna",
"LSAD": "06",
"ALAND": 1188217624,
"AWATER": 15896171
},
"geometry": {
"type": "Point",
"coordinates": [
-75.64880415384616,
41.35298776829498
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "083",
"COUNTYNS": "01210235",
"AFFGEOID": "0500000US42083",
"GEOID": "42083",
"NAME": "McKean",
"LSAD": "06",
"ALAND": 2536105992,
"AWATER": 13010718
},
"geometry": {
"type": "Point",
"coordinates": [
-78.51736666926545,
41.81164232989776
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "125",
"COUNTYNS": "00758516",
"AFFGEOID": "0500000US29125",
"GEOID": "29125",
"NAME": "Maries",
"LSAD": "06",
"ALAND": 1364869337,
"AWATER": 7636521
},
"geometry": {
"type": "Point",
"coordinates": [
-91.89238777777777,
38.13215199908338
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "107",
"COUNTYNS": "01639773",
"AFFGEOID": "0500000US47107",
"GEOID": "47107",
"NAME": "McMinn",
"LSAD": "06",
"ALAND": 1114009037,
"AWATER": 5340571
},
"geometry": {
"type": "Point",
"coordinates": [
-84.63369992307693,
35.38754469141658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "093",
"COUNTYNS": "01213681",
"AFFGEOID": "0500000US42093",
"GEOID": "42093",
"NAME": "Montour",
"LSAD": "06",
"ALAND": 337326240,
"AWATER": 5407948
},
"geometry": {
"type": "Point",
"coordinates": [
-76.6442969,
41.03286449906558
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "007",
"COUNTYNS": "01074017",
"AFFGEOID": "0500000US39007",
"GEOID": "39007",
"NAME": "Ashtabula",
"LSAD": "06",
"ALAND": 1818360011,
"AWATER": 1724498213
},
"geometry": {
"type": "Point",
"coordinates": [
-80.73693988835613,
41.77989284988284
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "087",
"COUNTYNS": "00835865",
"AFFGEOID": "0500000US31087",
"GEOID": "31087",
"NAME": "Hitchcock",
"LSAD": "06",
"ALAND": 1838742723,
"AWATER": 22103380
},
"geometry": {
"type": "Point",
"coordinates": [
-101.04254514678844,
40.151322763102925
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "011",
"COUNTYNS": "00758460",
"AFFGEOID": "0500000US29011",
"GEOID": "29011",
"NAME": "Barton",
"LSAD": "06",
"ALAND": 1533062380,
"AWATER": 12440434
},
"geometry": {
"type": "Point",
"coordinates": [
-94.34733602150918,
37.49987335303404
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "017",
"COUNTYNS": "01034226",
"AFFGEOID": "0500000US38017",
"GEOID": "38017",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 4571107601,
"AWATER": 7732062
},
"geometry": {
"type": "Point",
"coordinates": [
-97.05715341565468,
46.89881856893923
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "019",
"COUNTYNS": "00882228",
"AFFGEOID": "0500000US34019",
"GEOID": "34019",
"NAME": "Hunterdon",
"LSAD": "06",
"ALAND": 1108047582,
"AWATER": 24800279
},
"geometry": {
"type": "Point",
"coordinates": [
-74.96665630701031,
40.53829718070309
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "171",
"COUNTYNS": "01008587",
"AFFGEOID": "0500000US37171",
"GEOID": "37171",
"NAME": "Surry",
"LSAD": "06",
"ALAND": 1382436644,
"AWATER": 10286511
},
"geometry": {
"type": "Point",
"coordinates": [
-80.71214542509655,
36.406786013740685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "167",
"COUNTYNS": "01497573",
"AFFGEOID": "0500000US51167",
"GEOID": "51167",
"NAME": "Russell",
"LSAD": "06",
"ALAND": 1226378115,
"AWATER": 7588460
},
"geometry": {
"type": "Point",
"coordinates": [
-82.1091854375,
36.944339311593396
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "021",
"COUNTYNS": "00933055",
"AFFGEOID": "0500000US35021",
"GEOID": "35021",
"NAME": "Harding",
"LSAD": "06",
"ALAND": 5504963090,
"AWATER": 1162620
},
"geometry": {
"type": "Point",
"coordinates": [
-103.90575870588235,
35.89461511675064
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "151",
"COUNTYNS": "00659520",
"AFFGEOID": "0500000US27151",
"GEOID": "27151",
"NAME": "Swift",
"LSAD": "06",
"ALAND": 1921870987,
"AWATER": 26208987
},
"geometry": {
"type": "Point",
"coordinates": [
-95.73496200000001,
45.27457399905683
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "067",
"COUNTYNS": "01581093",
"AFFGEOID": "0500000US55067",
"GEOID": "55067",
"NAME": "Langlade",
"LSAD": "06",
"ALAND": 2254971901,
"AWATER": 44403904
},
"geometry": {
"type": "Point",
"coordinates": [
-89.04011738461538,
45.25844992213376
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "157",
"COUNTYNS": "00835900",
"AFFGEOID": "0500000US31157",
"GEOID": "31157",
"NAME": "Scotts Bluff",
"LSAD": "06",
"ALAND": 1915079274,
"AWATER": 15397684
},
"geometry": {
"type": "Point",
"coordinates": [
-103.66522862461872,
41.862052016052345
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "041",
"COUNTYNS": "01702369",
"AFFGEOID": "0500000US35041",
"GEOID": "35041",
"NAME": "Roosevelt",
"LSAD": "06",
"ALAND": 6335224660,
"AWATER": 18697914
},
"geometry": {
"type": "Point",
"coordinates": [
-103.46124484920484,
33.98823062631118
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "097",
"COUNTYNS": "00659494",
"AFFGEOID": "0500000US27097",
"GEOID": "27097",
"NAME": "Morrison",
"LSAD": "06",
"ALAND": 2913973124,
"AWATER": 73283119
},
"geometry": {
"type": "Point",
"coordinates": [
-94.29897823076923,
46.0587759990575
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "630",
"COUNTYNS": "01498425",
"AFFGEOID": "0500000US51630",
"GEOID": "51630",
"NAME": "Fredericksburg",
"LSAD": "25",
"ALAND": 27067954,
"AWATER": 178255
},
"geometry": {
"type": "Point",
"coordinates": [
-77.4940515,
38.2983582490821
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "003",
"COUNTYNS": "01034225",
"AFFGEOID": "0500000US38003",
"GEOID": "38003",
"NAME": "Barnes",
"LSAD": "06",
"ALAND": 3863107435,
"AWATER": 56591279
},
"geometry": {
"type": "Point",
"coordinates": [
-98.05132700000001,
46.94635712405909
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "660",
"COUNTYNS": "01498563",
"AFFGEOID": "0500000US51660",
"GEOID": "51660",
"NAME": "Harrisonburg",
"LSAD": "25",
"ALAND": 44890270,
"AWATER": 149190
},
"geometry": {
"type": "Point",
"coordinates": [
-78.87077079999999,
38.43394559908108
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "013",
"COUNTYNS": "00484976",
"AFFGEOID": "0500000US20013",
"GEOID": "20013",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 1478550074,
"AWATER": 3196147
},
"geometry": {
"type": "Point",
"coordinates": [
-95.600898160957,
39.82663527181696
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "045",
"COUNTYNS": "01605086",
"AFFGEOID": "0500000US56045",
"GEOID": "56045",
"NAME": "Weston",
"LSAD": "06",
"ALAND": 6210804109,
"AWATER": 5225498
},
"geometry": {
"type": "Point",
"coordinates": [
-104.37673820570343,
43.80717940013991
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "129",
"COUNTYNS": "01804545",
"AFFGEOID": "0500000US72129",
"GEOID": "72129",
"NAME": "San Lorenzo",
"LSAD": "13",
"ALAND": 137547974,
"AWATER": 256425
},
"geometry": {
"type": "Point",
"coordinates": [
-65.98162119999999,
18.14080149944108
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "127",
"COUNTYNS": "01804544",
"AFFGEOID": "0500000US72127",
"GEOID": "72127",
"NAME": "San Juan",
"LSAD": "13",
"ALAND": 124029911,
"AWATER": 75277891
},
"geometry": {
"type": "Point",
"coordinates": [
-66.06287809940986,
18.390826124155797
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "115",
"COUNTYNS": "00295741",
"AFFGEOID": "0500000US12115",
"GEOID": "12115",
"NAME": "Sarasota",
"LSAD": "06",
"ALAND": 1439588493,
"AWATER": 438890089
},
"geometry": {
"type": "Point",
"coordinates": [
-82.35562561931807,
27.170084109972496
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "135",
"COUNTYNS": "01784866",
"AFFGEOID": "0500000US17135",
"GEOID": "17135",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1822539611,
"AWATER": 15512963
},
"geometry": {
"type": "Point",
"coordinates": [
-89.4470887,
39.223563099075584
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "017",
"COUNTYNS": "00659454",
"AFFGEOID": "0500000US27017",
"GEOID": "27017",
"NAME": "Carlton",
"LSAD": "06",
"ALAND": 2230821123,
"AWATER": 36133708
},
"geometry": {
"type": "Point",
"coordinates": [
-92.54922913373805,
46.58766658287164
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "057",
"COUNTYNS": "00659474",
"AFFGEOID": "0500000US27057",
"GEOID": "27057",
"NAME": "Hubbard",
"LSAD": "06",
"ALAND": 2398071535,
"AWATER": 190599026
},
"geometry": {
"type": "Point",
"coordinates": [
-94.950280875,
47.140383124059554
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "101",
"COUNTYNS": "01034231",
"AFFGEOID": "0500000US38101",
"GEOID": "38101",
"NAME": "Ward",
"LSAD": "06",
"ALAND": 5214059942,
"AWATER": 110820843
},
"geometry": {
"type": "Point",
"coordinates": [
-101.78300905555555,
48.41044555461925
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "007",
"COUNTYNS": "00659449",
"AFFGEOID": "0500000US27007",
"GEOID": "27007",
"NAME": "Beltrami",
"LSAD": "06",
"ALAND": 6487120495,
"AWATER": 1426321738
},
"geometry": {
"type": "Point",
"coordinates": [
-95.03269055555554,
47.959411054617604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "001",
"COUNTYNS": "00663198",
"AFFGEOID": "0500000US27001",
"GEOID": "27001",
"NAME": "Aitkin",
"LSAD": "06",
"ALAND": 4718271444,
"AWATER": 449535492
},
"geometry": {
"type": "Point",
"coordinates": [
-93.44241816666665,
46.487277249058174
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "031",
"COUNTYNS": "01622958",
"AFFGEOID": "0500000US26031",
"GEOID": "26031",
"NAME": "Cheboygan",
"LSAD": "06",
"ALAND": 1852552031,
"AWATER": 440619039
},
"geometry": {
"type": "Point",
"coordinates": [
-84.47937227879636,
45.53199032165177
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "035",
"COUNTYNS": "01622960",
"AFFGEOID": "0500000US26035",
"GEOID": "26035",
"NAME": "Clare",
"LSAD": "06",
"ALAND": 1461741364,
"AWATER": 28501274
},
"geometry": {
"type": "Point",
"coordinates": [
-84.84841159999999,
44.02299859905728
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "001",
"COUNTYNS": "00450401",
"AFFGEOID": "0500000US18001",
"GEOID": "18001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 878079474,
"AWATER": 2429955
},
"geometry": {
"type": "Point",
"coordinates": [
-84.8919436861661,
40.739525587640344
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "021",
"COUNTYNS": "00161536",
"AFFGEOID": "0500000US01021",
"GEOID": "01021",
"NAME": "Chilton",
"LSAD": "06",
"ALAND": 1794478905,
"AWATER": 20590301
},
"geometry": {
"type": "Point",
"coordinates": [
-86.69364652941173,
32.83109023443412
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "127",
"COUNTYNS": "00069179",
"AFFGEOID": "0500000US05127",
"GEOID": "05127",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 2311063525,
"AWATER": 14887193
},
"geometry": {
"type": "Point",
"coordinates": [
-94.09748223799482,
34.86311425813714
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "029",
"COUNTYNS": "00465204",
"AFFGEOID": "0500000US19029",
"GEOID": "19029",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 1461450798,
"AWATER": 1758815
},
"geometry": {
"type": "Point",
"coordinates": [
-94.94669133333333,
41.33164633239763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "840",
"COUNTYNS": "01789077",
"AFFGEOID": "0500000US51840",
"GEOID": "51840",
"NAME": "Winchester",
"LSAD": "25",
"ALAND": 23809486,
"AWATER": 54462
},
"geometry": {
"type": "Point",
"coordinates": [
-78.1794768,
39.16625399907595
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "003",
"COUNTYNS": "00484971",
"AFFGEOID": "0500000US20003",
"GEOID": "20003",
"NAME": "Anderson",
"LSAD": "06",
"ALAND": 1501277564,
"AWATER": 10586104
},
"geometry": {
"type": "Point",
"coordinates": [
-95.29275125000001,
38.21403974908276
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "099",
"COUNTYNS": "01074062",
"AFFGEOID": "0500000US39099",
"GEOID": "39099",
"NAME": "Mahoning",
"LSAD": "06",
"ALAND": 1065795297,
"AWATER": 35434368
},
"geometry": {
"type": "Point",
"coordinates": [
-80.77036708487539,
40.98924102468263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "039",
"COUNTYNS": "00465209",
"AFFGEOID": "0500000US19039",
"GEOID": "19039",
"NAME": "Clarke",
"LSAD": "06",
"ALAND": 1116716130,
"AWATER": 1524746
},
"geometry": {
"type": "Point",
"coordinates": [
-93.80518283333333,
41.07200066573208
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "111",
"COUNTYNS": "00450376",
"AFFGEOID": "0500000US18111",
"GEOID": "18111",
"NAME": "Newton",
"LSAD": "06",
"ALAND": 1040539918,
"AWATER": 4349506
},
"geometry": {
"type": "Point",
"coordinates": [
-87.44609474431216,
40.993966479553144
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "055",
"COUNTYNS": "00465216",
"AFFGEOID": "0500000US19055",
"GEOID": "19055",
"NAME": "Delaware",
"LSAD": "06",
"ALAND": 1496278852,
"AWATER": 3185282
},
"geometry": {
"type": "Point",
"coordinates": [
-91.3660296,
42.43568619906041
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "149",
"COUNTYNS": "00069908",
"AFFGEOID": "0500000US05149",
"GEOID": "05149",
"NAME": "Yell",
"LSAD": "06",
"ALAND": 2409046726,
"AWATER": 48482972
},
"geometry": {
"type": "Point",
"coordinates": [
-93.30870399999999,
35.04906782264203
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "109",
"COUNTYNS": "01074067",
"AFFGEOID": "0500000US39109",
"GEOID": "39109",
"NAME": "Miami",
"LSAD": "06",
"ALAND": 1053028461,
"AWATER": 7967436
},
"geometry": {
"type": "Point",
"coordinates": [
-84.18775699999999,
40.028649624070674
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "283",
"COUNTYNS": "01383924",
"AFFGEOID": "0500000US48283",
"GEOID": "48283",
"NAME": "La Salle",
"LSAD": "06",
"ALAND": 3850545746,
"AWATER": 19503743
},
"geometry": {
"type": "Point",
"coordinates": [
-99.097240875,
28.328491374211332
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "069",
"COUNTYNS": "00465223",
"AFFGEOID": "0500000US19069",
"GEOID": "19069",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1507301123,
"AWATER": 1428932
},
"geometry": {
"type": "Point",
"coordinates": [
-93.26256149999999,
42.73264274905961
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "113",
"COUNTYNS": "01784833",
"AFFGEOID": "0500000US17113",
"GEOID": "17113",
"NAME": "McLean",
"LSAD": "06",
"ALAND": 3064581023,
"AWATER": 7842778
},
"geometry": {
"type": "Point",
"coordinates": [
-88.87202600000002,
40.48209849906824
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "311",
"COUNTYNS": "01383947",
"AFFGEOID": "0500000US48311",
"GEOID": "48311",
"NAME": "McMullen",
"LSAD": "06",
"ALAND": 2952065876,
"AWATER": 43985815
},
"geometry": {
"type": "Point",
"coordinates": [
-98.56810933333332,
28.370975332543906
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "119",
"COUNTYNS": "01074072",
"AFFGEOID": "0500000US39119",
"GEOID": "39119",
"NAME": "Muskingum",
"LSAD": "06",
"ALAND": 1721328762,
"AWATER": 20656658
},
"geometry": {
"type": "Point",
"coordinates": [
-81.98647515384616,
39.92163046060974
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "121",
"COUNTYNS": "01074073",
"AFFGEOID": "0500000US39121",
"GEOID": "39121",
"NAME": "Noble",
"LSAD": "06",
"ALAND": 1030846457,
"AWATER": 16984489
},
"geometry": {
"type": "Point",
"coordinates": [
-81.4770407222222,
39.76015955462778
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "193",
"COUNTYNS": "00485057",
"AFFGEOID": "0500000US20193",
"GEOID": "20193",
"NAME": "Thomas",
"LSAD": "06",
"ALAND": 2783425154,
"AWATER": 288241
},
"geometry": {
"type": "Point",
"coordinates": [
-100.96250416666665,
39.35105066574143
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "101",
"COUNTYNS": "00465239",
"AFFGEOID": "0500000US19101",
"GEOID": "19101",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1127999784,
"AWATER": 3524824
},
"geometry": {
"type": "Point",
"coordinates": [
-91.94776780000001,
41.05797099906547
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "105",
"COUNTYNS": "00198168",
"AFFGEOID": "0500000US08105",
"GEOID": "08105",
"NAME": "Rio Grande",
"LSAD": "06",
"ALAND": 2361956102,
"AWATER": 984295
},
"geometry": {
"type": "Point",
"coordinates": [
-106.50573424999999,
37.62984762408744
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "125",
"COUNTYNS": "00465251",
"AFFGEOID": "0500000US19125",
"GEOID": "19125",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1436124182,
"AWATER": 41487001
},
"geometry": {
"type": "Point",
"coordinates": [
-93.13755266666668,
41.33164316573097
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "381",
"COUNTYNS": "01383976",
"AFFGEOID": "0500000US48381",
"GEOID": "48381",
"NAME": "Randall",
"LSAD": "06",
"ALAND": 2361843607,
"AWATER": 27235708
},
"geometry": {
"type": "Point",
"coordinates": [
-101.9174002,
34.921921199114045
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "149",
"COUNTYNS": "00465263",
"AFFGEOID": "0500000US19149",
"GEOID": "19149",
"NAME": "Plymouth",
"LSAD": "06",
"ALAND": 2234715192,
"AWATER": 2176851
},
"geometry": {
"type": "Point",
"coordinates": [
-96.42205558081731,
42.74797744651123
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "081",
"COUNTYNS": "00351607",
"AFFGEOID": "0500000US13081",
"GEOID": "13081",
"NAME": "Crisp",
"LSAD": "06",
"ALAND": 705921217,
"AWATER": 21739092
},
"geometry": {
"type": "Point",
"coordinates": [
-83.80623555555556,
31.902719888041904
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "129",
"COUNTYNS": "00465253",
"AFFGEOID": "0500000US19129",
"GEOID": "19129",
"NAME": "Mills",
"LSAD": "06",
"ALAND": 1132950323,
"AWATER": 8306492
},
"geometry": {
"type": "Point",
"coordinates": [
-95.76130791916952,
41.01790726445044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "399",
"COUNTYNS": "01383985",
"AFFGEOID": "0500000US48399",
"GEOID": "48399",
"NAME": "Runnels",
"LSAD": "06",
"ALAND": 2721934030,
"AWATER": 15930084
},
"geometry": {
"type": "Point",
"coordinates": [
-100.05764214285715,
31.81132728486865
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "227",
"COUNTYNS": "00516960",
"AFFGEOID": "0500000US21227",
"GEOID": "21227",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 1402737947,
"AWATER": 15447169
},
"geometry": {
"type": "Point",
"coordinates": [
-86.39822284615385,
36.99637830678524
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "103",
"COUNTYNS": "00350219",
"AFFGEOID": "0500000US13103",
"GEOID": "13103",
"NAME": "Effingham",
"LSAD": "06",
"ALAND": 1237281310,
"AWATER": 13464072
},
"geometry": {
"type": "Point",
"coordinates": [
-81.30986380260006,
32.36568710586582
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "185",
"COUNTYNS": "00465281",
"AFFGEOID": "0500000US19185",
"GEOID": "19185",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1360940440,
"AWATER": 4347639
},
"geometry": {
"type": "Point",
"coordinates": [
-93.30913616239789,
40.671999141209405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "445",
"COUNTYNS": "01384008",
"AFFGEOID": "0500000US48445",
"GEOID": "48445",
"NAME": "Terry",
"LSAD": "06",
"ALAND": 2302083289,
"AWATER": 5443861
},
"geometry": {
"type": "Point",
"coordinates": [
-102.3101044,
33.131112799136005
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "155",
"COUNTYNS": "01074089",
"AFFGEOID": "0500000US39155",
"GEOID": "39155",
"NAME": "Trumbull",
"LSAD": "06",
"ALAND": 1600938408,
"AWATER": 47766218
},
"geometry": {
"type": "Point",
"coordinates": [
-80.76102367419382,
41.329181587874615
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "035",
"COUNTYNS": "00424219",
"AFFGEOID": "0500000US17035",
"GEOID": "17035",
"NAME": "Cumberland",
"LSAD": "06",
"ALAND": 896203087,
"AWATER": 2531272
},
"geometry": {
"type": "Point",
"coordinates": [
-88.298857,
39.24750299907541
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "153",
"COUNTYNS": "01671693",
"AFFGEOID": "0500000US13153",
"GEOID": "13153",
"NAME": "Houston",
"LSAD": "06",
"ALAND": 972671487,
"AWATER": 11319233
},
"geometry": {
"type": "Point",
"coordinates": [
-83.67681006250001,
32.47165231164494
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "463",
"COUNTYNS": "01384017",
"AFFGEOID": "0500000US48463",
"GEOID": "48463",
"NAME": "Uvalde",
"LSAD": "06",
"ALAND": 4019521039,
"AWATER": 17320583
},
"geometry": {
"type": "Point",
"coordinates": [
-99.77775316666667,
29.446517665858398
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "025",
"COUNTYNS": "01074025",
"AFFGEOID": "0500000US39025",
"GEOID": "39025",
"NAME": "Clermont",
"LSAD": "06",
"ALAND": 1170958177,
"AWATER": 19831170
},
"geometry": {
"type": "Point",
"coordinates": [
-84.21238162996521,
39.00781131517069
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "483",
"COUNTYNS": "01384027",
"AFFGEOID": "0500000US48483",
"GEOID": "48483",
"NAME": "Wheeler",
"LSAD": "06",
"ALAND": 2368603585,
"AWATER": 2481258
},
"geometry": {
"type": "Point",
"coordinates": [
-100.2160603688286,
35.40532419677059
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "231",
"COUNTYNS": "00346482",
"AFFGEOID": "0500000US13231",
"GEOID": "13231",
"NAME": "Pike",
"LSAD": "06",
"ALAND": 559659548,
"AWATER": 8596853
},
"geometry": {
"type": "Point",
"coordinates": [
-84.39314422222222,
33.07159088802567
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "027",
"COUNTYNS": "01074026",
"AFFGEOID": "0500000US39027",
"GEOID": "39027",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 1058487159,
"AWATER": 9351754
},
"geometry": {
"type": "Point",
"coordinates": [
-83.78660430000001,
39.38098689907456
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "117",
"COUNTYNS": "01673358",
"AFFGEOID": "0500000US13117",
"GEOID": "13117",
"NAME": "Forsyth",
"LSAD": "06",
"ALAND": 580598432,
"AWATER": 59439960
},
"geometry": {
"type": "Point",
"coordinates": [
-84.11293136363636,
34.195466635486156
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "113",
"COUNTYNS": "01687740",
"AFFGEOID": "0500000US13113",
"GEOID": "13113",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 503420105,
"AWATER": 12825183
},
"geometry": {
"type": "Point",
"coordinates": [
-84.4788188,
33.43854359913197
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "177",
"COUNTYNS": "00343390",
"AFFGEOID": "0500000US13177",
"GEOID": "13177",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 921722888,
"AWATER": 15318763
},
"geometry": {
"type": "Point",
"coordinates": [
-84.1452249,
31.786385299154705
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "303",
"COUNTYNS": "01383937",
"AFFGEOID": "0500000US48303",
"GEOID": "48303",
"NAME": "Lubbock",
"LSAD": "06",
"ALAND": 2319602826,
"AWATER": 13205756
},
"geometry": {
"type": "Point",
"coordinates": [
-101.82053149999998,
33.609867999129804
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "285",
"COUNTYNS": "01383928",
"AFFGEOID": "0500000US48285",
"GEOID": "48285",
"NAME": "Lavaca",
"LSAD": "06",
"ALAND": 2511535250,
"AWATER": 1882216
},
"geometry": {
"type": "Point",
"coordinates": [
-96.93201977777777,
29.396654554748124
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "321",
"COUNTYNS": "01383943",
"AFFGEOID": "0500000US48321",
"GEOID": "48321",
"NAME": "Matagorda",
"LSAD": "06",
"ALAND": 2830586532,
"AWATER": 1345801461
},
"geometry": {
"type": "Point",
"coordinates": [
-95.9401631975669,
28.806104584907253
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "025",
"COUNTYNS": "00063760",
"AFFGEOID": "0500000US05025",
"GEOID": "05025",
"NAME": "Cleveland",
"LSAD": "06",
"ALAND": 1548252545,
"AWATER": 2500346
},
"geometry": {
"type": "Point",
"coordinates": [
-92.22702633333331,
33.89692974912618
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "093",
"COUNTYNS": "00659492",
"AFFGEOID": "0500000US27093",
"GEOID": "27093",
"NAME": "Meeker",
"LSAD": "06",
"ALAND": 1575108557,
"AWATER": 94852453
},
"geometry": {
"type": "Point",
"coordinates": [
-94.4706414,
45.152798999056806
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "071",
"COUNTYNS": "01074048",
"AFFGEOID": "0500000US39071",
"GEOID": "39071",
"NAME": "Highland",
"LSAD": "06",
"ALAND": 1432479993,
"AWATER": 12194983
},
"geometry": {
"type": "Point",
"coordinates": [
-83.59198166666665,
39.1992134157424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "091",
"COUNTYNS": "00198161",
"AFFGEOID": "0500000US08091",
"GEOID": "08091",
"NAME": "Ouray",
"LSAD": "06",
"ALAND": 1402719352,
"AWATER": 1599543
},
"geometry": {
"type": "Point",
"coordinates": [
-107.7758806,
38.10286113241694
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "397",
"COUNTYNS": "01383984",
"AFFGEOID": "0500000US48397",
"GEOID": "48397",
"NAME": "Rockwall",
"LSAD": "06",
"ALAND": 329205133,
"AWATER": 56076769
},
"geometry": {
"type": "Point",
"coordinates": [
-96.39908116666667,
32.90259733247237
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "005",
"COUNTYNS": "01074016",
"AFFGEOID": "0500000US39005",
"GEOID": "39005",
"NAME": "Ashland",
"LSAD": "06",
"ALAND": 1095444134,
"AWATER": 9962880
},
"geometry": {
"type": "Point",
"coordinates": [
-82.28329469230768,
40.83223115291268
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "027",
"COUNTYNS": "00399406",
"AFFGEOID": "0500000US16027",
"GEOID": "16027",
"NAME": "Canyon",
"LSAD": "06",
"ALAND": 1520439790,
"AWATER": 43128953
},
"geometry": {
"type": "Point",
"coordinates": [
-116.7537225899291,
43.62433503164233
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "429",
"COUNTYNS": "01384000",
"AFFGEOID": "0500000US48429",
"GEOID": "48429",
"NAME": "Stephens",
"LSAD": "06",
"ALAND": 2322492638,
"AWATER": 64152295
},
"geometry": {
"type": "Point",
"coordinates": [
-98.85239885714286,
32.76280714199809
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "005",
"COUNTYNS": "00835825",
"AFFGEOID": "0500000US31005",
"GEOID": "31005",
"NAME": "Arthur",
"LSAD": "06",
"ALAND": 1852759732,
"AWATER": 7644719
},
"geometry": {
"type": "Point",
"coordinates": [
-101.6419598,
41.60373539906321
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "147",
"COUNTYNS": "00695794",
"AFFGEOID": "0500000US28147",
"GEOID": "28147",
"NAME": "Walthall",
"LSAD": "06",
"ALAND": 1046169273,
"AWATER": 1236552
},
"geometry": {
"type": "Point",
"coordinates": [
-90.0339334331654,
31.168216926831835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "159",
"COUNTYNS": "00758534",
"AFFGEOID": "0500000US29159",
"GEOID": "29159",
"NAME": "Pettis",
"LSAD": "06",
"ALAND": 1766949637,
"AWATER": 10503983
},
"geometry": {
"type": "Point",
"coordinates": [
-93.32705609999998,
38.70319939907914
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "121",
"COUNTYNS": "00659506",
"AFFGEOID": "0500000US27121",
"GEOID": "27121",
"NAME": "Pope",
"LSAD": "06",
"ALAND": 1734134611,
"AWATER": 123231111
},
"geometry": {
"type": "Point",
"coordinates": [
-95.4065032,
45.55121259905699
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "363",
"COUNTYNS": "01383967",
"AFFGEOID": "0500000US48363",
"GEOID": "48363",
"NAME": "Palo Pinto",
"LSAD": "06",
"ALAND": 2466313772,
"AWATER": 86141064
},
"geometry": {
"type": "Point",
"coordinates": [
-98.36092344444445,
32.75004199914112
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "307",
"COUNTYNS": "00352287",
"AFFGEOID": "0500000US13307",
"GEOID": "13307",
"NAME": "Webster",
"LSAD": "06",
"ALAND": 541613279,
"AWATER": 2965865
},
"geometry": {
"type": "Point",
"coordinates": [
-84.53605522222223,
32.05052666581756
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "115",
"COUNTYNS": "01101845",
"AFFGEOID": "0500000US40115",
"GEOID": "40115",
"NAME": "Ottawa",
"LSAD": "06",
"ALAND": 1219467497,
"AWATER": 35708902
},
"geometry": {
"type": "Point",
"coordinates": [
-94.84473608698771,
36.89325842481276
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "189",
"COUNTYNS": "00348794",
"AFFGEOID": "0500000US13189",
"GEOID": "13189",
"NAME": "McDuffie",
"LSAD": "06",
"ALAND": 666813913,
"AWATER": 23119020
},
"geometry": {
"type": "Point",
"coordinates": [
-82.45315944444445,
33.49348011024239
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "175",
"COUNTYNS": "00346568",
"AFFGEOID": "0500000US13175",
"GEOID": "13175",
"NAME": "Laurens",
"LSAD": "06",
"ALAND": 2090842776,
"AWATER": 28985734
},
"geometry": {
"type": "Point",
"coordinates": [
-82.85936338461539,
32.44100615299153
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "083",
"COUNTYNS": "01581102",
"AFFGEOID": "0500000US55083",
"GEOID": "55083",
"NAME": "Oconto",
"LSAD": "06",
"ALAND": 2583464874,
"AWATER": 392038134
},
"geometry": {
"type": "Point",
"coordinates": [
-88.1532371499005,
44.99351500331853
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "125",
"COUNTYNS": "01581122",
"AFFGEOID": "0500000US55125",
"GEOID": "55125",
"NAME": "Vilas",
"LSAD": "06",
"ALAND": 2221447085,
"AWATER": 414426793
},
"geometry": {
"type": "Point",
"coordinates": [
-89.37721393607646,
46.01638401667314
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "129",
"COUNTYNS": "01581124",
"AFFGEOID": "0500000US55129",
"GEOID": "55129",
"NAME": "Washburn",
"LSAD": "06",
"ALAND": 2064513622,
"AWATER": 145566159
},
"geometry": {
"type": "Point",
"coordinates": [
-91.8412066,
45.91520899905733
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "031",
"COUNTYNS": "00293656",
"AFFGEOID": "0500000US12031",
"GEOID": "12031",
"NAME": "Duval",
"LSAD": "06",
"ALAND": 1975764931,
"AWATER": 403035529
},
"geometry": {
"type": "Point",
"coordinates": [
-81.63867575550792,
30.365219526517723
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "129",
"COUNTYNS": "01074077",
"AFFGEOID": "0500000US39129",
"GEOID": "39129",
"NAME": "Pickaway",
"LSAD": "06",
"ALAND": 1297966523,
"AWATER": 13998877
},
"geometry": {
"type": "Point",
"coordinates": [
-82.98723244444444,
39.59891955462875
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "131",
"COUNTYNS": "01074078",
"AFFGEOID": "0500000US39131",
"GEOID": "39131",
"NAME": "Pike",
"LSAD": "06",
"ALAND": 1140324458,
"AWATER": 9567612
},
"geometry": {
"type": "Point",
"coordinates": [
-83.14666025,
39.044337124076755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "095",
"COUNTYNS": "01267177",
"AFFGEOID": "0500000US46095",
"GEOID": "46095",
"NAME": "Mellette",
"LSAD": "06",
"ALAND": 3385957220,
"AWATER": 9219640
},
"geometry": {
"type": "Point",
"coordinates": [
-100.64918819999998,
43.6645436657244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "119",
"COUNTYNS": "01266982",
"AFFGEOID": "0500000US46119",
"GEOID": "46119",
"NAME": "Sully",
"LSAD": "06",
"ALAND": 2607664601,
"AWATER": 164384696
},
"geometry": {
"type": "Point",
"coordinates": [
-100.40607145454545,
44.73979454451134
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "049",
"COUNTYNS": "01074037",
"AFFGEOID": "0500000US39049",
"GEOID": "39049",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1378853105,
"AWATER": 29125601
},
"geometry": {
"type": "Point",
"coordinates": [
-82.958965,
39.99732986573752
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "199",
"COUNTYNS": "00758552",
"AFFGEOID": "0500000US29199",
"GEOID": "29199",
"NAME": "Scotland",
"LSAD": "06",
"ALAND": 1130718763,
"AWATER": 7047471
},
"geometry": {
"type": "Point",
"coordinates": [
-92.18687077440201,
40.45898997619003
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "103",
"COUNTYNS": "01026338",
"AFFGEOID": "0500000US37103",
"GEOID": "37103",
"NAME": "Jones",
"LSAD": "06",
"ALAND": 1220837016,
"AWATER": 6031827
},
"geometry": {
"type": "Point",
"coordinates": [
-77.36431646666666,
34.991612332446586
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "029",
"COUNTYNS": "01383800",
"AFFGEOID": "0500000US48029",
"GEOID": "48029",
"NAME": "Bexar",
"LSAD": "06",
"ALAND": 3211308851,
"AWATER": 41911545
},
"geometry": {
"type": "Point",
"coordinates": [
-98.4336717,
29.56390079918973
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "281",
"COUNTYNS": "01383927",
"AFFGEOID": "0500000US48281",
"GEOID": "48281",
"NAME": "Lampasas",
"LSAD": "06",
"ALAND": 1846250633,
"AWATER": 2833490
},
"geometry": {
"type": "Point",
"coordinates": [
-98.29024833333334,
31.21390199916325
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "121",
"COUNTYNS": "00295729",
"AFFGEOID": "0500000US12121",
"GEOID": "12121",
"NAME": "Suwannee",
"LSAD": "06",
"ALAND": 1783341106,
"AWATER": 9594316
},
"geometry": {
"type": "Point",
"coordinates": [
-82.99554292857144,
30.15199549917998
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "031",
"COUNTYNS": "01531936",
"AFFGEOID": "0500000US53031",
"GEOID": "53031",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 4671790710,
"AWATER": 994835543
},
"geometry": {
"type": "Point",
"coordinates": [
-123.32194579791776,
47.84129754180048
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "019",
"COUNTYNS": "00326638",
"AFFGEOID": "0500000US13019",
"GEOID": "13019",
"NAME": "Berrien",
"LSAD": "06",
"ALAND": 1170501546,
"AWATER": 15409110
},
"geometry": {
"type": "Point",
"coordinates": [
-83.23404733333333,
31.253383465829323
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "041",
"COUNTYNS": "01605084",
"AFFGEOID": "0500000US56041",
"GEOID": "56041",
"NAME": "Uinta",
"LSAD": "06",
"ALAND": 5391911952,
"AWATER": 16345637
},
"geometry": {
"type": "Point",
"coordinates": [
-110.60742864436528,
41.29020681879727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "065",
"COUNTYNS": "00351285",
"AFFGEOID": "0500000US13065",
"GEOID": "13065",
"NAME": "Clinch",
"LSAD": "06",
"ALAND": 2072566890,
"AWATER": 61565560
},
"geometry": {
"type": "Point",
"coordinates": [
-82.62459183814368,
30.818793983249723
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "093",
"COUNTYNS": "00161573",
"AFFGEOID": "0500000US01093",
"GEOID": "01093",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1922656984,
"AWATER": 3183684
},
"geometry": {
"type": "Point",
"coordinates": [
-87.91208402298142,
34.05993162570441
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "093",
"COUNTYNS": "01689423",
"AFFGEOID": "0500000US54093",
"GEOID": "54093",
"NAME": "Tucker",
"LSAD": "06",
"ALAND": 1085094885,
"AWATER": 5528932
},
"geometry": {
"type": "Point",
"coordinates": [
-79.56905281818181,
39.11724018089445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "580",
"COUNTYNS": "01789069",
"AFFGEOID": "0500000US51580",
"GEOID": "51580",
"NAME": "Covington",
"LSAD": "25",
"ALAND": 14163308,
"AWATER": 522024
},
"geometry": {
"type": "Point",
"coordinates": [
-79.98397016666668,
37.78091116575284
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "035",
"COUNTYNS": "01639736",
"AFFGEOID": "0500000US47035",
"GEOID": "47035",
"NAME": "Cumberland",
"LSAD": "06",
"ALAND": 1763849850,
"AWATER": 9823728
},
"geometry": {
"type": "Point",
"coordinates": [
-85.00247566666665,
35.94766144354745
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "171",
"COUNTYNS": "00424286",
"AFFGEOID": "0500000US17171",
"GEOID": "17171",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 649861236,
"AWATER": 4812706
},
"geometry": {
"type": "Point",
"coordinates": [
-90.45992077777777,
39.68152577685047
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "011",
"COUNTYNS": "01622948",
"AFFGEOID": "0500000US26011",
"GEOID": "26011",
"NAME": "Arenac",
"LSAD": "06",
"ALAND": 940623611,
"AWATER": 822317353
},
"geometry": {
"type": "Point",
"coordinates": [
-83.84266608805214,
44.03725591207626
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "119",
"COUNTYNS": "01623002",
"AFFGEOID": "0500000US26119",
"GEOID": "26119",
"NAME": "Montmorency",
"LSAD": "06",
"ALAND": 1415822785,
"AWATER": 41410946
},
"geometry": {
"type": "Point",
"coordinates": [
-84.12946033333332,
45.08493883239012
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "113",
"COUNTYNS": "01383842",
"AFFGEOID": "0500000US48113",
"GEOID": "48113",
"NAME": "Dallas",
"LSAD": "06",
"ALAND": 2258737472,
"AWATER": 94576756
},
"geometry": {
"type": "Point",
"coordinates": [
-96.83583938888888,
32.8292941658067
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "047",
"COUNTYNS": "01639742",
"AFFGEOID": "0500000US47047",
"GEOID": "47047",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 1825375565,
"AWATER": 3774866
},
"geometry": {
"type": "Point",
"coordinates": [
-89.42598341274355,
35.23411928735292
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "163",
"COUNTYNS": "00485045",
"AFFGEOID": "0500000US20163",
"GEOID": "20163",
"NAME": "Rooks",
"LSAD": "06",
"ALAND": 2306483733,
"AWATER": 11962259
},
"geometry": {
"type": "Point",
"coordinates": [
-99.32624066666666,
39.3502233324081
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "153",
"COUNTYNS": "01804557",
"AFFGEOID": "0500000US72153",
"GEOID": "72153",
"NAME": "Yauco",
"LSAD": "13",
"ALAND": 175371914,
"AWATER": 1625260
},
"geometry": {
"type": "Point",
"coordinates": [
-66.85879661838419,
18.06326264349153
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "115",
"COUNTYNS": "01623000",
"AFFGEOID": "0500000US26115",
"GEOID": "26115",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1423275272,
"AWATER": 337746237
},
"geometry": {
"type": "Point",
"coordinates": [
-83.45159666701089,
41.88896484953612
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "009",
"COUNTYNS": "01804484",
"AFFGEOID": "0500000US72009",
"GEOID": "72009",
"NAME": "Aibonito",
"LSAD": "13",
"ALAND": 81094471,
"AWATER": 71895
},
"geometry": {
"type": "Point",
"coordinates": [
-66.26081500000001,
18.134056999441263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "019",
"COUNTYNS": "01035304",
"AFFGEOID": "0500000US38019",
"GEOID": "38019",
"NAME": "Cavalier",
"LSAD": "06",
"ALAND": 3855846888,
"AWATER": 54931562
},
"geometry": {
"type": "Point",
"coordinates": [
-98.55050270935852,
48.75397182290849
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "069",
"COUNTYNS": "00450361",
"AFFGEOID": "0500000US18069",
"GEOID": "18069",
"NAME": "Huntington",
"LSAD": "06",
"ALAND": 991057049,
"AWATER": 13133342
},
"geometry": {
"type": "Point",
"coordinates": [
-85.45626549999998,
40.81429766573327
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "053",
"COUNTYNS": "00484996",
"AFFGEOID": "0500000US20053",
"GEOID": "20053",
"NAME": "Ellsworth",
"LSAD": "06",
"ALAND": 1854037822,
"AWATER": 19262994
},
"geometry": {
"type": "Point",
"coordinates": [
-98.2441307142857,
38.68211028479356
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "045",
"COUNTYNS": "00484992",
"AFFGEOID": "0500000US20045",
"GEOID": "20045",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 1180628927,
"AWATER": 48674249
},
"geometry": {
"type": "Point",
"coordinates": [
-95.29917133333332,
38.94377822129966
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "101",
"COUNTYNS": "01265775",
"AFFGEOID": "0500000US46101",
"GEOID": "46101",
"NAME": "Moody",
"LSAD": "06",
"ALAND": 1345200317,
"AWATER": 3679400
},
"geometry": {
"type": "Point",
"coordinates": [
-96.6272270001458,
43.98797705620745
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "109",
"COUNTYNS": "01550061",
"AFFGEOID": "0500000US54109",
"GEOID": "54109",
"NAME": "Wyoming",
"LSAD": "06",
"ALAND": 1293580739,
"AWATER": 6123514
},
"geometry": {
"type": "Point",
"coordinates": [
-81.55647652941175,
37.60811329320526
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "007",
"COUNTYNS": "00161529",
"AFFGEOID": "0500000US01007",
"GEOID": "01007",
"NAME": "Bibb",
"LSAD": "06",
"ALAND": 1612165763,
"AWATER": 9603798
},
"geometry": {
"type": "Point",
"coordinates": [
-87.16967028571427,
33.03095307056589
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "221",
"COUNTYNS": "00516957",
"AFFGEOID": "0500000US21221",
"GEOID": "21221",
"NAME": "Trigg",
"LSAD": "06",
"ALAND": 1143307587,
"AWATER": 103330127
},
"geometry": {
"type": "Point",
"coordinates": [
-87.93488585056173,
36.80050323080498
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "083",
"COUNTYNS": "01034203",
"AFFGEOID": "0500000US38083",
"GEOID": "38083",
"NAME": "Sheridan",
"LSAD": "06",
"ALAND": 2518459184,
"AWATER": 86143152
},
"geometry": {
"type": "Point",
"coordinates": [
-100.32917377777777,
47.61620355461642
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "001",
"COUNTYNS": "00465190",
"AFFGEOID": "0500000US19001",
"GEOID": "19001",
"NAME": "Adair",
"LSAD": "06",
"ALAND": 1474404199,
"AWATER": 2597996
},
"geometry": {
"type": "Point",
"coordinates": [
-94.4710102,
41.29612239906445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "105",
"COUNTYNS": "00695775",
"AFFGEOID": "0500000US28105",
"GEOID": "28105",
"NAME": "Oktibbeha",
"LSAD": "06",
"ALAND": 1186750731,
"AWATER": 9649656
},
"geometry": {
"type": "Point",
"coordinates": [
-88.91851091666666,
33.45147216579847
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "051",
"COUNTYNS": "01383811",
"AFFGEOID": "0500000US48051",
"GEOID": "48051",
"NAME": "Burleson",
"LSAD": "06",
"ALAND": 1706886781,
"AWATER": 46048550
},
"geometry": {
"type": "Point",
"coordinates": [
-96.57665042857141,
30.503001642031467
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "054",
"COUNTYNS": "01804507",
"AFFGEOID": "0500000US72054",
"GEOID": "72054",
"NAME": "Florida",
"LSAD": "13",
"ALAND": 39391498,
"AWATER": 34012
},
"geometry": {
"type": "Point",
"coordinates": [
-66.563917,
18.371055749434987
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "001",
"COUNTYNS": "01101788",
"AFFGEOID": "0500000US40001",
"GEOID": "40001",
"NAME": "Adair",
"LSAD": "06",
"ALAND": 1485304967,
"AWATER": 9254749
},
"geometry": {
"type": "Point",
"coordinates": [
-94.58894120927911,
35.90225760499745
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "109",
"COUNTYNS": "00695777",
"AFFGEOID": "0500000US28109",
"GEOID": "28109",
"NAME": "Pearl River",
"LSAD": "06",
"ALAND": 2100183723,
"AWATER": 20778648
},
"geometry": {
"type": "Point",
"coordinates": [
-89.61299916484825,
30.762512632799456
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "550",
"COUNTYNS": "01498558",
"AFFGEOID": "0500000US51550",
"GEOID": "51550",
"NAME": "Chesapeake",
"LSAD": "25",
"ALAND": 876737781,
"AWATER": 32210024
},
"geometry": {
"type": "Point",
"coordinates": [
-76.30356397004368,
36.73458202357753
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "183",
"COUNTYNS": "00465280",
"AFFGEOID": "0500000US19183",
"GEOID": "19183",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1473243904,
"AWATER": 5353677
},
"geometry": {
"type": "Point",
"coordinates": [
-91.70377528571428,
41.34940785620709
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "065",
"COUNTYNS": "00695756",
"AFFGEOID": "0500000US28065",
"GEOID": "28065",
"NAME": "Jefferson Davis",
"LSAD": "06",
"ALAND": 1057871313,
"AWATER": 1791496
},
"geometry": {
"type": "Point",
"coordinates": [
-89.78958130000001,
31.52640769915855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "087",
"COUNTYNS": "00465232",
"AFFGEOID": "0500000US19087",
"GEOID": "19087",
"NAME": "Henry",
"LSAD": "06",
"ALAND": 1124792081,
"AWATER": 5768130
},
"geometry": {
"type": "Point",
"coordinates": [
-91.52016025,
40.9875923740658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "091",
"COUNTYNS": "01629457",
"AFFGEOID": "0500000US22091",
"GEOID": "22091",
"NAME": "St. Helena",
"LSAD": "15",
"ALAND": 1057772583,
"AWATER": 2796210
},
"geometry": {
"type": "Point",
"coordinates": [
-90.78144065707312,
30.843650489918222
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "097",
"COUNTYNS": "00450371",
"AFFGEOID": "0500000US18097",
"GEOID": "18097",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1026465038,
"AWATER": 17326366
},
"geometry": {
"type": "Point",
"coordinates": [
-86.13891454545455,
39.79937463543563
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "107",
"COUNTYNS": "00450374",
"AFFGEOID": "0500000US18107",
"GEOID": "18107",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1306954200,
"AWATER": 2144021
},
"geometry": {
"type": "Point",
"coordinates": [
-86.883278375,
40.01030299907079
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "091",
"COUNTYNS": "01074058",
"AFFGEOID": "0500000US39091",
"GEOID": "39091",
"NAME": "Logan",
"LSAD": "06",
"ALAND": 1187337620,
"AWATER": 21597586
},
"geometry": {
"type": "Point",
"coordinates": [
-83.84548944444444,
40.407506110179725
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "770",
"COUNTYNS": "01498439",
"AFFGEOID": "0500000US51770",
"GEOID": "51770",
"NAME": "Roanoke",
"LSAD": "25",
"ALAND": 110141450,
"AWATER": 865676
},
"geometry": {
"type": "Point",
"coordinates": [
-79.97101599999999,
37.28231479909037
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "115",
"COUNTYNS": "00465246",
"AFFGEOID": "0500000US19115",
"GEOID": "19115",
"NAME": "Louisa",
"LSAD": "06",
"ALAND": 1040583090,
"AWATER": 40784329
},
"geometry": {
"type": "Point",
"coordinates": [
-91.22342549389297,
41.23683152182974
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "077",
"COUNTYNS": "01581098",
"AFFGEOID": "0500000US55077",
"GEOID": "55077",
"NAME": "Marquette",
"LSAD": "06",
"ALAND": 1180275605,
"AWATER": 22682651
},
"geometry": {
"type": "Point",
"coordinates": [
-89.31758657142858,
43.798397999057535
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "065",
"COUNTYNS": "00481811",
"AFFGEOID": "0500000US20065",
"GEOID": "20065",
"NAME": "Graham",
"LSAD": "06",
"ALAND": 2327173855,
"AWATER": 599356
},
"geometry": {
"type": "Point",
"coordinates": [
-99.88485383333334,
39.349795499074766
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "061",
"COUNTYNS": "00395622",
"AFFGEOID": "0500000US16061",
"GEOID": "16061",
"NAME": "Lewis",
"LSAD": "06",
"ALAND": 1240137223,
"AWATER": 2345525
},
"geometry": {
"type": "Point",
"coordinates": [
-116.35872346666664,
46.2378274657244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "101",
"COUNTYNS": "00485015",
"AFFGEOID": "0500000US20101",
"GEOID": "20101",
"NAME": "Lane",
"LSAD": "06",
"ALAND": 1858093492,
"AWATER": 551220
},
"geometry": {
"type": "Point",
"coordinates": [
-100.46607449999999,
38.48115324908076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "123",
"COUNTYNS": "00485026",
"AFFGEOID": "0500000US20123",
"GEOID": "20123",
"NAME": "Mitchell",
"LSAD": "06",
"ALAND": 1817632928,
"AWATER": 44979980
},
"geometry": {
"type": "Point",
"coordinates": [
-98.08977957142858,
39.386916713360236
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "021",
"COUNTYNS": "00558477",
"AFFGEOID": "0500000US22021",
"GEOID": "22021",
"NAME": "Caldwell",
"LSAD": "15",
"ALAND": 1371203831,
"AWATER": 29277303
},
"geometry": {
"type": "Point",
"coordinates": [
-92.0420643076923,
32.112793306842306
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "027",
"COUNTYNS": "00558505",
"AFFGEOID": "0500000US22027",
"GEOID": "22027",
"NAME": "Claiborne",
"LSAD": "15",
"ALAND": 1955125391,
"AWATER": 32473222
},
"geometry": {
"type": "Point",
"coordinates": [
-93.0043886727918,
32.819796198200436
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "043",
"COUNTYNS": "01581081",
"AFFGEOID": "0500000US55043",
"GEOID": "55043",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 2970364997,
"AWATER": 94558771
},
"geometry": {
"type": "Point",
"coordinates": [
-90.81231183153826,
42.824999980103975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "131",
"COUNTYNS": "01480151",
"AFFGEOID": "0500000US51131",
"GEOID": "51131",
"NAME": "Northampton",
"LSAD": "06",
"ALAND": 548282864,
"AWATER": 1511417329
},
"geometry": {
"type": "Point",
"coordinates": [
-75.83795188457526,
37.37497054799143
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "029",
"COUNTYNS": "01026335",
"AFFGEOID": "0500000US37029",
"GEOID": "37029",
"NAME": "Camden",
"LSAD": "06",
"ALAND": 622448679,
"AWATER": 181112904
},
"geometry": {
"type": "Point",
"coordinates": [
-76.17578237702653,
36.328519035334715
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "017",
"COUNTYNS": "00758463",
"AFFGEOID": "0500000US29017",
"GEOID": "29017",
"NAME": "Bollinger",
"LSAD": "06",
"ALAND": 1600363402,
"AWATER": 8531304
},
"geometry": {
"type": "Point",
"coordinates": [
-90.06379960000001,
37.233106299090835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "720",
"COUNTYNS": "01498434",
"AFFGEOID": "0500000US51720",
"GEOID": "51720",
"NAME": "Norton",
"LSAD": "25",
"ALAND": 19366208,
"AWATER": 89336
},
"geometry": {
"type": "Point",
"coordinates": [
-82.62433066666666,
36.932278665760165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "830",
"COUNTYNS": "01789076",
"AFFGEOID": "0500000US51830",
"GEOID": "51830",
"NAME": "Williamsburg",
"LSAD": "25",
"ALAND": 23155312,
"AWATER": 416904
},
"geometry": {
"type": "Point",
"coordinates": [
-76.70596733333333,
37.282372499090385
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "091",
"COUNTYNS": "00758500",
"AFFGEOID": "0500000US29091",
"GEOID": "29091",
"NAME": "Howell",
"LSAD": "06",
"ALAND": 2401562307,
"AWATER": 2913502
},
"geometry": {
"type": "Point",
"coordinates": [
-91.89593595120354,
36.76336441662824
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "093",
"COUNTYNS": "00758501",
"AFFGEOID": "0500000US29093",
"GEOID": "29093",
"NAME": "Iron",
"LSAD": "06",
"ALAND": 1425177705,
"AWATER": 4662498
},
"geometry": {
"type": "Point",
"coordinates": [
-90.8067765,
37.559120856230884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "067",
"COUNTYNS": "00558097",
"AFFGEOID": "0500000US22067",
"GEOID": "22067",
"NAME": "Morehouse",
"LSAD": "15",
"ALAND": 2058870205,
"AWATER": 28878805
},
"geometry": {
"type": "Point",
"coordinates": [
-91.78403162416029,
32.78963865857429
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "800",
"COUNTYNS": "01498560",
"AFFGEOID": "0500000US51800",
"GEOID": "51800",
"NAME": "Suffolk",
"LSAD": "25",
"ALAND": 1033802700,
"AWATER": 77061968
},
"geometry": {
"type": "Point",
"coordinates": [
-76.60990478796465,
36.72433817567508
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "223",
"COUNTYNS": "00758564",
"AFFGEOID": "0500000US29223",
"GEOID": "29223",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1966257800,
"AWATER": 38558983
},
"geometry": {
"type": "Point",
"coordinates": [
-90.47479792857143,
37.11684807052042
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "383",
"COUNTYNS": "01383977",
"AFFGEOID": "0500000US48383",
"GEOID": "48383",
"NAME": "Reagan",
"LSAD": "06",
"ALAND": 3044049124,
"AWATER": 1792716
},
"geometry": {
"type": "Point",
"coordinates": [
-101.4382485,
31.424414332493427
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "411",
"COUNTYNS": "01383991",
"AFFGEOID": "0500000US48411",
"GEOID": "48411",
"NAME": "San Saba",
"LSAD": "06",
"ALAND": 2940447178,
"AWATER": 8069104
},
"geometry": {
"type": "Point",
"coordinates": [
-98.7502250909091,
31.244330635526442
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "043",
"COUNTYNS": "00198137",
"AFFGEOID": "0500000US08043",
"GEOID": "08043",
"NAME": "Fremont",
"LSAD": "06",
"ALAND": 3970664546,
"AWATER": 2235374
},
"geometry": {
"type": "Point",
"coordinates": [
-105.4803733076923,
38.51261053754205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "475",
"COUNTYNS": "01384023",
"AFFGEOID": "0500000US48475",
"GEOID": "48475",
"NAME": "Ward",
"LSAD": "06",
"ALAND": 2164201087,
"AWATER": 624206
},
"geometry": {
"type": "Point",
"coordinates": [
-103.13599692307693,
31.47371453762087
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "253",
"COUNTYNS": "01383912",
"AFFGEOID": "0500000US48253",
"GEOID": "48253",
"NAME": "Jones",
"LSAD": "06",
"ALAND": 2404946720,
"AWATER": 22227413
},
"geometry": {
"type": "Point",
"coordinates": [
-99.82710985714286,
32.7071149991417
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "319",
"COUNTYNS": "01383942",
"AFFGEOID": "0500000US48319",
"GEOID": "48319",
"NAME": "Mason",
"LSAD": "06",
"ALAND": 2405596036,
"AWATER": 8833381
},
"geometry": {
"type": "Point",
"coordinates": [
-99.23377,
30.741708374170546
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "335",
"COUNTYNS": "01383953",
"AFFGEOID": "0500000US48335",
"GEOID": "48335",
"NAME": "Mitchell",
"LSAD": "06",
"ALAND": 2359710933,
"AWATER": 12489774
},
"geometry": {
"type": "Point",
"coordinates": [
-100.94678383333333,
32.306058665813936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "035",
"COUNTYNS": "00198133",
"AFFGEOID": "0500000US08035",
"GEOID": "08035",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 2176069189,
"AWATER": 6950848
},
"geometry": {
"type": "Point",
"coordinates": [
-105.01546570000001,
39.38623569907453
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "433",
"COUNTYNS": "01384002",
"AFFGEOID": "0500000US48433",
"GEOID": "48433",
"NAME": "Stonewall",
"LSAD": "06",
"ALAND": 2373238704,
"AWATER": 10177387
},
"geometry": {
"type": "Point",
"coordinates": [
-100.2321376,
33.13565899913594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "051",
"COUNTYNS": "01101813",
"AFFGEOID": "0500000US40051",
"GEOID": "40051",
"NAME": "Grady",
"LSAD": "06",
"ALAND": 2850272919,
"AWATER": 11403868
},
"geometry": {
"type": "Point",
"coordinates": [
-97.872407,
35.073581165779025
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "017",
"COUNTYNS": "01101796",
"AFFGEOID": "0500000US40017",
"GEOID": "40017",
"NAME": "Canadian",
"LSAD": "06",
"ALAND": 2322265669,
"AWATER": 23229300
},
"geometry": {
"type": "Point",
"coordinates": [
-97.92995257142856,
35.45205349910819
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "027",
"COUNTYNS": "01101801",
"AFFGEOID": "0500000US40027",
"GEOID": "40027",
"NAME": "Cleveland",
"LSAD": "06",
"ALAND": 1395529148,
"AWATER": 49908184
},
"geometry": {
"type": "Point",
"coordinates": [
-97.41475572727273,
35.22278636274705
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "041",
"COUNTYNS": "00974119",
"AFFGEOID": "0500000US36041",
"GEOID": "36041",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 4447987884,
"AWATER": 234205889
},
"geometry": {
"type": "Point",
"coordinates": [
-74.37131394444442,
43.64023711016891
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "023",
"COUNTYNS": "00974110",
"AFFGEOID": "0500000US36023",
"GEOID": "36023",
"NAME": "Cortland",
"LSAD": "06",
"ALAND": 1291815779,
"AWATER": 7112822
},
"geometry": {
"type": "Point",
"coordinates": [
-76.07438775,
42.56903349906004
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "071",
"COUNTYNS": "00835857",
"AFFGEOID": "0500000US31071",
"GEOID": "31071",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 1474558345,
"AWATER": 5321554
},
"geometry": {
"type": "Point",
"coordinates": [
-99.0353734,
41.8796441990622
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "057",
"COUNTYNS": "00974127",
"AFFGEOID": "0500000US36057",
"GEOID": "36057",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1044067732,
"AWATER": 18598434
},
"geometry": {
"type": "Point",
"coordinates": [
-74.40977099999999,
42.90621064191631
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "053",
"COUNTYNS": "00974125",
"AFFGEOID": "0500000US36053",
"GEOID": "36053",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1696091558,
"AWATER": 16670528
},
"geometry": {
"type": "Point",
"coordinates": [
-75.6508690625,
42.955088374059066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "313",
"COUNTYNS": "01383939",
"AFFGEOID": "0500000US48313",
"GEOID": "48313",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1207103467,
"AWATER": 16493254
},
"geometry": {
"type": "Point",
"coordinates": [
-95.86434654545452,
30.964766726439794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "017",
"COUNTYNS": "00974107",
"AFFGEOID": "0500000US36017",
"GEOID": "36017",
"NAME": "Chenango",
"LSAD": "06",
"ALAND": 2314378336,
"AWATER": 13062477
},
"geometry": {
"type": "Point",
"coordinates": [
-75.53971261538461,
42.42383361444508
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "477",
"COUNTYNS": "01384024",
"AFFGEOID": "0500000US48477",
"GEOID": "48477",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1564249679,
"AWATER": 46077120
},
"geometry": {
"type": "Point",
"coordinates": [
-96.3434198235294,
30.224926940355256
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "291",
"COUNTYNS": "01383931",
"AFFGEOID": "0500000US48291",
"GEOID": "48291",
"NAME": "Liberty",
"LSAD": "06",
"ALAND": 3000343678,
"AWATER": 46378363
},
"geometry": {
"type": "Point",
"coordinates": [
-94.84629638461537,
30.18921330687169
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "103",
"COUNTYNS": "00161578",
"AFFGEOID": "0500000US01103",
"GEOID": "01103",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1500602270,
"AWATER": 50931876
},
"geometry": {
"type": "Point",
"coordinates": [
-86.7471817,
34.50457099911884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "009",
"COUNTYNS": "01558262",
"AFFGEOID": "0500000US54009",
"GEOID": "54009",
"NAME": "Brooke",
"LSAD": "06",
"ALAND": 231034166,
"AWATER": 8714144
},
"geometry": {
"type": "Point",
"coordinates": [
-80.59892689022956,
40.30029119485185
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "053",
"COUNTYNS": "01074039",
"AFFGEOID": "0500000US39053",
"GEOID": "39053",
"NAME": "Gallia",
"LSAD": "06",
"ALAND": 1208307867,
"AWATER": 12085303
},
"geometry": {
"type": "Point",
"coordinates": [
-82.30407129972911,
38.77684500312345
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "133",
"COUNTYNS": "00161592",
"AFFGEOID": "0500000US01133",
"GEOID": "01133",
"NAME": "Winston",
"LSAD": "06",
"ALAND": 1587608917,
"AWATER": 48922729
},
"geometry": {
"type": "Point",
"coordinates": [
-87.32003662499998,
34.11222724912354
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "131",
"COUNTYNS": "00161591",
"AFFGEOID": "0500000US01131",
"GEOID": "01131",
"NAME": "Wilcox",
"LSAD": "06",
"ALAND": 2301075110,
"AWATER": 49057525
},
"geometry": {
"type": "Point",
"coordinates": [
-87.32188887500001,
32.02640024915123
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "107",
"COUNTYNS": "00161580",
"AFFGEOID": "0500000US01107",
"GEOID": "01107",
"NAME": "Pickens",
"LSAD": "06",
"ALAND": 2282893859,
"AWATER": 22521211
},
"geometry": {
"type": "Point",
"coordinates": [
-88.11504972764335,
33.2311642807007
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "059",
"COUNTYNS": "01550036",
"AFFGEOID": "0500000US54059",
"GEOID": "54059",
"NAME": "Mingo",
"LSAD": "06",
"ALAND": 1095926624,
"AWATER": 2177833
},
"geometry": {
"type": "Point",
"coordinates": [
-82.11476579873508,
37.700428665464095
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "065",
"COUNTYNS": "01557950",
"AFFGEOID": "0500000US54065",
"GEOID": "54065",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 593295476,
"AWATER": 1401570
},
"geometry": {
"type": "Point",
"coordinates": [
-78.30031125006874,
39.56996782342095
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "043",
"COUNTYNS": "00066851",
"AFFGEOID": "0500000US05043",
"GEOID": "05043",
"NAME": "Drew",
"LSAD": "06",
"ALAND": 2145434146,
"AWATER": 18914033
},
"geometry": {
"type": "Point",
"coordinates": [
-91.7500718,
33.62067509912965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "119",
"COUNTYNS": "00695780",
"AFFGEOID": "0500000US28119",
"GEOID": "28119",
"NAME": "Quitman",
"LSAD": "06",
"ALAND": 1048975544,
"AWATER": 3676001
},
"geometry": {
"type": "Point",
"coordinates": [
-90.28222245454545,
34.29686327184857
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "063",
"COUNTYNS": "00758486",
"AFFGEOID": "0500000US29063",
"GEOID": "29063",
"NAME": "DeKalb",
"LSAD": "06",
"ALAND": 1091311254,
"AWATER": 11561078
},
"geometry": {
"type": "Point",
"coordinates": [
-94.37780757142856,
39.88582114192864
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "171",
"COUNTYNS": "00758540",
"AFFGEOID": "0500000US29171",
"GEOID": "29171",
"NAME": "Putnam",
"LSAD": "06",
"ALAND": 1339843851,
"AWATER": 5943334
},
"geometry": {
"type": "Point",
"coordinates": [
-93.01065228658143,
40.4952905639736
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "091",
"COUNTYNS": "01677577",
"AFFGEOID": "0500000US30091",
"GEOID": "30091",
"NAME": "Sheridan",
"LSAD": "06",
"ALAND": 4340307007,
"AWATER": 75071798
},
"geometry": {
"type": "Point",
"coordinates": [
-104.5944355904518,
48.69010831106085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "091",
"COUNTYNS": "01689856",
"AFFGEOID": "0500000US54091",
"GEOID": "54091",
"NAME": "Taylor",
"LSAD": "06",
"ALAND": 447475054,
"AWATER": 7532835
},
"geometry": {
"type": "Point",
"coordinates": [
-80.05037800000001,
39.34098787407481
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "005",
"COUNTYNS": "00295738",
"AFFGEOID": "0500000US12005",
"GEOID": "12005",
"NAME": "Bay",
"LSAD": "06",
"ALAND": 1964404472,
"AWATER": 711449254
},
"geometry": {
"type": "Point",
"coordinates": [
-85.60060984181386,
30.242112282099373
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "007",
"COUNTYNS": "01804483",
"AFFGEOID": "0500000US72007",
"GEOID": "72007",
"NAME": "Aguas Buenas",
"LSAD": "13",
"ALAND": 77919490,
"AWATER": 28383
},
"geometry": {
"type": "Point",
"coordinates": [
-66.12063755555556,
18.253764999438086
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "061",
"COUNTYNS": "01804511",
"AFFGEOID": "0500000US72061",
"GEOID": "72061",
"NAME": "Guaynabo",
"LSAD": "13",
"ALAND": 71444631,
"AWATER": 468304
},
"geometry": {
"type": "Point",
"coordinates": [
-66.11028185714285,
18.354602713721135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "005",
"COUNTYNS": "01550009",
"AFFGEOID": "0500000US54005",
"GEOID": "54005",
"NAME": "Boone",
"LSAD": "06",
"ALAND": 1298967373,
"AWATER": 4305976
},
"geometry": {
"type": "Point",
"coordinates": [
-81.71230042857144,
37.98676999908453
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "041",
"COUNTYNS": "01804500",
"AFFGEOID": "0500000US72041",
"GEOID": "72041",
"NAME": "Cidra",
"LSAD": "13",
"ALAND": 93294534,
"AWATER": 1123798
},
"geometry": {
"type": "Point",
"coordinates": [
-66.17168722222223,
18.18051199944003
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "091",
"COUNTYNS": "00695769",
"AFFGEOID": "0500000US28091",
"GEOID": "28091",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1404769593,
"AWATER": 16149942
},
"geometry": {
"type": "Point",
"coordinates": [
-89.85820217960632,
31.203337307099257
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "063",
"COUNTYNS": "00835853",
"AFFGEOID": "0500000US31063",
"GEOID": "31063",
"NAME": "Frontier",
"LSAD": "06",
"ALAND": 2524180462,
"AWATER": 14212842
},
"geometry": {
"type": "Point",
"coordinates": [
-100.32084344444445,
40.48639822129044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "083",
"COUNTYNS": "00161567",
"AFFGEOID": "0500000US01083",
"GEOID": "01083",
"NAME": "Limestone",
"LSAD": "06",
"ALAND": 1450278151,
"AWATER": 122329451
},
"geometry": {
"type": "Point",
"coordinates": [
-87.02951535573645,
34.80732609977068
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "013",
"COUNTYNS": "00306919",
"AFFGEOID": "0500000US12013",
"GEOID": "12013",
"NAME": "Calhoun",
"LSAD": "06",
"ALAND": 1469389207,
"AWATER": 18074798
},
"geometry": {
"type": "Point",
"coordinates": [
-85.12116640000002,
30.43780889917536
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "117",
"COUNTYNS": "00303665",
"AFFGEOID": "0500000US12117",
"GEOID": "12117",
"NAME": "Seminole",
"LSAD": "06",
"ALAND": 801709341,
"AWATER": 92719341
},
"geometry": {
"type": "Point",
"coordinates": [
-81.25893623076923,
28.739868229973183
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "205",
"COUNTYNS": "00343645",
"AFFGEOID": "0500000US13205",
"GEOID": "13205",
"NAME": "Mitchell",
"LSAD": "06",
"ALAND": 1326342585,
"AWATER": 4454719
},
"geometry": {
"type": "Point",
"coordinates": [
-84.1925237857143,
31.229822856305855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "023",
"COUNTYNS": "00695736",
"AFFGEOID": "0500000US28023",
"GEOID": "28023",
"NAME": "Clarke",
"LSAD": "06",
"ALAND": 1791177222,
"AWATER": 5069761
},
"geometry": {
"type": "Point",
"coordinates": [
-88.63504645132792,
31.981016893117413
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "045",
"COUNTYNS": "01266972",
"AFFGEOID": "0500000US46045",
"GEOID": "46045",
"NAME": "Edmunds",
"LSAD": "06",
"ALAND": 2916221362,
"AWATER": 65024748
},
"geometry": {
"type": "Point",
"coordinates": [
-99.19331116666666,
45.41371416572357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "085",
"COUNTYNS": "00695766",
"AFFGEOID": "0500000US28085",
"GEOID": "28085",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 1518055421,
"AWATER": 5309826
},
"geometry": {
"type": "Point",
"coordinates": [
-90.48319649999999,
31.54236259915831
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "131",
"COUNTYNS": "00351261",
"AFFGEOID": "0500000US13131",
"GEOID": "13131",
"NAME": "Grady",
"LSAD": "06",
"ALAND": 1177152222,
"AWATER": 14925882
},
"geometry": {
"type": "Point",
"coordinates": [
-84.1954108468615,
30.84724559503913
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "147",
"COUNTYNS": "01804554",
"AFFGEOID": "0500000US72147",
"GEOID": "72147",
"NAME": "Vieques",
"LSAD": "13",
"ALAND": 131527813,
"AWATER": 552206400
},
"geometry": {
"type": "Point",
"coordinates": [
-65.428503625,
18.11805399944169
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "099",
"COUNTYNS": "01804530",
"AFFGEOID": "0500000US72099",
"GEOID": "72099",
"NAME": "Moca",
"LSAD": "13",
"ALAND": 130383573,
"AWATER": 56474
},
"geometry": {
"type": "Point",
"coordinates": [
-67.09079355555556,
18.368957554990597
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "135",
"COUNTYNS": "00446853",
"AFFGEOID": "0500000US18135",
"GEOID": "18135",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 1171656639,
"AWATER": 2420286
},
"geometry": {
"type": "Point",
"coordinates": [
-85.03884922015041,
40.11801406462478
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "111",
"COUNTYNS": "00659501",
"AFFGEOID": "0500000US27111",
"GEOID": "27111",
"NAME": "Otter Tail",
"LSAD": "06",
"ALAND": 5107436184,
"AWATER": 654101087
},
"geometry": {
"type": "Point",
"coordinates": [
-95.66312,
46.441620999058074
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "073",
"COUNTYNS": "01480126",
"AFFGEOID": "0500000US51073",
"GEOID": "51073",
"NAME": "Gloucester",
"LSAD": "06",
"ALAND": 564117815,
"AWATER": 181754413
},
"geometry": {
"type": "Point",
"coordinates": [
-76.50635905269774,
37.40205751940893
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "10",
"COUNTYFP": "001",
"COUNTYNS": "00217271",
"AFFGEOID": "0500000US10001",
"GEOID": "10001",
"NAME": "Kent",
"LSAD": "06",
"ALAND": 1518568163,
"AWATER": 549099845
},
"geometry": {
"type": "Point",
"coordinates": [
-75.5308920708234,
39.132901807532214
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "127",
"COUNTYNS": "01480150",
"AFFGEOID": "0500000US51127",
"GEOID": "51127",
"NAME": "New Kent",
"LSAD": "06",
"ALAND": 543990076,
"AWATER": 35597678
},
"geometry": {
"type": "Point",
"coordinates": [
-76.99123378571427,
37.50527278480275
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "195",
"COUNTYNS": "00485058",
"AFFGEOID": "0500000US20195",
"GEOID": "20195",
"NAME": "Trego",
"LSAD": "06",
"ALAND": 2303731642,
"AWATER": 26281951
},
"geometry": {
"type": "Point",
"coordinates": [
-99.81940979999999,
38.958174399077365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "137",
"COUNTYNS": "00069902",
"AFFGEOID": "0500000US05137",
"GEOID": "05137",
"NAME": "Stone",
"LSAD": "06",
"ALAND": 1570579424,
"AWATER": 7841928
},
"geometry": {
"type": "Point",
"coordinates": [
-92.15447686666668,
35.92015653243662
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "043",
"COUNTYNS": "01008546",
"AFFGEOID": "0500000US37043",
"GEOID": "37043",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 556804508,
"AWATER": 15017754
},
"geometry": {
"type": "Point",
"coordinates": [
-83.75376611505396,
35.04256645740075
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "133",
"COUNTYNS": "01026341",
"AFFGEOID": "0500000US37133",
"GEOID": "37133",
"NAME": "Onslow",
"LSAD": "06",
"ALAND": 1973376983,
"AWATER": 371063373
},
"geometry": {
"type": "Point",
"coordinates": [
-77.38501032917746,
34.71165485257098
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "143",
"COUNTYNS": "00350637",
"AFFGEOID": "0500000US13143",
"GEOID": "13143",
"NAME": "Haralson",
"LSAD": "06",
"ALAND": 730804590,
"AWATER": 2616530
},
"geometry": {
"type": "Point",
"coordinates": [
-85.18018641052552,
33.80663169707083
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "005",
"COUNTYNS": "00695727",
"AFFGEOID": "0500000US28005",
"GEOID": "28005",
"NAME": "Amite",
"LSAD": "06",
"ALAND": 1890950867,
"AWATER": 3877823
},
"geometry": {
"type": "Point",
"coordinates": [
-90.83451113047093,
31.180594127967513
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "041",
"COUNTYNS": "00484990",
"AFFGEOID": "0500000US20041",
"GEOID": "20041",
"NAME": "Dickinson",
"LSAD": "06",
"ALAND": 2193894222,
"AWATER": 12632461
},
"geometry": {
"type": "Point",
"coordinates": [
-97.09301954545454,
38.89692245362323
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "151",
"COUNTYNS": "00835897",
"AFFGEOID": "0500000US31151",
"GEOID": "31151",
"NAME": "Saline",
"LSAD": "06",
"ALAND": 1486698710,
"AWATER": 5934626
},
"geometry": {
"type": "Point",
"coordinates": [
-97.06546450000002,
40.498447999068155
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "037",
"COUNTYNS": "01639737",
"AFFGEOID": "0500000US47037",
"GEOID": "47037",
"NAME": "Davidson",
"LSAD": "06",
"ALAND": 1304960561,
"AWATER": 56649279
},
"geometry": {
"type": "Point",
"coordinates": [
-86.793120875,
36.17054962410076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "017",
"COUNTYNS": "00161534",
"AFFGEOID": "0500000US01017",
"GEOID": "01017",
"NAME": "Chambers",
"LSAD": "06",
"ALAND": 1545009122,
"AWATER": 17048126
},
"geometry": {
"type": "Point",
"coordinates": [
-85.3167221029727,
32.88288569620497
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "023",
"COUNTYNS": "01135851",
"AFFGEOID": "0500000US41023",
"GEOID": "41023",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 11726927790,
"AWATER": 1893807
},
"geometry": {
"type": "Point",
"coordinates": [
-118.68144842307691,
44.57990119136461
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "093",
"COUNTYNS": "00516893",
"AFFGEOID": "0500000US21093",
"GEOID": "21093",
"NAME": "Hardin",
"LSAD": "06",
"ALAND": 1614331601,
"AWATER": 17701432
},
"geometry": {
"type": "Point",
"coordinates": [
-85.93263407253722,
37.77227209516346
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "181",
"COUNTYNS": "01688000",
"AFFGEOID": "0500000US13181",
"GEOID": "13181",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 544880787,
"AWATER": 121516946
},
"geometry": {
"type": "Point",
"coordinates": [
-82.4740133442219,
33.82980545818339
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "151",
"COUNTYNS": "01101863",
"AFFGEOID": "0500000US40151",
"GEOID": "40151",
"NAME": "Woods",
"LSAD": "06",
"ALAND": 3331900449,
"AWATER": 9091699
},
"geometry": {
"type": "Point",
"coordinates": [
-98.97961814481815,
36.740551211916056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "235",
"COUNTYNS": "00347593",
"AFFGEOID": "0500000US13235",
"GEOID": "13235",
"NAME": "Pulaski",
"LSAD": "06",
"ALAND": 645503546,
"AWATER": 5131020
},
"geometry": {
"type": "Point",
"coordinates": [
-83.4561766,
32.24175569914816
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "113",
"COUNTYNS": "00516903",
"AFFGEOID": "0500000US21113",
"GEOID": "21113",
"NAME": "Jessamine",
"LSAD": "06",
"ALAND": 445871152,
"AWATER": 6166287
},
"geometry": {
"type": "Point",
"coordinates": [
-84.58606707142857,
37.85947078479983
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "600",
"COUNTYNS": "01789070",
"AFFGEOID": "0500000US51600",
"GEOID": "51600",
"NAME": "Fairfax",
"LSAD": "25",
"ALAND": 16156802,
"AWATER": 90056
},
"geometry": {
"type": "Point",
"coordinates": [
-77.2995802,
38.85009959907809
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "235",
"COUNTYNS": "01383903",
"AFFGEOID": "0500000US48235",
"GEOID": "48235",
"NAME": "Irion",
"LSAD": "06",
"ALAND": 2723485996,
"AWATER": 176317
},
"geometry": {
"type": "Point",
"coordinates": [
-100.9773502,
31.26021739916256
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "095",
"COUNTYNS": "01622990",
"AFFGEOID": "0500000US26095",
"GEOID": "26095",
"NAME": "Luce",
"LSAD": "06",
"ALAND": 2328596732,
"AWATER": 2624713509
},
"geometry": {
"type": "Point",
"coordinates": [
-85.58128616483608,
46.569974761154526
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "003",
"COUNTYNS": "00465191",
"AFFGEOID": "0500000US19003",
"GEOID": "19003",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 1096700779,
"AWATER": 5353407
},
"geometry": {
"type": "Point",
"coordinates": [
-94.6996034,
41.05486279906549
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "011",
"COUNTYNS": "00042807",
"AFFGEOID": "0500000US04011",
"GEOID": "04011",
"NAME": "Greenlee",
"LSAD": "06",
"ALAND": 4770701078,
"AWATER": 13750461
},
"geometry": {
"type": "Point",
"coordinates": [
-109.20480430666606,
33.0627243447683
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "157",
"COUNTYNS": "00695799",
"AFFGEOID": "0500000US28157",
"GEOID": "28157",
"NAME": "Wilkinson",
"LSAD": "06",
"ALAND": 1756287150,
"AWATER": 25019144
},
"geometry": {
"type": "Point",
"coordinates": [
-91.3634461739523,
31.167221418240316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "055",
"COUNTYNS": "00161553",
"AFFGEOID": "0500000US01055",
"GEOID": "01055",
"NAME": "Etowah",
"LSAD": "06",
"ALAND": 1386383039,
"AWATER": 34559412
},
"geometry": {
"type": "Point",
"coordinates": [
-86.06818872222223,
34.0266628324579
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "207",
"COUNTYNS": "00343073",
"AFFGEOID": "0500000US13207",
"GEOID": "13207",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1025872423,
"AWATER": 5643844
},
"geometry": {
"type": "Point",
"coordinates": [
-83.90631800000001,
32.98370814199509
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "151",
"COUNTYNS": "00485039",
"AFFGEOID": "0500000US20151",
"GEOID": "20151",
"NAME": "Pratt",
"LSAD": "06",
"ALAND": 1903740958,
"AWATER": 1771939
},
"geometry": {
"type": "Point",
"coordinates": [
-98.70085857142858,
37.695302570515466
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "185",
"COUNTYNS": "00835914",
"AFFGEOID": "0500000US31185",
"GEOID": "31185",
"NAME": "York",
"LSAD": "06",
"ALAND": 1482793604,
"AWATER": 8595507
},
"geometry": {
"type": "Point",
"coordinates": [
-97.64266180000001,
40.83784899906649
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "047",
"COUNTYNS": "01101811",
"AFFGEOID": "0500000US40047",
"GEOID": "40047",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 2741479095,
"AWATER": 4075930
},
"geometry": {
"type": "Point",
"coordinates": [
-97.76758400000001,
36.391135570527176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "051",
"COUNTYNS": "01717539",
"AFFGEOID": "0500000US54051",
"GEOID": "54051",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 791063503,
"AWATER": 17411500
},
"geometry": {
"type": "Point",
"coordinates": [
-80.7318315026743,
39.87953759642125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "177",
"COUNTYNS": "00450336",
"AFFGEOID": "0500000US18177",
"GEOID": "18177",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1040508996,
"AWATER": 6732250
},
"geometry": {
"type": "Point",
"coordinates": [
-85.03349272030976,
39.83053607518818
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "123",
"COUNTYNS": "00835883",
"AFFGEOID": "0500000US31123",
"GEOID": "31123",
"NAME": "Morrill",
"LSAD": "06",
"ALAND": 3687723999,
"AWATER": 15598670
},
"geometry": {
"type": "Point",
"coordinates": [
-102.99354455555556,
41.78628044350699
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "003",
"COUNTYNS": "00711755",
"AFFGEOID": "0500000US28003",
"GEOID": "28003",
"NAME": "Alcorn",
"LSAD": "06",
"ALAND": 1036100568,
"AWATER": 3417891
},
"geometry": {
"type": "Point",
"coordinates": [
-88.62370362816934,
34.89647801968574
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "171",
"COUNTYNS": "01074097",
"AFFGEOID": "0500000US39171",
"GEOID": "39171",
"NAME": "Williams",
"LSAD": "06",
"ALAND": 1090296608,
"AWATER": 5507083
},
"geometry": {
"type": "Point",
"coordinates": [
-84.53972339991566,
41.574114734356286
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "195",
"COUNTYNS": "01383883",
"AFFGEOID": "0500000US48195",
"GEOID": "48195",
"NAME": "Hansford",
"LSAD": "06",
"ALAND": 2382296649,
"AWATER": 1548341
},
"geometry": {
"type": "Point",
"coordinates": [
-101.3007976,
36.23340499910015
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "049",
"COUNTYNS": "01622967",
"AFFGEOID": "0500000US26049",
"GEOID": "26049",
"NAME": "Genesee",
"LSAD": "06",
"ALAND": 1649726963,
"AWATER": 32695696
},
"geometry": {
"type": "Point",
"coordinates": [
-83.721157625,
43.01418637405894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "079",
"COUNTYNS": "01622982",
"AFFGEOID": "0500000US26079",
"GEOID": "26079",
"NAME": "Kalkaska",
"LSAD": "06",
"ALAND": 1449687582,
"AWATER": 28061738
},
"geometry": {
"type": "Point",
"coordinates": [
-85.16406416666667,
44.73402483239014
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "067",
"COUNTYNS": "01648577",
"AFFGEOID": "0500000US47067",
"GEOID": "47067",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 575816105,
"AWATER": 2988718
},
"geometry": {
"type": "Point",
"coordinates": [
-83.1987379224485,
36.51645230752315
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "069",
"COUNTYNS": "01034230",
"AFFGEOID": "0500000US38069",
"GEOID": "38069",
"NAME": "Pierce",
"LSAD": "06",
"ALAND": 2637787590,
"AWATER": 165445738
},
"geometry": {
"type": "Point",
"coordinates": [
-99.98816933333334,
48.225428999062956
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "125",
"COUNTYNS": "01209190",
"AFFGEOID": "0500000US42125",
"GEOID": "42125",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 2219590653,
"AWATER": 10147672
},
"geometry": {
"type": "Point",
"coordinates": [
-80.10460792205049,
40.16240620100138
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "141",
"COUNTYNS": "00069904",
"AFFGEOID": "0500000US05141",
"GEOID": "05141",
"NAME": "Van Buren",
"LSAD": "06",
"ALAND": 1838200422,
"AWATER": 37692771
},
"geometry": {
"type": "Point",
"coordinates": [
-92.54763554545455,
35.60434836274293
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "045",
"COUNTYNS": "00450351",
"AFFGEOID": "0500000US18045",
"GEOID": "18045",
"NAME": "Fountain",
"LSAD": "06",
"ALAND": 1024769248,
"AWATER": 5734092
},
"geometry": {
"type": "Point",
"coordinates": [
-87.27830462499999,
40.1313136240701
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "019",
"COUNTYNS": "00695734",
"AFFGEOID": "0500000US28019",
"GEOID": "28019",
"NAME": "Choctaw",
"LSAD": "06",
"ALAND": 1083088569,
"AWATER": 4331852
},
"geometry": {
"type": "Point",
"coordinates": [
-89.23651753846154,
33.33808092221021
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "690",
"COUNTYNS": "01789072",
"AFFGEOID": "0500000US51690",
"GEOID": "51690",
"NAME": "Martinsville",
"LSAD": "25",
"ALAND": 28376605,
"AWATER": 133615
},
"geometry": {
"type": "Point",
"coordinates": [
-79.85623866666667,
36.67553091576253
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "191",
"COUNTYNS": "00356886",
"AFFGEOID": "0500000US13191",
"GEOID": "13191",
"NAME": "McIntosh",
"LSAD": "06",
"ALAND": 1099290158,
"AWATER": 387088216
},
"geometry": {
"type": "Point",
"coordinates": [
-81.37752816154243,
31.492411906299075
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "255",
"COUNTYNS": "01383913",
"AFFGEOID": "0500000US48255",
"GEOID": "48255",
"NAME": "Karnes",
"LSAD": "06",
"ALAND": 1936008340,
"AWATER": 15671660
},
"geometry": {
"type": "Point",
"coordinates": [
-97.86548200000001,
28.89252259920128
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "097",
"COUNTYNS": "01074061",
"AFFGEOID": "0500000US39097",
"GEOID": "39097",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1206646148,
"AWATER": 1919019
},
"geometry": {
"type": "Point",
"coordinates": [
-83.4076457,
39.91099039907135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "013",
"COUNTYNS": "00758461",
"AFFGEOID": "0500000US29013",
"GEOID": "29013",
"NAME": "Bates",
"LSAD": "06",
"ALAND": 2167013743,
"AWATER": 38050433
},
"geometry": {
"type": "Point",
"coordinates": [
-94.32394932199774,
38.27363343161026
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "301",
"COUNTYNS": "01383936",
"AFFGEOID": "0500000US48301",
"GEOID": "48301",
"NAME": "Loving",
"LSAD": "06",
"ALAND": 1732059386,
"AWATER": 20151852
},
"geometry": {
"type": "Point",
"coordinates": [
-103.6864983456529,
31.830101341157966
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "055",
"COUNTYNS": "00451676",
"AFFGEOID": "0500000US18055",
"GEOID": "18055",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1404983930,
"AWATER": 8919620
},
"geometry": {
"type": "Point",
"coordinates": [
-86.9752799,
38.99285329907711
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "141",
"COUNTYNS": "00485034",
"AFFGEOID": "0500000US20141",
"GEOID": "20141",
"NAME": "Osborne",
"LSAD": "06",
"ALAND": 2311575393,
"AWATER": 4806274
},
"geometry": {
"type": "Point",
"coordinates": [
-98.72891157142858,
39.33167742764631
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "075",
"COUNTYNS": "00758492",
"AFFGEOID": "0500000US29075",
"GEOID": "29075",
"NAME": "Gentry",
"LSAD": "06",
"ALAND": 1272776756,
"AWATER": 762384
},
"geometry": {
"type": "Point",
"coordinates": [
-94.40992999999999,
40.18463716573648
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "051",
"COUNTYNS": "00758480",
"AFFGEOID": "0500000US29051",
"GEOID": "29051",
"NAME": "Cole",
"LSAD": "06",
"ALAND": 1014013382,
"AWATER": 19259438
},
"geometry": {
"type": "Point",
"coordinates": [
-92.24761341666668,
38.50657616574721
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "131",
"COUNTYNS": "01383851",
"AFFGEOID": "0500000US48131",
"GEOID": "48131",
"NAME": "Duval",
"LSAD": "06",
"ALAND": 4645085813,
"AWATER": 5478267
},
"geometry": {
"type": "Point",
"coordinates": [
-98.50488075000001,
27.594611374224886
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "019",
"COUNTYNS": "01265793",
"AFFGEOID": "0500000US46019",
"GEOID": "46019",
"NAME": "Butte",
"LSAD": "06",
"ALAND": 5827518214,
"AWATER": 42730886
},
"geometry": {
"type": "Point",
"coordinates": [
-103.68686572325036,
44.87834046625533
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "099",
"COUNTYNS": "00659495",
"AFFGEOID": "0500000US27099",
"GEOID": "27099",
"NAME": "Mower",
"LSAD": "06",
"ALAND": 1842332253,
"AWATER": 617233
},
"geometry": {
"type": "Point",
"coordinates": [
-92.76470363184681,
43.655723423469524
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "245",
"COUNTYNS": "00358024",
"AFFGEOID": "0500000US13245",
"GEOID": "13245",
"NAME": "Richmond",
"LSAD": "06",
"ALAND": 840026450,
"AWATER": 11024164
},
"geometry": {
"type": "Point",
"coordinates": [
-82.08731989352017,
33.364643963923314
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "033",
"COUNTYNS": "00424218",
"AFFGEOID": "0500000US17033",
"GEOID": "17033",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1149004930,
"AWATER": 5659945
},
"geometry": {
"type": "Point",
"coordinates": [
-87.65731370217311,
38.99070213742013
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "017",
"COUNTYNS": "00873182",
"AFFGEOID": "0500000US33017",
"GEOID": "33017",
"NAME": "Strafford",
"LSAD": "06",
"ALAND": 951728786,
"AWATER": 39171752
},
"geometry": {
"type": "Point",
"coordinates": [
-70.9867944351652,
43.305483124858405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "105",
"COUNTYNS": "01101840",
"AFFGEOID": "0500000US40105",
"GEOID": "40105",
"NAME": "Nowata",
"LSAD": "06",
"ALAND": 1465358455,
"AWATER": 38869450
},
"geometry": {
"type": "Point",
"coordinates": [
-95.59664155363174,
36.884620554220696
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "031",
"COUNTYNS": "00161541",
"AFFGEOID": "0500000US01031",
"GEOID": "01031",
"NAME": "Coffee",
"LSAD": "06",
"ALAND": 1758565927,
"AWATER": 3907189
},
"geometry": {
"type": "Point",
"coordinates": [
-86.08603488888889,
31.415156665826885
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "221",
"COUNTYNS": "00351262",
"AFFGEOID": "0500000US13221",
"GEOID": "13221",
"NAME": "Oglethorpe",
"LSAD": "06",
"ALAND": 1137034765,
"AWATER": 7838679
},
"geometry": {
"type": "Point",
"coordinates": [
-83.08974587499999,
33.8876272491263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "133",
"COUNTYNS": "00450384",
"AFFGEOID": "0500000US18133",
"GEOID": "18133",
"NAME": "Putnam",
"LSAD": "06",
"ALAND": 1244585902,
"AWATER": 5585892
},
"geometry": {
"type": "Point",
"coordinates": [
-86.799328,
39.61686189907309
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "013",
"COUNTYNS": "00659452",
"AFFGEOID": "0500000US27013",
"GEOID": "27013",
"NAME": "Blue Earth",
"LSAD": "06",
"ALAND": 1936830865,
"AWATER": 46082217
},
"geometry": {
"type": "Point",
"coordinates": [
-94.07988666666665,
44.08291211016832
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "029",
"COUNTYNS": "00858642",
"AFFGEOID": "0500000US32029",
"GEOID": "32029",
"NAME": "Storey",
"LSAD": "06",
"ALAND": 680962190,
"AWATER": 1871089
},
"geometry": {
"type": "Point",
"coordinates": [
-119.57067749999999,
39.42801087407426
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "133",
"COUNTYNS": "01639780",
"AFFGEOID": "0500000US47133",
"GEOID": "47133",
"NAME": "Overton",
"LSAD": "06",
"ALAND": 1122721529,
"AWATER": 3492728
},
"geometry": {
"type": "Point",
"coordinates": [
-85.29710983333334,
36.34141274909907
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "678",
"COUNTYNS": "01789071",
"AFFGEOID": "0500000US51678",
"GEOID": "51678",
"NAME": "Lexington",
"LSAD": "25",
"ALAND": 6473002,
"AWATER": 67785
},
"geometry": {
"type": "Point",
"coordinates": [
-79.4383368,
37.783954799086146
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "017",
"COUNTYNS": "01804488",
"AFFGEOID": "0500000US72017",
"GEOID": "72017",
"NAME": "Barceloneta",
"LSAD": "13",
"ALAND": 48421896,
"AWATER": 31649450
},
"geometry": {
"type": "Point",
"coordinates": [
-66.55883270349923,
18.44358810992902
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "075",
"COUNTYNS": "00161563",
"AFFGEOID": "0500000US01075",
"GEOID": "01075",
"NAME": "Lamar",
"LSAD": "06",
"ALAND": 1566544636,
"AWATER": 1600679
},
"geometry": {
"type": "Point",
"coordinates": [
-88.10271761808666,
33.81929000821052
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "019",
"COUNTYNS": "01622952",
"AFFGEOID": "0500000US26019",
"GEOID": "26019",
"NAME": "Benzie",
"LSAD": "06",
"ALAND": 828049220,
"AWATER": 1398210900
},
"geometry": {
"type": "Point",
"coordinates": [
-86.10233500589407,
44.66307614725744
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "145",
"COUNTYNS": "01804553",
"AFFGEOID": "0500000US72145",
"GEOID": "72145",
"NAME": "Vega Baja",
"LSAD": "13",
"ALAND": 118777657,
"AWATER": 57795017
},
"geometry": {
"type": "Point",
"coordinates": [
-66.40281741626127,
18.419156901880214
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "045",
"COUNTYNS": "01383808",
"AFFGEOID": "0500000US48045",
"GEOID": "48045",
"NAME": "Briscoe",
"LSAD": "06",
"ALAND": 2330991085,
"AWATER": 4068657
},
"geometry": {
"type": "Point",
"coordinates": [
-101.16107433333333,
34.53024699911855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "017",
"COUNTYNS": "00465198",
"AFFGEOID": "0500000US19017",
"GEOID": "19017",
"NAME": "Bremer",
"LSAD": "06",
"ALAND": 1127885581,
"AWATER": 10166470
},
"geometry": {
"type": "Point",
"coordinates": [
-92.317983,
42.77462374905949
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "025",
"COUNTYNS": "01008540",
"AFFGEOID": "0500000US37025",
"GEOID": "37025",
"NAME": "Cabarrus",
"LSAD": "06",
"ALAND": 935603275,
"AWATER": 7006691
},
"geometry": {
"type": "Point",
"coordinates": [
-80.6095499,
35.33598859910945
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "113",
"COUNTYNS": "01213687",
"AFFGEOID": "0500000US42113",
"GEOID": "42113",
"NAME": "Sullivan",
"LSAD": "06",
"ALAND": 1165338399,
"AWATER": 6617028
},
"geometry": {
"type": "Point",
"coordinates": [
-76.45031044444445,
41.40256922128622
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "095",
"COUNTYNS": "01678706",
"AFFGEOID": "0500000US54095",
"GEOID": "54095",
"NAME": "Tyler",
"LSAD": "06",
"ALAND": 663797704,
"AWATER": 11403003
},
"geometry": {
"type": "Point",
"coordinates": [
-80.9101447415079,
39.464724592937515
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "023",
"COUNTYNS": "00347451",
"AFFGEOID": "0500000US13023",
"GEOID": "13023",
"NAME": "Bleckley",
"LSAD": "06",
"ALAND": 559100209,
"AWATER": 8447343
},
"geometry": {
"type": "Point",
"coordinates": [
-83.32475925,
32.42878174914553
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "145",
"COUNTYNS": "01784940",
"AFFGEOID": "0500000US17145",
"GEOID": "17145",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 1144186125,
"AWATER": 13416186
},
"geometry": {
"type": "Point",
"coordinates": [
-89.272486,
38.09704557051223
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "049",
"COUNTYNS": "00424226",
"AFFGEOID": "0500000US17049",
"GEOID": "17049",
"NAME": "Effingham",
"LSAD": "06",
"ALAND": 1240027659,
"AWATER": 3183217
},
"geometry": {
"type": "Point",
"coordinates": [
-88.56711642857142,
39.07299885621943
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "059",
"COUNTYNS": "00161555",
"AFFGEOID": "0500000US01059",
"GEOID": "01059",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1641839976,
"AWATER": 32645401
},
"geometry": {
"type": "Point",
"coordinates": [
-87.86030622664184,
34.424074429229485
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "105",
"COUNTYNS": "00485017",
"AFFGEOID": "0500000US20105",
"GEOID": "20105",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 1863226687,
"AWATER": 2748359
},
"geometry": {
"type": "Point",
"coordinates": [
-98.24795971428571,
39.05518057050527
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "151",
"COUNTYNS": "00450390",
"AFFGEOID": "0500000US18151",
"GEOID": "18151",
"NAME": "Steuben",
"LSAD": "06",
"ALAND": 799725227,
"AWATER": 35458838
},
"geometry": {
"type": "Point",
"coordinates": [
-84.93881827340306,
41.672158275986796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "059",
"COUNTYNS": "01008549",
"AFFGEOID": "0500000US37059",
"GEOID": "37059",
"NAME": "Davie",
"LSAD": "06",
"ALAND": 682967799,
"AWATER": 7399100
},
"geometry": {
"type": "Point",
"coordinates": [
-80.51219418181817,
35.90190327183074
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "033",
"COUNTYNS": "00465206",
"AFFGEOID": "0500000US19033",
"GEOID": "19033",
"NAME": "Cerro Gordo",
"LSAD": "06",
"ALAND": 1471881731,
"AWATER": 17668265
},
"geometry": {
"type": "Point",
"coordinates": [
-93.21392619999999,
43.10797579905873
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "111",
"COUNTYNS": "01266977",
"AFFGEOID": "0500000US46111",
"GEOID": "46111",
"NAME": "Sanborn",
"LSAD": "06",
"ALAND": 1474586446,
"AWATER": 2938339
},
"geometry": {
"type": "Point",
"coordinates": [
-98.10523475,
43.9931144990573
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "173",
"COUNTYNS": "01074098",
"AFFGEOID": "0500000US39173",
"GEOID": "39173",
"NAME": "Wood",
"LSAD": "06",
"ALAND": 1598508447,
"AWATER": 8545541
},
"geometry": {
"type": "Point",
"coordinates": [
-83.62464990909092,
41.433474089972975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "197",
"COUNTYNS": "00344107",
"AFFGEOID": "0500000US13197",
"GEOID": "13197",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 947978209,
"AWATER": 3791374
},
"geometry": {
"type": "Point",
"coordinates": [
-84.51436446153845,
32.345613383762085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "015",
"COUNTYNS": "01550014",
"AFFGEOID": "0500000US54015",
"GEOID": "54015",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 885617251,
"AWATER": 4862445
},
"geometry": {
"type": "Point",
"coordinates": [
-81.0478887,
38.50733579908054
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "185",
"COUNTYNS": "01497748",
"AFFGEOID": "0500000US51185",
"GEOID": "51185",
"NAME": "Tazewell",
"LSAD": "06",
"ALAND": 1343661925,
"AWATER": 2921369
},
"geometry": {
"type": "Point",
"coordinates": [
-81.55550233502698,
37.14507589375119
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "135",
"COUNTYNS": "00465256",
"AFFGEOID": "0500000US19135",
"GEOID": "19135",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1123317229,
"AWATER": 1522790
},
"geometry": {
"type": "Point",
"coordinates": [
-92.869207,
41.05611359906548
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "191",
"COUNTYNS": "00465284",
"AFFGEOID": "0500000US19191",
"GEOID": "19191",
"NAME": "Winneshiek",
"LSAD": "06",
"ALAND": 1786713778,
"AWATER": 698598
},
"geometry": {
"type": "Point",
"coordinates": [
-91.85901871307433,
43.340022346615704
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "103",
"COUNTYNS": "01034204",
"AFFGEOID": "0500000US38103",
"GEOID": "38103",
"NAME": "Wells",
"LSAD": "06",
"ALAND": 3291081473,
"AWATER": 50967324
},
"geometry": {
"type": "Point",
"coordinates": [
-99.61720977777779,
47.60634155461639
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "165",
"COUNTYNS": "01008585",
"AFFGEOID": "0500000US37165",
"GEOID": "37165",
"NAME": "Scotland",
"LSAD": "06",
"ALAND": 826556054,
"AWATER": 3841985
},
"geometry": {
"type": "Point",
"coordinates": [
-79.50698834147107,
34.85581819766625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "047",
"COUNTYNS": "01383809",
"AFFGEOID": "0500000US48047",
"GEOID": "48047",
"NAME": "Brooks",
"LSAD": "06",
"ALAND": 2443277016,
"AWATER": 741627
},
"geometry": {
"type": "Point",
"coordinates": [
-98.26290336363635,
27.086450999234504
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "139",
"COUNTYNS": "01383856",
"AFFGEOID": "0500000US48139",
"GEOID": "48139",
"NAME": "Ellis",
"LSAD": "06",
"ALAND": 2423342394,
"AWATER": 41672841
},
"geometry": {
"type": "Point",
"coordinates": [
-96.72994700000001,
32.3456672991467
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "111",
"COUNTYNS": "01025836",
"AFFGEOID": "0500000US37111",
"GEOID": "37111",
"NAME": "McDowell",
"LSAD": "06",
"ALAND": 1139478112,
"AWATER": 13977177
},
"geometry": {
"type": "Point",
"coordinates": [
-82.04150973333334,
35.726054799105285
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "189",
"COUNTYNS": "00485056",
"AFFGEOID": "0500000US20189",
"GEOID": "20189",
"NAME": "Stevens",
"LSAD": "06",
"ALAND": 1883604193,
"AWATER": 464936
},
"geometry": {
"type": "Point",
"coordinates": [
-101.31981175804387,
37.19226738839344
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "151",
"COUNTYNS": "00758530",
"AFFGEOID": "0500000US29151",
"GEOID": "29151",
"NAME": "Osage",
"LSAD": "06",
"ALAND": 1571017654,
"AWATER": 17751408
},
"geometry": {
"type": "Point",
"coordinates": [
-91.9512096,
38.490280999080674
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "219",
"COUNTYNS": "01383895",
"AFFGEOID": "0500000US48219",
"GEOID": "48219",
"NAME": "Hockley",
"LSAD": "06",
"ALAND": 2352723906,
"AWATER": 446119
},
"geometry": {
"type": "Point",
"coordinates": [
-102.34298625,
33.606967749129836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "121",
"COUNTYNS": "01581120",
"AFFGEOID": "0500000US55121",
"GEOID": "55121",
"NAME": "Trempealeau",
"LSAD": "06",
"ALAND": 1898471750,
"AWATER": 23372072
},
"geometry": {
"type": "Point",
"coordinates": [
-91.39517543857141,
44.174589015465784
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "153",
"COUNTYNS": "00758531",
"AFFGEOID": "0500000US29153",
"GEOID": "29153",
"NAME": "Ozark",
"LSAD": "06",
"ALAND": 1929467329,
"AWATER": 26575007
},
"geometry": {
"type": "Point",
"coordinates": [
-92.42049197853814,
36.573617160895424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "067",
"COUNTYNS": "00835855",
"AFFGEOID": "0500000US31067",
"GEOID": "31067",
"NAME": "Gage",
"LSAD": "06",
"ALAND": 2205275212,
"AWATER": 22010737
},
"geometry": {
"type": "Point",
"coordinates": [
-96.71991480822404,
40.2035106109391
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "141",
"COUNTYNS": "01074083",
"AFFGEOID": "0500000US39141",
"GEOID": "39141",
"NAME": "Ross",
"LSAD": "06",
"ALAND": 1784986611,
"AWATER": 9938846
},
"geometry": {
"type": "Point",
"coordinates": [
-83.04615091666666,
39.34305816574147
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "141",
"COUNTYNS": "00465259",
"AFFGEOID": "0500000US19141",
"GEOID": "19141",
"NAME": "O'Brien",
"LSAD": "06",
"ALAND": 1484154165,
"AWATER": 447448
},
"geometry": {
"type": "Point",
"coordinates": [
-95.62438775,
43.08294524905879
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "007",
"COUNTYNS": "01265812",
"AFFGEOID": "0500000US46007",
"GEOID": "46007",
"NAME": "Bennett",
"LSAD": "06",
"ALAND": 3068207883,
"AWATER": 15044355
},
"geometry": {
"type": "Point",
"coordinates": [
-101.7516889433972,
43.18107085669194
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "139",
"COUNTYNS": "01804550",
"AFFGEOID": "0500000US72139",
"GEOID": "72139",
"NAME": "Trujillo Alto",
"LSAD": "13",
"ALAND": 53786135,
"AWATER": 1592601
},
"geometry": {
"type": "Point",
"coordinates": [
-65.99248414285715,
18.325706570864756
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "087",
"COUNTYNS": "01550050",
"AFFGEOID": "0500000US54087",
"GEOID": "54087",
"NAME": "Roane",
"LSAD": "06",
"ALAND": 1252422375,
"AWATER": 404682
},
"geometry": {
"type": "Point",
"coordinates": [
-81.3406793076923,
38.73818515292504
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "011",
"COUNTYNS": "01101793",
"AFFGEOID": "0500000US40011",
"GEOID": "40011",
"NAME": "Blaine",
"LSAD": "06",
"ALAND": 2404605819,
"AWATER": 26851760
},
"geometry": {
"type": "Point",
"coordinates": [
-98.44605849999999,
35.782419999104725
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "025",
"COUNTYNS": "00484982",
"AFFGEOID": "0500000US20025",
"GEOID": "20025",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 2524300311,
"AWATER": 6603384
},
"geometry": {
"type": "Point",
"coordinates": [
-99.81396071705858,
37.21069982588513
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "121",
"COUNTYNS": "00161586",
"AFFGEOID": "0500000US01121",
"GEOID": "01121",
"NAME": "Talladega",
"LSAD": "06",
"ALAND": 1908251622,
"AWATER": 60931665
},
"geometry": {
"type": "Point",
"coordinates": [
-86.12880815999999,
33.414609639132294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "115",
"COUNTYNS": "00516904",
"AFFGEOID": "0500000US21115",
"GEOID": "21115",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 678468756,
"AWATER": 5639297
},
"geometry": {
"type": "Point",
"coordinates": [
-82.84602490909091,
37.85491690817649
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "121",
"COUNTYNS": "01266989",
"AFFGEOID": "0500000US46121",
"GEOID": "46121",
"NAME": "Todd",
"LSAD": "06",
"ALAND": 3596445663,
"AWATER": 5854544
},
"geometry": {
"type": "Point",
"coordinates": [
-100.56670822614188,
43.16120606258967
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "007",
"COUNTYNS": "01383789",
"AFFGEOID": "0500000US48007",
"GEOID": "48007",
"NAME": "Aransas",
"LSAD": "06",
"ALAND": 652804634,
"AWATER": 714591509
},
"geometry": {
"type": "Point",
"coordinates": [
-97.01601022553473,
28.063604017139166
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "085",
"COUNTYNS": "00351312",
"AFFGEOID": "0500000US13085",
"GEOID": "13085",
"NAME": "Dawson",
"LSAD": "06",
"ALAND": 546042216,
"AWATER": 9272655
},
"geometry": {
"type": "Point",
"coordinates": [
-84.18752549999999,
34.47836657054771
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "157",
"COUNTYNS": "00465267",
"AFFGEOID": "0500000US19157",
"GEOID": "19157",
"NAME": "Poweshiek",
"LSAD": "06",
"ALAND": 1514929499,
"AWATER": 2977605
},
"geometry": {
"type": "Point",
"coordinates": [
-92.5494865,
41.6424398323964
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "159",
"COUNTYNS": "01383865",
"AFFGEOID": "0500000US48159",
"GEOID": "48159",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 736570306,
"AWATER": 26874743
},
"geometry": {
"type": "Point",
"coordinates": [
-95.20950611111111,
33.16222922135782
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "047",
"COUNTYNS": "00450352",
"AFFGEOID": "0500000US18047",
"GEOID": "18047",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 995670602,
"AWATER": 17143494
},
"geometry": {
"type": "Point",
"coordinates": [
-85.04500170563602,
39.40338998649302
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "027",
"COUNTYNS": "00516860",
"AFFGEOID": "0500000US21027",
"GEOID": "21027",
"NAME": "Breckinridge",
"LSAD": "06",
"ALAND": 1469049378,
"AWATER": 47701854
},
"geometry": {
"type": "Point",
"coordinates": [
-86.51001656029338,
37.78419413348602
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "159",
"COUNTYNS": "00346144",
"AFFGEOID": "0500000US13159",
"GEOID": "13159",
"NAME": "Jasper",
"LSAD": "06",
"ALAND": 953536358,
"AWATER": 13732175
},
"geometry": {
"type": "Point",
"coordinates": [
-83.73000066666668,
33.325604665800114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "165",
"COUNTYNS": "01383868",
"AFFGEOID": "0500000US48165",
"GEOID": "48165",
"NAME": "Gaines",
"LSAD": "06",
"ALAND": 3891105276,
"AWATER": 1262946
},
"geometry": {
"type": "Point",
"coordinates": [
-102.68438723605938,
32.73536792187013
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "211",
"COUNTYNS": "01383891",
"AFFGEOID": "0500000US48211",
"GEOID": "48211",
"NAME": "Hemphill",
"LSAD": "06",
"ALAND": 2347270020,
"AWATER": 15205585
},
"geometry": {
"type": "Point",
"coordinates": [
-100.21631323966581,
35.846305399103414
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "037",
"COUNTYNS": "00465208",
"AFFGEOID": "0500000US19037",
"GEOID": "19037",
"NAME": "Chickasaw",
"LSAD": "06",
"ALAND": 1306338760,
"AWATER": 3309323
},
"geometry": {
"type": "Point",
"coordinates": [
-92.2704564,
43.06453579905882
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "083",
"COUNTYNS": "01248592",
"AFFGEOID": "0500000US45083",
"GEOID": "45083",
"NAME": "Spartanburg",
"LSAD": "06",
"ALAND": 2092673515,
"AWATER": 29211230
},
"geometry": {
"type": "Point",
"coordinates": [
-81.96873750363008,
34.93282680501095
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "095",
"COUNTYNS": "00465236",
"AFFGEOID": "0500000US19095",
"GEOID": "19095",
"NAME": "Iowa",
"LSAD": "06",
"ALAND": 1518916008,
"AWATER": 2686847
},
"geometry": {
"type": "Point",
"coordinates": [
-92.04046220000001,
41.65132519906304
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "133",
"COUNTYNS": "01101854",
"AFFGEOID": "0500000US40133",
"GEOID": "40133",
"NAME": "Seminole",
"LSAD": "06",
"ALAND": 1639040857,
"AWATER": 19778906
},
"geometry": {
"type": "Point",
"coordinates": [
-96.58171423076922,
35.11984130680413
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "155",
"COUNTYNS": "00659522",
"AFFGEOID": "0500000US27155",
"GEOID": "27155",
"NAME": "Traverse",
"LSAD": "06",
"ALAND": 1486320975,
"AWATER": 31025234
},
"geometry": {
"type": "Point",
"coordinates": [
-96.58136754101076,
45.78952208432209
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "059",
"COUNTYNS": "00450357",
"AFFGEOID": "0500000US18059",
"GEOID": "18059",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 792563315,
"AWATER": 2628056
},
"geometry": {
"type": "Point",
"coordinates": [
-85.7680052,
39.838365999071755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "087",
"COUNTYNS": "00277308",
"AFFGEOID": "0500000US06087",
"GEOID": "06087",
"NAME": "Santa Cruz",
"LSAD": "06",
"ALAND": 1152967426,
"AWATER": 419570389
},
"geometry": {
"type": "Point",
"coordinates": [
-121.98631687370165,
37.027520976244794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "011",
"COUNTYNS": "00063757",
"AFFGEOID": "0500000US05011",
"GEOID": "05011",
"NAME": "Bradley",
"LSAD": "06",
"ALAND": 1681514463,
"AWATER": 9532926
},
"geometry": {
"type": "Point",
"coordinates": [
-92.16849657142857,
33.38167571341843
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "171",
"COUNTYNS": "00465274",
"AFFGEOID": "0500000US19171",
"GEOID": "19171",
"NAME": "Tama",
"LSAD": "06",
"ALAND": 1867411148,
"AWATER": 2769421
},
"geometry": {
"type": "Point",
"coordinates": [
-92.572003,
42.137749999061334
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "031",
"COUNTYNS": "01674917",
"AFFGEOID": "0500000US51031",
"GEOID": "51031",
"NAME": "Campbell",
"LSAD": "06",
"ALAND": 1303240046,
"AWATER": 8955341
},
"geometry": {
"type": "Point",
"coordinates": [
-79.12589713333334,
37.20600266575772
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "001",
"COUNTYNS": "01581060",
"AFFGEOID": "0500000US55001",
"GEOID": "55001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 1672140731,
"AWATER": 108432130
},
"geometry": {
"type": "Point",
"coordinates": [
-89.81204366666667,
43.960916582390695
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "179",
"COUNTYNS": "01008590",
"AFFGEOID": "0500000US37179",
"GEOID": "37179",
"NAME": "Union",
"LSAD": "06",
"ALAND": 1636332950,
"AWATER": 20337550
},
"geometry": {
"type": "Point",
"coordinates": [
-80.57503900268487,
34.999721885592685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "165",
"COUNTYNS": "00450397",
"AFFGEOID": "0500000US18165",
"GEOID": "18165",
"NAME": "Vermillion",
"LSAD": "06",
"ALAND": 665311748,
"AWATER": 7904759
},
"geometry": {
"type": "Point",
"coordinates": [
-87.46252128242527,
39.8838583707173
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "011",
"COUNTYNS": "01035619",
"AFFGEOID": "0500000US38011",
"GEOID": "38011",
"NAME": "Bowman",
"LSAD": "06",
"ALAND": 3009306320,
"AWATER": 13587978
},
"geometry": {
"type": "Point",
"coordinates": [
-103.48515099686656,
46.0410096407692
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "031",
"COUNTYNS": "00277280",
"AFFGEOID": "0500000US06031",
"GEOID": "06031",
"NAME": "Kings",
"LSAD": "06",
"ALAND": 3598593366,
"AWATER": 5453080
},
"geometry": {
"type": "Point",
"coordinates": [
-119.78257856249999,
36.18457462410065
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "123",
"COUNTYNS": "00516908",
"AFFGEOID": "0500000US21123",
"GEOID": "21123",
"NAME": "Larue",
"LSAD": "06",
"ALAND": 677386387,
"AWATER": 5418290
},
"geometry": {
"type": "Point",
"coordinates": [
-85.63577484615385,
37.540051614472794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "125",
"COUNTYNS": "01101850",
"AFFGEOID": "0500000US40125",
"GEOID": "40125",
"NAME": "Pottawatomie",
"LSAD": "06",
"ALAND": 2040060549,
"AWATER": 14842439
},
"geometry": {
"type": "Point",
"coordinates": [
-96.89747936363636,
35.153307544566005
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "079",
"COUNTYNS": "01804520",
"AFFGEOID": "0500000US72079",
"GEOID": "72079",
"NAME": "Lajas",
"LSAD": "13",
"ALAND": 155287823,
"AWATER": 106643202
},
"geometry": {
"type": "Point",
"coordinates": [
-67.03542400639291,
17.999452677360114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "069",
"COUNTYNS": "01804515",
"AFFGEOID": "0500000US72069",
"GEOID": "72069",
"NAME": "Humacao",
"LSAD": "13",
"ALAND": 115929990,
"AWATER": 68988203
},
"geometry": {
"type": "Point",
"coordinates": [
-65.8079694202368,
18.149154940798162
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "129",
"COUNTYNS": "00659510",
"AFFGEOID": "0500000US27129",
"GEOID": "27129",
"NAME": "Renville",
"LSAD": "06",
"ALAND": 2545744678,
"AWATER": 10851893
},
"geometry": {
"type": "Point",
"coordinates": [
-94.95407041176472,
44.69023288140976
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "169",
"COUNTYNS": "00485047",
"AFFGEOID": "0500000US20169",
"GEOID": "20169",
"NAME": "Saline",
"LSAD": "06",
"ALAND": 1865381414,
"AWATER": 2809967
},
"geometry": {
"type": "Point",
"coordinates": [
-97.65111283333334,
38.822579832411634
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "077",
"COUNTYNS": "01101826",
"AFFGEOID": "0500000US40077",
"GEOID": "40077",
"NAME": "Latimer",
"LSAD": "06",
"ALAND": 1870180320,
"AWATER": 18213565
},
"geometry": {
"type": "Point",
"coordinates": [
-95.14911044444444,
34.900259332447604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "109",
"COUNTYNS": "00465243",
"AFFGEOID": "0500000US19109",
"GEOID": "19109",
"NAME": "Kossuth",
"LSAD": "06",
"ALAND": 2519361813,
"AWATER": 4125592
},
"geometry": {
"type": "Point",
"coordinates": [
-94.23498999872518,
43.290866872504594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "001",
"COUNTYNS": "01213656",
"AFFGEOID": "0500000US42001",
"GEOID": "42001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 1343396471,
"AWATER": 7887889
},
"geometry": {
"type": "Point",
"coordinates": [
-77.17113043342453,
39.87966300677011
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "065",
"COUNTYNS": "00450359",
"AFFGEOID": "0500000US18065",
"GEOID": "18065",
"NAME": "Henry",
"LSAD": "06",
"ALAND": 1014954735,
"AWATER": 7655289
},
"geometry": {
"type": "Point",
"coordinates": [
-85.36990320000001,
39.92291839907127
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "067",
"COUNTYNS": "01265771",
"AFFGEOID": "0500000US46067",
"GEOID": "46067",
"NAME": "Hutchinson",
"LSAD": "06",
"ALAND": 2105695489,
"AWATER": 3644220
},
"geometry": {
"type": "Point",
"coordinates": [
-97.78893987500001,
43.33753787405828
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "119",
"COUNTYNS": "01581119",
"AFFGEOID": "0500000US55119",
"GEOID": "55119",
"NAME": "Taylor",
"LSAD": "06",
"ALAND": 2525318829,
"AWATER": 24686414
},
"geometry": {
"type": "Point",
"coordinates": [
-90.46825869999999,
45.18015909905681
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "095",
"COUNTYNS": "00351259",
"AFFGEOID": "0500000US13095",
"GEOID": "13095",
"NAME": "Dougherty",
"LSAD": "06",
"ALAND": 851140307,
"AWATER": 15396055
},
"geometry": {
"type": "Point",
"coordinates": [
-84.21521007142858,
31.54300992772972
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "039",
"COUNTYNS": "00516866",
"AFFGEOID": "0500000US21039",
"GEOID": "21039",
"NAME": "Carlisle",
"LSAD": "06",
"ALAND": 490632724,
"AWATER": 24722530
},
"geometry": {
"type": "Point",
"coordinates": [
-89.03426466885428,
36.8562578685209
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "157",
"COUNTYNS": "00349570",
"AFFGEOID": "0500000US13157",
"GEOID": "13157",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 879710263,
"AWATER": 8907131
},
"geometry": {
"type": "Point",
"coordinates": [
-83.51035107692307,
34.09197946066224
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "131",
"COUNTYNS": "00446852",
"AFFGEOID": "0500000US18131",
"GEOID": "18131",
"NAME": "Pulaski",
"LSAD": "06",
"ALAND": 1123146087,
"AWATER": 2291536
},
"geometry": {
"type": "Point",
"coordinates": [
-86.6756032,
41.01539839906566
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "102",
"COUNTYNS": "01266992",
"AFFGEOID": "0500000US46102",
"GEOID": "46102",
"NAME": "Oglala Lakota",
"LSAD": "06",
"ALAND": 5422404947,
"AWATER": 7126155
},
"geometry": {
"type": "Point",
"coordinates": [
-102.48238384486686,
43.34484676416216
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "683",
"COUNTYNS": "01498430",
"AFFGEOID": "0500000US51683",
"GEOID": "51683",
"NAME": "Manassas",
"LSAD": "25",
"ALAND": 25508044,
"AWATER": 147721
},
"geometry": {
"type": "Point",
"coordinates": [
-77.48230025000001,
38.74969924907879
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "167",
"COUNTYNS": "00485046",
"AFFGEOID": "0500000US20167",
"GEOID": "20167",
"NAME": "Russell",
"LSAD": "06",
"ALAND": 2295402887,
"AWATER": 34126777
},
"geometry": {
"type": "Point",
"coordinates": [
-98.72255371428572,
38.90589742764915
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "205",
"COUNTYNS": "01383888",
"AFFGEOID": "0500000US48205",
"GEOID": "48205",
"NAME": "Hartley",
"LSAD": "06",
"ALAND": 3786435518,
"AWATER": 3023182
},
"geometry": {
"type": "Point",
"coordinates": [
-102.68991174415041,
35.8199832267658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "033",
"COUNTYNS": "00198132",
"AFFGEOID": "0500000US08033",
"GEOID": "08033",
"NAME": "Dolores",
"LSAD": "06",
"ALAND": 2763958520,
"AWATER": 2716141
},
"geometry": {
"type": "Point",
"coordinates": [
-108.34995440176037,
37.74438066982899
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "105",
"COUNTYNS": "01804533",
"AFFGEOID": "0500000US72105",
"GEOID": "72105",
"NAME": "Naranjito",
"LSAD": "13",
"ALAND": 70969180,
"AWATER": 898339
},
"geometry": {
"type": "Point",
"coordinates": [
-66.251258625,
18.282878749437316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "011",
"COUNTYNS": "00595737",
"AFFGEOID": "0500000US24011",
"GEOID": "24011",
"NAME": "Caroline",
"LSAD": "06",
"ALAND": 827350251,
"AWATER": 16777064
},
"geometry": {
"type": "Point",
"coordinates": [
-75.85995805340158,
38.85312136333281
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "011",
"COUNTYNS": "00465195",
"AFFGEOID": "0500000US19011",
"GEOID": "19011",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 1855117319,
"AWATER": 5760770
},
"geometry": {
"type": "Point",
"coordinates": [
-92.064838,
42.12369579906137
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "189",
"COUNTYNS": "01785150",
"AFFGEOID": "0500000US17189",
"GEOID": "17189",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1457058107,
"AWATER": 3454759
},
"geometry": {
"type": "Point",
"coordinates": [
-89.42838855555557,
38.39026122130364
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "151",
"COUNTYNS": "01008580",
"AFFGEOID": "0500000US37151",
"GEOID": "37151",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 2026174233,
"AWATER": 19822770
},
"geometry": {
"type": "Point",
"coordinates": [
-79.74783728571428,
35.7289744276767
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "087",
"COUNTYNS": "01383829",
"AFFGEOID": "0500000US48087",
"GEOID": "48087",
"NAME": "Collingsworth",
"LSAD": "06",
"ALAND": 2378749932,
"AWATER": 2279193
},
"geometry": {
"type": "Point",
"coordinates": [
-100.24945453593149,
34.93963992454076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "035",
"COUNTYNS": "00484987",
"AFFGEOID": "0500000US20035",
"GEOID": "20035",
"NAME": "Cowley",
"LSAD": "06",
"ALAND": 2915648172,
"AWATER": 17322934
},
"geometry": {
"type": "Point",
"coordinates": [
-96.81824100160078,
37.178616471140785
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "039",
"COUNTYNS": "01034219",
"AFFGEOID": "0500000US38039",
"GEOID": "38039",
"NAME": "Griggs",
"LSAD": "06",
"ALAND": 1835826857,
"AWATER": 19759408
},
"geometry": {
"type": "Point",
"coordinates": [
-98.295857,
47.42386274906029
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "057",
"COUNTYNS": "00066858",
"AFFGEOID": "0500000US05057",
"GEOID": "05057",
"NAME": "Hempstead",
"LSAD": "06",
"ALAND": 1884268212,
"AWATER": 35372110
},
"geometry": {
"type": "Point",
"coordinates": [
-93.70719366666668,
33.745977749128066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "530",
"COUNTYNS": "01498417",
"AFFGEOID": "0500000US51530",
"GEOID": "51530",
"NAME": "Buena Vista",
"LSAD": "25",
"ALAND": 16673676,
"AWATER": 219579
},
"geometry": {
"type": "Point",
"coordinates": [
-79.35529220000001,
37.73347679908655
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "133",
"COUNTYNS": "01623009",
"AFFGEOID": "0500000US26133",
"GEOID": "26133",
"NAME": "Osceola",
"LSAD": "06",
"ALAND": 1466836685,
"AWATER": 17262767
},
"geometry": {
"type": "Point",
"coordinates": [
-85.32759560000001,
44.02467599905727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "153",
"COUNTYNS": "01383862",
"AFFGEOID": "0500000US48153",
"GEOID": "48153",
"NAME": "Floyd",
"LSAD": "06",
"ALAND": 2569637276,
"AWATER": 983737
},
"geometry": {
"type": "Point",
"coordinates": [
-101.32695114285715,
34.11518957055208
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "079",
"COUNTYNS": "01265776",
"AFFGEOID": "0500000US46079",
"GEOID": "46079",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 1457893335,
"AWATER": 31769730
},
"geometry": {
"type": "Point",
"coordinates": [
-97.12936966666666,
44.02191549905728
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "027",
"COUNTYNS": "01265764",
"AFFGEOID": "0500000US46027",
"GEOID": "46027",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1067154414,
"AWATER": 13955950
},
"geometry": {
"type": "Point",
"coordinates": [
-97.00613237320175,
42.84580500718013
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "037",
"COUNTYNS": "01213665",
"AFFGEOID": "0500000US42037",
"GEOID": "42037",
"NAME": "Columbia",
"LSAD": "06",
"ALAND": 1251240776,
"AWATER": 18266225
},
"geometry": {
"type": "Point",
"coordinates": [
-76.41043652941177,
41.0388216461244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "540",
"COUNTYNS": "01789068",
"AFFGEOID": "0500000US51540",
"GEOID": "51540",
"NAME": "Charlottesville",
"LSAD": "25",
"ALAND": 26533566,
"AWATER": 47160
},
"geometry": {
"type": "Point",
"coordinates": [
-78.47859460000001,
38.0401225990841
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "033",
"COUNTYNS": "01480107",
"AFFGEOID": "0500000US51033",
"GEOID": "51033",
"NAME": "Caroline",
"LSAD": "06",
"ALAND": 1366471980,
"AWATER": 24948487
},
"geometry": {
"type": "Point",
"coordinates": [
-77.29825600000001,
38.02930666575086
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "133",
"COUNTYNS": "00659512",
"AFFGEOID": "0500000US27133",
"GEOID": "27133",
"NAME": "Rock",
"LSAD": "06",
"ALAND": 1249560774,
"AWATER": 698231
},
"geometry": {
"type": "Point",
"coordinates": [
-96.27262262257119,
43.68129205578434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "053",
"COUNTYNS": "00758481",
"AFFGEOID": "0500000US29053",
"GEOID": "29053",
"NAME": "Cooper",
"LSAD": "06",
"ALAND": 1462738176,
"AWATER": 11434005
},
"geometry": {
"type": "Point",
"coordinates": [
-92.828838,
38.87747022130012
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "147",
"COUNTYNS": "00485037",
"AFFGEOID": "0500000US20147",
"GEOID": "20147",
"NAME": "Phillips",
"LSAD": "06",
"ALAND": 2294395642,
"AWATER": 22493382
},
"geometry": {
"type": "Point",
"coordinates": [
-99.34440202839485,
39.83913491074604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "011",
"COUNTYNS": "00858640",
"AFFGEOID": "0500000US32011",
"GEOID": "32011",
"NAME": "Eureka",
"LSAD": "06",
"ALAND": 10814958250,
"AWATER": 11082875
},
"geometry": {
"type": "Point",
"coordinates": [
-116.19824423529411,
40.09312211671758
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "031",
"COUNTYNS": "01034223",
"AFFGEOID": "0500000US38031",
"GEOID": "38031",
"NAME": "Foster",
"LSAD": "06",
"ALAND": 1645810432,
"AWATER": 29450853
},
"geometry": {
"type": "Point",
"coordinates": [
-98.88286425,
47.45714449906038
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "145",
"COUNTYNS": "00758527",
"AFFGEOID": "0500000US29145",
"GEOID": "29145",
"NAME": "Newton",
"LSAD": "06",
"ALAND": 1618104260,
"AWATER": 4717267
},
"geometry": {
"type": "Point",
"coordinates": [
-94.3408704818505,
36.92499689757239
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "640",
"COUNTYNS": "01498426",
"AFFGEOID": "0500000US51640",
"GEOID": "51640",
"NAME": "Galax",
"LSAD": "25",
"ALAND": 21333585,
"AWATER": 103777
},
"geometry": {
"type": "Point",
"coordinates": [
-80.91819971428572,
36.666515784810244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "083",
"COUNTYNS": "01008559",
"AFFGEOID": "0500000US37083",
"GEOID": "37083",
"NAME": "Halifax",
"LSAD": "06",
"ALAND": 1874459064,
"AWATER": 16933522
},
"geometry": {
"type": "Point",
"coordinates": [
-77.5621222,
36.215557649100326
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "159",
"COUNTYNS": "00485043",
"AFFGEOID": "0500000US20159",
"GEOID": "20159",
"NAME": "Rice",
"LSAD": "06",
"ALAND": 1880935846,
"AWATER": 4482698
},
"geometry": {
"type": "Point",
"coordinates": [
-98.27297849999998,
38.27784387408226
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "087",
"COUNTYNS": "00450368",
"AFFGEOID": "0500000US18087",
"GEOID": "18087",
"NAME": "LaGrange",
"LSAD": "06",
"ALAND": 983237213,
"AWATER": 18317909
},
"geometry": {
"type": "Point",
"coordinates": [
-85.37172820827106,
41.68141429948821
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "085",
"COUNTYNS": "00308550",
"AFFGEOID": "0500000US12085",
"GEOID": "12085",
"NAME": "Martin",
"LSAD": "06",
"ALAND": 1408247995,
"AWATER": 542262212
},
"geometry": {
"type": "Point",
"coordinates": [
-80.3519419985345,
27.10480106620685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "129",
"COUNTYNS": "00424266",
"AFFGEOID": "0500000US17129",
"GEOID": "17129",
"NAME": "Menard",
"LSAD": "06",
"ALAND": 814389209,
"AWATER": 2641080
},
"geometry": {
"type": "Point",
"coordinates": [
-89.75224409090909,
40.0381611808888
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "143",
"COUNTYNS": "01074084",
"AFFGEOID": "0500000US39143",
"GEOID": "39143",
"NAME": "Sandusky",
"LSAD": "06",
"ALAND": 1057906601,
"AWATER": 23958602
},
"geometry": {
"type": "Point",
"coordinates": [
-83.06291988888888,
41.3850463323974
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "191",
"COUNTYNS": "00424296",
"AFFGEOID": "0500000US17191",
"GEOID": "17191",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1848771790,
"AWATER": 4328965
},
"geometry": {
"type": "Point",
"coordinates": [
-88.41500200000001,
38.4692286657475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "011",
"COUNTYNS": "01383791",
"AFFGEOID": "0500000US48011",
"GEOID": "48011",
"NAME": "Armstrong",
"LSAD": "06",
"ALAND": 2354581675,
"AWATER": 12219587
},
"geometry": {
"type": "Point",
"coordinates": [
-101.38015800000001,
34.92172279911405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "131",
"COUNTYNS": "00659511",
"AFFGEOID": "0500000US27131",
"GEOID": "27131",
"NAME": "Rice",
"LSAD": "06",
"ALAND": 1284224027,
"AWATER": 52057387
},
"geometry": {
"type": "Point",
"coordinates": [
-93.2665873,
44.35579709905697
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "009",
"COUNTYNS": "00933053",
"AFFGEOID": "0500000US35009",
"GEOID": "35009",
"NAME": "Curry",
"LSAD": "06",
"ALAND": 3640098102,
"AWATER": 8190594
},
"geometry": {
"type": "Point",
"coordinates": [
-103.34999864411441,
34.63278599405084
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "115",
"COUNTYNS": "00758512",
"AFFGEOID": "0500000US29115",
"GEOID": "29115",
"NAME": "Linn",
"LSAD": "06",
"ALAND": 1594366100,
"AWATER": 14991073
},
"geometry": {
"type": "Point",
"coordinates": [
-93.12494725,
39.86116524907163
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "125",
"COUNTYNS": "00659508",
"AFFGEOID": "0500000US27125",
"GEOID": "27125",
"NAME": "Red Lake",
"LSAD": "06",
"ALAND": 1119929328,
"AWATER": 227815
},
"geometry": {
"type": "Point",
"coordinates": [
-96.05240977777777,
47.86405477683942
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "041",
"COUNTYNS": "01448034",
"AFFGEOID": "0500000US49041",
"GEOID": "49041",
"NAME": "Sevier",
"LSAD": "06",
"ALAND": 4948000005,
"AWATER": 20260738
},
"geometry": {
"type": "Point",
"coordinates": [
-112.03667173333333,
38.73980193241221
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "047",
"COUNTYNS": "00353230",
"AFFGEOID": "0500000US13047",
"GEOID": "13047",
"NAME": "Catoosa",
"LSAD": "06",
"ALAND": 419999268,
"AWATER": 771158
},
"geometry": {
"type": "Point",
"coordinates": [
-85.14566588086842,
34.878761406454174
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "045",
"COUNTYNS": "01581082",
"AFFGEOID": "0500000US55045",
"GEOID": "55045",
"NAME": "Green",
"LSAD": "06",
"ALAND": 1512664667,
"AWATER": 1315749
},
"geometry": {
"type": "Point",
"coordinates": [
-89.5652491631287,
42.672437530411855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "009",
"COUNTYNS": "00858641",
"AFFGEOID": "0500000US32009",
"GEOID": "32009",
"NAME": "Esmeralda",
"LSAD": "06",
"ALAND": 9277050041,
"AWATER": 18552011
},
"geometry": {
"type": "Point",
"coordinates": [
-117.731480548148,
37.63197673083692
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "113",
"COUNTYNS": "01804537",
"AFFGEOID": "0500000US72113",
"GEOID": "72113",
"NAME": "Ponce",
"LSAD": "13",
"ALAND": 297688774,
"AWATER": 203748398
},
"geometry": {
"type": "Point",
"coordinates": [
-66.62476273026624,
18.061441637478587
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "085",
"COUNTYNS": "00485007",
"AFFGEOID": "0500000US20085",
"GEOID": "20085",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1699600373,
"AWATER": 4666514
},
"geometry": {
"type": "Point",
"coordinates": [
-95.745319625,
39.46176574907405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "197",
"COUNTYNS": "01008597",
"AFFGEOID": "0500000US37197",
"GEOID": "37197",
"NAME": "Yadkin",
"LSAD": "06",
"ALAND": 867492667,
"AWATER": 7236018
},
"geometry": {
"type": "Point",
"coordinates": [
-80.5945605,
36.16705869910079
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "161",
"COUNTYNS": "00485044",
"AFFGEOID": "0500000US20161",
"GEOID": "20161",
"NAME": "Riley",
"LSAD": "06",
"ALAND": 1579167161,
"AWATER": 31952420
},
"geometry": {
"type": "Point",
"coordinates": [
-96.67727442857143,
39.29053549907514
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "019",
"COUNTYNS": "01581069",
"AFFGEOID": "0500000US55019",
"GEOID": "55019",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 3133093098,
"AWATER": 23242138
},
"geometry": {
"type": "Point",
"coordinates": [
-90.67972200000001,
44.7056506657235
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "051",
"COUNTYNS": "00835847",
"AFFGEOID": "0500000US31051",
"GEOID": "31051",
"NAME": "Dixon",
"LSAD": "06",
"ALAND": 1233156423,
"AWATER": 17075472
},
"geometry": {
"type": "Point",
"coordinates": [
-96.80907406498593,
42.506960198338156
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "013",
"COUNTYNS": "00198122",
"AFFGEOID": "0500000US08013",
"GEOID": "08013",
"NAME": "Boulder",
"LSAD": "06",
"ALAND": 1881281634,
"AWATER": 36521204
},
"geometry": {
"type": "Point",
"coordinates": [
-105.30149253333334,
40.029073732404
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "495",
"COUNTYNS": "01384033",
"AFFGEOID": "0500000US48495",
"GEOID": "48495",
"NAME": "Winkler",
"LSAD": "06",
"ALAND": 2178481652,
"AWATER": 414369
},
"geometry": {
"type": "Point",
"coordinates": [
-103.03218634301515,
31.937714142009667
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "263",
"COUNTYNS": "01383917",
"AFFGEOID": "0500000US48263",
"GEOID": "48263",
"NAME": "Kent",
"LSAD": "06",
"ALAND": 2337482011,
"AWATER": 1065195
},
"geometry": {
"type": "Point",
"coordinates": [
-100.79335933333334,
33.10945383246962
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "115",
"COUNTYNS": "01213688",
"AFFGEOID": "0500000US42115",
"GEOID": "42115",
"NAME": "Susquehanna",
"LSAD": "06",
"ALAND": 2132850304,
"AWATER": 22385627
},
"geometry": {
"type": "Point",
"coordinates": [
-75.83846164498179,
41.841723649762805
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "107",
"COUNTYNS": "00974151",
"AFFGEOID": "0500000US36107",
"GEOID": "36107",
"NAME": "Tioga",
"LSAD": "06",
"ALAND": 1343192581,
"AWATER": 11059913
},
"geometry": {
"type": "Point",
"coordinates": [
-76.30705053494397,
42.16602836977169
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "159",
"COUNTYNS": "00695800",
"AFFGEOID": "0500000US28159",
"GEOID": "28159",
"NAME": "Winston",
"LSAD": "06",
"ALAND": 1572709946,
"AWATER": 7405132
},
"geometry": {
"type": "Point",
"coordinates": [
-89.05966291666668,
33.09226691580317
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "211",
"COUNTYNS": "00758558",
"AFFGEOID": "0500000US29211",
"GEOID": "29211",
"NAME": "Sullivan",
"LSAD": "06",
"ALAND": 1678264466,
"AWATER": 9123184
},
"geometry": {
"type": "Point",
"coordinates": [
-93.14712042857141,
40.21426499906965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "025",
"COUNTYNS": "01804492",
"AFFGEOID": "0500000US72025",
"GEOID": "72025",
"NAME": "Caguas",
"LSAD": "13",
"ALAND": 151782488,
"AWATER": 1201689
},
"geometry": {
"type": "Point",
"coordinates": [
-66.05583354545455,
18.218715544893562
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "031",
"COUNTYNS": "00695740",
"AFFGEOID": "0500000US28031",
"GEOID": "28031",
"NAME": "Covington",
"LSAD": "06",
"ALAND": 1071727825,
"AWATER": 2937796
},
"geometry": {
"type": "Point",
"coordinates": [
-89.573687625,
31.5971388741575
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "287",
"COUNTYNS": "00343238",
"AFFGEOID": "0500000US13287",
"GEOID": "13287",
"NAME": "Turner",
"LSAD": "06",
"ALAND": 739164624,
"AWATER": 11881239
},
"geometry": {
"type": "Point",
"coordinates": [
-83.59458392307692,
31.725020999155603
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "133",
"COUNTYNS": "00835888",
"AFFGEOID": "0500000US31133",
"GEOID": "31133",
"NAME": "Pawnee",
"LSAD": "06",
"ALAND": 1116478185,
"AWATER": 4852361
},
"geometry": {
"type": "Point",
"coordinates": [
-96.18575608590225,
40.08777247474599
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "121",
"COUNTYNS": "00974158",
"AFFGEOID": "0500000US36121",
"GEOID": "36121",
"NAME": "Wyoming",
"LSAD": "06",
"ALAND": 1535218841,
"AWATER": 9158424
},
"geometry": {
"type": "Point",
"coordinates": [
-78.24833681818182,
42.68514499905973
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "155",
"COUNTYNS": "00465266",
"AFFGEOID": "0500000US19155",
"GEOID": "19155",
"NAME": "Pottawattamie",
"LSAD": "06",
"ALAND": 2461903582,
"AWATER": 22261204
},
"geometry": {
"type": "Point",
"coordinates": [
-95.76337963717475,
41.31778967265446
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "105",
"COUNTYNS": "00559500",
"AFFGEOID": "0500000US22105",
"GEOID": "22105",
"NAME": "Tangipahoa",
"LSAD": "15",
"ALAND": 2049488093,
"AWATER": 136678798
},
"geometry": {
"type": "Point",
"coordinates": [
-90.4000238768561,
30.62097304588849
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "027",
"COUNTYNS": "00581299",
"AFFGEOID": "0500000US23027",
"GEOID": "23027",
"NAME": "Waldo",
"LSAD": "06",
"ALAND": 1890577548,
"AWATER": 318053597
},
"geometry": {
"type": "Point",
"coordinates": [
-69.17659261988851,
44.50815899174863
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "005",
"COUNTYNS": "01695314",
"AFFGEOID": "0500000US24005",
"GEOID": "24005",
"NAME": "Baltimore",
"LSAD": "06",
"ALAND": 1549830329,
"AWATER": 215909963
},
"geometry": {
"type": "Point",
"coordinates": [
-76.61094220138457,
39.369643444642
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "007",
"COUNTYNS": "01622946",
"AFFGEOID": "0500000US26007",
"GEOID": "26007",
"NAME": "Alpena",
"LSAD": "06",
"ALAND": 1481123848,
"AWATER": 2908714548
},
"geometry": {
"type": "Point",
"coordinates": [
-83.47650329913094,
45.00130360217883
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "017",
"COUNTYNS": "01622951",
"AFFGEOID": "0500000US26017",
"GEOID": "26017",
"NAME": "Bay",
"LSAD": "06",
"ALAND": 1145557694,
"AWATER": 487990588
},
"geometry": {
"type": "Point",
"coordinates": [
-83.9244605222031,
43.69226680911273
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "119",
"COUNTYNS": "00659505",
"AFFGEOID": "0500000US27119",
"GEOID": "27119",
"NAME": "Polk",
"LSAD": "06",
"ALAND": 5105067510,
"AWATER": 69169913
},
"geometry": {
"type": "Point",
"coordinates": [
-96.42366021576414,
47.83317360182937
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "227",
"COUNTYNS": "00758566",
"AFFGEOID": "0500000US29227",
"GEOID": "29227",
"NAME": "Worth",
"LSAD": "06",
"ALAND": 690500346,
"AWATER": 558541
},
"geometry": {
"type": "Point",
"coordinates": [
-94.44647243550263,
40.50344926485648
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "033",
"COUNTYNS": "00835838",
"AFFGEOID": "0500000US31033",
"GEOID": "31033",
"NAME": "Cheyenne",
"LSAD": "06",
"ALAND": 3098367767,
"AWATER": 292549
},
"geometry": {
"type": "Point",
"coordinates": [
-102.93844516487371,
41.18115233300859
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "033",
"COUNTYNS": "00858615",
"AFFGEOID": "0500000US32033",
"GEOID": "32033",
"NAME": "White Pine",
"LSAD": "06",
"ALAND": 22985104192,
"AWATER": 54678877
},
"geometry": {
"type": "Point",
"coordinates": [
-114.83366005733195,
39.599195367803716
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "079",
"COUNTYNS": "00974138",
"AFFGEOID": "0500000US36079",
"GEOID": "36079",
"NAME": "Putnam",
"LSAD": "06",
"ALAND": 596504204,
"AWATER": 41282800
},
"geometry": {
"type": "Point",
"coordinates": [
-73.72143093111823,
41.41534603179356
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "101",
"COUNTYNS": "00974148",
"AFFGEOID": "0500000US36101",
"GEOID": "36101",
"NAME": "Steuben",
"LSAD": "06",
"ALAND": 3601504767,
"AWATER": 35055663
},
"geometry": {
"type": "Point",
"coordinates": [
-77.40361661243936,
42.366704792151594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "105",
"COUNTYNS": "01074065",
"AFFGEOID": "0500000US39105",
"GEOID": "39105",
"NAME": "Meigs",
"LSAD": "06",
"ALAND": 1113958478,
"AWATER": 7519824
},
"geometry": {
"type": "Point",
"coordinates": [
-81.97117180726225,
39.05434840046553
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "007",
"COUNTYNS": "01247981",
"AFFGEOID": "0500000US45007",
"GEOID": "45007",
"NAME": "Anderson",
"LSAD": "06",
"ALAND": 1853025715,
"AWATER": 108725240
},
"geometry": {
"type": "Point",
"coordinates": [
-82.71924711018445,
34.486954484868065
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "047",
"COUNTYNS": "00295736",
"AFFGEOID": "0500000US12047",
"GEOID": "12047",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1330689579,
"AWATER": 13659798
},
"geometry": {
"type": "Point",
"coordinates": [
-82.95493779864202,
30.4794609368126
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "061",
"COUNTYNS": "00465219",
"AFFGEOID": "0500000US19061",
"GEOID": "19061",
"NAME": "Dubuque",
"LSAD": "06",
"ALAND": 1575488090,
"AWATER": 21138790
},
"geometry": {
"type": "Point",
"coordinates": [
-90.74721615881616,
42.494022930508834
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "041",
"COUNTYNS": "00161546",
"AFFGEOID": "0500000US01041",
"GEOID": "01041",
"NAME": "Crenshaw",
"LSAD": "06",
"ALAND": 1576952826,
"AWATER": 5388561
},
"geometry": {
"type": "Point",
"coordinates": [
-86.29585,
31.702260903917857
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "379",
"COUNTYNS": "01383975",
"AFFGEOID": "0500000US48379",
"GEOID": "48379",
"NAME": "Rains",
"LSAD": "06",
"ALAND": 594280566,
"AWATER": 76080004
},
"geometry": {
"type": "Point",
"coordinates": [
-95.79572639999999,
32.85822059913964
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "093",
"COUNTYNS": "01383832",
"AFFGEOID": "0500000US48093",
"GEOID": "48093",
"NAME": "Comanche",
"LSAD": "06",
"ALAND": 2428770456,
"AWATER": 25718009
},
"geometry": {
"type": "Point",
"coordinates": [
-98.43144930000001,
31.909700199152915
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "193",
"COUNTYNS": "00346957",
"AFFGEOID": "0500000US13193",
"GEOID": "13193",
"NAME": "Macon",
"LSAD": "06",
"ALAND": 1037653519,
"AWATER": 13860062
},
"geometry": {
"type": "Point",
"coordinates": [
-84.04620960000002,
32.35436919914658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "437",
"COUNTYNS": "01384004",
"AFFGEOID": "0500000US48437",
"GEOID": "48437",
"NAME": "Swisher",
"LSAD": "06",
"ALAND": 2305502706,
"AWATER": 27277987
},
"geometry": {
"type": "Point",
"coordinates": [
-101.68896133333334,
34.53018716578522
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "225",
"COUNTYNS": "00343153",
"AFFGEOID": "0500000US13225",
"GEOID": "13225",
"NAME": "Peach",
"LSAD": "06",
"ALAND": 389188297,
"AWATER": 2678495
},
"geometry": {
"type": "Point",
"coordinates": [
-83.86681614285713,
32.56172142771511
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "510",
"COUNTYNS": "00767557",
"AFFGEOID": "0500000US29510",
"GEOID": "29510",
"NAME": "St. Louis",
"LSAD": "25",
"ALAND": 160462911,
"AWATER": 10663382
},
"geometry": {
"type": "Point",
"coordinates": [
-90.22787326447421,
38.644620520573774
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "007",
"COUNTYNS": "00484973",
"AFFGEOID": "0500000US20007",
"GEOID": "20007",
"NAME": "Barber",
"LSAD": "06",
"ALAND": 2937248475,
"AWATER": 5403867
},
"geometry": {
"type": "Point",
"coordinates": [
-98.66754670972524,
37.223811685199514
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "197",
"COUNTYNS": "00465287",
"AFFGEOID": "0500000US19197",
"GEOID": "19197",
"NAME": "Wright",
"LSAD": "06",
"ALAND": 1503286935,
"AWATER": 4703964
},
"geometry": {
"type": "Point",
"coordinates": [
-93.78252739999999,
42.71536399905965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "145",
"COUNTYNS": "01674225",
"AFFGEOID": "0500000US51145",
"GEOID": "51145",
"NAME": "Powhatan",
"LSAD": "06",
"ALAND": 673915707,
"AWATER": 5449745
},
"geometry": {
"type": "Point",
"coordinates": [
-77.92987072727273,
37.55055054454263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "087",
"COUNTYNS": "00695767",
"AFFGEOID": "0500000US28087",
"GEOID": "28087",
"NAME": "Lowndes",
"LSAD": "06",
"ALAND": 1309077220,
"AWATER": 28560499
},
"geometry": {
"type": "Point",
"coordinates": [
-88.41404277582036,
33.56526910639705
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "045",
"COUNTYNS": "01035621",
"AFFGEOID": "0500000US38045",
"GEOID": "38045",
"NAME": "LaMoure",
"LSAD": "06",
"ALAND": 2967976309,
"AWATER": 12813378
},
"geometry": {
"type": "Point",
"coordinates": [
-98.59743350000001,
46.45681716572474
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "017",
"COUNTYNS": "00395158",
"AFFGEOID": "0500000US16017",
"GEOID": "16017",
"NAME": "Bonner",
"LSAD": "06",
"ALAND": 4488460265,
"AWATER": 479480478
},
"geometry": {
"type": "Point",
"coordinates": [
-116.4975651218334,
48.224352027751955
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "163",
"COUNTYNS": "01623022",
"AFFGEOID": "0500000US26163",
"GEOID": "26163",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1585060122,
"AWATER": 157341390
},
"geometry": {
"type": "Point",
"coordinates": [
-83.20692378335614,
42.29137779226415
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "017",
"COUNTYNS": "01383794",
"AFFGEOID": "0500000US48017",
"GEOID": "48017",
"NAME": "Bailey",
"LSAD": "06",
"ALAND": 2141847193,
"AWATER": 1775275
},
"geometry": {
"type": "Point",
"coordinates": [
-102.93750688378688,
34.07437192242588
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "117",
"COUNTYNS": "00485023",
"AFFGEOID": "0500000US20117",
"GEOID": "20117",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 2331432992,
"AWATER": 12743798
},
"geometry": {
"type": "Point",
"coordinates": [
-96.51668988390955,
39.827204673561205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "001",
"COUNTYNS": "00558389",
"AFFGEOID": "0500000US22001",
"GEOID": "22001",
"NAME": "Acadia",
"LSAD": "15",
"ALAND": 1696777754,
"AWATER": 6021519
},
"geometry": {
"type": "Point",
"coordinates": [
-92.39649317647058,
30.29402499917767
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "101",
"COUNTYNS": "01719566",
"AFFGEOID": "0500000US30101",
"GEOID": "30101",
"NAME": "Toole",
"LSAD": "06",
"ALAND": 4959868816,
"AWATER": 78026225
},
"geometry": {
"type": "Point",
"coordinates": [
-111.76685729976736,
48.57510218216759
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "097",
"COUNTYNS": "00485013",
"AFFGEOID": "0500000US20097",
"GEOID": "20097",
"NAME": "Kiowa",
"LSAD": "06",
"ALAND": 1871627778,
"AWATER": 596764
},
"geometry": {
"type": "Point",
"coordinates": [
-99.32171857142857,
37.50899657051702
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "111",
"COUNTYNS": "01581115",
"AFFGEOID": "0500000US55111",
"GEOID": "55111",
"NAME": "Sauk",
"LSAD": "06",
"ALAND": 2153665639,
"AWATER": 45713371
},
"geometry": {
"type": "Point",
"coordinates": [
-89.92862033333334,
43.394888665724835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "151",
"COUNTYNS": "00465264",
"AFFGEOID": "0500000US19151",
"GEOID": "19151",
"NAME": "Pocahontas",
"LSAD": "06",
"ALAND": 1495047142,
"AWATER": 3666530
},
"geometry": {
"type": "Point",
"coordinates": [
-94.63148720000001,
42.71641779905965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "087",
"COUNTYNS": "01101834",
"AFFGEOID": "0500000US40087",
"GEOID": "40087",
"NAME": "McClain",
"LSAD": "06",
"ALAND": 1478114523,
"AWATER": 24734523
},
"geometry": {
"type": "Point",
"coordinates": [
-97.34482485714285,
35.04338164196982
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "101",
"COUNTYNS": "00424252",
"AFFGEOID": "0500000US17101",
"GEOID": "17101",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 963936864,
"AWATER": 5077778
},
"geometry": {
"type": "Point",
"coordinates": [
-87.64756131265366,
38.703255019193016
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "375",
"COUNTYNS": "01383973",
"AFFGEOID": "0500000US48375",
"GEOID": "48375",
"NAME": "Potter",
"LSAD": "06",
"ALAND": 2352751873,
"AWATER": 35190086
},
"geometry": {
"type": "Point",
"coordinates": [
-101.893991,
35.401645249108746
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "121",
"COUNTYNS": "01639775",
"AFFGEOID": "0500000US47121",
"GEOID": "47121",
"NAME": "Meigs",
"LSAD": "06",
"ALAND": 505397665,
"AWATER": 55976974
},
"geometry": {
"type": "Point",
"coordinates": [
-84.8385579375,
35.51290918660754
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "095",
"COUNTYNS": "00516894",
"AFFGEOID": "0500000US21095",
"GEOID": "21095",
"NAME": "Harlan",
"LSAD": "06",
"ALAND": 1206490776,
"AWATER": 6014027
},
"geometry": {
"type": "Point",
"coordinates": [
-83.18232642192572,
36.86001143590024
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "047",
"COUNTYNS": "01668802",
"AFFGEOID": "0500000US24047",
"GEOID": "24047",
"NAME": "Worcester",
"LSAD": "06",
"ALAND": 1212832597,
"AWATER": 586845178
},
"geometry": {
"type": "Point",
"coordinates": [
-75.32357027002176,
38.230824594454845
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "497",
"COUNTYNS": "01384034",
"AFFGEOID": "0500000US48497",
"GEOID": "48497",
"NAME": "Wise",
"LSAD": "06",
"ALAND": 2342363525,
"AWATER": 47038989
},
"geometry": {
"type": "Point",
"coordinates": [
-97.57018388888889,
33.21081066580162
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "183",
"COUNTYNS": "01690257",
"AFFGEOID": "0500000US51183",
"GEOID": "51183",
"NAME": "Sussex",
"LSAD": "06",
"ALAND": 1269664389,
"AWATER": 6755317
},
"geometry": {
"type": "Point",
"coordinates": [
-77.31678289999999,
36.9217265990936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "097",
"COUNTYNS": "01034221",
"AFFGEOID": "0500000US38097",
"GEOID": "38097",
"NAME": "Traill",
"LSAD": "06",
"ALAND": 2232438250,
"AWATER": 1462184
},
"geometry": {
"type": "Point",
"coordinates": [
-97.04182052449349,
47.458364305506365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "189",
"COUNTYNS": "00516941",
"AFFGEOID": "0500000US21189",
"GEOID": "21189",
"NAME": "Owsley",
"LSAD": "06",
"ALAND": 511282856,
"AWATER": 2285944
},
"geometry": {
"type": "Point",
"coordinates": [
-83.66599654545456,
37.41271836272562
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "065",
"COUNTYNS": "00424234",
"AFFGEOID": "0500000US17065",
"GEOID": "17065",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1125780248,
"AWATER": 3172680
},
"geometry": {
"type": "Point",
"coordinates": [
-88.53886,
38.06002933241729
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "025",
"COUNTYNS": "01383798",
"AFFGEOID": "0500000US48025",
"GEOID": "48025",
"NAME": "Bee",
"LSAD": "06",
"ALAND": 2279809504,
"AWATER": 246409
},
"geometry": {
"type": "Point",
"coordinates": [
-97.72555925,
28.44086558254263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "021",
"COUNTYNS": "01605075",
"AFFGEOID": "0500000US56021",
"GEOID": "56021",
"NAME": "Laramie",
"LSAD": "06",
"ALAND": 6956482527,
"AWATER": 4273816
},
"geometry": {
"type": "Point",
"coordinates": [
-104.49793697690683,
41.27812598376631
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "019",
"COUNTYNS": "01609191",
"AFFGEOID": "0500000US56019",
"GEOID": "56019",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 10759208728,
"AWATER": 52947545
},
"geometry": {
"type": "Point",
"coordinates": [
-106.69250753333334,
44.103729532390616
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "053",
"COUNTYNS": "01383812",
"AFFGEOID": "0500000US48053",
"GEOID": "48053",
"NAME": "Burnet",
"LSAD": "06",
"ALAND": 2575134235,
"AWATER": 69922923
},
"geometry": {
"type": "Point",
"coordinates": [
-98.24099594444443,
30.755729165836996
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "063",
"COUNTYNS": "00450358",
"AFFGEOID": "0500000US18063",
"GEOID": "18063",
"NAME": "Hendricks",
"LSAD": "06",
"ALAND": 1053849206,
"AWATER": 4880843
},
"geometry": {
"type": "Point",
"coordinates": [
-86.48661141666667,
39.7532620824056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "199",
"COUNTYNS": "01008598",
"AFFGEOID": "0500000US37199",
"GEOID": "37199",
"NAME": "Yancey",
"LSAD": "06",
"ALAND": 809602887,
"AWATER": 1531168
},
"geometry": {
"type": "Point",
"coordinates": [
-82.32921521695971,
35.876814680180395
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "027",
"COUNTYNS": "00063761",
"AFFGEOID": "0500000US05027",
"GEOID": "05027",
"NAME": "Columbia",
"LSAD": "06",
"ALAND": 1983889573,
"AWATER": 1990757
},
"geometry": {
"type": "Point",
"coordinates": [
-93.25140508110291,
33.22530228378269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "031",
"COUNTYNS": "00066847",
"AFFGEOID": "0500000US05031",
"GEOID": "05031",
"NAME": "Craighead",
"LSAD": "06",
"ALAND": 1831867347,
"AWATER": 14069141
},
"geometry": {
"type": "Point",
"coordinates": [
-90.6407618644091,
35.88742474963005
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "163",
"COUNTYNS": "01383867",
"AFFGEOID": "0500000US48163",
"GEOID": "48163",
"NAME": "Frio",
"LSAD": "06",
"ALAND": 2935753507,
"AWATER": 2193620
},
"geometry": {
"type": "Point",
"coordinates": [
-99.1648756,
28.82212119920252
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "109",
"COUNTYNS": "01008569",
"AFFGEOID": "0500000US37109",
"GEOID": "37109",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 766177348,
"AWATER": 23377500
},
"geometry": {
"type": "Point",
"coordinates": [
-81.19874255555555,
35.50365544355208
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "057",
"COUNTYNS": "00424230",
"AFFGEOID": "0500000US17057",
"GEOID": "17057",
"NAME": "Fulton",
"LSAD": "06",
"ALAND": 2241880793,
"AWATER": 43973314
},
"geometry": {
"type": "Point",
"coordinates": [
-90.12915569230769,
40.46200676829911
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "047",
"COUNTYNS": "01026339",
"AFFGEOID": "0500000US37047",
"GEOID": "37047",
"NAME": "Columbus",
"LSAD": "06",
"ALAND": 2429714643,
"AWATER": 43719396
},
"geometry": {
"type": "Point",
"coordinates": [
-78.58067429463793,
34.264148982700085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "237",
"COUNTYNS": "01383904",
"AFFGEOID": "0500000US48237",
"GEOID": "48237",
"NAME": "Jack",
"LSAD": "06",
"ALAND": 2358611822,
"AWATER": 24503945
},
"geometry": {
"type": "Point",
"coordinates": [
-98.14030612500001,
33.2762838741341
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "095",
"COUNTYNS": "00198163",
"AFFGEOID": "0500000US08095",
"GEOID": "08095",
"NAME": "Phillips",
"LSAD": "06",
"ALAND": 1781724973,
"AWATER": 301808
},
"geometry": {
"type": "Point",
"coordinates": [
-102.35578232506384,
40.630034135840766
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "113",
"COUNTYNS": "00465245",
"AFFGEOID": "0500000US19113",
"GEOID": "19113",
"NAME": "Linn",
"LSAD": "06",
"ALAND": 1856758894,
"AWATER": 19699801
},
"geometry": {
"type": "Point",
"coordinates": [
-91.55909666666667,
42.09354083239481
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "219",
"COUNTYNS": "00356774",
"AFFGEOID": "0500000US13219",
"GEOID": "13219",
"NAME": "Oconee",
"LSAD": "06",
"ALAND": 477396249,
"AWATER": 5305211
},
"geometry": {
"type": "Point",
"coordinates": [
-83.43229391666666,
33.83472074912695
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "273",
"COUNTYNS": "00352238",
"AFFGEOID": "0500000US13273",
"GEOID": "13273",
"NAME": "Terrell",
"LSAD": "06",
"ALAND": 868785319,
"AWATER": 5861795
},
"geometry": {
"type": "Point",
"coordinates": [
-84.43456823076924,
31.77840961453944
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "149",
"COUNTYNS": "00659519",
"AFFGEOID": "0500000US27149",
"GEOID": "27149",
"NAME": "Stevens",
"LSAD": "06",
"ALAND": 1459747661,
"AWATER": 30319494
},
"geometry": {
"type": "Point",
"coordinates": [
-96.06188700000001,
45.55704183239032
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "141",
"COUNTYNS": "00659515",
"AFFGEOID": "0500000US27141",
"GEOID": "27141",
"NAME": "Sherburne",
"LSAD": "06",
"ALAND": 1121229505,
"AWATER": 46967228
},
"geometry": {
"type": "Point",
"coordinates": [
-93.74732589999999,
45.40965439905689
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "057",
"COUNTYNS": "01074041",
"AFFGEOID": "0500000US39057",
"GEOID": "39057",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1071555583,
"AWATER": 6535068
},
"geometry": {
"type": "Point",
"coordinates": [
-83.88639177777777,
39.724186332405765
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "027",
"COUNTYNS": "01448027",
"AFFGEOID": "0500000US49027",
"GEOID": "49027",
"NAME": "Millard",
"LSAD": "06",
"ALAND": 17106839735,
"AWATER": 600835682
},
"geometry": {
"type": "Point",
"coordinates": [
-112.93531537998538,
39.09519005438574
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "091",
"COUNTYNS": "01622988",
"AFFGEOID": "0500000US26091",
"GEOID": "26091",
"NAME": "Lenawee",
"LSAD": "06",
"ALAND": 1941336570,
"AWATER": 30687108
},
"geometry": {
"type": "Point",
"coordinates": [
-84.05822262258797,
41.87015588116776
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "129",
"COUNTYNS": "01623007",
"AFFGEOID": "0500000US26129",
"GEOID": "26129",
"NAME": "Ogemaw",
"LSAD": "06",
"ALAND": 1459425379,
"AWATER": 29682543
},
"geometry": {
"type": "Point",
"coordinates": [
-84.13508,
44.30006219905702
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "125",
"COUNTYNS": "01804543",
"AFFGEOID": "0500000US72125",
"GEOID": "72125",
"NAME": "San Germán",
"LSAD": "13",
"ALAND": 141145018,
"AWATER": 29360
},
"geometry": {
"type": "Point",
"coordinates": [
-67.04425100000001,
18.11493139944177
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "037",
"COUNTYNS": "01035300",
"AFFGEOID": "0500000US38037",
"GEOID": "38037",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 4297180181,
"AWATER": 17563262
},
"geometry": {
"type": "Point",
"coordinates": [
-101.62109681818182,
46.286483408148726
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "033",
"COUNTYNS": "00450346",
"AFFGEOID": "0500000US18033",
"GEOID": "18033",
"NAME": "DeKalb",
"LSAD": "06",
"ALAND": 939731978,
"AWATER": 2657419
},
"geometry": {
"type": "Point",
"coordinates": [
-84.93387099774466,
41.404397308315445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "029",
"COUNTYNS": "00484984",
"AFFGEOID": "0500000US20029",
"GEOID": "20029",
"NAME": "Cloud",
"LSAD": "06",
"ALAND": 1852726628,
"AWATER": 6859887
},
"geometry": {
"type": "Point",
"coordinates": [
-97.68973271428571,
39.51508814193085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "057",
"COUNTYNS": "00450356",
"AFFGEOID": "0500000US18057",
"GEOID": "18057",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1021307261,
"AWATER": 20999468
},
"geometry": {
"type": "Point",
"coordinates": [
-86.06447099999998,
40.068726332403784
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "037",
"COUNTYNS": "00758473",
"AFFGEOID": "0500000US29037",
"GEOID": "29037",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 1804142327,
"AWATER": 15044253
},
"geometry": {
"type": "Point",
"coordinates": [
-94.33446105252831,
38.59598846903199
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "037",
"COUNTYNS": "00558542",
"AFFGEOID": "0500000US22037",
"GEOID": "22037",
"NAME": "East Feliciana",
"LSAD": "15",
"ALAND": 1174307241,
"AWATER": 6151756
},
"geometry": {
"type": "Point",
"coordinates": [
-91.05423658221703,
30.83704516536694
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "041",
"COUNTYNS": "00198135",
"AFFGEOID": "0500000US08041",
"GEOID": "08041",
"NAME": "El Paso",
"LSAD": "06",
"ALAND": 5508502469,
"AWATER": 7099036
},
"geometry": {
"type": "Point",
"coordinates": [
-104.67814969999999,
38.84133689907817
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "213",
"COUNTYNS": "00758559",
"AFFGEOID": "0500000US29213",
"GEOID": "29213",
"NAME": "Taney",
"LSAD": "06",
"ALAND": 1637993911,
"AWATER": 49745785
},
"geometry": {
"type": "Point",
"coordinates": [
-93.01984071894668,
36.60230040318026
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "047",
"COUNTYNS": "01497831",
"AFFGEOID": "0500000US51047",
"GEOID": "51047",
"NAME": "Culpeper",
"LSAD": "06",
"ALAND": 982079080,
"AWATER": 9015222
},
"geometry": {
"type": "Point",
"coordinates": [
-77.88066435294117,
38.450168234375084
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "075",
"COUNTYNS": "01008555",
"AFFGEOID": "0500000US37075",
"GEOID": "37075",
"NAME": "Graham",
"LSAD": "06",
"ALAND": 756200800,
"AWATER": 25045983
},
"geometry": {
"type": "Point",
"coordinates": [
-83.90569127911438,
35.34791493031319
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "197",
"COUNTYNS": "00758551",
"AFFGEOID": "0500000US29197",
"GEOID": "29197",
"NAME": "Schuyler",
"LSAD": "06",
"ALAND": 795916406,
"AWATER": 2216011
},
"geometry": {
"type": "Point",
"coordinates": [
-92.585596304819,
40.517713405435856
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "039",
"COUNTYNS": "00695744",
"AFFGEOID": "0500000US28039",
"GEOID": "28039",
"NAME": "George",
"LSAD": "06",
"ALAND": 1239817244,
"AWATER": 12838126
},
"geometry": {
"type": "Point",
"coordinates": [
-88.7301364850209,
30.860399972975194
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "051",
"COUNTYNS": "00465214",
"AFFGEOID": "0500000US19051",
"GEOID": "19051",
"NAME": "Davis",
"LSAD": "06",
"ALAND": 1300661857,
"AWATER": 6904096
},
"geometry": {
"type": "Point",
"coordinates": [
-92.40673258005431,
40.69710613631282
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "021",
"COUNTYNS": "00695735",
"AFFGEOID": "0500000US28021",
"GEOID": "28021",
"NAME": "Claiborne",
"LSAD": "06",
"ALAND": 1262400024,
"AWATER": 35711133
},
"geometry": {
"type": "Point",
"coordinates": [
-90.96961202527537,
31.98166502968709
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "163",
"COUNTYNS": "00695802",
"AFFGEOID": "0500000US28163",
"GEOID": "28163",
"NAME": "Yazoo",
"LSAD": "06",
"ALAND": 2387955940,
"AWATER": 31503956
},
"geometry": {
"type": "Point",
"coordinates": [
-90.48336524999998,
32.73922041580793
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "021",
"COUNTYNS": "00395159",
"AFFGEOID": "0500000US16021",
"GEOID": "16021",
"NAME": "Boundary",
"LSAD": "06",
"ALAND": 3285990181,
"AWATER": 24160674
},
"geometry": {
"type": "Point",
"coordinates": [
-116.61355358784576,
48.837090799435394
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "173",
"COUNTYNS": "01383872",
"AFFGEOID": "0500000US48173",
"GEOID": "48173",
"NAME": "Glasscock",
"LSAD": "06",
"ALAND": 2331552973,
"AWATER": 2245301
},
"geometry": {
"type": "Point",
"coordinates": [
-101.5556472,
31.91275319915288
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "137",
"COUNTYNS": "01023355",
"AFFGEOID": "0500000US37137",
"GEOID": "37137",
"NAME": "Pamlico",
"LSAD": "06",
"ALAND": 871556645,
"AWATER": 583050685
},
"geometry": {
"type": "Point",
"coordinates": [
-76.71825191666667,
35.182006999111124
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "125",
"COUNTYNS": "00516909",
"AFFGEOID": "0500000US21125",
"GEOID": "21125",
"NAME": "Laurel",
"LSAD": "06",
"ALAND": 1123945963,
"AWATER": 25218355
},
"geometry": {
"type": "Point",
"coordinates": [
-84.1352068235294,
37.095605410856734
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "001",
"COUNTYNS": "01605066",
"AFFGEOID": "0500000US56001",
"GEOID": "56001",
"NAME": "Albany",
"LSAD": "06",
"ALAND": 11070455501,
"AWATER": 89161368
},
"geometry": {
"type": "Point",
"coordinates": [
-105.70205496048101,
41.79181319579983
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "147",
"COUNTYNS": "00516926",
"AFFGEOID": "0500000US21147",
"GEOID": "21147",
"NAME": "McCreary",
"LSAD": "06",
"ALAND": 1105416732,
"AWATER": 10730756
},
"geometry": {
"type": "Point",
"coordinates": [
-84.41309533519023,
36.770600313884195
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "027",
"COUNTYNS": "00198129",
"AFFGEOID": "0500000US08027",
"GEOID": "08027",
"NAME": "Custer",
"LSAD": "06",
"ALAND": 1913031958,
"AWATER": 3364151
},
"geometry": {
"type": "Point",
"coordinates": [
-105.37780377777778,
38.03390599908415
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "075",
"COUNTYNS": "00343878",
"AFFGEOID": "0500000US13075",
"GEOID": "13075",
"NAME": "Cook",
"LSAD": "06",
"ALAND": 588450813,
"AWATER": 15542061
},
"geometry": {
"type": "Point",
"coordinates": [
-83.43191445454545,
31.164327180982184
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "033",
"COUNTYNS": "00295737",
"AFFGEOID": "0500000US12033",
"GEOID": "12033",
"NAME": "Escambia",
"LSAD": "06",
"ALAND": 1701448275,
"AWATER": 564025766
},
"geometry": {
"type": "Point",
"coordinates": [
-87.38122768031493,
30.64150622009893
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "047",
"COUNTYNS": "00516870",
"AFFGEOID": "0500000US21047",
"GEOID": "21047",
"NAME": "Christian",
"LSAD": "06",
"ALAND": 1858332405,
"AWATER": 16928991
},
"geometry": {
"type": "Point",
"coordinates": [
-87.5301832965344,
36.90785618771274
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "033",
"COUNTYNS": "01155133",
"AFFGEOID": "0500000US41033",
"GEOID": "41033",
"NAME": "Josephine",
"LSAD": "06",
"ALAND": 4244087614,
"AWATER": 5629244
},
"geometry": {
"type": "Point",
"coordinates": [
-123.61675371345315,
42.36418815348048
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "105",
"COUNTYNS": "01266990",
"AFFGEOID": "0500000US46105",
"GEOID": "46105",
"NAME": "Perkins",
"LSAD": "06",
"ALAND": 7434503583,
"AWATER": 50539581
},
"geometry": {
"type": "Point",
"coordinates": [
-102.49173062565533,
45.67066370851902
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "101",
"COUNTYNS": "01209187",
"AFFGEOID": "0500000US42101",
"GEOID": "42101",
"NAME": "Philadelphia",
"LSAD": "06",
"ALAND": 347520038,
"AWATER": 22086063
},
"geometry": {
"type": "Point",
"coordinates": [
-75.16415613761461,
39.976160641529184
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "203",
"COUNTYNS": "01383887",
"AFFGEOID": "0500000US48203",
"GEOID": "48203",
"NAME": "Harrison",
"LSAD": "06",
"ALAND": 2330820903,
"AWATER": 40969486
},
"geometry": {
"type": "Point",
"coordinates": [
-94.37544017252644,
32.56093319726538
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "013",
"COUNTYNS": "01461763",
"AFFGEOID": "0500000US50013",
"GEOID": "50013",
"NAME": "Grand Isle",
"LSAD": "06",
"ALAND": 211881636,
"AWATER": 292317315
},
"geometry": {
"type": "Point",
"coordinates": [
-73.31046856556635,
44.803641363441
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "023",
"COUNTYNS": "01533500",
"AFFGEOID": "0500000US53023",
"GEOID": "53023",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 1841054914,
"AWATER": 19294817
},
"geometry": {
"type": "Point",
"coordinates": [
-117.53169794695047,
46.40978852495713
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "164",
"COUNTYNS": "01419975",
"AFFGEOID": "0500000US02164",
"GEOID": "02164",
"NAME": "Lake and Peninsula",
"LSAD": "04",
"ALAND": 61894488750,
"AWATER": 25991759519
},
"geometry": {
"type": "Point",
"coordinates": [
-156.89646323830462,
57.67594813705139
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "095",
"COUNTYNS": "00069167",
"AFFGEOID": "0500000US05095",
"GEOID": "05095",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1572480973,
"AWATER": 36694917
},
"geometry": {
"type": "Point",
"coordinates": [
-91.19693823809524,
34.67598947530733
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "039",
"COUNTYNS": "00066849",
"AFFGEOID": "0500000US05039",
"GEOID": "05039",
"NAME": "Dallas",
"LSAD": "06",
"ALAND": 1728522517,
"AWATER": 1864048
},
"geometry": {
"type": "Point",
"coordinates": [
-92.616049,
33.982150499125126
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "085",
"COUNTYNS": "00277307",
"AFFGEOID": "0500000US06085",
"GEOID": "06085",
"NAME": "Santa Clara",
"LSAD": "06",
"ALAND": 3344209919,
"AWATER": 33276429
},
"geometry": {
"type": "Point",
"coordinates": [
-121.65232881249999,
37.14250956159164
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "125",
"COUNTYNS": "00835884",
"AFFGEOID": "0500000US31125",
"GEOID": "31125",
"NAME": "Nance",
"LSAD": "06",
"ALAND": 1143826263,
"AWATER": 17085923
},
"geometry": {
"type": "Point",
"coordinates": [
-98.03191866666664,
41.40319291573067
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "061",
"COUNTYNS": "00558077",
"AFFGEOID": "0500000US22061",
"GEOID": "22061",
"NAME": "Lincoln",
"LSAD": "15",
"ALAND": 1221806134,
"AWATER": 1897709
},
"geometry": {
"type": "Point",
"coordinates": [
-92.63919824999999,
32.59402458247657
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "111",
"COUNTYNS": "00835877",
"AFFGEOID": "0500000US31111",
"GEOID": "31111",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 6640952057,
"AWATER": 28570547
},
"geometry": {
"type": "Point",
"coordinates": [
-100.74658489999999,
41.04395479906557
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "073",
"COUNTYNS": "01035301",
"AFFGEOID": "0500000US38073",
"GEOID": "38073",
"NAME": "Ransom",
"LSAD": "06",
"ALAND": 2233494166,
"AWATER": 3581125
},
"geometry": {
"type": "Point",
"coordinates": [
-97.719612,
46.456290999058076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "069",
"COUNTYNS": "01101822",
"AFFGEOID": "0500000US40069",
"GEOID": "40069",
"NAME": "Johnston",
"LSAD": "06",
"ALAND": 1665212040,
"AWATER": 39633300
},
"geometry": {
"type": "Point",
"coordinates": [
-96.66323616666666,
34.31181708245446
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "021",
"COUNTYNS": "01213662",
"AFFGEOID": "0500000US42021",
"GEOID": "42021",
"NAME": "Cambria",
"LSAD": "06",
"ALAND": 1782804173,
"AWATER": 13696237
},
"geometry": {
"type": "Point",
"coordinates": [
-78.7298768,
40.42016506573522
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "105",
"COUNTYNS": "01639767",
"AFFGEOID": "0500000US47105",
"GEOID": "47105",
"NAME": "Loudon",
"LSAD": "06",
"ALAND": 593760987,
"AWATER": 46923925
},
"geometry": {
"type": "Point",
"coordinates": [
-84.30733349999998,
35.73397116577187
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "087",
"COUNTYNS": "01639758",
"AFFGEOID": "0500000US47087",
"GEOID": "47087",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 799368960,
"AWATER": 28196490
},
"geometry": {
"type": "Point",
"coordinates": [
-85.6575414,
36.370218399098796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "075",
"COUNTYNS": "01101825",
"AFFGEOID": "0500000US40075",
"GEOID": "40075",
"NAME": "Kiowa",
"LSAD": "06",
"ALAND": 2629209766,
"AWATER": 40296743
},
"geometry": {
"type": "Point",
"coordinates": [
-99.061721,
34.89068673595651
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "093",
"COUNTYNS": "01101831",
"AFFGEOID": "0500000US40093",
"GEOID": "40093",
"NAME": "Major",
"LSAD": "06",
"ALAND": 2473407963,
"AWATER": 7651201
},
"geometry": {
"type": "Point",
"coordinates": [
-98.57417736363636,
36.349696908189905
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "177",
"COUNTYNS": "01383874",
"AFFGEOID": "0500000US48177",
"GEOID": "48177",
"NAME": "Gonzales",
"LSAD": "06",
"ALAND": 2762704870,
"AWATER": 8204086
},
"geometry": {
"type": "Point",
"coordinates": [
-97.48521323076922,
29.483551229960316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "133",
"COUNTYNS": "01383852",
"AFFGEOID": "0500000US48133",
"GEOID": "48133",
"NAME": "Eastland",
"LSAD": "06",
"ALAND": 2399599303,
"AWATER": 14047796
},
"geometry": {
"type": "Point",
"coordinates": [
-98.791335625,
32.34698799914669
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "610",
"COUNTYNS": "01498423",
"AFFGEOID": "0500000US51610",
"GEOID": "51610",
"NAME": "Falls Church",
"LSAD": "25",
"ALAND": 5300264,
"AWATER": 32
},
"geometry": {
"type": "Point",
"coordinates": [
-77.177795375,
38.88477449907785
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "173",
"COUNTYNS": "01500545",
"AFFGEOID": "0500000US51173",
"GEOID": "51173",
"NAME": "Smyth",
"LSAD": "06",
"ALAND": 1168992134,
"AWATER": 3519017
},
"geometry": {
"type": "Point",
"coordinates": [
-81.55457750000001,
36.85330524909423
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "137",
"COUNTYNS": "01383854",
"AFFGEOID": "0500000US48137",
"GEOID": "48137",
"NAME": "Edwards",
"LSAD": "06",
"ALAND": 5485259829,
"AWATER": 5199800
},
"geometry": {
"type": "Point",
"coordinates": [
-100.1155643,
29.964151399183073
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "021",
"COUNTYNS": "00277275",
"AFFGEOID": "0500000US06021",
"GEOID": "06021",
"NAME": "Glenn",
"LSAD": "06",
"ALAND": 3403149421,
"AWATER": 33704225
},
"geometry": {
"type": "Point",
"coordinates": [
-122.30383194117648,
39.60254346966142
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "129",
"COUNTYNS": "00069180",
"AFFGEOID": "0500000US05129",
"GEOID": "05129",
"NAME": "Searcy",
"LSAD": "06",
"ALAND": 1725176973,
"AWATER": 6256687
},
"geometry": {
"type": "Point",
"coordinates": [
-92.7425276923077,
35.94294761448768
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "217",
"COUNTYNS": "01673547",
"AFFGEOID": "0500000US13217",
"GEOID": "13217",
"NAME": "Newton",
"LSAD": "06",
"ALAND": 708857834,
"AWATER": 14261429
},
"geometry": {
"type": "Point",
"coordinates": [
-83.8510310625,
33.5379171866307
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "229",
"COUNTYNS": "00349086",
"AFFGEOID": "0500000US13229",
"GEOID": "13229",
"NAME": "Pierce",
"LSAD": "06",
"ALAND": 881044511,
"AWATER": 7916649
},
"geometry": {
"type": "Point",
"coordinates": [
-82.21222049999998,
31.368332713446623
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "013",
"COUNTYNS": "00395696",
"AFFGEOID": "0500000US16013",
"GEOID": "16013",
"NAME": "Blaine",
"LSAD": "06",
"ALAND": 6831709855,
"AWATER": 44656291
},
"geometry": {
"type": "Point",
"coordinates": [
-114.04862912765956,
43.43973391395179
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "085",
"COUNTYNS": "00399756",
"AFFGEOID": "0500000US16085",
"GEOID": "16085",
"NAME": "Valley",
"LSAD": "06",
"ALAND": 9492623106,
"AWATER": 177058013
},
"geometry": {
"type": "Point",
"coordinates": [
-115.61198496774194,
44.664098547443956
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "051",
"COUNTYNS": "01702370",
"AFFGEOID": "0500000US35051",
"GEOID": "35051",
"NAME": "Sierra",
"LSAD": "06",
"ALAND": 10828937018,
"AWATER": 147987561
},
"geometry": {
"type": "Point",
"coordinates": [
-107.30827545000002,
33.05126474913709
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "049",
"COUNTYNS": "00484994",
"AFFGEOID": "0500000US20049",
"GEOID": "20049",
"NAME": "Elk",
"LSAD": "06",
"ALAND": 1668636733,
"AWATER": 16061122
},
"geometry": {
"type": "Point",
"coordinates": [
-96.20391485714286,
37.434193999089075
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "001",
"COUNTYNS": "01702363",
"AFFGEOID": "0500000US35001",
"GEOID": "35001",
"NAME": "Bernalillo",
"LSAD": "06",
"ALAND": 3007310205,
"AWATER": 16190430
},
"geometry": {
"type": "Point",
"coordinates": [
-106.57048800000001,
35.02321211675994
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "001",
"COUNTYNS": "00516847",
"AFFGEOID": "0500000US21001",
"GEOID": "21001",
"NAME": "Adair",
"LSAD": "06",
"ALAND": 1049678094,
"AWATER": 18430783
},
"geometry": {
"type": "Point",
"coordinates": [
-85.29759876923077,
37.12055230678412
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "079",
"COUNTYNS": "00559460",
"AFFGEOID": "0500000US22079",
"GEOID": "22079",
"NAME": "Rapides",
"LSAD": "15",
"ALAND": 3413632347,
"AWATER": 113043381
},
"geometry": {
"type": "Point",
"coordinates": [
-92.50220109523809,
31.18842771344936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "001",
"COUNTYNS": "00581286",
"AFFGEOID": "0500000US23001",
"GEOID": "23001",
"NAME": "Androscoggin",
"LSAD": "06",
"ALAND": 1211961731,
"AWATER": 75575386
},
"geometry": {
"type": "Point",
"coordinates": [
-70.180386,
44.17968899905713
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "155",
"COUNTYNS": "00695798",
"AFFGEOID": "0500000US28155",
"GEOID": "28155",
"NAME": "Webster",
"LSAD": "06",
"ALAND": 1090223315,
"AWATER": 5935288
},
"geometry": {
"type": "Point",
"coordinates": [
-89.21957023076922,
33.61348938374512
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "051",
"COUNTYNS": "00516872",
"AFFGEOID": "0500000US21051",
"GEOID": "21051",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1215461477,
"AWATER": 4763611
},
"geometry": {
"type": "Point",
"coordinates": [
-83.71084046666667,
37.145701399091585
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "047",
"COUNTYNS": "01796943",
"AFFGEOID": "0500000US30047",
"GEOID": "30047",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 3860298044,
"AWATER": 423538790
},
"geometry": {
"type": "Point",
"coordinates": [
-114.05356697058823,
47.59660082259023
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "023",
"COUNTYNS": "00758466",
"AFFGEOID": "0500000US29023",
"GEOID": "29023",
"NAME": "Butler",
"LSAD": "06",
"ALAND": 1799185018,
"AWATER": 11195137
},
"geometry": {
"type": "Point",
"coordinates": [
-90.42111793226789,
36.70515019294118
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "027",
"COUNTYNS": "00929116",
"AFFGEOID": "0500000US35027",
"GEOID": "35027",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 12512530204,
"AWATER": 554703
},
"geometry": {
"type": "Point",
"coordinates": [
-105.6106297894737,
33.65808815702398
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "065",
"COUNTYNS": "01008551",
"AFFGEOID": "0500000US37065",
"GEOID": "37065",
"NAME": "Edgecombe",
"LSAD": "06",
"ALAND": 1309062991,
"AWATER": 3717083
},
"geometry": {
"type": "Point",
"coordinates": [
-77.57257192307692,
35.908947614488014
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "025",
"COUNTYNS": "01035623",
"AFFGEOID": "0500000US38025",
"GEOID": "38025",
"NAME": "Dunn",
"LSAD": "06",
"ALAND": 5201888569,
"AWATER": 190575791
},
"geometry": {
"type": "Point",
"coordinates": [
-102.5366101875,
47.48611506156051
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "027",
"COUNTYNS": "01214720",
"AFFGEOID": "0500000US42027",
"GEOID": "42027",
"NAME": "Centre",
"LSAD": "06",
"ALAND": 2874529780,
"AWATER": 8187277
},
"geometry": {
"type": "Point",
"coordinates": [
-77.87650085185186,
40.95136859165855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "017",
"COUNTYNS": "01639729",
"AFFGEOID": "0500000US47017",
"GEOID": "47017",
"NAME": "Carroll",
"LSAD": "06",
"ALAND": 1547925975,
"AWATER": 6308712
},
"geometry": {
"type": "Point",
"coordinates": [
-88.44105866666666,
35.968989582436116
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "119",
"COUNTYNS": "01639772",
"AFFGEOID": "0500000US47119",
"GEOID": "47119",
"NAME": "Maury",
"LSAD": "06",
"ALAND": 1588021148,
"AWATER": 6319196
},
"geometry": {
"type": "Point",
"coordinates": [
-87.13467349999999,
35.599839749106614
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "035",
"COUNTYNS": "01448031",
"AFFGEOID": "0500000US49035",
"GEOID": "49035",
"NAME": "Salt Lake",
"LSAD": "06",
"ALAND": 1921906751,
"AWATER": 164903351
},
"geometry": {
"type": "Point",
"coordinates": [
-111.86920974999998,
40.678723099067255
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "029",
"COUNTYNS": "01501502",
"AFFGEOID": "0500000US51029",
"GEOID": "51029",
"NAME": "Buckingham",
"LSAD": "06",
"ALAND": 1501214582,
"AWATER": 9895206
},
"geometry": {
"type": "Point",
"coordinates": [
-78.57057981249998,
37.59012762408776
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "061",
"COUNTYNS": "01529222",
"AFFGEOID": "0500000US53061",
"GEOID": "53061",
"NAME": "Snohomish",
"LSAD": "06",
"ALAND": 5404083801,
"AWATER": 282887163
},
"geometry": {
"type": "Point",
"coordinates": [
-121.83629904545455,
47.99848022633484
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "015",
"COUNTYNS": "01383793",
"AFFGEOID": "0500000US48015",
"GEOID": "48015",
"NAME": "Austin",
"LSAD": "06",
"ALAND": 1674405635,
"AWATER": 25606133
},
"geometry": {
"type": "Point",
"coordinates": [
-96.23111127777778,
29.8460118880739
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "033",
"COUNTYNS": "01804496",
"AFFGEOID": "0500000US72033",
"GEOID": "72033",
"NAME": "Cataño",
"LSAD": "13",
"ALAND": 12629288,
"AWATER": 5619250
},
"geometry": {
"type": "Point",
"coordinates": [
-66.13469500000001,
18.440046999433168
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "059",
"COUNTYNS": "01804510",
"AFFGEOID": "0500000US72059",
"GEOID": "72059",
"NAME": "Guayanilla",
"LSAD": "13",
"ALAND": 109480387,
"AWATER": 56911386
},
"geometry": {
"type": "Point",
"coordinates": [
-66.79535820468595,
18.017178966722895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "031",
"COUNTYNS": "01718557",
"AFFGEOID": "0500000US54031",
"GEOID": "54031",
"NAME": "Hardy",
"LSAD": "06",
"ALAND": 1508194693,
"AWATER": 5617193
},
"geometry": {
"type": "Point",
"coordinates": [
-78.81660436391509,
38.95370544166823
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "083",
"COUNTYNS": "01550048",
"AFFGEOID": "0500000US54083",
"GEOID": "54083",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 2692810852,
"AWATER": 667359
},
"geometry": {
"type": "Point",
"coordinates": [
-79.8530968,
38.765483299078696
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "103",
"COUNTYNS": "01383837",
"AFFGEOID": "0500000US48103",
"GEOID": "48103",
"NAME": "Crane",
"LSAD": "06",
"ALAND": 2033319713,
"AWATER": 1695980
},
"geometry": {
"type": "Point",
"coordinates": [
-102.53022955555555,
31.313738665828413
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "075",
"COUNTYNS": "01674271",
"AFFGEOID": "0500000US51075",
"GEOID": "51075",
"NAME": "Goochland",
"LSAD": "06",
"ALAND": 726830013,
"AWATER": 21963164
},
"geometry": {
"type": "Point",
"coordinates": [
-77.90074386666667,
37.70699866575345
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "181",
"COUNTYNS": "01639798",
"AFFGEOID": "0500000US47181",
"GEOID": "47181",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1901326637,
"AWATER": 4023436
},
"geometry": {
"type": "Point",
"coordinates": [
-87.79606456509657,
35.24648825986257
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "059",
"COUNTYNS": "01383815",
"AFFGEOID": "0500000US48059",
"GEOID": "48059",
"NAME": "Callahan",
"LSAD": "06",
"ALAND": 2329363248,
"AWATER": 4898783
},
"geometry": {
"type": "Point",
"coordinates": [
-99.38364116666666,
32.29736933248072
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "087",
"COUNTYNS": "01622986",
"AFFGEOID": "0500000US26087",
"GEOID": "26087",
"NAME": "Lapeer",
"LSAD": "06",
"ALAND": 1668448345,
"AWATER": 48310232
},
"geometry": {
"type": "Point",
"coordinates": [
-83.21850727272728,
43.15690299905862
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "049",
"COUNTYNS": "00450353",
"AFFGEOID": "0500000US18049",
"GEOID": "18049",
"NAME": "Fulton",
"LSAD": "06",
"ALAND": 954146361,
"AWATER": 7426329
},
"geometry": {
"type": "Point",
"coordinates": [
-86.164814125,
41.035885124065565
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "037",
"COUNTYNS": "00659464",
"AFFGEOID": "0500000US27037",
"GEOID": "27037",
"NAME": "Dakota",
"LSAD": "06",
"ALAND": 1456715603,
"AWATER": 63149548
},
"geometry": {
"type": "Point",
"coordinates": [
-93.0749246825487,
44.70234462900464
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "113",
"COUNTYNS": "00659502",
"AFFGEOID": "0500000US27113",
"GEOID": "27113",
"NAME": "Pennington",
"LSAD": "06",
"ALAND": 1596928760,
"AWATER": 4332057
},
"geometry": {
"type": "Point",
"coordinates": [
-95.91720777777779,
48.02492133239552
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "091",
"COUNTYNS": "00465234",
"AFFGEOID": "0500000US19091",
"GEOID": "19091",
"NAME": "Humboldt",
"LSAD": "06",
"ALAND": 1124996886,
"AWATER": 3376514
},
"geometry": {
"type": "Point",
"coordinates": [
-94.20724725000001,
42.7764264990595
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "021",
"COUNTYNS": "00659456",
"AFFGEOID": "0500000US27021",
"GEOID": "27021",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 5235576788,
"AWATER": 1016652167
},
"geometry": {
"type": "Point",
"coordinates": [
-94.28033708000001,
46.942460799059155
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "039",
"COUNTYNS": "01135855",
"AFFGEOID": "0500000US41039",
"GEOID": "41039",
"NAME": "Lane",
"LSAD": "06",
"ALAND": 11799215321,
"AWATER": 437134106
},
"geometry": {
"type": "Point",
"coordinates": [
-122.95076363089193,
43.972718010202286
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "095",
"COUNTYNS": "00695771",
"AFFGEOID": "0500000US28095",
"GEOID": "28095",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1981580823,
"AWATER": 18138022
},
"geometry": {
"type": "Point",
"coordinates": [
-88.49963495312941,
33.695508875016486
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "079",
"COUNTYNS": "01008557",
"AFFGEOID": "0500000US37079",
"GEOID": "37079",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 690851081,
"AWATER": 1217389
},
"geometry": {
"type": "Point",
"coordinates": [
-77.69218079999999,
35.485349899107824
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "235",
"COUNTYNS": "00516964",
"AFFGEOID": "0500000US21235",
"GEOID": "21235",
"NAME": "Whitley",
"LSAD": "06",
"ALAND": 1133976430,
"AWATER": 18875138
},
"geometry": {
"type": "Point",
"coordinates": [
-84.11168679353908,
36.76310731512881
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "223",
"COUNTYNS": "00349912",
"AFFGEOID": "0500000US13223",
"GEOID": "13223",
"NAME": "Paulding",
"LSAD": "06",
"ALAND": 808831878,
"AWATER": 5309332
},
"geometry": {
"type": "Point",
"coordinates": [
-84.89361464285716,
33.91260749912598
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "045",
"COUNTYNS": "00835844",
"AFFGEOID": "0500000US31045",
"GEOID": "31045",
"NAME": "Dawes",
"LSAD": "06",
"ALAND": 3616823834,
"AWATER": 11921995
},
"geometry": {
"type": "Point",
"coordinates": [
-103.19174496972266,
42.765177369679094
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "009",
"COUNTYNS": "01676636",
"AFFGEOID": "0500000US24009",
"GEOID": "24009",
"NAME": "Calvert",
"LSAD": "06",
"ALAND": 552178309,
"AWATER": 341560885
},
"geometry": {
"type": "Point",
"coordinates": [
-76.54271417622733,
38.534130068258115
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "023",
"COUNTYNS": "00040472",
"AFFGEOID": "0500000US04023",
"GEOID": "04023",
"NAME": "Santa Cruz",
"LSAD": "06",
"ALAND": 3203613249,
"AWATER": 3088046
},
"geometry": {
"type": "Point",
"coordinates": [
-110.95186977573434,
31.54787096206747
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "003",
"COUNTYNS": "00063756",
"AFFGEOID": "0500000US05003",
"GEOID": "05003",
"NAME": "Ashley",
"LSAD": "06",
"ALAND": 2396650149,
"AWATER": 39309860
},
"geometry": {
"type": "Point",
"coordinates": [
-91.89066855662496,
33.14509624910472
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "089",
"COUNTYNS": "00069898",
"AFFGEOID": "0500000US05089",
"GEOID": "05089",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1546109507,
"AWATER": 112285682
},
"geometry": {
"type": "Point",
"coordinates": [
-92.65521022433754,
36.31280857523726
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "013",
"COUNTYNS": "00212668",
"AFFGEOID": "0500000US09013",
"GEOID": "09013",
"NAME": "Tolland",
"LSAD": "06",
"ALAND": 1062807475,
"AWATER": 17549693
},
"geometry": {
"type": "Point",
"coordinates": [
-72.31691092695712,
41.86747127291959
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "083",
"COUNTYNS": "00198157",
"AFFGEOID": "0500000US08083",
"GEOID": "08083",
"NAME": "Montezuma",
"LSAD": "06",
"ALAND": 5255937110,
"AWATER": 27261088
},
"geometry": {
"type": "Point",
"coordinates": [
-108.3851374764712,
37.344542136070515
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "213",
"COUNTYNS": "01688005",
"AFFGEOID": "0500000US13213",
"GEOID": "13213",
"NAME": "Murray",
"LSAD": "06",
"ALAND": 892235146,
"AWATER": 5719645
},
"geometry": {
"type": "Point",
"coordinates": [
-84.75718807113648,
34.79286525920165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "131",
"COUNTYNS": "01784750",
"AFFGEOID": "0500000US17131",
"GEOID": "17131",
"NAME": "Mercer",
"LSAD": "06",
"ALAND": 1453500381,
"AWATER": 19409929
},
"geometry": {
"type": "Point",
"coordinates": [
-90.87238666775826,
41.178906218795525
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "085",
"COUNTYNS": "00424244",
"AFFGEOID": "0500000US17085",
"GEOID": "17085",
"NAME": "Jo Daviess",
"LSAD": "06",
"ALAND": 1556339187,
"AWATER": 45776828
},
"geometry": {
"type": "Point",
"coordinates": [
-90.39583400144046,
42.380453847968894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "017",
"COUNTYNS": "00558458",
"AFFGEOID": "0500000US22017",
"GEOID": "22017",
"NAME": "Caddo",
"LSAD": "15",
"ALAND": 2275369596,
"AWATER": 150398853
},
"geometry": {
"type": "Point",
"coordinates": [
-93.81085133282714,
32.55184454087837
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "121",
"COUNTYNS": "01623003",
"AFFGEOID": "0500000US26121",
"GEOID": "26121",
"NAME": "Muskegon",
"LSAD": "06",
"ALAND": 1298494539,
"AWATER": 2482949902
},
"geometry": {
"type": "Point",
"coordinates": [
-86.12596874230476,
43.285475241623324
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "131",
"COUNTYNS": "01623008",
"AFFGEOID": "0500000US26131",
"GEOID": "26131",
"NAME": "Ontonagon",
"LSAD": "06",
"ALAND": 3395416191,
"AWATER": 6292279421
},
"geometry": {
"type": "Point",
"coordinates": [
-89.35112895965638,
46.734176717689145
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "081",
"COUNTYNS": "01719582",
"AFFGEOID": "0500000US30081",
"GEOID": "30081",
"NAME": "Ravalli",
"LSAD": "06",
"ALAND": 6192612337,
"AWATER": 24251907
},
"geometry": {
"type": "Point",
"coordinates": [
-114.17194456952467,
46.02327861015227
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "039",
"COUNTYNS": "01702368",
"AFFGEOID": "0500000US35039",
"GEOID": "35039",
"NAME": "Rio Arriba",
"LSAD": "06",
"ALAND": 15179716552,
"AWATER": 91476917
},
"geometry": {
"type": "Point",
"coordinates": [
-106.44759312597971,
36.45414270004332
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "055",
"COUNTYNS": "00974126",
"AFFGEOID": "0500000US36055",
"GEOID": "36055",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1702151431,
"AWATER": 1837595092
},
"geometry": {
"type": "Point",
"coordinates": [
-77.72932411002495,
43.16315998186176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "009",
"COUNTYNS": "01034227",
"AFFGEOID": "0500000US38009",
"GEOID": "38009",
"NAME": "Bottineau",
"LSAD": "06",
"ALAND": 4321196493,
"AWATER": 74864998
},
"geometry": {
"type": "Point",
"coordinates": [
-100.70485792730913,
48.724650860396835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "035",
"COUNTYNS": "01101805",
"AFFGEOID": "0500000US40035",
"GEOID": "40035",
"NAME": "Craig",
"LSAD": "06",
"ALAND": 1971897017,
"AWATER": 3697828
},
"geometry": {
"type": "Point",
"coordinates": [
-95.18271145976763,
36.79704157066738
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "009",
"COUNTYNS": "01135847",
"AFFGEOID": "0500000US41009",
"GEOID": "41009",
"NAME": "Columbia",
"LSAD": "06",
"ALAND": 1704178258,
"AWATER": 80260317
},
"geometry": {
"type": "Point",
"coordinates": [
-122.97472381162001,
45.95323368313487
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "071",
"COUNTYNS": "01383821",
"AFFGEOID": "0500000US48071",
"GEOID": "48071",
"NAME": "Chambers",
"LSAD": "06",
"ALAND": 1546618338,
"AWATER": 709745135
},
"geometry": {
"type": "Point",
"coordinates": [
-94.69965218177955,
29.661980128364483
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "009",
"COUNTYNS": "01448019",
"AFFGEOID": "0500000US49009",
"GEOID": "49009",
"NAME": "Daggett",
"LSAD": "06",
"ALAND": 1805185918,
"AWATER": 61230035
},
"geometry": {
"type": "Point",
"coordinates": [
-109.45546828040557,
40.838583328874996
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "045",
"COUNTYNS": "00161548",
"AFFGEOID": "0500000US01045",
"GEOID": "01045",
"NAME": "Dale",
"LSAD": "06",
"ALAND": 1453311031,
"AWATER": 4016457
},
"geometry": {
"type": "Point",
"coordinates": [
-85.62812175000002,
31.384423124160687
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "125",
"COUNTYNS": "00161588",
"AFFGEOID": "0500000US01125",
"GEOID": "01125",
"NAME": "Tuscaloosa",
"LSAD": "06",
"ALAND": 3421041792,
"AWATER": 78682797
},
"geometry": {
"type": "Point",
"coordinates": [
-87.33585761290322,
33.30905716042399
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "011",
"COUNTYNS": "00161531",
"AFFGEOID": "0500000US01011",
"GEOID": "01011",
"NAME": "Bullock",
"LSAD": "06",
"ALAND": 1613059168,
"AWATER": 6054988
},
"geometry": {
"type": "Point",
"coordinates": [
-85.77911963157896,
32.11298463072893
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "068",
"COUNTYNS": "01419988",
"AFFGEOID": "0500000US02068",
"GEOID": "02068",
"NAME": "Denali",
"LSAD": "04",
"ALAND": 32729613863,
"AWATER": 66068878
},
"geometry": {
"type": "Point",
"coordinates": [
-150.96271265517242,
63.64067948200897
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "289",
"COUNTYNS": "00345456",
"AFFGEOID": "0500000US13289",
"GEOID": "13289",
"NAME": "Twiggs",
"LSAD": "06",
"ALAND": 928304208,
"AWATER": 10914123
},
"geometry": {
"type": "Point",
"coordinates": [
-83.47723937500001,
32.668204874142226
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "037",
"COUNTYNS": "00198134",
"AFFGEOID": "0500000US08037",
"GEOID": "08037",
"NAME": "Eagle",
"LSAD": "06",
"ALAND": 4362804330,
"AWATER": 18920534
},
"geometry": {
"type": "Point",
"coordinates": [
-106.56036278571427,
39.65811578478714
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "097",
"COUNTYNS": "00198164",
"AFFGEOID": "0500000US08097",
"GEOID": "08097",
"NAME": "Pitkin",
"LSAD": "06",
"ALAND": 2514104933,
"AWATER": 6472574
},
"geometry": {
"type": "Point",
"coordinates": [
-106.91162857894737,
39.162796209602284
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "091",
"COUNTYNS": "00348116",
"AFFGEOID": "0500000US13091",
"GEOID": "13091",
"NAME": "Dodge",
"LSAD": "06",
"ALAND": 1284379383,
"AWATER": 18687765
},
"geometry": {
"type": "Point",
"coordinates": [
-83.14462549999999,
32.182781436648995
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "187",
"COUNTYNS": "00357196",
"AFFGEOID": "0500000US13187",
"GEOID": "13187",
"NAME": "Lumpkin",
"LSAD": "06",
"ALAND": 732786481,
"AWATER": 3280165
},
"geometry": {
"type": "Point",
"coordinates": [
-84.00943318181818,
34.57942872639069
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "035",
"COUNTYNS": "00352295",
"AFFGEOID": "0500000US13035",
"GEOID": "13035",
"NAME": "Butts",
"LSAD": "06",
"ALAND": 475759863,
"AWATER": 11264566
},
"geometry": {
"type": "Point",
"coordinates": [
-83.96897653846154,
33.293495845287694
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "15",
"COUNTYFP": "005",
"COUNTYNS": "01702380",
"AFFGEOID": "0500000US15005",
"GEOID": "15005",
"NAME": "Kalawao",
"LSAD": "06",
"ALAND": 31057603,
"AWATER": 105764468
},
"geometry": {
"type": "Point",
"coordinates": [
-156.9548817430498,
21.174197860617752
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "179",
"COUNTYNS": "00465278",
"AFFGEOID": "0500000US19179",
"GEOID": "19179",
"NAME": "Wapello",
"LSAD": "06",
"ALAND": 1118460312,
"AWATER": 10829143
},
"geometry": {
"type": "Point",
"coordinates": [
-92.4097462,
41.056901599065476
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "031",
"COUNTYNS": "00465205",
"AFFGEOID": "0500000US19031",
"GEOID": "19031",
"NAME": "Cedar",
"LSAD": "06",
"ALAND": 1500730782,
"AWATER": 6385832
},
"geometry": {
"type": "Point",
"coordinates": [
-91.13250433333333,
41.78677016572919
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "161",
"COUNTYNS": "00695801",
"AFFGEOID": "0500000US28161",
"GEOID": "28161",
"NAME": "Yalobusha",
"LSAD": "06",
"ALAND": 1209858146,
"AWATER": 72197127
},
"geometry": {
"type": "Point",
"coordinates": [
-89.72904489999999,
34.05438529912425
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "135",
"COUNTYNS": "00758522",
"AFFGEOID": "0500000US29135",
"GEOID": "29135",
"NAME": "Moniteau",
"LSAD": "06",
"ALAND": 1074911084,
"AWATER": 9960533
},
"geometry": {
"type": "Point",
"coordinates": [
-92.586722,
38.661166499079435
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "165",
"COUNTYNS": "01623023",
"AFFGEOID": "0500000US26165",
"GEOID": "26165",
"NAME": "Wexford",
"LSAD": "06",
"ALAND": 1463234116,
"AWATER": 27096654
},
"geometry": {
"type": "Point",
"coordinates": [
-85.5744638,
44.303889599057015
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "021",
"COUNTYNS": "00974109",
"AFFGEOID": "0500000US36021",
"GEOID": "36021",
"NAME": "Columbia",
"LSAD": "06",
"ALAND": 1643778340,
"AWATER": 35063763
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59548999680726,
42.23868612984176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "011",
"COUNTYNS": "00974104",
"AFFGEOID": "0500000US36011",
"GEOID": "36011",
"NAME": "Cayuga",
"LSAD": "06",
"ALAND": 1791190504,
"AWATER": 445708175
},
"geometry": {
"type": "Point",
"coordinates": [
-76.56402595872296,
43.00807074908527
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "125",
"COUNTYNS": "00198178",
"AFFGEOID": "0500000US08125",
"GEOID": "08125",
"NAME": "Yuma",
"LSAD": "06",
"ALAND": 6123763472,
"AWATER": 11134666
},
"geometry": {
"type": "Point",
"coordinates": [
-102.3774506805532,
40.12021194885841
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "063",
"COUNTYNS": "01008550",
"AFFGEOID": "0500000US37063",
"GEOID": "37063",
"NAME": "Durham",
"LSAD": "06",
"ALAND": 741761173,
"AWATER": 29701774
},
"geometry": {
"type": "Point",
"coordinates": [
-78.84889436363636,
35.99906190819339
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "067",
"COUNTYNS": "00485099",
"AFFGEOID": "0500000US20067",
"GEOID": "20067",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 1488724884,
"AWATER": 892323
},
"geometry": {
"type": "Point",
"coordinates": [
-101.30804825000001,
37.562190999087996
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "201",
"COUNTYNS": "00758553",
"AFFGEOID": "0500000US29201",
"GEOID": "29201",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 1087765645,
"AWATER": 15199712
},
"geometry": {
"type": "Point",
"coordinates": [
-89.52769399848856,
37.04101188459515
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "137",
"COUNTYNS": "00758523",
"AFFGEOID": "0500000US29137",
"GEOID": "29137",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 1677414413,
"AWATER": 58300656
},
"geometry": {
"type": "Point",
"coordinates": [
-92.01484350000001,
39.54176689907355
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "203",
"COUNTYNS": "00758554",
"AFFGEOID": "0500000US29203",
"GEOID": "29203",
"NAME": "Shannon",
"LSAD": "06",
"ALAND": 2599883711,
"AWATER": 464011
},
"geometry": {
"type": "Point",
"coordinates": [
-91.28409590909092,
37.1709047263641
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "085",
"COUNTYNS": "01074055",
"AFFGEOID": "0500000US39085",
"GEOID": "39085",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 593799763,
"AWATER": 1942309063
},
"geometry": {
"type": "Point",
"coordinates": [
-81.25325300999475,
41.68913617008135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "017",
"COUNTYNS": "00835830",
"AFFGEOID": "0500000US31017",
"GEOID": "31017",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 3163296235,
"AWATER": 9814399
},
"geometry": {
"type": "Point",
"coordinates": [
-99.9485148888889,
42.475962665727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "079",
"COUNTYNS": "00835861",
"AFFGEOID": "0500000US31079",
"GEOID": "31079",
"NAME": "Hall",
"LSAD": "06",
"ALAND": 1414817966,
"AWATER": 15229160
},
"geometry": {
"type": "Point",
"coordinates": [
-98.42973283333333,
40.89758299906621
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "021",
"COUNTYNS": "01035622",
"AFFGEOID": "0500000US38021",
"GEOID": "38021",
"NAME": "Dickey",
"LSAD": "06",
"ALAND": 2930494902,
"AWATER": 27610562
},
"geometry": {
"type": "Point",
"coordinates": [
-98.48986905623184,
46.04138076620138
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "039",
"COUNTYNS": "00161545",
"AFFGEOID": "0500000US01039",
"GEOID": "01039",
"NAME": "Covington",
"LSAD": "06",
"ALAND": 2668871125,
"AWATER": 34489285
},
"geometry": {
"type": "Point",
"coordinates": [
-86.43623087764356,
31.26336293751719
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "019",
"COUNTYNS": "00161535",
"AFFGEOID": "0500000US01019",
"GEOID": "01019",
"NAME": "Cherokee",
"LSAD": "06",
"ALAND": 1434228753,
"AWATER": 119702920
},
"geometry": {
"type": "Point",
"coordinates": [
-85.59981287529022,
34.19081411340549
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "081",
"COUNTYNS": "01581101",
"AFFGEOID": "0500000US55081",
"GEOID": "55081",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 2333327981,
"AWATER": 18589237
},
"geometry": {
"type": "Point",
"coordinates": [
-90.64820599999999,
44.01652549905727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "091",
"COUNTYNS": "01804526",
"AFFGEOID": "0500000US72091",
"GEOID": "72091",
"NAME": "Manatí",
"LSAD": "13",
"ALAND": 116913007,
"AWATER": 66163823
},
"geometry": {
"type": "Point",
"coordinates": [
-66.48859616141307,
18.416408363908477
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "075",
"COUNTYNS": "01804518",
"AFFGEOID": "0500000US72075",
"GEOID": "72075",
"NAME": "Juana Díaz",
"LSAD": "13",
"ALAND": 156117100,
"AWATER": 121328720
},
"geometry": {
"type": "Point",
"coordinates": [
-66.49571636997415,
18.05727554501688
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "097",
"COUNTYNS": "01696800",
"AFFGEOID": "0500000US54097",
"GEOID": "54097",
"NAME": "Upshur",
"LSAD": "06",
"ALAND": 918506896,
"AWATER": 302703
},
"geometry": {
"type": "Point",
"coordinates": [
-80.25104469230768,
38.87964046061636
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "093",
"COUNTYNS": "01581107",
"AFFGEOID": "0500000US55093",
"GEOID": "55093",
"NAME": "Pierce",
"LSAD": "06",
"ALAND": 1486126051,
"AWATER": 46825858
},
"geometry": {
"type": "Point",
"coordinates": [
-92.53202429229922,
44.695896167999
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "620",
"COUNTYNS": "01498424",
"AFFGEOID": "0500000US51620",
"GEOID": "51620",
"NAME": "Franklin",
"LSAD": "25",
"ALAND": 21295844,
"AWATER": 369820
},
"geometry": {
"type": "Point",
"coordinates": [
-76.93484353846155,
36.681875922172736
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "147",
"COUNTYNS": "00835895",
"AFFGEOID": "0500000US31147",
"GEOID": "31147",
"NAME": "Richardson",
"LSAD": "06",
"ALAND": 1429261293,
"AWATER": 7077617
},
"geometry": {
"type": "Point",
"coordinates": [
-95.55087827332978,
40.105674116607744
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "431",
"COUNTYNS": "01384001",
"AFFGEOID": "0500000US48431",
"GEOID": "48431",
"NAME": "Sterling",
"LSAD": "06",
"ALAND": 2391722776,
"AWATER": 167451
},
"geometry": {
"type": "Point",
"coordinates": [
-101.0445355,
31.80401712415447
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "055",
"COUNTYNS": "01448041",
"AFFGEOID": "0500000US49055",
"GEOID": "49055",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 6374158879,
"AWATER": 15154124
},
"geometry": {
"type": "Point",
"coordinates": [
-110.85481835714286,
38.34743664193888
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "001",
"COUNTYNS": "01639722",
"AFFGEOID": "0500000US47001",
"GEOID": "47001",
"NAME": "Anderson",
"LSAD": "06",
"ALAND": 873292849,
"AWATER": 19724754
},
"geometry": {
"type": "Point",
"coordinates": [
-84.2177520625,
36.14503856160102
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "075",
"COUNTYNS": "01581097",
"AFFGEOID": "0500000US55075",
"GEOID": "55075",
"NAME": "Marinette",
"LSAD": "06",
"ALAND": 3624558795,
"AWATER": 389917044
},
"geometry": {
"type": "Point",
"coordinates": [
-87.88940847377941,
45.37516487167279
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "025",
"COUNTYNS": "00424214",
"AFFGEOID": "0500000US17025",
"GEOID": "17025",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1212958827,
"AWATER": 3278251
},
"geometry": {
"type": "Point",
"coordinates": [
-88.44419979999999,
38.752946099078784
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "003",
"COUNTYNS": "00450402",
"AFFGEOID": "0500000US18003",
"GEOID": "18003",
"NAME": "Allen",
"LSAD": "06",
"ALAND": 1702454342,
"AWATER": 6999605
},
"geometry": {
"type": "Point",
"coordinates": [
-85.05455212572521,
41.100438069978786
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "009",
"COUNTYNS": "01622947",
"AFFGEOID": "0500000US26009",
"GEOID": "26009",
"NAME": "Antrim",
"LSAD": "06",
"ALAND": 1232000354,
"AWATER": 326539096
},
"geometry": {
"type": "Point",
"coordinates": [
-85.27830226935295,
45.00664298871424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "043",
"COUNTYNS": "00465210",
"AFFGEOID": "0500000US19043",
"GEOID": "19043",
"NAME": "Clayton",
"LSAD": "06",
"ALAND": 2016295994,
"AWATER": 36695627
},
"geometry": {
"type": "Point",
"coordinates": [
-91.1478629462155,
42.837202300459516
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "075",
"COUNTYNS": "00485327",
"AFFGEOID": "0500000US20075",
"GEOID": "20075",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 2580958344,
"AWATER": 2893322
},
"geometry": {
"type": "Point",
"coordinates": [
-101.75863841841701,
38.029174733568176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "081",
"COUNTYNS": "00295744",
"AFFGEOID": "0500000US12081",
"GEOID": "12081",
"NAME": "Manatee",
"LSAD": "06",
"ALAND": 1924699210,
"AWATER": 387514585
},
"geometry": {
"type": "Point",
"coordinates": [
-82.43862906866026,
27.453392382257956
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "041",
"COUNTYNS": "00695745",
"AFFGEOID": "0500000US28041",
"GEOID": "28041",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1846034017,
"AWATER": 15380474
},
"geometry": {
"type": "Point",
"coordinates": [
-88.61043943325774,
31.201133173264587
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "019",
"COUNTYNS": "01074022",
"AFFGEOID": "0500000US39019",
"GEOID": "39019",
"NAME": "Carroll",
"LSAD": "06",
"ALAND": 1022030958,
"AWATER": 11192655
},
"geometry": {
"type": "Point",
"coordinates": [
-81.10396800000001,
40.58424664612654
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "147",
"COUNTYNS": "00758528",
"AFFGEOID": "0500000US29147",
"GEOID": "29147",
"NAME": "Nodaway",
"LSAD": "06",
"ALAND": 2271326597,
"AWATER": 2361588
},
"geometry": {
"type": "Point",
"coordinates": [
-94.88840075276053,
40.41861202872297
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "023",
"COUNTYNS": "00558488",
"AFFGEOID": "0500000US22023",
"GEOID": "22023",
"NAME": "Cameron",
"LSAD": "15",
"ALAND": 3327836871,
"AWATER": 1688122644
},
"geometry": {
"type": "Point",
"coordinates": [
-93.37736131041703,
29.834869355419663
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "055",
"COUNTYNS": "01716270",
"AFFGEOID": "0500000US30055",
"GEOID": "30055",
"NAME": "McCone",
"LSAD": "06",
"ALAND": 6843265262,
"AWATER": 103091384
},
"geometry": {
"type": "Point",
"coordinates": [
-105.89577155999997,
47.65333815906102
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "101",
"COUNTYNS": "01629492",
"AFFGEOID": "0500000US22101",
"GEOID": "22101",
"NAME": "St. Mary",
"LSAD": "15",
"ALAND": 1438845622,
"AWATER": 1460445312
},
"geometry": {
"type": "Point",
"coordinates": [
-91.46128511112854,
29.620177671828347
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "179",
"COUNTYNS": "00835911",
"AFFGEOID": "0500000US31179",
"GEOID": "31179",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1147143905,
"AWATER": 1087702
},
"geometry": {
"type": "Point",
"coordinates": [
-97.03253125,
42.22101937406104
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "019",
"COUNTYNS": "00395407",
"AFFGEOID": "0500000US16019",
"GEOID": "16019",
"NAME": "Bonneville",
"LSAD": "06",
"ALAND": 4832874977,
"AWATER": 88853019
},
"geometry": {
"type": "Point",
"coordinates": [
-111.62636323700488,
43.397163137058804
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "093",
"COUNTYNS": "00069899",
"AFFGEOID": "0500000US05093",
"GEOID": "05093",
"NAME": "Mississippi",
"LSAD": "06",
"ALAND": 2332480068,
"AWATER": 49826375
},
"geometry": {
"type": "Point",
"coordinates": [
-89.93297853935974,
35.716279085661434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "075",
"COUNTYNS": "00198153",
"AFFGEOID": "0500000US08075",
"GEOID": "08075",
"NAME": "Logan",
"LSAD": "06",
"ALAND": 4761948002,
"AWATER": 16363553
},
"geometry": {
"type": "Point",
"coordinates": [
-103.08740452685036,
40.7111471145079
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "055",
"COUNTYNS": "00352213",
"AFFGEOID": "0500000US13055",
"GEOID": "13055",
"NAME": "Chattooga",
"LSAD": "06",
"ALAND": 811512406,
"AWATER": 570806
},
"geometry": {
"type": "Point",
"coordinates": [
-85.38514171533144,
34.447815680163394
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "127",
"COUNTYNS": "01784730",
"AFFGEOID": "0500000US17127",
"GEOID": "17127",
"NAME": "Massac",
"LSAD": "06",
"ALAND": 614391211,
"AWATER": 11903724
},
"geometry": {
"type": "Point",
"coordinates": [
-88.70358101710764,
37.18212069660455
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "115",
"COUNTYNS": "00450378",
"AFFGEOID": "0500000US18115",
"GEOID": "18115",
"NAME": "Ohio",
"LSAD": "06",
"ALAND": 223126822,
"AWATER": 3352208
},
"geometry": {
"type": "Point",
"coordinates": [
-84.98060447501163,
38.9540720475917
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "171",
"COUNTYNS": "00516932",
"AFFGEOID": "0500000US21171",
"GEOID": "21171",
"NAME": "Monroe",
"LSAD": "06",
"ALAND": 853073337,
"AWATER": 6949352
},
"geometry": {
"type": "Point",
"coordinates": [
-85.69523119937624,
36.70566636061182
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "209",
"COUNTYNS": "00485065",
"AFFGEOID": "0500000US20209",
"GEOID": "20209",
"NAME": "Wyandotte",
"LSAD": "06",
"ALAND": 392650861,
"AWATER": 11890119
},
"geometry": {
"type": "Point",
"coordinates": [
-94.72100600082167,
39.13025059727459
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "009",
"COUNTYNS": "00581290",
"AFFGEOID": "0500000US23009",
"GEOID": "23009",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 4110284976,
"AWATER": 1963056852
},
"geometry": {
"type": "Point",
"coordinates": [
-68.38884251533505,
44.537060979780165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "041",
"COUNTYNS": "01622963",
"AFFGEOID": "0500000US26041",
"GEOID": "26041",
"NAME": "Delta",
"LSAD": "06",
"ALAND": 3033137837,
"AWATER": 2124389418
},
"geometry": {
"type": "Point",
"coordinates": [
-86.89135023393315,
45.80655800548835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "013",
"COUNTYNS": "01622949",
"AFFGEOID": "0500000US26013",
"GEOID": "26013",
"NAME": "Baraga",
"LSAD": "06",
"ALAND": 2326929577,
"AWATER": 441604239
},
"geometry": {
"type": "Point",
"coordinates": [
-88.29210487460149,
46.80533390319266
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "151",
"COUNTYNS": "00695796",
"AFFGEOID": "0500000US28151",
"GEOID": "28151",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1877069905,
"AWATER": 94495553
},
"geometry": {
"type": "Point",
"coordinates": [
-91.00678996241721,
33.23494867918908
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "001",
"COUNTYNS": "01719627",
"AFFGEOID": "0500000US30001",
"GEOID": "30001",
"NAME": "Beaverhead",
"LSAD": "06",
"ALAND": 14355492113,
"AWATER": 78345297
},
"geometry": {
"type": "Point",
"coordinates": [
-112.82794707608964,
45.004827063603756
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "019",
"COUNTYNS": "00873183",
"AFFGEOID": "0500000US33019",
"GEOID": "33019",
"NAME": "Sullivan",
"LSAD": "06",
"ALAND": 1392157812,
"AWATER": 37865613
},
"geometry": {
"type": "Point",
"coordinates": [
-72.24331308914964,
43.34252766720542
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "013",
"COUNTYNS": "00974105",
"AFFGEOID": "0500000US36013",
"GEOID": "36013",
"NAME": "Chautauqua",
"LSAD": "06",
"ALAND": 2745967850,
"AWATER": 1139487496
},
"geometry": {
"type": "Point",
"coordinates": [
-79.38750550547789,
42.326428580660284
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "129",
"COUNTYNS": "01101852",
"AFFGEOID": "0500000US40129",
"GEOID": "40129",
"NAME": "Roger Mills",
"LSAD": "06",
"ALAND": 2955528251,
"AWATER": 13695174
},
"geometry": {
"type": "Point",
"coordinates": [
-99.64332189697222,
35.78269705112083
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "157",
"COUNTYNS": "01639790",
"AFFGEOID": "0500000US47157",
"GEOID": "47157",
"NAME": "Shelby",
"LSAD": "06",
"ALAND": 1977720315,
"AWATER": 55485268
},
"geometry": {
"type": "Point",
"coordinates": [
-90.02350697142894,
35.200480663321244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "077",
"COUNTYNS": "01383824",
"AFFGEOID": "0500000US48077",
"GEOID": "48077",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 2819788075,
"AWATER": 72590626
},
"geometry": {
"type": "Point",
"coordinates": [
-98.17586624883007,
33.98764221465378
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "003",
"COUNTYNS": "01533502",
"AFFGEOID": "0500000US53003",
"GEOID": "53003",
"NAME": "Asotin",
"LSAD": "06",
"ALAND": 1647443944,
"AWATER": 11275706
},
"geometry": {
"type": "Point",
"coordinates": [
-117.13567342168817,
46.227305696399696
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "089",
"COUNTYNS": "01581105",
"AFFGEOID": "0500000US55089",
"GEOID": "55089",
"NAME": "Ozaukee",
"LSAD": "06",
"ALAND": 603471584,
"AWATER": 2287458200
},
"geometry": {
"type": "Point",
"coordinates": [
-87.92138822283795,
43.330923006099596
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "121",
"COUNTYNS": "01674630",
"AFFGEOID": "0500000US51121",
"GEOID": "51121",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1001920374,
"AWATER": 6291775
},
"geometry": {
"type": "Point",
"coordinates": [
-80.466069,
37.15941989909146
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "061",
"COUNTYNS": "00066872",
"AFFGEOID": "0500000US05061",
"GEOID": "05061",
"NAME": "Howard",
"LSAD": "06",
"ALAND": 1524380220,
"AWATER": 17475726
},
"geometry": {
"type": "Point",
"coordinates": [
-94.00202235714288,
34.03453192769593
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "107",
"COUNTYNS": "00277318",
"AFFGEOID": "0500000US06107",
"GEOID": "06107",
"NAME": "Tulare",
"LSAD": "06",
"ALAND": 12494838453,
"AWATER": 37259234
},
"geometry": {
"type": "Point",
"coordinates": [
-118.81142575000001,
36.32041090534934
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "025",
"COUNTYNS": "00198128",
"AFFGEOID": "0500000US08025",
"GEOID": "08025",
"NAME": "Crowley",
"LSAD": "06",
"ALAND": 2039427875,
"AWATER": 33422982
},
"geometry": {
"type": "Point",
"coordinates": [
-103.6822003,
38.288577799082184
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "033",
"COUNTYNS": "00659462",
"AFFGEOID": "0500000US27033",
"GEOID": "27033",
"NAME": "Cottonwood",
"LSAD": "06",
"ALAND": 1657445964,
"AWATER": 22318968
},
"geometry": {
"type": "Point",
"coordinates": [
-95.16283769999998,
44.03744999905726
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "015",
"COUNTYNS": "00659453",
"AFFGEOID": "0500000US27015",
"GEOID": "27015",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 1582659431,
"AWATER": 18584892
},
"geometry": {
"type": "Point",
"coordinates": [
-94.8079032307692,
44.28628599905703
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "041",
"COUNTYNS": "00450349",
"AFFGEOID": "0500000US18041",
"GEOID": "18041",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 556901556,
"AWATER": 366408
},
"geometry": {
"type": "Point",
"coordinates": [
-85.17942716666667,
39.67633266573939
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "047",
"COUNTYNS": "00929114",
"AFFGEOID": "0500000US35047",
"GEOID": "35047",
"NAME": "San Miguel",
"LSAD": "06",
"ALAND": 12230067556,
"AWATER": 51380263
},
"geometry": {
"type": "Point",
"coordinates": [
-104.59710727777776,
35.50959155466317
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "131",
"COUNTYNS": "00516912",
"AFFGEOID": "0500000US21131",
"GEOID": "21131",
"NAME": "Leslie",
"LSAD": "06",
"ALAND": 1038165209,
"AWATER": 9230600
},
"geometry": {
"type": "Point",
"coordinates": [
-83.38108076923078,
37.07234276832301
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "203",
"COUNTYNS": "00516948",
"AFFGEOID": "0500000US21203",
"GEOID": "21203",
"NAME": "Rockcastle",
"LSAD": "06",
"ALAND": 819848737,
"AWATER": 4016362
},
"geometry": {
"type": "Point",
"coordinates": [
-84.295737,
37.372647544544165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "007",
"COUNTYNS": "00558414",
"AFFGEOID": "0500000US22007",
"GEOID": "22007",
"NAME": "Assumption",
"LSAD": "15",
"ALAND": 877133400,
"AWATER": 66996288
},
"geometry": {
"type": "Point",
"coordinates": [
-91.05639968421052,
29.89049894655269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "099",
"COUNTYNS": "00974147",
"AFFGEOID": "0500000US36099",
"GEOID": "36099",
"NAME": "Seneca",
"LSAD": "06",
"ALAND": 838403626,
"AWATER": 172828921
},
"geometry": {
"type": "Point",
"coordinates": [
-76.81555058333332,
42.752565165726224
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "143",
"COUNTYNS": "00659516",
"AFFGEOID": "0500000US27143",
"GEOID": "27143",
"NAME": "Sibley",
"LSAD": "06",
"ALAND": 1524941287,
"AWATER": 30470667
},
"geometry": {
"type": "Point",
"coordinates": [
-94.11402506666668,
44.62636173239016
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "131",
"COUNTYNS": "00695786",
"AFFGEOID": "0500000US28131",
"GEOID": "28131",
"NAME": "Stone",
"LSAD": "06",
"ALAND": 1153800122,
"AWATER": 6712353
},
"geometry": {
"type": "Point",
"coordinates": [
-89.10205671428572,
30.78119142774135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "129",
"COUNTYNS": "00695785",
"AFFGEOID": "0500000US28129",
"GEOID": "28129",
"NAME": "Smith",
"LSAD": "06",
"ALAND": 1647926085,
"AWATER": 2599432
},
"geometry": {
"type": "Point",
"coordinates": [
-89.564712625,
32.017898124151365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "095",
"COUNTYNS": "00758502",
"AFFGEOID": "0500000US29095",
"GEOID": "29095",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1565601892,
"AWATER": 30717815
},
"geometry": {
"type": "Point",
"coordinates": [
-94.4181831369305,
39.113658199517914
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "061",
"COUNTYNS": "00933052",
"AFFGEOID": "0500000US35061",
"GEOID": "35061",
"NAME": "Valencia",
"LSAD": "06",
"ALAND": 2762826562,
"AWATER": 2787804
},
"geometry": {
"type": "Point",
"coordinates": [
-106.6544195263158,
34.754447051747526
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "065",
"COUNTYNS": "00974131",
"AFFGEOID": "0500000US36065",
"GEOID": "36065",
"NAME": "Oneida",
"LSAD": "06",
"ALAND": 3139921985,
"AWATER": 117340432
},
"geometry": {
"type": "Point",
"coordinates": [
-75.45136682352941,
43.17748817552919
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "135",
"COUNTYNS": "01008576",
"AFFGEOID": "0500000US37135",
"GEOID": "37135",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 1029600383,
"AWATER": 8876665
},
"geometry": {
"type": "Point",
"coordinates": [
-79.123521,
36.017127374102316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "065",
"COUNTYNS": "00758487",
"AFFGEOID": "0500000US29065",
"GEOID": "29065",
"NAME": "Dent",
"LSAD": "06",
"ALAND": 1949640578,
"AWATER": 4519381
},
"geometry": {
"type": "Point",
"coordinates": [
-91.44839335714286,
37.6008969276591
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "121",
"COUNTYNS": "01008571",
"AFFGEOID": "0500000US37121",
"GEOID": "37121",
"NAME": "Mitchell",
"LSAD": "06",
"ALAND": 573038008,
"AWATER": 1629508
},
"geometry": {
"type": "Point",
"coordinates": [
-82.2029662071819,
36.05050759703632
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "057",
"COUNTYNS": "01383814",
"AFFGEOID": "0500000US48057",
"GEOID": "48057",
"NAME": "Calhoun",
"LSAD": "06",
"ALAND": 1312707024,
"AWATER": 1361884769
},
"geometry": {
"type": "Point",
"coordinates": [
-96.63705320791378,
28.47287142929971
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "003",
"COUNTYNS": "01383787",
"AFFGEOID": "0500000US48003",
"GEOID": "48003",
"NAME": "Andrews",
"LSAD": "06",
"ALAND": 3886850342,
"AWATER": 957039
},
"geometry": {
"type": "Point",
"coordinates": [
-102.69329442513825,
32.20301774914872
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "021",
"COUNTYNS": "01461767",
"AFFGEOID": "0500000US50021",
"GEOID": "50021",
"NAME": "Rutland",
"LSAD": "06",
"ALAND": 2408212536,
"AWATER": 38758591
},
"geometry": {
"type": "Point",
"coordinates": [
-73.02387938676585,
43.61900760731212
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "750",
"COUNTYNS": "01498438",
"AFFGEOID": "0500000US51750",
"GEOID": "51750",
"NAME": "Radford",
"LSAD": "25",
"ALAND": 25061300,
"AWATER": 858713
},
"geometry": {
"type": "Point",
"coordinates": [
-80.55866085714284,
37.12505249909176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "057",
"COUNTYNS": "01581088",
"AFFGEOID": "0500000US55057",
"GEOID": "55057",
"NAME": "Juneau",
"LSAD": "06",
"ALAND": 1986622513,
"AWATER": 98737513
},
"geometry": {
"type": "Point",
"coordinates": [
-90.06037425000001,
43.94012837405738
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "089",
"COUNTYNS": "01008562",
"AFFGEOID": "0500000US37089",
"GEOID": "37089",
"NAME": "Henderson",
"LSAD": "06",
"ALAND": 966142717,
"AWATER": 5556898
},
"geometry": {
"type": "Point",
"coordinates": [
-82.4597098947574,
35.3318291642727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "287",
"COUNTYNS": "01383929",
"AFFGEOID": "0500000US48287",
"GEOID": "48287",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 1629205103,
"AWATER": 13106451
},
"geometry": {
"type": "Point",
"coordinates": [
-96.983970375,
30.305839436677477
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "149",
"COUNTYNS": "01008579",
"AFFGEOID": "0500000US37149",
"GEOID": "37149",
"NAME": "Polk",
"LSAD": "06",
"ALAND": 615606300,
"AWATER": 1964035
},
"geometry": {
"type": "Point",
"coordinates": [
-82.16633396230539,
35.24561213011341
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "029",
"COUNTYNS": "01605079",
"AFFGEOID": "0500000US56029",
"GEOID": "56029",
"NAME": "Park",
"LSAD": "06",
"ALAND": 17974153917,
"AWATER": 65512584
},
"geometry": {
"type": "Point",
"coordinates": [
-109.79283642791081,
44.38371847806815
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "017",
"COUNTYNS": "00042808",
"AFFGEOID": "0500000US04017",
"GEOID": "04017",
"NAME": "Navajo",
"LSAD": "06",
"ALAND": 25770094249,
"AWATER": 24078111
},
"geometry": {
"type": "Point",
"coordinates": [
-110.09803526487583,
34.80204954586721
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "049",
"COUNTYNS": "00161550",
"AFFGEOID": "0500000US01049",
"GEOID": "01049",
"NAME": "DeKalb",
"LSAD": "06",
"ALAND": 2012676476,
"AWATER": 4121538
},
"geometry": {
"type": "Point",
"coordinates": [
-85.76338097593567,
34.475708330917236
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "760",
"COUNTYNS": "01789073",
"AFFGEOID": "0500000US51760",
"GEOID": "51760",
"NAME": "Richmond",
"LSAD": "25",
"ALAND": 155173777,
"AWATER": 6878090
},
"geometry": {
"type": "Point",
"coordinates": [
-77.48648073076921,
37.585339999087786
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "003",
"COUNTYNS": "00306920",
"AFFGEOID": "0500000US12003",
"GEOID": "12003",
"NAME": "Baker",
"LSAD": "06",
"ALAND": 1515738965,
"AWATER": 9686120
},
"geometry": {
"type": "Point",
"coordinates": [
-82.22788714878075,
30.367203174116653
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "151",
"COUNTYNS": "01639788",
"AFFGEOID": "0500000US47151",
"GEOID": "47151",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 1378656638,
"AWATER": 2414254
},
"geometry": {
"type": "Point",
"coordinates": [
-84.50127117908266,
36.43422644788751
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "157",
"COUNTYNS": "01784967",
"AFFGEOID": "0500000US17157",
"GEOID": "17157",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 1490498589,
"AWATER": 56254913
},
"geometry": {
"type": "Point",
"coordinates": [
-89.88159888408688,
37.996493944337104
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "037",
"COUNTYNS": "00277283",
"AFFGEOID": "0500000US06037",
"GEOID": "06037",
"NAME": "Los Angeles",
"LSAD": "06",
"ALAND": 10510588451,
"AWATER": 1794793532
},
"geometry": {
"type": "Point",
"coordinates": [
-118.33896859874188,
33.8482782249143
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "097",
"COUNTYNS": "01657246",
"AFFGEOID": "0500000US06097",
"GEOID": "06097",
"NAME": "Sonoma",
"LSAD": "06",
"ALAND": 4081450561,
"AWATER": 497495823
},
"geometry": {
"type": "Point",
"coordinates": [
-122.92325428822661,
38.47779605171236
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "065",
"COUNTYNS": "00277297",
"AFFGEOID": "0500000US06065",
"GEOID": "06065",
"NAME": "Riverside",
"LSAD": "06",
"ALAND": 18664542308,
"AWATER": 250588224
},
"geometry": {
"type": "Point",
"coordinates": [
-116.15961915625935,
33.73736621150125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "099",
"COUNTYNS": "00295761",
"AFFGEOID": "0500000US12099",
"GEOID": "12099",
"NAME": "Palm Beach",
"LSAD": "06",
"ALAND": 5092730552,
"AWATER": 1079713751
},
"geometry": {
"type": "Point",
"coordinates": [
-80.19418721913804,
26.610620726353627
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "083",
"COUNTYNS": "00450366",
"AFFGEOID": "0500000US18083",
"GEOID": "18083",
"NAME": "Knox",
"LSAD": "06",
"ALAND": 1336511182,
"AWATER": 20758112
},
"geometry": {
"type": "Point",
"coordinates": [
-87.44782501457591,
38.671364281002425
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "123",
"COUNTYNS": "00451682",
"AFFGEOID": "0500000US18123",
"GEOID": "18123",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 988669306,
"AWATER": 11816977
},
"geometry": {
"type": "Point",
"coordinates": [
-86.61554335321442,
38.04974992578477
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "183",
"COUNTYNS": "00484969",
"AFFGEOID": "0500000US20183",
"GEOID": "20183",
"NAME": "Smith",
"LSAD": "06",
"ALAND": 2319241783,
"AWATER": 3884267
},
"geometry": {
"type": "Point",
"coordinates": [
-98.78964075678198,
39.81614609377978
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "041",
"COUNTYNS": "00516867",
"AFFGEOID": "0500000US21041",
"GEOID": "21041",
"NAME": "Carroll",
"LSAD": "06",
"ALAND": 332993661,
"AWATER": 22650593
},
"geometry": {
"type": "Point",
"coordinates": [
-85.12639232128386,
38.68098148985842
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "007",
"COUNTYNS": "00450403",
"AFFGEOID": "0500000US18007",
"GEOID": "18007",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 1052616452,
"AWATER": 236033
},
"geometry": {
"type": "Point",
"coordinates": [
-87.30646216967518,
40.607396086131466
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "151",
"COUNTYNS": "01623016",
"AFFGEOID": "0500000US26151",
"GEOID": "26151",
"NAME": "Sanilac",
"LSAD": "06",
"ALAND": 2493045473,
"AWATER": 1624882510
},
"geometry": {
"type": "Point",
"coordinates": [
-82.83885568070846,
43.377447511969194
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "003",
"COUNTYNS": "01622944",
"AFFGEOID": "0500000US26003",
"GEOID": "26003",
"NAME": "Alger",
"LSAD": "06",
"ALAND": 2369911333,
"AWATER": 10703533792
},
"geometry": {
"type": "Point",
"coordinates": [
-86.52772893319998,
46.486129931565166
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "045",
"COUNTYNS": "00711756",
"AFFGEOID": "0500000US28045",
"GEOID": "28045",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 1227560683,
"AWATER": 204096133
},
"geometry": {
"type": "Point",
"coordinates": [
-89.50417352291235,
30.365805176578522
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "031",
"COUNTYNS": "00558521",
"AFFGEOID": "0500000US22031",
"GEOID": "22031",
"NAME": "De Soto",
"LSAD": "15",
"ALAND": 2269878444,
"AWATER": 47049426
},
"geometry": {
"type": "Point",
"coordinates": [
-93.74424083680721,
32.06246767540004
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "023",
"COUNTYNS": "00581297",
"AFFGEOID": "0500000US23023",
"GEOID": "23023",
"NAME": "Sagadahoc",
"LSAD": "06",
"ALAND": 657803472,
"AWATER": 300569614
},
"geometry": {
"type": "Point",
"coordinates": [
-69.84494848251738,
43.925688138505
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "061",
"COUNTYNS": "01720030",
"AFFGEOID": "0500000US30061",
"GEOID": "30061",
"NAME": "Mineral",
"LSAD": "06",
"ALAND": 3158799736,
"AWATER": 9897206
},
"geometry": {
"type": "Point",
"coordinates": [
-115.00934194780441,
47.12216988056717
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "019",
"COUNTYNS": "01637566",
"AFFGEOID": "0500000US30019",
"GEOID": "30019",
"NAME": "Daniels",
"LSAD": "06",
"ALAND": 3693365374,
"AWATER": 1021697
},
"geometry": {
"type": "Point",
"coordinates": [
-105.54567121716967,
48.8246253080506
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "039",
"COUNTYNS": "00882235",
"AFFGEOID": "0500000US34039",
"GEOID": "34039",
"NAME": "Union",
"LSAD": "06",
"ALAND": 266170662,
"AWATER": 7046286
},
"geometry": {
"type": "Point",
"coordinates": [
-74.30697575841564,
40.65397019990329
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "017",
"COUNTYNS": "00882278",
"AFFGEOID": "0500000US34017",
"GEOID": "34017",
"NAME": "Hudson",
"LSAD": "06",
"ALAND": 119764738,
"AWATER": 41834804
},
"geometry": {
"type": "Point",
"coordinates": [
-74.06385806267532,
40.75325647226211
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "015",
"COUNTYNS": "00882277",
"AFFGEOID": "0500000US34015",
"GEOID": "34015",
"NAME": "Gloucester",
"LSAD": "06",
"ALAND": 833862843,
"AWATER": 38373885
},
"geometry": {
"type": "Point",
"coordinates": [
-75.20268838581138,
39.75931502460291
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "011",
"COUNTYNS": "01008536",
"AFFGEOID": "0500000US37011",
"GEOID": "37011",
"NAME": "Avery",
"LSAD": "06",
"ALAND": 640601890,
"AWATER": 445285
},
"geometry": {
"type": "Point",
"coordinates": [
-81.93015617563532,
36.09688801484113
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "145",
"COUNTYNS": "01074085",
"AFFGEOID": "0500000US39145",
"GEOID": "39145",
"NAME": "Scioto",
"LSAD": "06",
"ALAND": 1580451539,
"AWATER": 15363856
},
"geometry": {
"type": "Point",
"coordinates": [
-82.9540962300537,
38.74112007264831
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "029",
"COUNTYNS": "01074027",
"AFFGEOID": "0500000US39029",
"GEOID": "39029",
"NAME": "Columbiana",
"LSAD": "06",
"ALAND": 1377680388,
"AWATER": 7255101
},
"geometry": {
"type": "Point",
"coordinates": [
-80.79067465468569,
40.742307446595895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "227",
"COUNTYNS": "01673011",
"AFFGEOID": "0500000US13227",
"GEOID": "13227",
"NAME": "Pickens",
"LSAD": "06",
"ALAND": 601027940,
"AWATER": 1693768
},
"geometry": {
"type": "Point",
"coordinates": [
-84.46011006666667,
34.47168459911921
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "103",
"COUNTYNS": "00695774",
"AFFGEOID": "0500000US28103",
"GEOID": "28103",
"NAME": "Noxubee",
"LSAD": "06",
"ALAND": 1800451886,
"AWATER": 12487951
},
"geometry": {
"type": "Point",
"coordinates": [
-88.51486629335493,
33.12743730267254
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "181",
"COUNTYNS": "00758545",
"AFFGEOID": "0500000US29181",
"GEOID": "29181",
"NAME": "Ripley",
"LSAD": "06",
"ALAND": 1630498740,
"AWATER": 5443027
},
"geometry": {
"type": "Point",
"coordinates": [
-90.80764823280702,
36.624074313423755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "009",
"COUNTYNS": "01720111",
"AFFGEOID": "0500000US30009",
"GEOID": "30009",
"NAME": "Carbon",
"LSAD": "06",
"ALAND": 5303530750,
"AWATER": 35410727
},
"geometry": {
"type": "Point",
"coordinates": [
-109.00632288556363,
45.308464112176985
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "173",
"COUNTYNS": "00835908",
"AFFGEOID": "0500000US31173",
"GEOID": "31173",
"NAME": "Thurston",
"LSAD": "06",
"ALAND": 1019377255,
"AWATER": 6458661
},
"geometry": {
"type": "Point",
"coordinates": [
-96.47746375248013,
42.173419213157125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "006",
"COUNTYNS": "00933051",
"AFFGEOID": "0500000US35006",
"GEOID": "35006",
"NAME": "Cibola",
"LSAD": "06",
"ALAND": 11758240020,
"AWATER": 5819738
},
"geometry": {
"type": "Point",
"coordinates": [
-107.84909165709095,
35.03203879491604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "009",
"COUNTYNS": "01101792",
"AFFGEOID": "0500000US40009",
"GEOID": "40009",
"NAME": "Beckham",
"LSAD": "06",
"ALAND": 2335665266,
"AWATER": 5527154
},
"geometry": {
"type": "Point",
"coordinates": [
-99.65484891268586,
35.235767536672796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "123",
"COUNTYNS": "01213691",
"AFFGEOID": "0500000US42123",
"GEOID": "42123",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 2289914225,
"AWATER": 37352304
},
"geometry": {
"type": "Point",
"coordinates": [
-79.23739841288744,
41.83457265476316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "175",
"COUNTYNS": "01074099",
"AFFGEOID": "0500000US39175",
"GEOID": "39175",
"NAME": "Wyandot",
"LSAD": "06",
"ALAND": 1053773838,
"AWATER": 1783531
},
"geometry": {
"type": "Point",
"coordinates": [
-83.37816181818182,
40.81732081724841
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "101",
"COUNTYNS": "00161577",
"AFFGEOID": "0500000US01101",
"GEOID": "01101",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 2033764493,
"AWATER": 37997545
},
"geometry": {
"type": "Point",
"coordinates": [
-86.25259919230765,
32.24551584530196
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "001",
"COUNTYNS": "01461757",
"AFFGEOID": "0500000US50001",
"GEOID": "50001",
"NAME": "Addison",
"LSAD": "06",
"ALAND": 1984780357,
"AWATER": 107303299
},
"geometry": {
"type": "Point",
"coordinates": [
-73.16177370468561,
43.99535562110252
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "003",
"COUNTYNS": "01605067",
"AFFGEOID": "0500000US56003",
"GEOID": "56003",
"NAME": "Big Horn",
"LSAD": "06",
"ALAND": 8123500143,
"AWATER": 56402796
},
"geometry": {
"type": "Point",
"coordinates": [
-107.95816202754116,
44.62864642276572
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "143",
"COUNTYNS": "01101859",
"AFFGEOID": "0500000US40143",
"GEOID": "40143",
"NAME": "Tulsa",
"LSAD": "06",
"ALAND": 1477021879,
"AWATER": 43361035
},
"geometry": {
"type": "Point",
"coordinates": [
-95.96341452941178,
36.137075057924626
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "013",
"COUNTYNS": "01419964",
"AFFGEOID": "0500000US02013",
"GEOID": "02013",
"NAME": "Aleutians East",
"LSAD": "04",
"ALAND": 18091325125,
"AWATER": 20800198540
},
"geometry": {
"type": "Point",
"coordinates": [
-161.97698669245676,
55.17961304199479
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "290",
"COUNTYNS": "01419987",
"AFFGEOID": "0500000US02290",
"GEOID": "02290",
"NAME": "Yukon-Koyukuk",
"LSAD": "05",
"ALAND": 377030936019,
"AWATER": 5953180597
},
"geometry": {
"type": "Point",
"coordinates": [
-151.54369291911934,
64.97925840713043
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "021",
"COUNTYNS": "00025447",
"AFFGEOID": "0500000US04021",
"GEOID": "04021",
"NAME": "Pinal",
"LSAD": "06",
"ALAND": 13897471114,
"AWATER": 22332471
},
"geometry": {
"type": "Point",
"coordinates": [
-111.30252336,
32.97775975913809
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "180",
"COUNTYNS": "01419977",
"AFFGEOID": "0500000US02180",
"GEOID": "02180",
"NAME": "Nome",
"LSAD": "05",
"ALAND": 59496552709,
"AWATER": 13774839669
},
"geometry": {
"type": "Point",
"coordinates": [
-165.06215401321896,
64.29362326666071
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "079",
"COUNTYNS": "00198155",
"AFFGEOID": "0500000US08079",
"GEOID": "08079",
"NAME": "Mineral",
"LSAD": "06",
"ALAND": 2268209080,
"AWATER": 5222161
},
"geometry": {
"type": "Point",
"coordinates": [
-106.91614109090911,
37.73120736272296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "097",
"COUNTYNS": "01686467",
"AFFGEOID": "0500000US13097",
"GEOID": "13097",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 518261551,
"AWATER": 2517004
},
"geometry": {
"type": "Point",
"coordinates": [
-84.74372255555555,
33.706663554684106
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "011",
"COUNTYNS": "00400593",
"AFFGEOID": "0500000US16011",
"GEOID": "16011",
"NAME": "Bingham",
"LSAD": "06",
"ALAND": 5422887230,
"AWATER": 68487087
},
"geometry": {
"type": "Point",
"coordinates": [
-112.4755036521739,
43.29698330340619
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "089",
"COUNTYNS": "00424246",
"AFFGEOID": "0500000US17089",
"GEOID": "17089",
"NAME": "Kane",
"LSAD": "06",
"ALAND": 1347216944,
"AWATER": 10775892
},
"geometry": {
"type": "Point",
"coordinates": [
-88.35497563157896,
41.963724630640854
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "125",
"COUNTYNS": "01008573",
"AFFGEOID": "0500000US37125",
"GEOID": "37125",
"NAME": "Moore",
"LSAD": "06",
"ALAND": 1806961891,
"AWATER": 20736340
},
"geometry": {
"type": "Point",
"coordinates": [
-79.38937846666667,
35.281120399110044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "181",
"COUNTYNS": "00465279",
"AFFGEOID": "0500000US19181",
"GEOID": "19181",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 1475875019,
"AWATER": 9095218
},
"geometry": {
"type": "Point",
"coordinates": [
-93.53522416666665,
41.33305733239762
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "081",
"COUNTYNS": "00516887",
"AFFGEOID": "0500000US21081",
"GEOID": "21081",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 668161261,
"AWATER": 7236760
},
"geometry": {
"type": "Point",
"coordinates": [
-84.6248443,
38.64929989907951
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "049",
"COUNTYNS": "00465213",
"AFFGEOID": "0500000US19049",
"GEOID": "19049",
"NAME": "Dallas",
"LSAD": "06",
"ALAND": 1523691141,
"AWATER": 8561943
},
"geometry": {
"type": "Point",
"coordinates": [
-94.05832288888888,
41.65678822128523
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "133",
"COUNTYNS": "00695787",
"AFFGEOID": "0500000US28133",
"GEOID": "28133",
"NAME": "Sunflower",
"LSAD": "06",
"ALAND": 1807187009,
"AWATER": 23747315
},
"geometry": {
"type": "Point",
"coordinates": [
-90.61720709090909,
33.54691627185789
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "125",
"COUNTYNS": "00695783",
"AFFGEOID": "0500000US28125",
"GEOID": "28125",
"NAME": "Sharkey",
"LSAD": "06",
"ALAND": 1118149660,
"AWATER": 8806465
},
"geometry": {
"type": "Point",
"coordinates": [
-90.78014999999999,
32.86959199913949
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "167",
"COUNTYNS": "00516930",
"AFFGEOID": "0500000US21167",
"GEOID": "21167",
"NAME": "Mercer",
"LSAD": "06",
"ALAND": 644463522,
"AWATER": 11600781
},
"geometry": {
"type": "Point",
"coordinates": [
-84.83944742857143,
37.83437921337145
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "119",
"COUNTYNS": "00758518",
"AFFGEOID": "0500000US29119",
"GEOID": "29119",
"NAME": "McDonald",
"LSAD": "06",
"ALAND": 1397247177,
"AWATER": 520251
},
"geometry": {
"type": "Point",
"coordinates": [
-94.42560314933007,
36.613270460463056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "015",
"COUNTYNS": "01719619",
"AFFGEOID": "0500000US30015",
"GEOID": "30015",
"NAME": "Chouteau",
"LSAD": "06",
"ALAND": 10288824961,
"AWATER": 62565296
},
"geometry": {
"type": "Point",
"coordinates": [
-110.40426007142855,
47.8327927133473
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "041",
"COUNTYNS": "00835842",
"AFFGEOID": "0500000US31041",
"GEOID": "31041",
"NAME": "Custer",
"LSAD": "06",
"ALAND": 6670757281,
"AWATER": 932956
},
"geometry": {
"type": "Point",
"coordinates": [
-99.6485960909091,
41.396309999064066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "081",
"COUNTYNS": "00835862",
"AFFGEOID": "0500000US31081",
"GEOID": "31081",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1403509100,
"AWATER": 7360265
},
"geometry": {
"type": "Point",
"coordinates": [
-98.026052375,
40.922466999066096
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "041",
"COUNTYNS": "01074033",
"AFFGEOID": "0500000US39041",
"GEOID": "39041",
"NAME": "Delaware",
"LSAD": "06",
"ALAND": 1147867060,
"AWATER": 36610530
},
"geometry": {
"type": "Point",
"coordinates": [
-82.99570975,
40.27553699906931
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "033",
"COUNTYNS": "01035617",
"AFFGEOID": "0500000US38033",
"GEOID": "38033",
"NAME": "Golden Valley",
"LSAD": "06",
"ALAND": 2593894350,
"AWATER": 4147470
},
"geometry": {
"type": "Point",
"coordinates": [
-103.86882423557343,
46.864742402931974
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "079",
"COUNTYNS": "01209183",
"AFFGEOID": "0500000US42079",
"GEOID": "42079",
"NAME": "Luzerne",
"LSAD": "06",
"ALAND": 2305976986,
"AWATER": 41237262
},
"geometry": {
"type": "Point",
"coordinates": [
-75.92387620000001,
41.18638914906491
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "129",
"COUNTYNS": "01209191",
"AFFGEOID": "0500000US42129",
"GEOID": "42129",
"NAME": "Westmoreland",
"LSAD": "06",
"ALAND": 2661370996,
"AWATER": 22050453
},
"geometry": {
"type": "Point",
"coordinates": [
-79.60342950000002,
40.37268330859262
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "017",
"COUNTYNS": "01265767",
"AFFGEOID": "0500000US46017",
"GEOID": "46017",
"NAME": "Buffalo",
"LSAD": "06",
"ALAND": 1220891600,
"AWATER": 42362357
},
"geometry": {
"type": "Point",
"coordinates": [
-99.28487085714286,
44.076614999057206
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "041",
"COUNTYNS": "01383806",
"AFFGEOID": "0500000US48041",
"GEOID": "48041",
"NAME": "Brazos",
"LSAD": "06",
"ALAND": 1516471988,
"AWATER": 14824446
},
"geometry": {
"type": "Point",
"coordinates": [
-96.28975057894736,
30.58549178864671
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "135",
"COUNTYNS": "01493928",
"AFFGEOID": "0500000US51135",
"GEOID": "51135",
"NAME": "Nottoway",
"LSAD": "06",
"ALAND": 814265581,
"AWATER": 4297829
},
"geometry": {
"type": "Point",
"coordinates": [
-77.9929498888889,
37.107195110203044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "023",
"COUNTYNS": "01674418",
"AFFGEOID": "0500000US51023",
"GEOID": "51023",
"NAME": "Botetourt",
"LSAD": "06",
"ALAND": 1401891585,
"AWATER": 12133615
},
"geometry": {
"type": "Point",
"coordinates": [
-79.79372556521738,
37.48618656430603
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "047",
"COUNTYNS": "01804503",
"AFFGEOID": "0500000US72047",
"GEOID": "72047",
"NAME": "Corozal",
"LSAD": "13",
"ALAND": 110248539,
"AWATER": 16284
},
"geometry": {
"type": "Point",
"coordinates": [
-66.329780125,
18.305078624436724
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "147",
"COUNTYNS": "00069907",
"AFFGEOID": "0500000US05147",
"GEOID": "05147",
"NAME": "Woodruff",
"LSAD": "06",
"ALAND": 1519723278,
"AWATER": 18703959
},
"geometry": {
"type": "Point",
"coordinates": [
-91.28192494117648,
35.1759749991112
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "005",
"COUNTYNS": "01581062",
"AFFGEOID": "0500000US55005",
"GEOID": "55005",
"NAME": "Barron",
"LSAD": "06",
"ALAND": 2234461780,
"AWATER": 70014121
},
"geometry": {
"type": "Point",
"coordinates": [
-91.80460957142858,
45.404796856199766
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "127",
"COUNTYNS": "01623006",
"AFFGEOID": "0500000US26127",
"GEOID": "26127",
"NAME": "Oceana",
"LSAD": "06",
"ALAND": 1355525949,
"AWATER": 2026870042
},
"geometry": {
"type": "Point",
"coordinates": [
-86.38682099165993,
43.644266209892294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "073",
"COUNTYNS": "00659482",
"AFFGEOID": "0500000US27073",
"GEOID": "27073",
"NAME": "Lac qui Parle",
"LSAD": "06",
"ALAND": 1981394520,
"AWATER": 33643131
},
"geometry": {
"type": "Point",
"coordinates": [
-96.05160917730605,
45.007751447477126
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "059",
"COUNTYNS": "01156673",
"AFFGEOID": "0500000US41059",
"GEOID": "41059",
"NAME": "Umatilla",
"LSAD": "06",
"ALAND": 8327941915,
"AWATER": 41647897
},
"geometry": {
"type": "Point",
"coordinates": [
-118.63839382824875,
45.62760244126005
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "141",
"COUNTYNS": "01497999",
"AFFGEOID": "0500000US51141",
"GEOID": "51141",
"NAME": "Patrick",
"LSAD": "06",
"ALAND": 1250846053,
"AWATER": 7142208
},
"geometry": {
"type": "Point",
"coordinates": [
-80.33633788381702,
36.683915854783684
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "035",
"COUNTYNS": "01480108",
"AFFGEOID": "0500000US51035",
"GEOID": "51035",
"NAME": "Carroll",
"LSAD": "06",
"ALAND": 1229526812,
"AWATER": 7645484
},
"geometry": {
"type": "Point",
"coordinates": [
-80.78456204554582,
36.71046345846491
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "037",
"COUNTYNS": "01265790",
"AFFGEOID": "0500000US46037",
"GEOID": "46037",
"NAME": "Day",
"LSAD": "06",
"ALAND": 2662165809,
"AWATER": 163751130
},
"geometry": {
"type": "Point",
"coordinates": [
-97.5103842,
45.34389869905688
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "129",
"COUNTYNS": "01639778",
"AFFGEOID": "0500000US47129",
"GEOID": "47129",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1352439646,
"AWATER": 823018
},
"geometry": {
"type": "Point",
"coordinates": [
-84.64193838461538,
36.12515953756276
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "119",
"COUNTYNS": "01480147",
"AFFGEOID": "0500000US51119",
"GEOID": "51119",
"NAME": "Middlesex",
"LSAD": "06",
"ALAND": 337507714,
"AWATER": 208357022
},
"geometry": {
"type": "Point",
"coordinates": [
-76.52921620260615,
37.62682601617305
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "075",
"COUNTYNS": "00450362",
"AFFGEOID": "0500000US18075",
"GEOID": "18075",
"NAME": "Jay",
"LSAD": "06",
"ALAND": 994310106,
"AWATER": 458556
},
"geometry": {
"type": "Point",
"coordinates": [
-85.01102731344184,
40.44135012581441
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "053",
"COUNTYNS": "00465215",
"AFFGEOID": "0500000US19053",
"GEOID": "19053",
"NAME": "Decatur",
"LSAD": "06",
"ALAND": 1377567314,
"AWATER": 4140764
},
"geometry": {
"type": "Point",
"coordinates": [
-93.76519398261457,
40.66898237699032
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "105",
"COUNTYNS": "00465241",
"AFFGEOID": "0500000US19105",
"GEOID": "19105",
"NAME": "Jones",
"LSAD": "06",
"ALAND": 1490771974,
"AWATER": 3661438
},
"geometry": {
"type": "Point",
"coordinates": [
-91.09233466666666,
42.135774165727994
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "041",
"COUNTYNS": "00277285",
"AFFGEOID": "0500000US06041",
"GEOID": "06041",
"NAME": "Marin",
"LSAD": "06",
"ALAND": 1347976832,
"AWATER": 797029137
},
"geometry": {
"type": "Point",
"coordinates": [
-122.70445382558269,
38.03894752454921
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "169",
"COUNTYNS": "00516931",
"AFFGEOID": "0500000US21169",
"GEOID": "21169",
"NAME": "Metcalfe",
"LSAD": "06",
"ALAND": 750178423,
"AWATER": 3999881
},
"geometry": {
"type": "Point",
"coordinates": [
-85.61675507142857,
36.99665985623578
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "043",
"COUNTYNS": "01101809",
"AFFGEOID": "0500000US40043",
"GEOID": "40043",
"NAME": "Dewey",
"LSAD": "06",
"ALAND": 2588642249,
"AWATER": 22679881
},
"geometry": {
"type": "Point",
"coordinates": [
-99.14007925,
35.987770374102595
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "043",
"COUNTYNS": "00558567",
"AFFGEOID": "0500000US22043",
"GEOID": "22043",
"NAME": "Grant",
"LSAD": "15",
"ALAND": 1665429795,
"AWATER": 56013947
},
"geometry": {
"type": "Point",
"coordinates": [
-92.59988492857143,
31.597081070586068
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "029",
"COUNTYNS": "01035615",
"AFFGEOID": "0500000US38029",
"GEOID": "38029",
"NAME": "Emmons",
"LSAD": "06",
"ALAND": 3912007898,
"AWATER": 115480697
},
"geometry": {
"type": "Point",
"coordinates": [
-100.31600424090787,
46.21741238711613
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "075",
"COUNTYNS": "01034229",
"AFFGEOID": "0500000US38075",
"GEOID": "38075",
"NAME": "Renville",
"LSAD": "06",
"ALAND": 2271556737,
"AWATER": 40648334
},
"geometry": {
"type": "Point",
"coordinates": [
-101.63072167496898,
48.724917311739155
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "015",
"COUNTYNS": "01074020",
"AFFGEOID": "0500000US39015",
"GEOID": "39015",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 1269138602,
"AWATER": 8895019
},
"geometry": {
"type": "Point",
"coordinates": [
-83.87626456392213,
38.848182456783086
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "133",
"COUNTYNS": "00069182",
"AFFGEOID": "0500000US05133",
"GEOID": "05133",
"NAME": "Sevier",
"LSAD": "06",
"ALAND": 1463680831,
"AWATER": 41831844
},
"geometry": {
"type": "Point",
"coordinates": [
-94.21269338712083,
33.962502586272585
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "073",
"COUNTYNS": "00277301",
"AFFGEOID": "0500000US06073",
"GEOID": "06073",
"NAME": "San Diego",
"LSAD": "06",
"ALAND": 10898787530,
"AWATER": 822557348
},
"geometry": {
"type": "Point",
"coordinates": [
-117.08043407938302,
33.054414169614056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "007",
"COUNTYNS": "00198119",
"AFFGEOID": "0500000US08007",
"GEOID": "08007",
"NAME": "Archuleta",
"LSAD": "06",
"ALAND": 3496731609,
"AWATER": 13720776
},
"geometry": {
"type": "Point",
"coordinates": [
-106.9671789638377,
37.1854235477198
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "127",
"COUNTYNS": "00306921",
"AFFGEOID": "0500000US12127",
"GEOID": "12127",
"NAME": "Volusia",
"LSAD": "06",
"ALAND": 2852082296,
"AWATER": 857948738
},
"geometry": {
"type": "Point",
"coordinates": [
-81.22569712087275,
29.067580460069226
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "039",
"COUNTYNS": "01671316",
"AFFGEOID": "0500000US13039",
"GEOID": "13039",
"NAME": "Camden",
"LSAD": "06",
"ALAND": 1587815888,
"AWATER": 437170621
},
"geometry": {
"type": "Point",
"coordinates": [
-81.66412249899944,
30.89255083296861
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "059",
"COUNTYNS": "00424231",
"AFFGEOID": "0500000US17059",
"GEOID": "17059",
"NAME": "Gallatin",
"LSAD": "06",
"ALAND": 836749960,
"AWATER": 13238356
},
"geometry": {
"type": "Point",
"coordinates": [
-88.17325832758111,
37.76011273282308
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "233",
"COUNTYNS": "00343585",
"AFFGEOID": "0500000US13233",
"GEOID": "13233",
"NAME": "Polk",
"LSAD": "06",
"ALAND": 803751977,
"AWATER": 4688357
},
"geometry": {
"type": "Point",
"coordinates": [
-85.1847220828203,
34.01340653524057
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "107",
"COUNTYNS": "00485018",
"AFFGEOID": "0500000US20107",
"GEOID": "20107",
"NAME": "Linn",
"LSAD": "06",
"ALAND": 1538581904,
"AWATER": 31974029
},
"geometry": {
"type": "Point",
"coordinates": [
-94.766187306459,
38.191874170084525
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "188",
"COUNTYNS": "01419979",
"AFFGEOID": "0500000US02188",
"GEOID": "02188",
"NAME": "Northwest Arctic",
"LSAD": "04",
"ALAND": 92326483031,
"AWATER": 12878258897
},
"geometry": {
"type": "Point",
"coordinates": [
-160.58158360068762,
66.84181521930031
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "009",
"COUNTYNS": "00025444",
"AFFGEOID": "0500000US04009",
"GEOID": "04009",
"NAME": "Graham",
"LSAD": "06",
"ALAND": 11972778533,
"AWATER": 47436491
},
"geometry": {
"type": "Point",
"coordinates": [
-109.93164972727273,
33.06492122640969
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "029",
"COUNTYNS": "02054176",
"AFFGEOID": "0500000US06029",
"GEOID": "06029",
"NAME": "Kern",
"LSAD": "06",
"ALAND": 21062393794,
"AWATER": 78770534
},
"geometry": {
"type": "Point",
"coordinates": [
-119.00826854285715,
35.310774570538356
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "055",
"COUNTYNS": "00198143",
"AFFGEOID": "0500000US08055",
"GEOID": "08055",
"NAME": "Huerfano",
"LSAD": "06",
"ALAND": 4120756337,
"AWATER": 5792101
},
"geometry": {
"type": "Point",
"coordinates": [
-105.01117350000002,
37.66826787408713
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "069",
"COUNTYNS": "00308551",
"AFFGEOID": "0500000US12069",
"GEOID": "12069",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 2436872973,
"AWATER": 559601970
},
"geometry": {
"type": "Point",
"coordinates": [
-81.64448026315787,
28.841194788675885
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "051",
"COUNTYNS": "00307626",
"AFFGEOID": "0500000US12051",
"GEOID": "12051",
"NAME": "Hendry",
"LSAD": "06",
"ALAND": 2994620710,
"AWATER": 87035817
},
"geometry": {
"type": "Point",
"coordinates": [
-81.20301577777778,
26.55272799924492
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "043",
"COUNTYNS": "00342852",
"AFFGEOID": "0500000US13043",
"GEOID": "13043",
"NAME": "Candler",
"LSAD": "06",
"ALAND": 629508737,
"AWATER": 15030369
},
"geometry": {
"type": "Point",
"coordinates": [
-82.08234837500001,
32.406542124145844
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "029",
"COUNTYNS": "00424216",
"AFFGEOID": "0500000US17029",
"GEOID": "17029",
"NAME": "Coles",
"LSAD": "06",
"ALAND": 1316459192,
"AWATER": 4631825
},
"geometry": {
"type": "Point",
"coordinates": [
-88.17874375,
39.51908324907369
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "093",
"COUNTYNS": "00424248",
"AFFGEOID": "0500000US17093",
"GEOID": "17093",
"NAME": "Kendall",
"LSAD": "06",
"ALAND": 829446935,
"AWATER": 5141326
},
"geometry": {
"type": "Point",
"coordinates": [
-88.37525300000001,
41.63410463542672
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "101",
"COUNTYNS": "01026327",
"AFFGEOID": "0500000US37101",
"GEOID": "37101",
"NAME": "Johnston",
"LSAD": "06",
"ALAND": 2049282622,
"AWATER": 11562555
},
"geometry": {
"type": "Point",
"coordinates": [
-78.3392836875,
35.513777186607534
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "127",
"COUNTYNS": "01008574",
"AFFGEOID": "0500000US37127",
"GEOID": "37127",
"NAME": "Nash",
"LSAD": "06",
"ALAND": 1399739716,
"AWATER": 6177826
},
"geometry": {
"type": "Point",
"coordinates": [
-77.95528291666666,
35.94415749910305
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "045",
"COUNTYNS": "01135858",
"AFFGEOID": "0500000US41045",
"GEOID": "41045",
"NAME": "Malheur",
"LSAD": "06",
"ALAND": 25608869178,
"AWATER": 109173277
},
"geometry": {
"type": "Point",
"coordinates": [
-117.4290317562233,
43.52658385058992
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "277",
"COUNTYNS": "01383925",
"AFFGEOID": "0500000US48277",
"GEOID": "48277",
"NAME": "Lamar",
"LSAD": "06",
"ALAND": 2349588917,
"AWATER": 67136455
},
"geometry": {
"type": "Point",
"coordinates": [
-95.62260993236359,
33.70964691550738
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "087",
"COUNTYNS": "00161569",
"AFFGEOID": "0500000US01087",
"GEOID": "01087",
"NAME": "Macon",
"LSAD": "06",
"ALAND": 1576801788,
"AWATER": 11399310
},
"geometry": {
"type": "Point",
"coordinates": [
-85.76086086666667,
32.40808546581249
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "047",
"COUNTYNS": "00161549",
"AFFGEOID": "0500000US01047",
"GEOID": "01047",
"NAME": "Dallas",
"LSAD": "06",
"ALAND": 2534863481,
"AWATER": 39131006
},
"geometry": {
"type": "Point",
"coordinates": [
-87.08343088235294,
32.3609544109112
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "077",
"COUNTYNS": "00485004",
"AFFGEOID": "0500000US20077",
"GEOID": "20077",
"NAME": "Harper",
"LSAD": "06",
"ALAND": 2075276152,
"AWATER": 3913474
},
"geometry": {
"type": "Point",
"coordinates": [
-98.03828384769153,
37.16138011518844
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "043",
"COUNTYNS": "00295743",
"AFFGEOID": "0500000US12043",
"GEOID": "12043",
"NAME": "Glades",
"LSAD": "06",
"ALAND": 2089270942,
"AWATER": 466758592
},
"geometry": {
"type": "Point",
"coordinates": [
-81.16532289999998,
27.039605299235404
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "015",
"COUNTYNS": "00212801",
"AFFGEOID": "0500000US09015",
"GEOID": "09015",
"NAME": "Windham",
"LSAD": "06",
"ALAND": 1328250338,
"AWATER": 21706060
},
"geometry": {
"type": "Point",
"coordinates": [
-71.9971756146476,
41.822222450415154
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "309",
"COUNTYNS": "00351278",
"AFFGEOID": "0500000US13309",
"GEOID": "13309",
"NAME": "Wheeler",
"LSAD": "06",
"ALAND": 765314385,
"AWATER": 12377029
},
"geometry": {
"type": "Point",
"coordinates": [
-82.72681779999998,
32.143002799149556
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "043",
"COUNTYNS": "01720045",
"AFFGEOID": "0500000US30043",
"GEOID": "30043",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 4291254207,
"AWATER": 6605135
},
"geometry": {
"type": "Point",
"coordinates": [
-112.173749,
46.14673952079675
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "033",
"COUNTYNS": "01702367",
"AFFGEOID": "0500000US35033",
"GEOID": "35033",
"NAME": "Mora",
"LSAD": "06",
"ALAND": 4992675873,
"AWATER": 6093304
},
"geometry": {
"type": "Point",
"coordinates": [
-105.03334773684212,
35.993257683313075
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "081",
"COUNTYNS": "00450365",
"AFFGEOID": "0500000US18081",
"GEOID": "18081",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 829909465,
"AWATER": 3525572
},
"geometry": {
"type": "Point",
"coordinates": [
-86.098251,
39.46104479907406
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "165",
"COUNTYNS": "00465271",
"AFFGEOID": "0500000US19165",
"GEOID": "19165",
"NAME": "Shelby",
"LSAD": "06",
"ALAND": 1530110554,
"AWATER": 1486125
},
"geometry": {
"type": "Point",
"coordinates": [
-95.28142566666666,
41.627968999063114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "115",
"COUNTYNS": "00485022",
"AFFGEOID": "0500000US20115",
"GEOID": "20115",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 2445701362,
"AWATER": 24448710
},
"geometry": {
"type": "Point",
"coordinates": [
-97.04534122222223,
38.348206665748414
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "025",
"COUNTYNS": "00516859",
"AFFGEOID": "0500000US21025",
"GEOID": "21025",
"NAME": "Breathitt",
"LSAD": "06",
"ALAND": 1275346433,
"AWATER": 7390878
},
"geometry": {
"type": "Point",
"coordinates": [
-83.299419375,
37.51815187408836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "073",
"COUNTYNS": "00558114",
"AFFGEOID": "0500000US22073",
"GEOID": "22073",
"NAME": "Ouachita",
"LSAD": "15",
"ALAND": 1580943094,
"AWATER": 55283099
},
"geometry": {
"type": "Point",
"coordinates": [
-92.15853161538463,
32.46835246068344
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "019",
"COUNTYNS": "00581295",
"AFFGEOID": "0500000US23019",
"GEOID": "23019",
"NAME": "Penobscot",
"LSAD": "06",
"ALAND": 8798662789,
"AWATER": 414019982
},
"geometry": {
"type": "Point",
"coordinates": [
-68.70888052380951,
45.20657964191408
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "115",
"COUNTYNS": "00695803",
"AFFGEOID": "0500000US28115",
"GEOID": "28115",
"NAME": "Pontotoc",
"LSAD": "06",
"ALAND": 1289142874,
"AWATER": 8496511
},
"geometry": {
"type": "Point",
"coordinates": [
-89.06482528571429,
34.21536214197942
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "117",
"COUNTYNS": "00695779",
"AFFGEOID": "0500000US28117",
"GEOID": "28117",
"NAME": "Prentiss",
"LSAD": "06",
"ALAND": 1074778137,
"AWATER": 8353594
},
"geometry": {
"type": "Point",
"coordinates": [
-88.55749533333333,
34.59990588800661
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "115",
"COUNTYNS": "00835879",
"AFFGEOID": "0500000US31115",
"GEOID": "31115",
"NAME": "Loup",
"LSAD": "06",
"ALAND": 1459513672,
"AWATER": 19565477
},
"geometry": {
"type": "Point",
"coordinates": [
-99.45256066666667,
41.97151883239521
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "077",
"COUNTYNS": "00974137",
"AFFGEOID": "0500000US36077",
"GEOID": "36077",
"NAME": "Otsego",
"LSAD": "06",
"ALAND": 2594462131,
"AWATER": 36339122
},
"geometry": {
"type": "Point",
"coordinates": [
-75.05743631578947,
42.68575552537552
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "101",
"COUNTYNS": "01074063",
"AFFGEOID": "0500000US39101",
"GEOID": "39101",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1045726876,
"AWATER": 908577
},
"geometry": {
"type": "Point",
"coordinates": [
-83.1714587857143,
40.58381985621056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "105",
"COUNTYNS": "01035306",
"AFFGEOID": "0500000US38105",
"GEOID": "38105",
"NAME": "Williams",
"LSAD": "06",
"ALAND": 5381129960,
"AWATER": 182522236
},
"geometry": {
"type": "Point",
"coordinates": [
-103.53349223918104,
48.18074644653568
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "107",
"COUNTYNS": "01213685",
"AFFGEOID": "0500000US42107",
"GEOID": "42107",
"NAME": "Schuylkill",
"LSAD": "06",
"ALAND": 2016645900,
"AWATER": 10834897
},
"geometry": {
"type": "Point",
"coordinates": [
-76.16784411111111,
40.72987188795589
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "045",
"COUNTYNS": "01209177",
"AFFGEOID": "0500000US42045",
"GEOID": "42045",
"NAME": "Delaware",
"LSAD": "06",
"ALAND": 476088135,
"AWATER": 17572422
},
"geometry": {
"type": "Point",
"coordinates": [
-75.35833783492606,
39.90534418571894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "033",
"COUNTYNS": "01648574",
"AFFGEOID": "0500000US47033",
"GEOID": "47033",
"NAME": "Crockett",
"LSAD": "06",
"ALAND": 687766537,
"AWATER": 494100
},
"geometry": {
"type": "Point",
"coordinates": [
-89.19077245454545,
35.838832271831386
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "175",
"COUNTYNS": "01648584",
"AFFGEOID": "0500000US47175",
"GEOID": "47175",
"NAME": "Van Buren",
"LSAD": "06",
"ALAND": 708142420,
"AWATER": 2893455
},
"geometry": {
"type": "Point",
"coordinates": [
-85.46899495833331,
35.76138599910492
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "095",
"COUNTYNS": "01383833",
"AFFGEOID": "0500000US48095",
"GEOID": "48095",
"NAME": "Concho",
"LSAD": "06",
"ALAND": 2547913999,
"AWATER": 25740027
},
"geometry": {
"type": "Point",
"coordinates": [
-99.79635683333333,
31.381951332494065
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "355",
"COUNTYNS": "01383963",
"AFFGEOID": "0500000US48355",
"GEOID": "48355",
"NAME": "Nueces",
"LSAD": "06",
"ALAND": 2171223720,
"AWATER": 847262030
},
"geometry": {
"type": "Point",
"coordinates": [
-97.42062635152662,
27.81521839440409
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "131",
"COUNTYNS": "01209192",
"AFFGEOID": "0500000US42131",
"GEOID": "42131",
"NAME": "Wyoming",
"LSAD": "06",
"ALAND": 1029016039,
"AWATER": 20034376
},
"geometry": {
"type": "Point",
"coordinates": [
-76.0466713,
41.53331079906347
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "347",
"COUNTYNS": "01383959",
"AFFGEOID": "0500000US48347",
"GEOID": "48347",
"NAME": "Nacogdoches",
"LSAD": "06",
"ALAND": 2451572359,
"AWATER": 89731152
},
"geometry": {
"type": "Point",
"coordinates": [
-94.54200476470588,
31.525173587393872
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "053",
"COUNTYNS": "01529159",
"AFFGEOID": "0500000US53053",
"GEOID": "53053",
"NAME": "Pierce",
"LSAD": "06",
"ALAND": 4320445281,
"AWATER": 355666719
},
"geometry": {
"type": "Point",
"coordinates": [
-122.2116841875,
47.08805568655941
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "027",
"COUNTYNS": "01648573",
"AFFGEOID": "0500000US47027",
"GEOID": "47027",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 612626310,
"AWATER": 59071215
},
"geometry": {
"type": "Point",
"coordinates": [
-85.5128009499818,
36.564433119379096
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "119",
"COUNTYNS": "00161585",
"AFFGEOID": "0500000US01119",
"GEOID": "01119",
"NAME": "Sumter",
"LSAD": "06",
"ALAND": 2340898915,
"AWATER": 24634883
},
"geometry": {
"type": "Point",
"coordinates": [
-88.12601917797018,
32.66356256642027
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "027",
"COUNTYNS": "01531823",
"AFFGEOID": "0500000US53027",
"GEOID": "53027",
"NAME": "Grays Harbor",
"LSAD": "06",
"ALAND": 4924343838,
"AWATER": 834767680
},
"geometry": {
"type": "Point",
"coordinates": [
-123.79647816693958,
47.080195803212
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "051",
"COUNTYNS": "01581085",
"AFFGEOID": "0500000US55051",
"GEOID": "55051",
"NAME": "Iron",
"LSAD": "06",
"ALAND": 1963699135,
"AWATER": 416924547
},
"geometry": {
"type": "Point",
"coordinates": [
-90.29556512120172,
46.344549276122265
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "033",
"COUNTYNS": "01581076",
"AFFGEOID": "0500000US55033",
"GEOID": "55033",
"NAME": "Dunn",
"LSAD": "06",
"ALAND": 2201882935,
"AWATER": 35592324
},
"geometry": {
"type": "Point",
"coordinates": [
-91.87204322222222,
44.97464122127901
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "097",
"COUNTYNS": "01383834",
"AFFGEOID": "0500000US48097",
"GEOID": "48097",
"NAME": "Cooke",
"LSAD": "06",
"ALAND": 2265775270,
"AWATER": 61333916
},
"geometry": {
"type": "Point",
"coordinates": [
-97.20228942395265,
33.776038197279725
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "057",
"COUNTYNS": "01448042",
"AFFGEOID": "0500000US49057",
"GEOID": "49057",
"NAME": "Weber",
"LSAD": "06",
"ALAND": 1492520445,
"AWATER": 216460044
},
"geometry": {
"type": "Point",
"coordinates": [
-111.86011873684212,
41.2827939990645
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "810",
"COUNTYNS": "01498559",
"AFFGEOID": "0500000US51810",
"GEOID": "51810",
"NAME": "Virginia Beach",
"LSAD": "25",
"ALAND": 633823900,
"AWATER": 654692027
},
"geometry": {
"type": "Point",
"coordinates": [
-76.07813638424757,
36.76210717631325
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "045",
"COUNTYNS": "01639741",
"AFFGEOID": "0500000US47045",
"GEOID": "47045",
"NAME": "Dyer",
"LSAD": "06",
"ALAND": 1326943234,
"AWATER": 36772010
},
"geometry": {
"type": "Point",
"coordinates": [
-89.49585247060102,
36.03797833904802
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "041",
"COUNTYNS": "01639738",
"AFFGEOID": "0500000US47041",
"GEOID": "47041",
"NAME": "DeKalb",
"LSAD": "06",
"ALAND": 788354549,
"AWATER": 63715775
},
"geometry": {
"type": "Point",
"coordinates": [
-85.83937614285715,
35.9813066419598
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "043",
"COUNTYNS": "00277286",
"AFFGEOID": "0500000US06043",
"GEOID": "06043",
"NAME": "Mariposa",
"LSAD": "06",
"ALAND": 3752472156,
"AWATER": 36225644
},
"geometry": {
"type": "Point",
"coordinates": [
-119.87558972727271,
37.65057372635999
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "103",
"COUNTYNS": "00198167",
"AFFGEOID": "0500000US08103",
"GEOID": "08103",
"NAME": "Rio Blanco",
"LSAD": "06",
"ALAND": 8342275028,
"AWATER": 4868111
},
"geometry": {
"type": "Point",
"coordinates": [
-108.03785655762993,
39.954808889927605
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "131",
"COUNTYNS": "00295727",
"AFFGEOID": "0500000US12131",
"GEOID": "12131",
"NAME": "Walton",
"LSAD": "06",
"ALAND": 2687686788,
"AWATER": 522848570
},
"geometry": {
"type": "Point",
"coordinates": [
-86.09511871545791,
30.604621085434726
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "005",
"COUNTYNS": "00516849",
"AFFGEOID": "0500000US21005",
"GEOID": "21005",
"NAME": "Anderson",
"LSAD": "06",
"ALAND": 522773659,
"AWATER": 6311541
},
"geometry": {
"type": "Point",
"coordinates": [
-84.99982071428572,
38.01361735622716
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "217",
"COUNTYNS": "00758561",
"AFFGEOID": "0500000US29217",
"GEOID": "29217",
"NAME": "Vernon",
"LSAD": "06",
"ALAND": 2140348947,
"AWATER": 27015775
},
"geometry": {
"type": "Point",
"coordinates": [
-94.38787338045577,
37.88684382092572
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "095",
"COUNTYNS": "00835869",
"AFFGEOID": "0500000US31095",
"GEOID": "31095",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1476736217,
"AWATER": 14232350
},
"geometry": {
"type": "Point",
"coordinates": [
-97.11590280815615,
40.14099507843092
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "003",
"COUNTYNS": "00835824",
"AFFGEOID": "0500000US31003",
"GEOID": "31003",
"NAME": "Antelope",
"LSAD": "06",
"ALAND": 2220183804,
"AWATER": 3558463
},
"geometry": {
"type": "Point",
"coordinates": [
-98.09915785714285,
42.13641928477563
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "105",
"COUNTYNS": "00347828",
"AFFGEOID": "0500000US13105",
"GEOID": "13105",
"NAME": "Elbert",
"LSAD": "06",
"ALAND": 909303700,
"AWATER": 59911773
},
"geometry": {
"type": "Point",
"coordinates": [
-82.77815643006718,
34.09003937266698
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "119",
"COUNTYNS": "00835880",
"AFFGEOID": "0500000US31119",
"GEOID": "31119",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1483412284,
"AWATER": 6998082
},
"geometry": {
"type": "Point",
"coordinates": [
-97.6469582,
41.91648059906207
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "089",
"COUNTYNS": "00835866",
"AFFGEOID": "0500000US31089",
"GEOID": "31089",
"NAME": "Holt",
"LSAD": "06",
"ALAND": 6248083634,
"AWATER": 13201503
},
"geometry": {
"type": "Point",
"coordinates": [
-98.77298023076923,
42.53235415290634
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "067",
"COUNTYNS": "00161559",
"AFFGEOID": "0500000US01067",
"GEOID": "01067",
"NAME": "Henry",
"LSAD": "06",
"ALAND": 1454926615,
"AWATER": 16986823
},
"geometry": {
"type": "Point",
"coordinates": [
-85.15479882178702,
31.52882351610302
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "081",
"COUNTYNS": "00277305",
"AFFGEOID": "0500000US06081",
"GEOID": "06081",
"NAME": "San Mateo",
"LSAD": "06",
"ALAND": 1161757245,
"AWATER": 757313941
},
"geometry": {
"type": "Point",
"coordinates": [
-122.33132289779031,
37.426499632124845
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "045",
"COUNTYNS": "00306917",
"AFFGEOID": "0500000US12045",
"GEOID": "12045",
"NAME": "Gulf",
"LSAD": "06",
"ALAND": 1433785086,
"AWATER": 494266609
},
"geometry": {
"type": "Point",
"coordinates": [
-85.22896374442034,
29.894150189875255
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "281",
"COUNTYNS": "00351252",
"AFFGEOID": "0500000US13281",
"GEOID": "13281",
"NAME": "Towns",
"LSAD": "06",
"ALAND": 431313630,
"AWATER": 13975835
},
"geometry": {
"type": "Point",
"coordinates": [
-83.73060250977566,
34.88819105704377
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "009",
"COUNTYNS": "00395190",
"AFFGEOID": "0500000US16009",
"GEOID": "16009",
"NAME": "Benewah",
"LSAD": "06",
"ALAND": 2012070462,
"AWATER": 18975652
},
"geometry": {
"type": "Point",
"coordinates": [
-116.75417050122355,
47.210331169873534
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "023",
"COUNTYNS": "00424213",
"AFFGEOID": "0500000US17023",
"GEOID": "17023",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 1298676804,
"AWATER": 8796711
},
"geometry": {
"type": "Point",
"coordinates": [
-87.71216034947791,
39.3140698906296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "141",
"COUNTYNS": "00452855",
"AFFGEOID": "0500000US18141",
"GEOID": "18141",
"NAME": "St. Joseph",
"LSAD": "06",
"ALAND": 1185912330,
"AWATER": 9070753
},
"geometry": {
"type": "Point",
"coordinates": [
-86.37015528331281,
41.62193292163112
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "103",
"COUNTYNS": "01629503",
"AFFGEOID": "0500000US22103",
"GEOID": "22103",
"NAME": "St. Tammany",
"LSAD": "15",
"ALAND": 2190165998,
"AWATER": 647368450
},
"geometry": {
"type": "Point",
"coordinates": [
-89.87278047594043,
30.346713971518042
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "019",
"COUNTYNS": "00596495",
"AFFGEOID": "0500000US24019",
"GEOID": "24019",
"NAME": "Dorchester",
"LSAD": "06",
"ALAND": 1400542024,
"AWATER": 1145384767
},
"geometry": {
"type": "Point",
"coordinates": [
-76.05903330640933,
38.41192330902613
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "25",
"COUNTYFP": "013",
"COUNTYNS": "00606933",
"AFFGEOID": "0500000US25013",
"GEOID": "25013",
"NAME": "Hampden",
"LSAD": "06",
"ALAND": 1598126407,
"AWATER": 44423491
},
"geometry": {
"type": "Point",
"coordinates": [
-72.64144058927108,
42.15334882617714
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "093",
"COUNTYNS": "00695770",
"AFFGEOID": "0500000US28093",
"GEOID": "28093",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 1828989824,
"AWATER": 9195190
},
"geometry": {
"type": "Point",
"coordinates": [
-89.4755377539943,
34.726480893557635
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "071",
"COUNTYNS": "00659481",
"AFFGEOID": "0500000US27071",
"GEOID": "27071",
"NAME": "Koochiching",
"LSAD": "06",
"ALAND": 8039819178,
"AWATER": 129002560
},
"geometry": {
"type": "Point",
"coordinates": [
-93.78480353132771,
48.446781268449385
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "029",
"COUNTYNS": "01719611",
"AFFGEOID": "0500000US30029",
"GEOID": "30029",
"NAME": "Flathead",
"LSAD": "06",
"ALAND": 13175679131,
"AWATER": 437280390
},
"geometry": {
"type": "Point",
"coordinates": [
-113.97918387589084,
48.30712965814049
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "041",
"COUNTYNS": "00882237",
"AFFGEOID": "0500000US34041",
"GEOID": "34041",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 923327586,
"AWATER": 15931292
},
"geometry": {
"type": "Point",
"coordinates": [
-75.05129019586161,
40.84131340237305
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "055",
"COUNTYNS": "00933056",
"AFFGEOID": "0500000US35055",
"GEOID": "35055",
"NAME": "Taos",
"LSAD": "06",
"ALAND": 5704119046,
"AWATER": 3383126
},
"geometry": {
"type": "Point",
"coordinates": [
-105.57268960985236,
36.61357115885001
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "029",
"COUNTYNS": "00974113",
"AFFGEOID": "0500000US36029",
"GEOID": "36029",
"NAME": "Erie",
"LSAD": "06",
"ALAND": 2700590735,
"AWATER": 476948860
},
"geometry": {
"type": "Point",
"coordinates": [
-78.85429230703167,
42.86246305350282
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "013",
"COUNTYNS": "01065575",
"AFFGEOID": "0500000US39013",
"GEOID": "39013",
"NAME": "Belmont",
"LSAD": "06",
"ALAND": 1378212692,
"AWATER": 23682282
},
"geometry": {
"type": "Point",
"coordinates": [
-80.90980492322615,
40.05033997983618
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "041",
"COUNTYNS": "01135856",
"AFFGEOID": "0500000US41041",
"GEOID": "41041",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 2539209521,
"AWATER": 554669104
},
"geometry": {
"type": "Point",
"coordinates": [
-123.90390520400684,
44.57406013998265
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "061",
"COUNTYNS": "01074043",
"AFFGEOID": "0500000US39061",
"GEOID": "39061",
"NAME": "Hamilton",
"LSAD": "06",
"ALAND": 1051353810,
"AWATER": 17350705
},
"geometry": {
"type": "Point",
"coordinates": [
-84.5178937057682,
39.15399453466894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "059",
"COUNTYNS": "01214033",
"AFFGEOID": "0500000US42059",
"GEOID": "42059",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1491700969,
"AWATER": 5253864
},
"geometry": {
"type": "Point",
"coordinates": [
-80.15672943026357,
39.87216008398486
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "015",
"COUNTYNS": "00516854",
"AFFGEOID": "0500000US21015",
"GEOID": "21015",
"NAME": "Boone",
"LSAD": "06",
"ALAND": 637796403,
"AWATER": 26558591
},
"geometry": {
"type": "Point",
"coordinates": [
-84.77430606614362,
38.972502231814325
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "029",
"COUNTYNS": "01513272",
"AFFGEOID": "0500000US53029",
"GEOID": "53029",
"NAME": "Island",
"LSAD": "06",
"ALAND": 539709170,
"AWATER": 800155316
},
"geometry": {
"type": "Point",
"coordinates": [
-122.53737917855426,
48.11349811270742
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "003",
"COUNTYNS": "01550008",
"AFFGEOID": "0500000US54003",
"GEOID": "54003",
"NAME": "Berkeley",
"LSAD": "06",
"ALAND": 831766640,
"AWATER": 1061824
},
"geometry": {
"type": "Point",
"coordinates": [
-77.97547867287628,
39.45894567770656
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "031",
"COUNTYNS": "01581075",
"AFFGEOID": "0500000US55031",
"GEOID": "55031",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 3377709531,
"AWATER": 454636088
},
"geometry": {
"type": "Point",
"coordinates": [
-91.98779624733316,
46.57978980420009
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "043",
"COUNTYNS": "00161547",
"AFFGEOID": "0500000US01043",
"GEOID": "01043",
"NAME": "Cullman",
"LSAD": "06",
"ALAND": 1903070708,
"AWATER": 52424813
},
"geometry": {
"type": "Point",
"coordinates": [
-86.8019243125,
34.110529436623565
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "095",
"COUNTYNS": "00161574",
"AFFGEOID": "0500000US01095",
"GEOID": "01095",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 1465528724,
"AWATER": 148498594
},
"geometry": {
"type": "Point",
"coordinates": [
-86.30519027777777,
34.38861622134244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "111",
"COUNTYNS": "00351094",
"AFFGEOID": "0500000US13111",
"GEOID": "13111",
"NAME": "Fannin",
"LSAD": "06",
"ALAND": 1002610853,
"AWATER": 13459979
},
"geometry": {
"type": "Point",
"coordinates": [
-84.322316354474,
34.84800142439739
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "087",
"COUNTYNS": "00485008",
"AFFGEOID": "0500000US20087",
"GEOID": "20087",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1379359782,
"AWATER": 62427887
},
"geometry": {
"type": "Point",
"coordinates": [
-95.409886,
39.18526279907583
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "037",
"COUNTYNS": "00451675",
"AFFGEOID": "0500000US18037",
"GEOID": "18037",
"NAME": "Dubois",
"LSAD": "06",
"ALAND": 1106626119,
"AWATER": 20883162
},
"geometry": {
"type": "Point",
"coordinates": [
-86.86565116666666,
38.38388341574814
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "069",
"COUNTYNS": "00974133",
"AFFGEOID": "0500000US36069",
"GEOID": "36069",
"NAME": "Ontario",
"LSAD": "06",
"ALAND": 1668114449,
"AWATER": 47820988
},
"geometry": {
"type": "Point",
"coordinates": [
-77.34002489473683,
42.82457447274359
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "005",
"COUNTYNS": "00659448",
"AFFGEOID": "0500000US27005",
"GEOID": "27005",
"NAME": "Becker",
"LSAD": "06",
"ALAND": 3406166398,
"AWATER": 336840617
},
"geometry": {
"type": "Point",
"coordinates": [
-95.656168,
46.94897488794797
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "035",
"COUNTYNS": "00758472",
"AFFGEOID": "0500000US29035",
"GEOID": "29035",
"NAME": "Carter",
"LSAD": "06",
"ALAND": 1314052209,
"AWATER": 4305247
},
"geometry": {
"type": "Point",
"coordinates": [
-90.9340600909091,
36.95357963545695
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "093",
"COUNTYNS": "00835868",
"AFFGEOID": "0500000US31093",
"GEOID": "31093",
"NAME": "Howard",
"LSAD": "06",
"ALAND": 1474578440,
"AWATER": 16199404
},
"geometry": {
"type": "Point",
"coordinates": [
-98.51333366666667,
41.22027449906478
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "079",
"COUNTYNS": "01715847",
"AFFGEOID": "0500000US30079",
"GEOID": "30079",
"NAME": "Prairie",
"LSAD": "06",
"ALAND": 4497780202,
"AWATER": 15092932
},
"geometry": {
"type": "Point",
"coordinates": [
-105.31718380645162,
46.82520161196202
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "065",
"COUNTYNS": "01719593",
"AFFGEOID": "0500000US30065",
"GEOID": "30065",
"NAME": "Musselshell",
"LSAD": "06",
"ALAND": 4840577752,
"AWATER": 7118682
},
"geometry": {
"type": "Point",
"coordinates": [
-108.33672335000001,
46.45151099905807
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "035",
"COUNTYNS": "01008543",
"AFFGEOID": "0500000US37035",
"GEOID": "37035",
"NAME": "Catawba",
"LSAD": "06",
"ALAND": 1039550614,
"AWATER": 37945362
},
"geometry": {
"type": "Point",
"coordinates": [
-81.12512610000001,
35.70109534910555
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "079",
"COUNTYNS": "01074052",
"AFFGEOID": "0500000US39079",
"GEOID": "39079",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1088598925,
"AWATER": 3167846
},
"geometry": {
"type": "Point",
"coordinates": [
-82.62394408333334,
39.01345533241031
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "015",
"COUNTYNS": "00863368",
"AFFGEOID": "0500000US32015",
"GEOID": "32015",
"NAME": "Lander",
"LSAD": "06",
"ALAND": 14219341058,
"AWATER": 76104322
},
"geometry": {
"type": "Point",
"coordinates": [
-117.22787199999999,
39.91192012407157
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "069",
"COUNTYNS": "01135865",
"AFFGEOID": "0500000US41069",
"GEOID": "41069",
"NAME": "Wheeler",
"LSAD": "06",
"ALAND": 4444476933,
"AWATER": 1241033
},
"geometry": {
"type": "Point",
"coordinates": [
-120.06011780000001,
44.68421199905685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "081",
"COUNTYNS": "01639756",
"AFFGEOID": "0500000US47081",
"GEOID": "47081",
"NAME": "Hickman",
"LSAD": "06",
"ALAND": 1586324705,
"AWATER": 373710
},
"geometry": {
"type": "Point",
"coordinates": [
-87.4684775,
35.78244583243804
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "207",
"COUNTYNS": "01383889",
"AFFGEOID": "0500000US48207",
"GEOID": "48207",
"NAME": "Haskell",
"LSAD": "06",
"ALAND": 2339103815,
"AWATER": 18465208
},
"geometry": {
"type": "Point",
"coordinates": [
-99.70710199999999,
33.134106999135966
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "031",
"COUNTYNS": "01210234",
"AFFGEOID": "0500000US42031",
"GEOID": "42031",
"NAME": "Clarion",
"LSAD": "06",
"ALAND": 1556152465,
"AWATER": 23335885
},
"geometry": {
"type": "Point",
"coordinates": [
-79.44100428571428,
41.23118014192186
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "407",
"COUNTYNS": "01383989",
"AFFGEOID": "0500000US48407",
"GEOID": "48407",
"NAME": "San Jacinto",
"LSAD": "06",
"ALAND": 1474332262,
"AWATER": 151949236
},
"geometry": {
"type": "Point",
"coordinates": [
-95.12415220000001,
30.58449413250636
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "005",
"COUNTYNS": "01034216",
"AFFGEOID": "0500000US38005",
"GEOID": "38005",
"NAME": "Benson",
"LSAD": "06",
"ALAND": 3596568808,
"AWATER": 131708144
},
"geometry": {
"type": "Point",
"coordinates": [
-99.0551747368421,
48.03561352537802
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "039",
"COUNTYNS": "01101807",
"AFFGEOID": "0500000US40039",
"GEOID": "40039",
"NAME": "Custer",
"LSAD": "06",
"ALAND": 2561032754,
"AWATER": 34321688
},
"geometry": {
"type": "Point",
"coordinates": [
-98.99898287500001,
35.5912479991067
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "005",
"COUNTYNS": "01155127",
"AFFGEOID": "0500000US41005",
"GEOID": "41005",
"NAME": "Clackamas",
"LSAD": "06",
"ALAND": 4845049025,
"AWATER": 31834351
},
"geometry": {
"type": "Point",
"coordinates": [
-122.26860708695652,
45.21842939036117
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "061",
"COUNTYNS": "01164165",
"AFFGEOID": "0500000US41061",
"GEOID": "41061",
"NAME": "Union",
"LSAD": "06",
"ALAND": 5275597066,
"AWATER": 4989941
},
"geometry": {
"type": "Point",
"coordinates": [
-117.99615899999999,
45.34204899905689
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "029",
"COUNTYNS": "01265791",
"AFFGEOID": "0500000US46029",
"GEOID": "46029",
"NAME": "Codington",
"LSAD": "06",
"ALAND": 1780837027,
"AWATER": 76608850
},
"geometry": {
"type": "Point",
"coordinates": [
-97.15883871428572,
45.02717028477107
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "117",
"COUNTYNS": "01266998",
"AFFGEOID": "0500000US46117",
"GEOID": "46117",
"NAME": "Stanley",
"LSAD": "06",
"ALAND": 3741060714,
"AWATER": 188383669
},
"geometry": {
"type": "Point",
"coordinates": [
-100.63441473684209,
44.45174105168851
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "121",
"COUNTYNS": "01101848",
"AFFGEOID": "0500000US40121",
"GEOID": "40121",
"NAME": "Pittsburg",
"LSAD": "06",
"ALAND": 3381112561,
"AWATER": 187439435
},
"geometry": {
"type": "Point",
"coordinates": [
-95.71508152631578,
34.97232726227137
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "507",
"COUNTYNS": "01384039",
"AFFGEOID": "0500000US48507",
"GEOID": "48507",
"NAME": "Zavala",
"LSAD": "06",
"ALAND": 3360268880,
"AWATER": 11208707
},
"geometry": {
"type": "Point",
"coordinates": [
-99.76216074999999,
28.866585249201737
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "339",
"COUNTYNS": "01383955",
"AFFGEOID": "0500000US48339",
"GEOID": "48339",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 2700317493,
"AWATER": 88817300
},
"geometry": {
"type": "Point",
"coordinates": [
-95.46496229411764,
30.25668358741357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "045",
"COUNTYNS": "01529221",
"AFFGEOID": "0500000US53045",
"GEOID": "53045",
"NAME": "Mason",
"LSAD": "06",
"ALAND": 2484806998,
"AWATER": 237381766
},
"geometry": {
"type": "Point",
"coordinates": [
-123.06477804166665,
47.24348870739312
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "161",
"COUNTYNS": "01639792",
"AFFGEOID": "0500000US47161",
"GEOID": "47161",
"NAME": "Stewart",
"LSAD": "06",
"ALAND": 1189687496,
"AWATER": 87209797
},
"geometry": {
"type": "Point",
"coordinates": [
-87.88927585915542,
36.527606913346425
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "037",
"COUNTYNS": "01609192",
"AFFGEOID": "0500000US56037",
"GEOID": "56037",
"NAME": "Sweetwater",
"LSAD": "06",
"ALAND": 27005738206,
"AWATER": 166246301
},
"geometry": {
"type": "Point",
"coordinates": [
-108.76034844566528,
41.608955878130175
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "031",
"COUNTYNS": "01265811",
"AFFGEOID": "0500000US46031",
"GEOID": "46031",
"NAME": "Corson",
"LSAD": "06",
"ALAND": 6396478456,
"AWATER": 155287099
},
"geometry": {
"type": "Point",
"coordinates": [
-100.99663118004372,
45.788790023464585
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "175",
"COUNTYNS": "01383873",
"AFFGEOID": "0500000US48175",
"GEOID": "48175",
"NAME": "Goliad",
"LSAD": "06",
"ALAND": 2206698586,
"AWATER": 19050015
},
"geometry": {
"type": "Point",
"coordinates": [
-97.41360358333334,
28.663282499205323
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "013",
"COUNTYNS": "01696945",
"AFFGEOID": "0500000US54013",
"GEOID": "54013",
"NAME": "Calhoun",
"LSAD": "06",
"ALAND": 723252434,
"AWATER": 3704539
},
"geometry": {
"type": "Point",
"coordinates": [
-81.118171,
38.83732408241152
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "025",
"COUNTYNS": "01605077",
"AFFGEOID": "0500000US56025",
"GEOID": "56025",
"NAME": "Natrona",
"LSAD": "06",
"ALAND": 13831948351,
"AWATER": 90949279
},
"geometry": {
"type": "Point",
"coordinates": [
-106.98748649999997,
43.01023478477333
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "013",
"COUNTYNS": "00063758",
"AFFGEOID": "0500000US05013",
"GEOID": "05013",
"NAME": "Calhoun",
"LSAD": "06",
"ALAND": 1627975434,
"AWATER": 9926146
},
"geometry": {
"type": "Point",
"coordinates": [
-92.5392044117647,
33.5446623520718
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "111",
"COUNTYNS": "01804536",
"AFFGEOID": "0500000US72111",
"GEOID": "72111",
"NAME": "Peñuelas",
"LSAD": "13",
"ALAND": 115558555,
"AWATER": 60210081
},
"geometry": {
"type": "Point",
"coordinates": [
-66.73481957718603,
18.043512199663936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "061",
"COUNTYNS": "01480120",
"AFFGEOID": "0500000US51061",
"GEOID": "51061",
"NAME": "Fauquier",
"LSAD": "06",
"ALAND": 1678273823,
"AWATER": 9687703
},
"geometry": {
"type": "Point",
"coordinates": [
-77.82965844444445,
38.71470116574572
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "127",
"COUNTYNS": "01581123",
"AFFGEOID": "0500000US55127",
"GEOID": "55127",
"NAME": "Walworth",
"LSAD": "06",
"ALAND": 1438141978,
"AWATER": 55217124
},
"geometry": {
"type": "Point",
"coordinates": [
-88.58263640692155,
42.66250234342238
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "011",
"COUNTYNS": "01531820",
"AFFGEOID": "0500000US53011",
"GEOID": "53011",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 1627728322,
"AWATER": 70264672
},
"geometry": {
"type": "Point",
"coordinates": [
-122.56785095229739,
45.74210429838864
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "078",
"COUNTYNS": "01581099",
"AFFGEOID": "0500000US55078",
"GEOID": "55078",
"NAME": "Menominee",
"LSAD": "06",
"ALAND": 926201674,
"AWATER": 19038372
},
"geometry": {
"type": "Point",
"coordinates": [
-88.75386962500001,
44.997328374056764
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "067",
"COUNTYNS": "01383819",
"AFFGEOID": "0500000US48067",
"GEOID": "48067",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 2426706440,
"AWATER": 60517774
},
"geometry": {
"type": "Point",
"coordinates": [
-94.31776787239495,
33.17415058772408
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "071",
"COUNTYNS": "01494551",
"AFFGEOID": "0500000US51071",
"GEOID": "51071",
"NAME": "Giles",
"LSAD": "06",
"ALAND": 925206333,
"AWATER": 11233315
},
"geometry": {
"type": "Point",
"coordinates": [
-80.74417557023193,
37.34054488871639
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "155",
"COUNTYNS": "00450392",
"AFFGEOID": "0500000US18155",
"GEOID": "18155",
"NAME": "Switzerland",
"LSAD": "06",
"ALAND": 571509742,
"AWATER": 7193732
},
"geometry": {
"type": "Point",
"coordinates": [
-84.98898494413542,
38.817797633316836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "021",
"COUNTYNS": "01494613",
"AFFGEOID": "0500000US51021",
"GEOID": "51021",
"NAME": "Bland",
"LSAD": "06",
"ALAND": 926272936,
"AWATER": 2585515
},
"geometry": {
"type": "Point",
"coordinates": [
-81.14950315045952,
37.135030586837715
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "510",
"COUNTYNS": "01498415",
"AFFGEOID": "0500000US51510",
"GEOID": "51510",
"NAME": "Alexandria",
"LSAD": "25",
"ALAND": 38679307,
"AWATER": 1070269
},
"geometry": {
"type": "Point",
"coordinates": [
-77.07652037364117,
38.815780034935365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "009",
"COUNTYNS": "01605070",
"AFFGEOID": "0500000US56009",
"GEOID": "56009",
"NAME": "Converse",
"LSAD": "06",
"ALAND": 11020250155,
"AWATER": 26204242
},
"geometry": {
"type": "Point",
"coordinates": [
-105.53982388888889,
42.7586759435041
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "011",
"COUNTYNS": "01804485",
"AFFGEOID": "0500000US72011",
"GEOID": "72011",
"NAME": "Añasco",
"LSAD": "13",
"ALAND": 101747426,
"AWATER": 14607646
},
"geometry": {
"type": "Point",
"coordinates": [
-67.13642295262002,
18.291129554135675
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "031",
"COUNTYNS": "00929107",
"AFFGEOID": "0500000US35031",
"GEOID": "35031",
"NAME": "McKinley",
"LSAD": "06",
"ALAND": 14116799310,
"AWATER": 14078537
},
"geometry": {
"type": "Point",
"coordinates": [
-108.27190376861075,
35.491697332527
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "027",
"COUNTYNS": "01622956",
"AFFGEOID": "0500000US26027",
"GEOID": "26027",
"NAME": "Cass",
"LSAD": "06",
"ALAND": 1269334177,
"AWATER": 47180840
},
"geometry": {
"type": "Point",
"coordinates": [
-85.9804367919951,
41.84217650304131
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "175",
"COUNTYNS": "00451665",
"AFFGEOID": "0500000US18175",
"GEOID": "18175",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1330545619,
"AWATER": 7438838
},
"geometry": {
"type": "Point",
"coordinates": [
-86.04975106249998,
38.58406449907998
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "007",
"COUNTYNS": "01008534",
"AFFGEOID": "0500000US37007",
"GEOID": "37007",
"NAME": "Anson",
"LSAD": "06",
"ALAND": 1376469217,
"AWATER": 14612134
},
"geometry": {
"type": "Point",
"coordinates": [
-80.04428673858652,
35.00465803510698
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "011",
"COUNTYNS": "01074019",
"AFFGEOID": "0500000US39011",
"GEOID": "39011",
"NAME": "Auglaize",
"LSAD": "06",
"ALAND": 1039603387,
"AWATER": 1345186
},
"geometry": {
"type": "Point",
"coordinates": [
-84.24415278571429,
40.535606641925106
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "139",
"COUNTYNS": "00695790",
"AFFGEOID": "0500000US28139",
"GEOID": "28139",
"NAME": "Tippah",
"LSAD": "06",
"ALAND": 1185725576,
"AWATER": 5551259
},
"geometry": {
"type": "Point",
"coordinates": [
-88.86687059210769,
34.79024496807292
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "001",
"COUNTYNS": "00695726",
"AFFGEOID": "0500000US28001",
"GEOID": "28001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 1197464269,
"AWATER": 65273640
},
"geometry": {
"type": "Point",
"coordinates": [
-91.40100739323138,
31.534997863970392
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "101",
"COUNTYNS": "00295739",
"AFFGEOID": "0500000US12101",
"GEOID": "12101",
"NAME": "Pasco",
"LSAD": "06",
"ALAND": 1936400029,
"AWATER": 312907704
},
"geometry": {
"type": "Point",
"coordinates": [
-82.45447106462728,
28.29475313256973
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "141",
"COUNTYNS": "00516917",
"AFFGEOID": "0500000US21141",
"GEOID": "21141",
"NAME": "Logan",
"LSAD": "06",
"ALAND": 1430014646,
"AWATER": 12688607
},
"geometry": {
"type": "Point",
"coordinates": [
-86.83152130077286,
36.880676231762486
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "109",
"COUNTYNS": "00758509",
"AFFGEOID": "0500000US29109",
"GEOID": "29109",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 1584391270,
"AWATER": 4249327
},
"geometry": {
"type": "Point",
"coordinates": [
-93.779406125,
37.10612974909195
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "041",
"COUNTYNS": "01720048",
"AFFGEOID": "0500000US30041",
"GEOID": "30041",
"NAME": "Hill",
"LSAD": "06",
"ALAND": 7508815856,
"AWATER": 44701996
},
"geometry": {
"type": "Point",
"coordinates": [
-109.96666170376123,
48.565428137924584
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "255",
"COUNTYNS": "00353055",
"AFFGEOID": "0500000US13255",
"GEOID": "13255",
"NAME": "Spalding",
"LSAD": "06",
"ALAND": 507343333,
"AWATER": 9593612
},
"geometry": {
"type": "Point",
"coordinates": [
-84.30473153846152,
33.255588460672804
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "009",
"COUNTYNS": "00558424",
"AFFGEOID": "0500000US22009",
"GEOID": "22009",
"NAME": "Avoyelles",
"LSAD": "15",
"ALAND": 2155855604,
"AWATER": 86365500
},
"geometry": {
"type": "Point",
"coordinates": [
-91.99671989999999,
31.11195729916481
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "055",
"COUNTYNS": "00066857",
"AFFGEOID": "0500000US05055",
"GEOID": "05055",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1496205815,
"AWATER": 4789586
},
"geometry": {
"type": "Point",
"coordinates": [
-90.47946978444405,
36.122638185434624
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "111",
"COUNTYNS": "00277320",
"AFFGEOID": "0500000US06111",
"GEOID": "06111",
"NAME": "Ventura",
"LSAD": "06",
"ALAND": 4773302741,
"AWATER": 946030569
},
"geometry": {
"type": "Point",
"coordinates": [
-119.18404875438972,
34.144158897066916
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "025",
"COUNTYNS": "00277277",
"AFFGEOID": "0500000US06025",
"GEOID": "06025",
"NAME": "Imperial",
"LSAD": "06",
"ALAND": 10817291631,
"AWATER": 790230304
},
"geometry": {
"type": "Point",
"coordinates": [
-114.92882829781895,
33.04008974023113
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "017",
"COUNTYNS": "00277273",
"AFFGEOID": "0500000US06017",
"GEOID": "06017",
"NAME": "El Dorado",
"LSAD": "06",
"ALAND": 4423290535,
"AWATER": 203328338
},
"geometry": {
"type": "Point",
"coordinates": [
-120.50854697416778,
38.82564299474959
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "083",
"COUNTYNS": "00347465",
"AFFGEOID": "0500000US13083",
"GEOID": "13083",
"NAME": "Dade",
"LSAD": "06",
"ALAND": 450605326,
"AWATER": 467844
},
"geometry": {
"type": "Point",
"coordinates": [
-85.49370780489741,
34.84059574548765
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "197",
"COUNTYNS": "01785190",
"AFFGEOID": "0500000US17197",
"GEOID": "17197",
"NAME": "Will",
"LSAD": "06",
"ALAND": 2166099738,
"AWATER": 33374154
},
"geometry": {
"type": "Point",
"coordinates": [
-87.99210929712261,
41.513993297565506
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "029",
"COUNTYNS": "00450344",
"AFFGEOID": "0500000US18029",
"GEOID": "18029",
"NAME": "Dearborn",
"LSAD": "06",
"ALAND": 790138587,
"AWATER": 6033369
},
"geometry": {
"type": "Point",
"coordinates": [
-84.93882757003997,
39.098699241841736
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "119",
"COUNTYNS": "00465248",
"AFFGEOID": "0500000US19119",
"GEOID": "19119",
"NAME": "Lyon",
"LSAD": "06",
"ALAND": 1522007138,
"AWATER": 334399
},
"geometry": {
"type": "Point",
"coordinates": [
-96.38933445562801,
43.393139661106815
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "167",
"COUNTYNS": "00465272",
"AFFGEOID": "0500000US19167",
"GEOID": "19167",
"NAME": "Sioux",
"LSAD": "06",
"ALAND": 1988797652,
"AWATER": 2885657
},
"geometry": {
"type": "Point",
"coordinates": [
-96.42808612870334,
43.09375525192748
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "25",
"COUNTYFP": "017",
"COUNTYNS": "00606935",
"AFFGEOID": "0500000US25017",
"GEOID": "25017",
"NAME": "Middlesex",
"LSAD": "06",
"ALAND": 2117830644,
"AWATER": 75814940
},
"geometry": {
"type": "Point",
"coordinates": [
-71.39335743691464,
42.45225148857508
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "091",
"COUNTYNS": "00659490",
"AFFGEOID": "0500000US27091",
"GEOID": "27091",
"NAME": "Martin",
"LSAD": "06",
"ALAND": 1844947511,
"AWATER": 44649915
},
"geometry": {
"type": "Point",
"coordinates": [
-94.48664435698345,
43.64939548527411
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "007",
"COUNTYNS": "00873177",
"AFFGEOID": "0500000US33007",
"GEOID": "33007",
"NAME": "Coos",
"LSAD": "06",
"ALAND": 4647904964,
"AWATER": 92563568
},
"geometry": {
"type": "Point",
"coordinates": [
-71.3735444600591,
44.71282638659726
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "023",
"COUNTYNS": "00882230",
"AFFGEOID": "0500000US34023",
"GEOID": "34023",
"NAME": "Middlesex",
"LSAD": "06",
"ALAND": 800857610,
"AWATER": 35472648
},
"geometry": {
"type": "Point",
"coordinates": [
-74.3776557484552,
40.475408839499465
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "003",
"COUNTYNS": "00882271",
"AFFGEOID": "0500000US34003",
"GEOID": "34003",
"NAME": "Bergen",
"LSAD": "06",
"ALAND": 602859293,
"AWATER": 35406803
},
"geometry": {
"type": "Point",
"coordinates": [
-74.05327822978483,
40.86548417548081
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "063",
"COUNTYNS": "00974130",
"AFFGEOID": "0500000US36063",
"GEOID": "36063",
"NAME": "Niagara",
"LSAD": "06",
"ALAND": 1352887116,
"AWATER": 1598842827
},
"geometry": {
"type": "Point",
"coordinates": [
-78.82248652139292,
43.12284413058676
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "051",
"COUNTYNS": "01074038",
"AFFGEOID": "0500000US39051",
"GEOID": "39051",
"NAME": "Fulton",
"LSAD": "06",
"ALAND": 1050092648,
"AWATER": 4621138
},
"geometry": {
"type": "Point",
"coordinates": [
-84.19727604174639,
41.6336849605429
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "013",
"COUNTYNS": "01101794",
"AFFGEOID": "0500000US40013",
"GEOID": "40013",
"NAME": "Bryan",
"LSAD": "06",
"ALAND": 2342528103,
"AWATER": 102267324
},
"geometry": {
"type": "Point",
"coordinates": [
-96.28283399950507,
33.887633394304814
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "015",
"COUNTYNS": "01155129",
"AFFGEOID": "0500000US41015",
"GEOID": "41015",
"NAME": "Curry",
"LSAD": "06",
"ALAND": 4217568363,
"AWATER": 934534728
},
"geometry": {
"type": "Point",
"coordinates": [
-124.17468776475688,
42.49848151840963
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "057",
"COUNTYNS": "01135864",
"AFFGEOID": "0500000US41057",
"GEOID": "41057",
"NAME": "Tillamook",
"LSAD": "06",
"ALAND": 2855122944,
"AWATER": 595798838
},
"geometry": {
"type": "Point",
"coordinates": [
-123.75639309978477,
45.43257810917179
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "427",
"COUNTYNS": "01383999",
"AFFGEOID": "0500000US48427",
"GEOID": "48427",
"NAME": "Starr",
"LSAD": "06",
"ALAND": 3168019245,
"AWATER": 15346371
},
"geometry": {
"type": "Point",
"coordinates": [
-98.84835111553302,
26.462425844449207
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "735",
"COUNTYNS": "01498436",
"AFFGEOID": "0500000US51735",
"GEOID": "51735",
"NAME": "Poquoson",
"LSAD": "25",
"ALAND": 39839069,
"AWATER": 163454357
},
"geometry": {
"type": "Point",
"coordinates": [
-76.35526783532408,
37.14334516973954
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "087",
"COUNTYNS": "01629542",
"AFFGEOID": "0500000US22087",
"GEOID": "22087",
"NAME": "St. Bernard",
"LSAD": "15",
"ALAND": 977746424,
"AWATER": 4604207636
},
"geometry": {
"type": "Point",
"coordinates": [
-89.5336779313776,
29.894518072269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "023",
"COUNTYNS": "01455158",
"AFFGEOID": "0500000US49023",
"GEOID": "49023",
"NAME": "Juab",
"LSAD": "06",
"ALAND": 8784407434,
"AWATER": 36542088
},
"geometry": {
"type": "Point",
"coordinates": [
-112.36413936143761,
39.70379202144715
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "027",
"COUNTYNS": "01461770",
"AFFGEOID": "0500000US50027",
"GEOID": "50027",
"NAME": "Windsor",
"LSAD": "06",
"ALAND": 2511193707,
"AWATER": 19363219
},
"geometry": {
"type": "Point",
"coordinates": [
-72.6446521410519,
43.59073669816967
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "017",
"COUNTYNS": "01461765",
"AFFGEOID": "0500000US50017",
"GEOID": "50017",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 1779389357,
"AWATER": 12016544
},
"geometry": {
"type": "Point",
"coordinates": [
-72.35713497838326,
44.03796548504901
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "009",
"COUNTYNS": "00161530",
"AFFGEOID": "0500000US01009",
"GEOID": "01009",
"NAME": "Blount",
"LSAD": "06",
"ALAND": 1670079465,
"AWATER": 15039864
},
"geometry": {
"type": "Point",
"coordinates": [
-86.60368423809521,
33.96428228483963
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "085",
"COUNTYNS": "00161568",
"AFFGEOID": "0500000US01085",
"GEOID": "01085",
"NAME": "Lowndes",
"LSAD": "06",
"ALAND": 1854201380,
"AWATER": 23721835
},
"geometry": {
"type": "Point",
"coordinates": [
-86.62882078260868,
32.21775573827894
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "090",
"COUNTYNS": "01419969",
"AFFGEOID": "0500000US02090",
"GEOID": "02090",
"NAME": "Fairbanks North Star",
"LSAD": "04",
"ALAND": 18982307701,
"AWATER": 274103901
},
"geometry": {
"type": "Point",
"coordinates": [
-145.89744298305084,
64.83158764334251
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "070",
"COUNTYNS": "01419968",
"AFFGEOID": "0500000US02070",
"GEOID": "02070",
"NAME": "Dillingham",
"LSAD": "05",
"ALAND": 47477685010,
"AWATER": 5951019310
},
"geometry": {
"type": "Point",
"coordinates": [
-159.20292374770074,
59.35798010755998
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "059",
"COUNTYNS": "00277294",
"AFFGEOID": "0500000US06059",
"GEOID": "06059",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 2048392529,
"AWATER": 406915886
},
"geometry": {
"type": "Point",
"coordinates": [
-117.78402788236546,
33.67350822560018
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "123",
"COUNTYNS": "00351260",
"AFFGEOID": "0500000US13123",
"GEOID": "13123",
"NAME": "Gilmer",
"LSAD": "06",
"ALAND": 1103942496,
"AWATER": 12227724
},
"geometry": {
"type": "Point",
"coordinates": [
-84.45932806666666,
34.648993865783815
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "173",
"COUNTYNS": "01785051",
"AFFGEOID": "0500000US17173",
"GEOID": "17173",
"NAME": "Shelby",
"LSAD": "06",
"ALAND": 1964598160,
"AWATER": 24693146
},
"geometry": {
"type": "Point",
"coordinates": [
-88.79640513333332,
39.422627265740964
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "149",
"COUNTYNS": "00450389",
"AFFGEOID": "0500000US18149",
"GEOID": "18149",
"NAME": "Starke",
"LSAD": "06",
"ALAND": 800678470,
"AWATER": 7930487
},
"geometry": {
"type": "Point",
"coordinates": [
-86.70956255555555,
41.304312554619955
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "027",
"COUNTYNS": "00450343",
"AFFGEOID": "0500000US18027",
"GEOID": "18027",
"NAME": "Daviess",
"LSAD": "06",
"ALAND": 1112375531,
"AWATER": 19123262
},
"geometry": {
"type": "Point",
"coordinates": [
-87.10475171428572,
38.70090785622201
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "121",
"COUNTYNS": "00465249",
"AFFGEOID": "0500000US19121",
"GEOID": "19121",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1452999208,
"AWATER": 2983840
},
"geometry": {
"type": "Point",
"coordinates": [
-93.98183528571428,
41.307319141921546
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "077",
"COUNTYNS": "00465227",
"AFFGEOID": "0500000US19077",
"GEOID": "19077",
"NAME": "Guthrie",
"LSAD": "06",
"ALAND": 1529698836,
"AWATER": 6355533
},
"geometry": {
"type": "Point",
"coordinates": [
-94.50694711111111,
41.66695944350741
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "139",
"COUNTYNS": "00485033",
"AFFGEOID": "0500000US20139",
"GEOID": "20139",
"NAME": "Osage",
"LSAD": "06",
"ALAND": 1827283226,
"AWATER": 37107132
},
"geometry": {
"type": "Point",
"coordinates": [
-95.72627725000001,
38.684549874079266
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "009",
"COUNTYNS": "00516851",
"AFFGEOID": "0500000US21009",
"GEOID": "21009",
"NAME": "Barren",
"LSAD": "06",
"ALAND": 1262733192,
"AWATER": 32260040
},
"geometry": {
"type": "Point",
"coordinates": [
-85.951765,
36.98231757052162
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "099",
"COUNTYNS": "00516896",
"AFFGEOID": "0500000US21099",
"GEOID": "21099",
"NAME": "Hart",
"LSAD": "06",
"ALAND": 1068313096,
"AWATER": 13912256
},
"geometry": {
"type": "Point",
"coordinates": [
-85.91490883333331,
37.297998665756914
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "019",
"COUNTYNS": "00424211",
"AFFGEOID": "0500000US17019",
"GEOID": "17019",
"NAME": "Champaign",
"LSAD": "06",
"ALAND": 2579733580,
"AWATER": 6091992
},
"geometry": {
"type": "Point",
"coordinates": [
-88.26161511111111,
40.164984554625484
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "103",
"COUNTYNS": "00465240",
"AFFGEOID": "0500000US19103",
"GEOID": "19103",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 1590377745,
"AWATER": 23572945
},
"geometry": {
"type": "Point",
"coordinates": [
-91.52823312499998,
41.57674562406332
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "075",
"COUNTYNS": "00465226",
"AFFGEOID": "0500000US19075",
"GEOID": "19075",
"NAME": "Grundy",
"LSAD": "06",
"ALAND": 1299797785,
"AWATER": 94406
},
"geometry": {
"type": "Point",
"coordinates": [
-92.77361925,
42.38324774906056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "067",
"COUNTYNS": "00758488",
"AFFGEOID": "0500000US29067",
"GEOID": "29067",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 2107273796,
"AWATER": 2520175
},
"geometry": {
"type": "Point",
"coordinates": [
-92.51514099999998,
36.94780244353781
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "001",
"COUNTYNS": "00765805",
"AFFGEOID": "0500000US29001",
"GEOID": "29001",
"NAME": "Adair",
"LSAD": "06",
"ALAND": 1469362052,
"AWATER": 5468507
},
"geometry": {
"type": "Point",
"coordinates": [
-92.61232914285713,
40.2067467133554
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "099",
"COUNTYNS": "00835871",
"AFFGEOID": "0500000US31099",
"GEOID": "31099",
"NAME": "Kearney",
"LSAD": "06",
"ALAND": 1337063632,
"AWATER": 274634
},
"geometry": {
"type": "Point",
"coordinates": [
-98.90665150000001,
40.50908416573477
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "005",
"COUNTYNS": "00758457",
"AFFGEOID": "0500000US29005",
"GEOID": "29005",
"NAME": "Atchison",
"LSAD": "06",
"ALAND": 1417462632,
"AWATER": 7359184
},
"geometry": {
"type": "Point",
"coordinates": [
-95.54311130151167,
40.45172650495658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "023",
"COUNTYNS": "00835833",
"AFFGEOID": "0500000US31023",
"GEOID": "31023",
"NAME": "Butler",
"LSAD": "06",
"ALAND": 1514884892,
"AWATER": 15309107
},
"geometry": {
"type": "Point",
"coordinates": [
-97.12080744444444,
41.28967344350893
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "009",
"COUNTYNS": "00835827",
"AFFGEOID": "0500000US31009",
"GEOID": "31009",
"NAME": "Blaine",
"LSAD": "06",
"ALAND": 1840674086,
"AWATER": 9443894
},
"geometry": {
"type": "Point",
"coordinates": [
-100.05428633333334,
41.91301149906209
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "053",
"COUNTYNS": "01702371",
"AFFGEOID": "0500000US35053",
"GEOID": "35053",
"NAME": "Socorro",
"LSAD": "06",
"ALAND": 17214061674,
"AWATER": 4843011
},
"geometry": {
"type": "Point",
"coordinates": [
-106.79018847058822,
34.10207117559433
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "051",
"COUNTYNS": "01622968",
"AFFGEOID": "0500000US26051",
"GEOID": "26051",
"NAME": "Gladwin",
"LSAD": "06",
"ALAND": 1299662664,
"AWATER": 36635214
},
"geometry": {
"type": "Point",
"coordinates": [
-84.34980800000001,
43.990626999057305
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "037",
"COUNTYNS": "00974117",
"AFFGEOID": "0500000US36037",
"GEOID": "36037",
"NAME": "Genesee",
"LSAD": "06",
"ALAND": 1276698028,
"AWATER": 6142605
},
"geometry": {
"type": "Point",
"coordinates": [
-78.10961769999998,
43.00149459905895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "189",
"COUNTYNS": "01008594",
"AFFGEOID": "0500000US37189",
"GEOID": "37189",
"NAME": "Watauga",
"LSAD": "06",
"ALAND": 809160511,
"AWATER": 2332417
},
"geometry": {
"type": "Point",
"coordinates": [
-81.71773488350601,
36.253530360087815
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "137",
"COUNTYNS": "00465257",
"AFFGEOID": "0500000US19137",
"GEOID": "19137",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1098405722,
"AWATER": 2410445
},
"geometry": {
"type": "Point",
"coordinates": [
-95.15624199999999,
41.055991599065486
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "121",
"COUNTYNS": "00198176",
"AFFGEOID": "0500000US08121",
"GEOID": "08121",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 6521806786,
"AWATER": 15207400
},
"geometry": {
"type": "Point",
"coordinates": [
-103.23913039999998,
39.96711789907107
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "127",
"COUNTYNS": "00485028",
"AFFGEOID": "0500000US20127",
"GEOID": "20127",
"NAME": "Morris",
"LSAD": "06",
"ALAND": 1800737060,
"AWATER": 19736109
},
"geometry": {
"type": "Point",
"coordinates": [
-96.63517727272727,
38.714352453624514
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "081",
"COUNTYNS": "00695764",
"AFFGEOID": "0500000US28081",
"GEOID": "28081",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 1165367719,
"AWATER": 8349354
},
"geometry": {
"type": "Point",
"coordinates": [
-88.69266599999999,
34.296757888010205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "111",
"COUNTYNS": "00695778",
"AFFGEOID": "0500000US28111",
"GEOID": "28111",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 1676259638,
"AWATER": 7754345
},
"geometry": {
"type": "Point",
"coordinates": [
-88.95668422222222,
31.11524266583144
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "029",
"COUNTYNS": "00695739",
"AFFGEOID": "0500000US28029",
"GEOID": "28029",
"NAME": "Copiah",
"LSAD": "06",
"ALAND": 2013048568,
"AWATER": 5754986
},
"geometry": {
"type": "Point",
"coordinates": [
-90.4184359090909,
31.79897654460907
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "193",
"COUNTYNS": "00516943",
"AFFGEOID": "0500000US21193",
"GEOID": "21193",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 879750403,
"AWATER": 7603771
},
"geometry": {
"type": "Point",
"coordinates": [
-83.26360689473684,
37.22862942014349
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "055",
"COUNTYNS": "00295756",
"AFFGEOID": "0500000US12055",
"GEOID": "12055",
"NAME": "Highlands",
"LSAD": "06",
"ALAND": 2632952088,
"AWATER": 231653040
},
"geometry": {
"type": "Point",
"coordinates": [
-81.23999093749998,
27.34887018672949
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "027",
"COUNTYNS": "00345518",
"AFFGEOID": "0500000US13027",
"GEOID": "13027",
"NAME": "Brooks",
"LSAD": "06",
"ALAND": 1277105513,
"AWATER": 12191505
},
"geometry": {
"type": "Point",
"coordinates": [
-83.52654056711186,
30.85935752844512
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "093",
"COUNTYNS": "00351608",
"AFFGEOID": "0500000US13093",
"GEOID": "13093",
"NAME": "Dooly",
"LSAD": "06",
"ALAND": 1015119749,
"AWATER": 13841085
},
"geometry": {
"type": "Point",
"coordinates": [
-83.78266045454546,
32.20260327187598
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "173",
"COUNTYNS": "00516933",
"AFFGEOID": "0500000US21173",
"GEOID": "21173",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 511177578,
"AWATER": 3859635
},
"geometry": {
"type": "Point",
"coordinates": [
-83.89919180000001,
38.05123139908401
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "025",
"COUNTYNS": "01688745",
"AFFGEOID": "0500000US30025",
"GEOID": "30025",
"NAME": "Fallon",
"LSAD": "06",
"ALAND": 4197205007,
"AWATER": 5915331
},
"geometry": {
"type": "Point",
"coordinates": [
-104.36996912533554,
46.312974298783175
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "037",
"COUNTYNS": "01581078",
"AFFGEOID": "0500000US55037",
"GEOID": "55037",
"NAME": "Florence",
"LSAD": "06",
"ALAND": 1264232435,
"AWATER": 24111636
},
"geometry": {
"type": "Point",
"coordinates": [
-88.35208566059123,
45.908459546193626
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "091",
"COUNTYNS": "01581106",
"AFFGEOID": "0500000US55091",
"GEOID": "55091",
"NAME": "Pepin",
"LSAD": "06",
"ALAND": 600892978,
"AWATER": 43242987
},
"geometry": {
"type": "Point",
"coordinates": [
-92.09911319690867,
44.531313036669836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "069",
"COUNTYNS": "01513275",
"AFFGEOID": "0500000US53069",
"GEOID": "53069",
"NAME": "Wahkiakum",
"LSAD": "06",
"ALAND": 680956787,
"AWATER": 61588406
},
"geometry": {
"type": "Point",
"coordinates": [
-123.45157959440482,
46.26329248162175
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "223",
"COUNTYNS": "01383897",
"AFFGEOID": "0500000US48223",
"GEOID": "48223",
"NAME": "Hopkins",
"LSAD": "06",
"ALAND": 1987018121,
"AWATER": 66250826
},
"geometry": {
"type": "Point",
"coordinates": [
-95.640175,
33.195553582468484
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "165",
"COUNTYNS": "00835904",
"AFFGEOID": "0500000US31165",
"GEOID": "31165",
"NAME": "Sioux",
"LSAD": "06",
"ALAND": 5352538105,
"AWATER": 1872668
},
"geometry": {
"type": "Point",
"coordinates": [
-103.75194975644945,
42.418313311877604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "089",
"COUNTYNS": "01557805",
"AFFGEOID": "0500000US54089",
"GEOID": "54089",
"NAME": "Summers",
"LSAD": "06",
"ALAND": 933901529,
"AWATER": 18506801
},
"geometry": {
"type": "Point",
"coordinates": [
-80.85982064058413,
37.64976730081398
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "075",
"COUNTYNS": "01266981",
"AFFGEOID": "0500000US46075",
"GEOID": "46075",
"NAME": "Jones",
"LSAD": "06",
"ALAND": 2511453379,
"AWATER": 3147180
},
"geometry": {
"type": "Point",
"coordinates": [
-100.76729192307691,
43.867678691365135
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "485",
"COUNTYNS": "01384028",
"AFFGEOID": "0500000US48485",
"GEOID": "48485",
"NAME": "Wichita",
"LSAD": "06",
"ALAND": 1625943418,
"AWATER": 13820243
},
"geometry": {
"type": "Point",
"coordinates": [
-98.68842233351233,
34.097834950131286
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "097",
"COUNTYNS": "00974146",
"AFFGEOID": "0500000US36097",
"GEOID": "36097",
"NAME": "Schuyler",
"LSAD": "06",
"ALAND": 850379112,
"AWATER": 36246374
},
"geometry": {
"type": "Point",
"coordinates": [
-76.85005692307692,
42.375131999060585
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "071",
"COUNTYNS": "00465224",
"AFFGEOID": "0500000US19071",
"GEOID": "19071",
"NAME": "Fremont",
"LSAD": "06",
"ALAND": 1323807065,
"AWATER": 14280096
},
"geometry": {
"type": "Point",
"coordinates": [
-95.70852674324553,
40.74345085449299
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "187",
"COUNTYNS": "00485055",
"AFFGEOID": "0500000US20187",
"GEOID": "20187",
"NAME": "Stanton",
"LSAD": "06",
"ALAND": 1762104518,
"AWATER": 178555
},
"geometry": {
"type": "Point",
"coordinates": [
-101.82530715016671,
37.572724901134165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "033",
"COUNTYNS": "00484986",
"AFFGEOID": "0500000US20033",
"GEOID": "20033",
"NAME": "Comanche",
"LSAD": "06",
"ALAND": 2041681113,
"AWATER": 3604155
},
"geometry": {
"type": "Point",
"coordinates": [
-99.26126855011503,
37.14229725185635
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "223",
"COUNTYNS": "00516958",
"AFFGEOID": "0500000US21223",
"GEOID": "21223",
"NAME": "Trimble",
"LSAD": "06",
"ALAND": 392766460,
"AWATER": 11833388
},
"geometry": {
"type": "Point",
"coordinates": [
-85.35927557670926,
38.60755462511156
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "103",
"COUNTYNS": "01213683",
"AFFGEOID": "0500000US42103",
"GEOID": "42103",
"NAME": "Pike",
"LSAD": "06",
"ALAND": 1411441329,
"AWATER": 56692145
},
"geometry": {
"type": "Point",
"coordinates": [
-75.00989768791946,
41.30327388466011
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "049",
"COUNTYNS": "00758479",
"AFFGEOID": "0500000US29049",
"GEOID": "29049",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 1085096687,
"AWATER": 11719847
},
"geometry": {
"type": "Point",
"coordinates": [
-94.40489133333334,
39.576907499073336
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "117",
"COUNTYNS": "00516905",
"AFFGEOID": "0500000US21117",
"GEOID": "21117",
"NAME": "Kenton",
"LSAD": "06",
"ALAND": 414950497,
"AWATER": 10577248
},
"geometry": {
"type": "Point",
"coordinates": [
-84.53528834210968,
38.94460679456168
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "105",
"COUNTYNS": "01678923",
"AFFGEOID": "0500000US30105",
"GEOID": "30105",
"NAME": "Valley",
"LSAD": "06",
"ALAND": 12758538566,
"AWATER": 351470610
},
"geometry": {
"type": "Point",
"coordinates": [
-106.74643137045062,
48.2591656946228
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "115",
"COUNTYNS": "00559548",
"AFFGEOID": "0500000US22115",
"GEOID": "22115",
"NAME": "Vernon",
"LSAD": "15",
"ALAND": 3439275960,
"AWATER": 35153783
},
"geometry": {
"type": "Point",
"coordinates": [
-93.2929475791356,
31.10825621465573
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "023",
"COUNTYNS": "01719617",
"AFFGEOID": "0500000US30023",
"GEOID": "30023",
"NAME": "Deer Lodge",
"LSAD": "06",
"ALAND": 1907999319,
"AWATER": 12199471
},
"geometry": {
"type": "Point",
"coordinates": [
-113.01978568421054,
46.05993789379432
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "129",
"COUNTYNS": "00835886",
"AFFGEOID": "0500000US31129",
"GEOID": "31129",
"NAME": "Nuckolls",
"LSAD": "06",
"ALAND": 1489645186,
"AWATER": 1718484
},
"geometry": {
"type": "Point",
"coordinates": [
-98.0031253997636,
40.1515009530469
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "073",
"COUNTYNS": "01244832",
"AFFGEOID": "0500000US45073",
"GEOID": "45073",
"NAME": "Oconee",
"LSAD": "06",
"ALAND": 1622181422,
"AWATER": 122207290
},
"geometry": {
"type": "Point",
"coordinates": [
-83.11774277149264,
34.7337484482932
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "041",
"COUNTYNS": "00066850",
"AFFGEOID": "0500000US05041",
"GEOID": "05041",
"NAME": "Desha",
"LSAD": "06",
"ALAND": 1989461629,
"AWATER": 133085432
},
"geometry": {
"type": "Point",
"coordinates": [
-91.14037219257068,
33.857345783133006
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "081",
"COUNTYNS": "00161566",
"AFFGEOID": "0500000US01081",
"GEOID": "01081",
"NAME": "Lee",
"LSAD": "06",
"ALAND": 1573550101,
"AWATER": 21491164
},
"geometry": {
"type": "Point",
"coordinates": [
-85.32064875970941,
32.595948834422494
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "109",
"COUNTYNS": "00308371",
"AFFGEOID": "0500000US12109",
"GEOID": "12109",
"NAME": "St. Johns",
"LSAD": "06",
"ALAND": 1555793861,
"AWATER": 571962027
},
"geometry": {
"type": "Point",
"coordinates": [
-81.436444824072,
29.897771079957934
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "053",
"COUNTYNS": "00351012",
"AFFGEOID": "0500000US13053",
"GEOID": "13053",
"NAME": "Chattahoochee",
"LSAD": "06",
"ALAND": 644222675,
"AWATER": 6292704
},
"geometry": {
"type": "Point",
"coordinates": [
-84.82992264938919,
32.34944094357857
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "099",
"COUNTYNS": "00345041",
"AFFGEOID": "0500000US13099",
"GEOID": "13099",
"NAME": "Early",
"LSAD": "06",
"ALAND": 1327612139,
"AWATER": 9717177
},
"geometry": {
"type": "Point",
"coordinates": [
-84.95818415554736,
31.321757733737652
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "313",
"COUNTYNS": "00353513",
"AFFGEOID": "0500000US13313",
"GEOID": "13313",
"NAME": "Whitfield",
"LSAD": "06",
"ALAND": 752293512,
"AWATER": 1533754
},
"geometry": {
"type": "Point",
"coordinates": [
-84.96341828658067,
34.792735226219484
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "193",
"COUNTYNS": "00424297",
"AFFGEOID": "0500000US17193",
"GEOID": "17193",
"NAME": "White",
"LSAD": "06",
"ALAND": 1281447206,
"AWATER": 18366965
},
"geometry": {
"type": "Point",
"coordinates": [
-88.06195464584404,
38.09844811548344
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "147",
"COUNTYNS": "00450388",
"AFFGEOID": "0500000US18147",
"GEOID": "18147",
"NAME": "Spencer",
"LSAD": "06",
"ALAND": 1027620480,
"AWATER": 12069099
},
"geometry": {
"type": "Point",
"coordinates": [
-87.02065651442812,
37.95749486909025
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "089",
"COUNTYNS": "00450495",
"AFFGEOID": "0500000US18089",
"GEOID": "18089",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 1292050352,
"AWATER": 330971523
},
"geometry": {
"type": "Point",
"coordinates": [
-87.41281788191256,
41.45241978849327
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "069",
"COUNTYNS": "00399394",
"AFFGEOID": "0500000US16069",
"GEOID": "16069",
"NAME": "Nez Perce",
"LSAD": "06",
"ALAND": 2197056674,
"AWATER": 21339031
},
"geometry": {
"type": "Point",
"coordinates": [
-116.80198296061051,
46.25439547721245
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "083",
"COUNTYNS": "01622984",
"AFFGEOID": "0500000US26083",
"GEOID": "26083",
"NAME": "Keweenaw",
"LSAD": "06",
"ALAND": 1398883253,
"AWATER": 14053673397
},
"geometry": {
"type": "Point",
"coordinates": [
-88.46266270453924,
47.681289252653514
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "027",
"COUNTYNS": "00659459",
"AFFGEOID": "0500000US27027",
"GEOID": "27027",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 2707039036,
"AWATER": 19306174
},
"geometry": {
"type": "Point",
"coordinates": [
-96.58439148734833,
46.8310541077715
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "035",
"COUNTYNS": "01719607",
"AFFGEOID": "0500000US30035",
"GEOID": "30035",
"NAME": "Glacier",
"LSAD": "06",
"ALAND": 7756795340,
"AWATER": 106093201
},
"geometry": {
"type": "Point",
"coordinates": [
-113.41451733261716,
48.684868201599464
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "009",
"COUNTYNS": "00873178",
"AFFGEOID": "0500000US33009",
"GEOID": "33009",
"NAME": "Grafton",
"LSAD": "06",
"ALAND": 4425224129,
"AWATER": 106489725
},
"geometry": {
"type": "Point",
"coordinates": [
-71.87310655642282,
43.9469834953266
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "091",
"COUNTYNS": "01026127",
"AFFGEOID": "0500000US37091",
"GEOID": "37091",
"NAME": "Hertford",
"LSAD": "06",
"ALAND": 914685904,
"AWATER": 18740844
},
"geometry": {
"type": "Point",
"coordinates": [
-76.9731568396886,
36.401052558201975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "051",
"COUNTYNS": "01135861",
"AFFGEOID": "0500000US41051",
"GEOID": "41051",
"NAME": "Multnomah",
"LSAD": "06",
"ALAND": 1116597726,
"AWATER": 88213123
},
"geometry": {
"type": "Point",
"coordinates": [
-122.45516613949444,
45.57311793151365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "065",
"COUNTYNS": "01248012",
"AFFGEOID": "0500000US45065",
"GEOID": "45065",
"NAME": "McCormick",
"LSAD": "06",
"ALAND": 930141786,
"AWATER": 89983085
},
"geometry": {
"type": "Point",
"coordinates": [
-82.28742659454254,
33.85822697202738
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "071",
"COUNTYNS": "01034215",
"AFFGEOID": "0500000US38071",
"GEOID": "38071",
"NAME": "Ramsey",
"LSAD": "06",
"ALAND": 3074174337,
"AWATER": 295182394
},
"geometry": {
"type": "Point",
"coordinates": [
-98.74730385000001,
48.13928119906261
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "061",
"COUNTYNS": "01035307",
"AFFGEOID": "0500000US38061",
"GEOID": "38061",
"NAME": "Mountrail",
"LSAD": "06",
"ALAND": 4727469721,
"AWATER": 301107657
},
"geometry": {
"type": "Point",
"coordinates": [
-102.39067661111112,
48.12986022128482
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "055",
"COUNTYNS": "01034232",
"AFFGEOID": "0500000US38055",
"GEOID": "38055",
"NAME": "McLean",
"LSAD": "06",
"ALAND": 5466428300,
"AWATER": 563112245
},
"geometry": {
"type": "Point",
"coordinates": [
-101.44737266666668,
47.53345996202357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "357",
"COUNTYNS": "01383964",
"AFFGEOID": "0500000US48357",
"GEOID": "48357",
"NAME": "Ochiltree",
"LSAD": "06",
"ALAND": 2376792102,
"AWATER": 1331778
},
"geometry": {
"type": "Point",
"coordinates": [
-100.8135258976843,
36.37307680423164
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "075",
"COUNTYNS": "01533501",
"AFFGEOID": "0500000US53075",
"GEOID": "53075",
"NAME": "Whitman",
"LSAD": "06",
"ALAND": 5592428648,
"AWATER": 48281266
},
"geometry": {
"type": "Point",
"coordinates": [
-117.58463867573364,
46.74555210631724
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "685",
"COUNTYNS": "01498431",
"AFFGEOID": "0500000US51685",
"GEOID": "51685",
"NAME": "Manassas Park",
"LSAD": "25",
"ALAND": 6538719,
"AWATER": 616
},
"geometry": {
"type": "Point",
"coordinates": [
-77.44864971428572,
38.77310485622148
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "240",
"COUNTYNS": "01419983",
"AFFGEOID": "0500000US02240",
"GEOID": "02240",
"NAME": "Southeast Fairbanks",
"LSAD": "05",
"ALAND": 64290353013,
"AWATER": 752301282
},
"geometry": {
"type": "Point",
"coordinates": [
-143.7609819652775,
63.99990194630662
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "059",
"COUNTYNS": "00198145",
"AFFGEOID": "0500000US08059",
"GEOID": "08059",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1979380402,
"AWATER": 25428019
},
"geometry": {
"type": "Point",
"coordinates": [
-105.20499880952381,
39.5864970943114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "063",
"COUNTYNS": "01672399",
"AFFGEOID": "0500000US13063",
"GEOID": "13063",
"NAME": "Clayton",
"LSAD": "06",
"ALAND": 366881210,
"AWATER": 7038080
},
"geometry": {
"type": "Point",
"coordinates": [
-84.3733826,
33.52623539913085
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "139",
"COUNTYNS": "00446854",
"AFFGEOID": "0500000US18139",
"GEOID": "18139",
"NAME": "Rush",
"LSAD": "06",
"ALAND": 1057035404,
"AWATER": 872270
},
"geometry": {
"type": "Point",
"coordinates": [
-85.48431871428572,
39.64146257050151
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "067",
"COUNTYNS": "00450360",
"AFFGEOID": "0500000US18067",
"GEOID": "18067",
"NAME": "Howard",
"LSAD": "06",
"ALAND": 758866967,
"AWATER": 2386193
},
"geometry": {
"type": "Point",
"coordinates": [
-86.1509984,
40.47058879906829
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "061",
"COUNTYNS": "01026132",
"AFFGEOID": "0500000US37061",
"GEOID": "37061",
"NAME": "Duplin",
"LSAD": "06",
"ALAND": 2110160392,
"AWATER": 14193280
},
"geometry": {
"type": "Point",
"coordinates": [
-77.90236028571428,
34.977414070541975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "095",
"COUNTYNS": "00485012",
"AFFGEOID": "0500000US20095",
"GEOID": "20095",
"NAME": "Kingman",
"LSAD": "06",
"ALAND": 2236100139,
"AWATER": 8536907
},
"geometry": {
"type": "Point",
"coordinates": [
-98.16667171428571,
37.509451713374155
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "229",
"COUNTYNS": "00516961",
"AFFGEOID": "0500000US21229",
"GEOID": "21229",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 769158640,
"AWATER": 10943099
},
"geometry": {
"type": "Point",
"coordinates": [
-85.1384123076923,
37.78058046062465
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "067",
"COUNTYNS": "00516880",
"AFFGEOID": "0500000US21067",
"GEOID": "21067",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 734615998,
"AWATER": 4922111
},
"geometry": {
"type": "Point",
"coordinates": [
-84.45021820000001,
38.015043599084294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "003",
"COUNTYNS": "00558397",
"AFFGEOID": "0500000US22003",
"GEOID": "22003",
"NAME": "Allen",
"LSAD": "15",
"ALAND": 1973083800,
"AWATER": 10634064
},
"geometry": {
"type": "Point",
"coordinates": [
-92.84006692307693,
30.65184469147966
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "039",
"COUNTYNS": "01719605",
"AFFGEOID": "0500000US30039",
"GEOID": "30039",
"NAME": "Granite",
"LSAD": "06",
"ALAND": 4473328965,
"AWATER": 14546368
},
"geometry": {
"type": "Point",
"coordinates": [
-113.54725368,
46.37610031905799
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "095",
"COUNTYNS": "00659493",
"AFFGEOID": "0500000US27095",
"GEOID": "27095",
"NAME": "Mille Lacs",
"LSAD": "06",
"ALAND": 1482348668,
"AWATER": 282998978
},
"geometry": {
"type": "Point",
"coordinates": [
-93.63238224999999,
45.971302332390714
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "145",
"COUNTYNS": "00695793",
"AFFGEOID": "0500000US28145",
"GEOID": "28145",
"NAME": "Union",
"LSAD": "06",
"ALAND": 1076399403,
"AWATER": 3387488
},
"geometry": {
"type": "Point",
"coordinates": [
-89.00640680000001,
34.49984089911888
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "021",
"COUNTYNS": "00516857",
"AFFGEOID": "0500000US21021",
"GEOID": "21021",
"NAME": "Boyle",
"LSAD": "06",
"ALAND": 467093981,
"AWATER": 6460546
},
"geometry": {
"type": "Point",
"coordinates": [
-84.85214527272727,
37.630395089996504
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "028",
"COUNTYNS": "01702366",
"AFFGEOID": "0500000US35028",
"GEOID": "35028",
"NAME": "Los Alamos",
"LSAD": "06",
"ALAND": 282821648,
"AWATER": 229869
},
"geometry": {
"type": "Point",
"coordinates": [
-106.28327271428573,
35.87141514196092
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "117",
"COUNTYNS": "01026328",
"AFFGEOID": "0500000US37117",
"GEOID": "37117",
"NAME": "Martin",
"LSAD": "06",
"ALAND": 1182135018,
"AWATER": 746610
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0800426,
35.87682129910373
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "091",
"COUNTYNS": "01213680",
"AFFGEOID": "0500000US42091",
"GEOID": "42091",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1250824558,
"AWATER": 11016543
},
"geometry": {
"type": "Point",
"coordinates": [
-75.35256595,
40.151183649069985
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "041",
"COUNTYNS": "01266994",
"AFFGEOID": "0500000US46041",
"GEOID": "46041",
"NAME": "Dewey",
"LSAD": "06",
"ALAND": 5963430685,
"AWATER": 369819592
},
"geometry": {
"type": "Point",
"coordinates": [
-100.74696809523809,
45.0261190942949
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "127",
"COUNTYNS": "01648579",
"AFFGEOID": "0500000US47127",
"GEOID": "47127",
"NAME": "Moore",
"LSAD": "06",
"ALAND": 334684865,
"AWATER": 3093435
},
"geometry": {
"type": "Point",
"coordinates": [
-86.35404700000001,
35.28754381729178
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "189",
"COUNTYNS": "01639802",
"AFFGEOID": "0500000US47189",
"GEOID": "47189",
"NAME": "Wilson",
"LSAD": "06",
"ALAND": 1479053189,
"AWATER": 32002365
},
"geometry": {
"type": "Point",
"coordinates": [
-86.28506366666666,
36.1827310546562
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "023",
"COUNTYNS": "01383797",
"AFFGEOID": "0500000US48023",
"GEOID": "48023",
"NAME": "Baylor",
"LSAD": "06",
"ALAND": 2246768188,
"AWATER": 86991036
},
"geometry": {
"type": "Point",
"coordinates": [
-99.2659236,
33.639682199129425
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "401",
"COUNTYNS": "01383986",
"AFFGEOID": "0500000US48401",
"GEOID": "48401",
"NAME": "Rusk",
"LSAD": "06",
"ALAND": 2393244478,
"AWATER": 37217197
},
"geometry": {
"type": "Point",
"coordinates": [
-94.66406214285713,
32.13937699914963
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "065",
"COUNTYNS": "01383818",
"AFFGEOID": "0500000US48065",
"GEOID": "48065",
"NAME": "Carson",
"LSAD": "06",
"ALAND": 2383359749,
"AWATER": 10064086
},
"geometry": {
"type": "Point",
"coordinates": [
-101.35447599999999,
35.475646499107945
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "017",
"COUNTYNS": "01448023",
"AFFGEOID": "0500000US49017",
"GEOID": "49017",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 13403572555,
"AWATER": 85610784
},
"geometry": {
"type": "Point",
"coordinates": [
-111.27398453846152,
37.874833614470056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "027",
"COUNTYNS": "01383799",
"AFFGEOID": "0500000US48027",
"GEOID": "48027",
"NAME": "Bell",
"LSAD": "06",
"ALAND": 2721755826,
"AWATER": 95727690
},
"geometry": {
"type": "Point",
"coordinates": [
-97.57382884615384,
31.038411999165937
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "049",
"COUNTYNS": "01448038",
"AFFGEOID": "0500000US49049",
"GEOID": "49049",
"NAME": "Utah",
"LSAD": "06",
"ALAND": 5189271229,
"AWATER": 364277381
},
"geometry": {
"type": "Point",
"coordinates": [
-111.63416677777776,
40.13662311018121
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "121",
"COUNTYNS": "01804541",
"AFFGEOID": "0500000US72121",
"GEOID": "72121",
"NAME": "Sabana Grande",
"LSAD": "13",
"ALAND": 94050249,
"AWATER": 25323
},
"geometry": {
"type": "Point",
"coordinates": [
-66.939235,
18.074530749442843
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "083",
"COUNTYNS": "01804522",
"AFFGEOID": "0500000US72083",
"GEOID": "72083",
"NAME": "Las Marías",
"LSAD": "13",
"ALAND": 120071822,
"AWATER": 376224
},
"geometry": {
"type": "Point",
"coordinates": [
-66.99439811111111,
18.24089844388287
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "047",
"COUNTYNS": "01689162",
"AFFGEOID": "0500000US54047",
"GEOID": "54047",
"NAME": "McDowell",
"LSAD": "06",
"ALAND": 1381646897,
"AWATER": 3733285
},
"geometry": {
"type": "Point",
"coordinates": [
-81.70636557288027,
37.36458119451218
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "063",
"COUNTYNS": "01529225",
"AFFGEOID": "0500000US53063",
"GEOID": "53063",
"NAME": "Spokane",
"LSAD": "06",
"ALAND": 4568458718,
"AWATER": 43434957
},
"geometry": {
"type": "Point",
"coordinates": [
-117.36860654794101,
47.74683990001836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "181",
"COUNTYNS": "00485053",
"AFFGEOID": "0500000US20181",
"GEOID": "20181",
"NAME": "Sherman",
"LSAD": "06",
"ALAND": 2735193304,
"AWATER": 548248
},
"geometry": {
"type": "Point",
"coordinates": [
-101.68843079707555,
39.35452081195821
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "037",
"COUNTYNS": "01448032",
"AFFGEOID": "0500000US49037",
"GEOID": "49037",
"NAME": "San Juan",
"LSAD": "06",
"ALAND": 20252985182,
"AWATER": 293755887
},
"geometry": {
"type": "Point",
"coordinates": [
-110.35968111676264,
37.5535969781914
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "011",
"COUNTYNS": "01265779",
"AFFGEOID": "0500000US46011",
"GEOID": "46011",
"NAME": "Brookings",
"LSAD": "06",
"ALAND": 2051804710,
"AWATER": 32967600
},
"geometry": {
"type": "Point",
"coordinates": [
-96.73034887410797,
44.34698799012926
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "071",
"COUNTYNS": "01265794",
"AFFGEOID": "0500000US46071",
"GEOID": "46071",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 4827418440,
"AWATER": 19106241
},
"geometry": {
"type": "Point",
"coordinates": [
-101.70231240000001,
43.69890669905769
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "117",
"COUNTYNS": "01639771",
"AFFGEOID": "0500000US47117",
"GEOID": "47117",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 972442316,
"AWATER": 1801922
},
"geometry": {
"type": "Point",
"coordinates": [
-86.74124238461537,
35.47102261449261
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "131",
"COUNTYNS": "00465254",
"AFFGEOID": "0500000US19131",
"GEOID": "19131",
"NAME": "Mitchell",
"LSAD": "06",
"ALAND": 1215049040,
"AWATER": 1118415
},
"geometry": {
"type": "Point",
"coordinates": [
-92.80050428443724,
43.382981027621376
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "121",
"COUNTYNS": "00424259",
"AFFGEOID": "0500000US17121",
"GEOID": "17121",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1482448747,
"AWATER": 9481542
},
"geometry": {
"type": "Point",
"coordinates": [
-88.95105714285715,
38.63500828479391
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "085",
"COUNTYNS": "00559489",
"AFFGEOID": "0500000US22085",
"GEOID": "22085",
"NAME": "Sabine",
"LSAD": "15",
"ALAND": 2244636627,
"AWATER": 375317817
},
"geometry": {
"type": "Point",
"coordinates": [
-93.6038431801892,
31.4876638614407
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "069",
"COUNTYNS": "00558108",
"AFFGEOID": "0500000US22069",
"GEOID": "22069",
"NAME": "Natchitoches",
"LSAD": "15",
"ALAND": 3243341073,
"AWATER": 121033890
},
"geometry": {
"type": "Point",
"coordinates": [
-93.11582213043478,
31.723411086112175
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "249",
"COUNTYNS": "00344129",
"AFFGEOID": "0500000US13249",
"GEOID": "13249",
"NAME": "Schley",
"LSAD": "06",
"ALAND": 432287212,
"AWATER": 2373636
},
"geometry": {
"type": "Point",
"coordinates": [
-84.3118691,
32.288919999147495
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "015",
"COUNTYNS": "00596115",
"AFFGEOID": "0500000US24015",
"GEOID": "24015",
"NAME": "Cecil",
"LSAD": "06",
"ALAND": 896857451,
"AWATER": 185336236
},
"geometry": {
"type": "Point",
"coordinates": [
-76.01614924828102,
39.534479692320744
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "201",
"COUNTYNS": "01383886",
"AFFGEOID": "0500000US48201",
"GEOID": "48201",
"NAME": "Harris",
"LSAD": "06",
"ALAND": 4415733152,
"AWATER": 187863191
},
"geometry": {
"type": "Point",
"coordinates": [
-95.37389282051281,
29.804581794057505
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "105",
"COUNTYNS": "00069171",
"AFFGEOID": "0500000US05105",
"GEOID": "05105",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 1428543051,
"AWATER": 23226441
},
"geometry": {
"type": "Point",
"coordinates": [
-92.862263,
34.92771924911397
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "730",
"COUNTYNS": "01498435",
"AFFGEOID": "0500000US51730",
"GEOID": "51730",
"NAME": "Petersburg",
"LSAD": "25",
"ALAND": 58813627,
"AWATER": 609780
},
"geometry": {
"type": "Point",
"coordinates": [
-77.4039505,
37.22414968659089
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "217",
"COUNTYNS": "01383894",
"AFFGEOID": "0500000US48217",
"GEOID": "48217",
"NAME": "Hill",
"LSAD": "06",
"ALAND": 2483455057,
"AWATER": 69547484
},
"geometry": {
"type": "Point",
"coordinates": [
-97.20826573333333,
31.953877332485618
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "083",
"COUNTYNS": "00424243",
"AFFGEOID": "0500000US17083",
"GEOID": "17083",
"NAME": "Jersey",
"LSAD": "06",
"ALAND": 956433111,
"AWATER": 20324168
},
"geometry": {
"type": "Point",
"coordinates": [
-90.36953905099366,
39.05038711219488
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "053",
"COUNTYNS": "00277291",
"AFFGEOID": "0500000US06053",
"GEOID": "06053",
"NAME": "Monterey",
"LSAD": "06",
"ALAND": 8496680819,
"AWATER": 1270736099
},
"geometry": {
"type": "Point",
"coordinates": [
-121.29135009527753,
36.33279320882879
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "129",
"COUNTYNS": "00450383",
"AFFGEOID": "0500000US18129",
"GEOID": "18129",
"NAME": "Posey",
"LSAD": "06",
"ALAND": 1060786892,
"AWATER": 25260282
},
"geometry": {
"type": "Point",
"coordinates": [
-87.9106987400202,
37.971469028280666
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "003",
"COUNTYNS": "00212338",
"AFFGEOID": "0500000US09003",
"GEOID": "09003",
"NAME": "Hartford",
"LSAD": "06",
"ALAND": 1903983151,
"AWATER": 40128067
},
"geometry": {
"type": "Point",
"coordinates": [
-72.72993046769721,
41.821327726850804
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "229",
"COUNTYNS": "01383900",
"AFFGEOID": "0500000US48229",
"GEOID": "48229",
"NAME": "Hudspeth",
"LSAD": "06",
"ALAND": 11837605523,
"AWATER": 2189943
},
"geometry": {
"type": "Point",
"coordinates": [
-105.48091748051851,
31.181783826232944
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "075",
"COUNTYNS": "01622980",
"AFFGEOID": "0500000US26075",
"GEOID": "26075",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1817385089,
"AWATER": 56453210
},
"geometry": {
"type": "Point",
"coordinates": [
-84.39936585714284,
42.2725829990609
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "197",
"COUNTYNS": "00485059",
"AFFGEOID": "0500000US20197",
"GEOID": "20197",
"NAME": "Wabaunsee",
"LSAD": "06",
"ALAND": 2057386289,
"AWATER": 13786678
},
"geometry": {
"type": "Point",
"coordinates": [
-96.246088,
38.98702112407716
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "145",
"COUNTYNS": "00516925",
"AFFGEOID": "0500000US21145",
"GEOID": "21145",
"NAME": "McCracken",
"LSAD": "06",
"ALAND": 644243924,
"AWATER": 50305452
},
"geometry": {
"type": "Point",
"coordinates": [
-88.6771746685637,
37.09003411909017
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "045",
"COUNTYNS": "00659468",
"AFFGEOID": "0500000US27045",
"GEOID": "27045",
"NAME": "Fillmore",
"LSAD": "06",
"ALAND": 2230746823,
"AWATER": 2055507
},
"geometry": {
"type": "Point",
"coordinates": [
-92.10664999360041,
43.65328484068945
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "153",
"COUNTYNS": "00516920",
"AFFGEOID": "0500000US21153",
"GEOID": "21153",
"NAME": "Magoffin",
"LSAD": "06",
"ALAND": 798866697,
"AWATER": 1847051
},
"geometry": {
"type": "Point",
"coordinates": [
-83.06493257142857,
37.68747878480123
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "081",
"COUNTYNS": "01622983",
"AFFGEOID": "0500000US26081",
"GEOID": "26081",
"NAME": "Kent",
"LSAD": "06",
"ALAND": 2195420014,
"AWATER": 62899810
},
"geometry": {
"type": "Point",
"coordinates": [
-85.5717349090909,
43.05502427178613
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "055",
"COUNTYNS": "00659473",
"AFFGEOID": "0500000US27055",
"GEOID": "27055",
"NAME": "Houston",
"LSAD": "06",
"ALAND": 1429784922,
"AWATER": 43495762
},
"geometry": {
"type": "Point",
"coordinates": [
-91.39343861652408,
43.63883147950756
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "167",
"COUNTYNS": "01383869",
"AFFGEOID": "0500000US48167",
"GEOID": "48167",
"NAME": "Galveston",
"LSAD": "06",
"ALAND": 981478578,
"AWATER": 1281645343
},
"geometry": {
"type": "Point",
"coordinates": [
-94.89356443773327,
29.447358249640597
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "153",
"COUNTYNS": "00835898",
"AFFGEOID": "0500000US31153",
"GEOID": "31153",
"NAME": "Sarpy",
"LSAD": "06",
"ALAND": 618872493,
"AWATER": 22209229
},
"geometry": {
"type": "Point",
"coordinates": [
-96.02601928823667,
41.11106537930884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "179",
"COUNTYNS": "01480173",
"AFFGEOID": "0500000US51179",
"GEOID": "51179",
"NAME": "Stafford",
"LSAD": "06",
"ALAND": 697237227,
"AWATER": 28088013
},
"geometry": {
"type": "Point",
"coordinates": [
-77.44979822258302,
38.377779800087296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "059",
"COUNTYNS": "00929115",
"AFFGEOID": "0500000US35059",
"GEOID": "35059",
"NAME": "Union",
"LSAD": "06",
"ALAND": 9903868964,
"AWATER": 18464199
},
"geometry": {
"type": "Point",
"coordinates": [
-103.37132034483677,
36.41408438588537
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "089",
"COUNTYNS": "01074057",
"AFFGEOID": "0500000US39089",
"GEOID": "39089",
"NAME": "Licking",
"LSAD": "06",
"ALAND": 1767338086,
"AWATER": 12924074
},
"geometry": {
"type": "Point",
"coordinates": [
-82.459915375,
40.073526874070424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "191",
"COUNTYNS": "01026128",
"AFFGEOID": "0500000US37191",
"GEOID": "37191",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1434638257,
"AWATER": 9855192
},
"geometry": {
"type": "Point",
"coordinates": [
-78.01435993749999,
35.356119311609234
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "007",
"COUNTYNS": "00212797",
"AFFGEOID": "0500000US09007",
"GEOID": "09007",
"NAME": "Middlesex",
"LSAD": "06",
"ALAND": 956493768,
"AWATER": 180679144
},
"geometry": {
"type": "Point",
"coordinates": [
-72.53218955677697,
41.445641891960754
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "039",
"COUNTYNS": "00450348",
"AFFGEOID": "0500000US18039",
"GEOID": "18039",
"NAME": "Elkhart",
"LSAD": "06",
"ALAND": 1199614707,
"AWATER": 12423391
},
"geometry": {
"type": "Point",
"coordinates": [
-85.84149327862053,
41.61402009390848
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "003",
"COUNTYNS": "00516848",
"AFFGEOID": "0500000US21003",
"GEOID": "21003",
"NAME": "Allen",
"LSAD": "06",
"ALAND": 891830211,
"AWATER": 19490893
},
"geometry": {
"type": "Point",
"coordinates": [
-86.15667628022818,
36.755018538468875
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "001",
"COUNTYNS": "00025441",
"AFFGEOID": "0500000US04001",
"GEOID": "04001",
"NAME": "Apache",
"LSAD": "06",
"ALAND": 29001298929,
"AWATER": 54174161
},
"geometry": {
"type": "Point",
"coordinates": [
-109.46106310683775,
34.98889618542224
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "111",
"COUNTYNS": "01784815",
"AFFGEOID": "0500000US17111",
"GEOID": "17111",
"NAME": "McHenry",
"LSAD": "06",
"ALAND": 1562336883,
"AWATER": 19832927
},
"geometry": {
"type": "Point",
"coordinates": [
-88.34172079480312,
42.298833074261545
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "027",
"COUNTYNS": "00023901",
"AFFGEOID": "0500000US04027",
"GEOID": "04027",
"NAME": "Yuma",
"LSAD": "06",
"ALAND": 14281265651,
"AWATER": 13171316
},
"geometry": {
"type": "Point",
"coordinates": [
-114.35281461740206,
32.79801548545604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "053",
"COUNTYNS": "01101814",
"AFFGEOID": "0500000US40053",
"GEOID": "40053",
"NAME": "Grant",
"LSAD": "06",
"ALAND": 2592244840,
"AWATER": 7021951
},
"geometry": {
"type": "Point",
"coordinates": [
-97.85835352299502,
36.848949479447555
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "139",
"COUNTYNS": "01101857",
"AFFGEOID": "0500000US40139",
"GEOID": "40139",
"NAME": "Texas",
"LSAD": "06",
"ALAND": 5286926133,
"AWATER": 19215617
},
"geometry": {
"type": "Point",
"coordinates": [
-101.47639660209417,
36.789073104085794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "021",
"COUNTYNS": "01266974",
"AFFGEOID": "0500000US46021",
"GEOID": "46021",
"NAME": "Campbell",
"LSAD": "06",
"ALAND": 1900214168,
"AWATER": 96243697
},
"geometry": {
"type": "Point",
"coordinates": [
-100.1159941960894,
45.83263182556663
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "015",
"COUNTYNS": "01026334",
"AFFGEOID": "0500000US37015",
"GEOID": "37015",
"NAME": "Bertie",
"LSAD": "06",
"ALAND": 1810858584,
"AWATER": 109088135
},
"geometry": {
"type": "Point",
"coordinates": [
-76.98811947619047,
36.01495195148328
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "185",
"COUNTYNS": "01639800",
"AFFGEOID": "0500000US47185",
"GEOID": "47185",
"NAME": "White",
"LSAD": "06",
"ALAND": 975592111,
"AWATER": 7113368
},
"geometry": {
"type": "Point",
"coordinates": [
-85.47808044444446,
35.857820887992815
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "015",
"COUNTYNS": "01035614",
"AFFGEOID": "0500000US38015",
"GEOID": "38015",
"NAME": "Burleigh",
"LSAD": "06",
"ALAND": 4228239131,
"AWATER": 92618423
},
"geometry": {
"type": "Point",
"coordinates": [
-100.64310623076923,
46.99070753752073
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "063",
"COUNTYNS": "01265792",
"AFFGEOID": "0500000US46063",
"GEOID": "46063",
"NAME": "Harding",
"LSAD": "06",
"ALAND": 6919334579,
"AWATER": 16956320
},
"geometry": {
"type": "Point",
"coordinates": [
-103.68208492092347,
45.71273813302257
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "117",
"COUNTYNS": "00465247",
"AFFGEOID": "0500000US19117",
"GEOID": "19117",
"NAME": "Lucas",
"LSAD": "06",
"ALAND": 1115257644,
"AWATER": 9852833
},
"geometry": {
"type": "Point",
"coordinates": [
-93.3277588,
41.05590859906549
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "025",
"COUNTYNS": "00451674",
"AFFGEOID": "0500000US18025",
"GEOID": "18025",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 791534789,
"AWATER": 8041751
},
"geometry": {
"type": "Point",
"coordinates": [
-86.44523641450371,
38.255160700604016
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "003",
"COUNTYNS": "01639723",
"AFFGEOID": "0500000US47003",
"GEOID": "47003",
"NAME": "Bedford",
"LSAD": "06",
"ALAND": 1226719784,
"AWATER": 2980756
},
"geometry": {
"type": "Point",
"coordinates": [
-86.45786716666664,
35.505098499107625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "035",
"COUNTYNS": "00929104",
"AFFGEOID": "0500000US35035",
"GEOID": "35035",
"NAME": "Otero",
"LSAD": "06",
"ALAND": 17126453574,
"AWATER": 36946480
},
"geometry": {
"type": "Point",
"coordinates": [
-105.66376559653635,
32.65608496586069
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "107",
"COUNTYNS": "00424255",
"AFFGEOID": "0500000US17107",
"GEOID": "17107",
"NAME": "Logan",
"LSAD": "06",
"ALAND": 1600758859,
"AWATER": 2252736
},
"geometry": {
"type": "Point",
"coordinates": [
-89.35237523076924,
40.112356383685594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "145",
"COUNTYNS": "01101860",
"AFFGEOID": "0500000US40145",
"GEOID": "40145",
"NAME": "Wagoner",
"LSAD": "06",
"ALAND": 1454425176,
"AWATER": 75403442
},
"geometry": {
"type": "Point",
"coordinates": [
-95.5366796,
35.95993013243621
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "085",
"COUNTYNS": "01034208",
"AFFGEOID": "0500000US38085",
"GEOID": "38085",
"NAME": "Sioux",
"LSAD": "06",
"ALAND": 2833690974,
"AWATER": 88449900
},
"geometry": {
"type": "Point",
"coordinates": [
-101.22840361939944,
46.10685527012644
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "005",
"COUNTYNS": "00882272",
"AFFGEOID": "0500000US34005",
"GEOID": "34005",
"NAME": "Burlington",
"LSAD": "06",
"ALAND": 2069239325,
"AWATER": 55032009
},
"geometry": {
"type": "Point",
"coordinates": [
-74.79381868640914,
39.94563765378632
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "059",
"COUNTYNS": "00516876",
"AFFGEOID": "0500000US21059",
"GEOID": "21059",
"NAME": "Daviess",
"LSAD": "06",
"ALAND": 1187163564,
"AWATER": 47158145
},
"geometry": {
"type": "Point",
"coordinates": [
-87.1136922040615,
37.78878412213778
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "013",
"COUNTYNS": "00558445",
"AFFGEOID": "0500000US22013",
"GEOID": "22013",
"NAME": "Bienville",
"LSAD": "15",
"ALAND": 2101207370,
"AWATER": 27945994
},
"geometry": {
"type": "Point",
"coordinates": [
-93.11028800000001,
32.351379732479955
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "205",
"COUNTYNS": "00516949",
"AFFGEOID": "0500000US21205",
"GEOID": "21205",
"NAME": "Rowan",
"LSAD": "06",
"ALAND": 724723335,
"AWATER": 16699596
},
"geometry": {
"type": "Point",
"coordinates": [
-83.35576052,
38.17613975908304
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "073",
"COUNTYNS": "01383822",
"AFFGEOID": "0500000US48073",
"GEOID": "48073",
"NAME": "Cherokee",
"LSAD": "06",
"ALAND": 2727141725,
"AWATER": 23873001
},
"geometry": {
"type": "Point",
"coordinates": [
-95.1935888,
31.759084749155125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "015",
"COUNTYNS": "00558453",
"AFFGEOID": "0500000US22015",
"GEOID": "22015",
"NAME": "Bossier",
"LSAD": "15",
"ALAND": 2176185432,
"AWATER": 70496339
},
"geometry": {
"type": "Point",
"coordinates": [
-93.61544377040812,
32.64253591513948
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "013",
"COUNTYNS": "01675903",
"AFFGEOID": "0500000US06013",
"GEOID": "06013",
"NAME": "Contra Costa",
"LSAD": "06",
"ALAND": 1857310903,
"AWATER": 225193562
},
"geometry": {
"type": "Point",
"coordinates": [
-122.02236194528825,
37.91916223307396
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "045",
"COUNTYNS": "00936844",
"AFFGEOID": "0500000US35045",
"GEOID": "35045",
"NAME": "San Juan",
"LSAD": "06",
"ALAND": 14289427705,
"AWATER": 55030762
},
"geometry": {
"type": "Point",
"coordinates": [
-108.10161018894995,
36.66954811766374
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "167",
"COUNTYNS": "01785010",
"AFFGEOID": "0500000US17167",
"GEOID": "17167",
"NAME": "Sangamon",
"LSAD": "06",
"ALAND": 2248891495,
"AWATER": 22577723
},
"geometry": {
"type": "Point",
"coordinates": [
-89.57469413636362,
39.77897145361757
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "045",
"COUNTYNS": "00395442",
"AFFGEOID": "0500000US16045",
"GEOID": "16045",
"NAME": "Gem",
"LSAD": "06",
"ALAND": 1449792319,
"AWATER": 12495804
},
"geometry": {
"type": "Point",
"coordinates": [
-116.37981747058826,
44.149734410821864
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "075",
"COUNTYNS": "00394896",
"AFFGEOID": "0500000US16075",
"GEOID": "16075",
"NAME": "Payette",
"LSAD": "06",
"ALAND": 1053857311,
"AWATER": 8870733
},
"geometry": {
"type": "Point",
"coordinates": [
-116.78398533682892,
43.97915258821483
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "081",
"COUNTYNS": "00559472",
"AFFGEOID": "0500000US22081",
"GEOID": "22081",
"NAME": "Red River",
"LSAD": "15",
"ALAND": 1007739206,
"AWATER": 34327512
},
"geometry": {
"type": "Point",
"coordinates": [
-93.36550558333334,
32.096698665816895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "079",
"COUNTYNS": "01702379",
"AFFGEOID": "0500000US16079",
"GEOID": "16079",
"NAME": "Shoshone",
"LSAD": "06",
"ALAND": 6830709342,
"AWATER": 14151673
},
"geometry": {
"type": "Point",
"coordinates": [
-115.71303905105708,
47.47196053236673
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "117",
"COUNTYNS": "00424257",
"AFFGEOID": "0500000US17117",
"GEOID": "17117",
"NAME": "Macoupin",
"LSAD": "06",
"ALAND": 2234952037,
"AWATER": 12253242
},
"geometry": {
"type": "Point",
"coordinates": [
-89.96234116666666,
39.30445999907507
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "119",
"COUNTYNS": "00424258",
"AFFGEOID": "0500000US17119",
"GEOID": "17119",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1853819910,
"AWATER": 64225067
},
"geometry": {
"type": "Point",
"coordinates": [
-89.97301938308371,
38.82974237120525
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "017",
"COUNTYNS": "01676992",
"AFFGEOID": "0500000US24017",
"GEOID": "24017",
"NAME": "Charles",
"LSAD": "06",
"ALAND": 1185656912,
"AWATER": 479539652
},
"geometry": {
"type": "Point",
"coordinates": [
-76.98335747577754,
38.50055685437846
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "035",
"COUNTYNS": "00395697",
"AFFGEOID": "0500000US16035",
"GEOID": "16035",
"NAME": "Clearwater",
"LSAD": "06",
"ALAND": 6364399894,
"AWATER": 79605439
},
"geometry": {
"type": "Point",
"coordinates": [
-115.56274935971389,
46.59951278820616
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "143",
"COUNTYNS": "01639784",
"AFFGEOID": "0500000US47143",
"GEOID": "47143",
"NAME": "Rhea",
"LSAD": "06",
"ALAND": 816822292,
"AWATER": 54464086
},
"geometry": {
"type": "Point",
"coordinates": [
-84.90592541176471,
35.59700529322429
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "069",
"COUNTYNS": "01639750",
"AFFGEOID": "0500000US47069",
"GEOID": "47069",
"NAME": "Hardeman",
"LSAD": "06",
"ALAND": 1729448612,
"AWATER": 6829952
},
"geometry": {
"type": "Point",
"coordinates": [
-88.97391849224357,
35.203689743533296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "087",
"COUNTYNS": "00399757",
"AFFGEOID": "0500000US16087",
"GEOID": "16087",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 3762870366,
"AWATER": 53228012
},
"geometry": {
"type": "Point",
"coordinates": [
-116.90263949583983,
44.426713136782205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "147",
"COUNTYNS": "00424275",
"AFFGEOID": "0500000US17147",
"GEOID": "17147",
"NAME": "Piatt",
"LSAD": "06",
"ALAND": 1137445090,
"AWATER": 756346
},
"geometry": {
"type": "Point",
"coordinates": [
-88.56233809999999,
40.04062389907062
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "023",
"COUNTYNS": "01266976",
"AFFGEOID": "0500000US46023",
"GEOID": "46023",
"NAME": "Charles Mix",
"LSAD": "06",
"ALAND": 2842481188,
"AWATER": 136616766
},
"geometry": {
"type": "Point",
"coordinates": [
-98.62519951812653,
43.15803325246207
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "099",
"COUNTYNS": "00277314",
"AFFGEOID": "0500000US06099",
"GEOID": "06099",
"NAME": "Stanislaus",
"LSAD": "06",
"ALAND": 3874634688,
"AWATER": 46384540
},
"geometry": {
"type": "Point",
"coordinates": [
-121.07668317647058,
37.52504511673539
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "095",
"COUNTYNS": "01639762",
"AFFGEOID": "0500000US47095",
"GEOID": "47095",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 429381243,
"AWATER": 72799687
},
"geometry": {
"type": "Point",
"coordinates": [
-89.53086779448331,
36.33260078456789
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "025",
"COUNTYNS": "01698178",
"AFFGEOID": "0500000US24025",
"GEOID": "24025",
"NAME": "Harford",
"LSAD": "06",
"ALAND": 1132095114,
"AWATER": 231904976
},
"geometry": {
"type": "Point",
"coordinates": [
-76.28608574178578,
39.52348271272615
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "097",
"COUNTYNS": "01639763",
"AFFGEOID": "0500000US47097",
"GEOID": "47097",
"NAME": "Lauderdale",
"LSAD": "06",
"ALAND": 1222389178,
"AWATER": 92231159
},
"geometry": {
"type": "Point",
"coordinates": [
-89.69381804218893,
35.756988933118556
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "055",
"COUNTYNS": "01266988",
"AFFGEOID": "0500000US46055",
"GEOID": "46055",
"NAME": "Haakon",
"LSAD": "06",
"ALAND": 4689280303,
"AWATER": 42449686
},
"geometry": {
"type": "Point",
"coordinates": [
-101.46323606249999,
44.41628037405696
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "023",
"COUNTYNS": "01639732",
"AFFGEOID": "0500000US47023",
"GEOID": "47023",
"NAME": "Chester",
"LSAD": "06",
"ALAND": 740053456,
"AWATER": 575590
},
"geometry": {
"type": "Point",
"coordinates": [
-88.59972161538462,
35.420320922185454
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "079",
"COUNTYNS": "01383825",
"AFFGEOID": "0500000US48079",
"GEOID": "48079",
"NAME": "Cochran",
"LSAD": "06",
"ALAND": 2007453829,
"AWATER": 229068
},
"geometry": {
"type": "Point",
"coordinates": [
-102.90322409984485,
33.59464535149907
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "037",
"COUNTYNS": "01697853",
"AFFGEOID": "0500000US24037",
"GEOID": "24037",
"NAME": "St. Mary's",
"LSAD": "06",
"ALAND": 928885370,
"AWATER": 1050517131
},
"geometry": {
"type": "Point",
"coordinates": [
-76.53194416321651,
38.251579435803144
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "091",
"COUNTYNS": "00516892",
"AFFGEOID": "0500000US21091",
"GEOID": "21091",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 486020462,
"AWATER": 29093100
},
"geometry": {
"type": "Point",
"coordinates": [
-86.79049716161697,
37.869061444379604
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "081",
"COUNTYNS": "01383826",
"AFFGEOID": "0500000US48081",
"GEOID": "48081",
"NAME": "Coke",
"LSAD": "06",
"ALAND": 2360696264,
"AWATER": 42788774
},
"geometry": {
"type": "Point",
"coordinates": [
-100.50914833333333,
31.95415766581895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "039",
"COUNTYNS": "00596907",
"AFFGEOID": "0500000US24039",
"GEOID": "24039",
"NAME": "Somerset",
"LSAD": "06",
"ALAND": 828090979,
"AWATER": 752714478
},
"geometry": {
"type": "Point",
"coordinates": [
-75.82038549245858,
38.070474811162306
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "019",
"COUNTYNS": "00558468",
"AFFGEOID": "0500000US22019",
"GEOID": "22019",
"NAME": "Calcasieu",
"LSAD": "15",
"ALAND": 2756538198,
"AWATER": 77608623
},
"geometry": {
"type": "Point",
"coordinates": [
-93.41041146236352,
30.253803482344324
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "041",
"COUNTYNS": "00592947",
"AFFGEOID": "0500000US24041",
"GEOID": "24041",
"NAME": "Talbot",
"LSAD": "06",
"ALAND": 695519250,
"AWATER": 539405840
},
"geometry": {
"type": "Point",
"coordinates": [
-76.1846979379334,
38.76050040865011
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "043",
"COUNTYNS": "01714220",
"AFFGEOID": "0500000US24043",
"GEOID": "24043",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1185609331,
"AWATER": 24803926
},
"geometry": {
"type": "Point",
"coordinates": [
-77.9149613076321,
39.58245092338491
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "057",
"COUNTYNS": "01213671",
"AFFGEOID": "0500000US42057",
"GEOID": "42057",
"NAME": "Fulton",
"LSAD": "06",
"ALAND": 1133252798,
"AWATER": 1305486
},
"geometry": {
"type": "Point",
"coordinates": [
-78.14173902327543,
39.91824180125419
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "045",
"COUNTYNS": "00465211",
"AFFGEOID": "0500000US19045",
"GEOID": "19045",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 1799830900,
"AWATER": 39514681
},
"geometry": {
"type": "Point",
"coordinates": [
-90.38177247391535,
41.85955169300602
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "510",
"COUNTYNS": "01702381",
"AFFGEOID": "0500000US24510",
"GEOID": "24510",
"NAME": "Baltimore",
"LSAD": "25",
"ALAND": 209643563,
"AWATER": 28767622
},
"geometry": {
"type": "Point",
"coordinates": [
-76.63426008333333,
39.30035099907506
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "001",
"COUNTYNS": "00484970",
"AFFGEOID": "0500000US20001",
"GEOID": "20001",
"NAME": "Allen",
"LSAD": "06",
"ALAND": 1295762491,
"AWATER": 13023677
},
"geometry": {
"type": "Point",
"coordinates": [
-95.27634485714284,
37.84502199908566
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "037",
"COUNTYNS": "00484988",
"AFFGEOID": "0500000US20037",
"GEOID": "20037",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1527463453,
"AWATER": 13609414
},
"geometry": {
"type": "Point",
"coordinates": [
-94.79250218394494,
37.479809852089346
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "089",
"COUNTYNS": "01383830",
"AFFGEOID": "0500000US48089",
"GEOID": "48089",
"NAME": "Colorado",
"LSAD": "06",
"ALAND": 2487123844,
"AWATER": 34710043
},
"geometry": {
"type": "Point",
"coordinates": [
-96.49848507692309,
29.60030922995835
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "091",
"COUNTYNS": "01383831",
"AFFGEOID": "0500000US48091",
"GEOID": "48091",
"NAME": "Comal",
"LSAD": "06",
"ALAND": 1449127320,
"AWATER": 39800429
},
"geometry": {
"type": "Point",
"coordinates": [
-98.29014894117647,
29.751052587421867
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "099",
"COUNTYNS": "01383835",
"AFFGEOID": "0500000US48099",
"GEOID": "48099",
"NAME": "Coryell",
"LSAD": "06",
"ALAND": 2725199226,
"AWATER": 11781488
},
"geometry": {
"type": "Point",
"coordinates": [
-97.77868612500002,
31.38016937416076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "105",
"COUNTYNS": "01383838",
"AFFGEOID": "0500000US48105",
"GEOID": "48105",
"NAME": "Crockett",
"LSAD": "06",
"ALAND": 7270935065,
"AWATER": 53329
},
"geometry": {
"type": "Point",
"coordinates": [
-101.74788536842106,
30.789146999169833
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "105",
"COUNTYNS": "00516899",
"AFFGEOID": "0500000US21105",
"GEOID": "21105",
"NAME": "Hickman",
"LSAD": "06",
"ALAND": 627487971,
"AWATER": 27882017
},
"geometry": {
"type": "Point",
"coordinates": [
-89.00982961862375,
36.6613296879869
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "007",
"COUNTYNS": "00581289",
"AFFGEOID": "0500000US23007",
"GEOID": "23007",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 4395190350,
"AWATER": 121369621
},
"geometry": {
"type": "Point",
"coordinates": [
-70.42780420881638,
44.9994931082625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "067",
"COUNTYNS": "00465222",
"AFFGEOID": "0500000US19067",
"GEOID": "19067",
"NAME": "Floyd",
"LSAD": "06",
"ALAND": 1296631080,
"AWATER": 1942548
},
"geometry": {
"type": "Point",
"coordinates": [
-92.789457,
43.060071499058836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "017",
"COUNTYNS": "01026336",
"AFFGEOID": "0500000US37017",
"GEOID": "37017",
"NAME": "Bladen",
"LSAD": "06",
"ALAND": 2265870801,
"AWATER": 33027800
},
"geometry": {
"type": "Point",
"coordinates": [
-78.51442964705882,
34.60876899911763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "149",
"COUNTYNS": "01639787",
"AFFGEOID": "0500000US47149",
"GEOID": "47149",
"NAME": "Rutherford",
"LSAD": "06",
"ALAND": 1604162229,
"AWATER": 12132094
},
"geometry": {
"type": "Point",
"coordinates": [
-86.41016886666666,
35.81185973243773
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "153",
"COUNTYNS": "01652643",
"AFFGEOID": "0500000US47153",
"GEOID": "47153",
"NAME": "Sequatchie",
"LSAD": "06",
"ALAND": 688550864,
"AWATER": 498314
},
"geometry": {
"type": "Point",
"coordinates": [
-85.43285808333333,
35.41517374910859
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "041",
"COUNTYNS": "00424222",
"AFFGEOID": "0500000US17041",
"GEOID": "17041",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 1079156592,
"AWATER": 1448702
},
"geometry": {
"type": "Point",
"coordinates": [
-88.239488,
39.77943477684988
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "085",
"COUNTYNS": "00465231",
"AFFGEOID": "0500000US19085",
"GEOID": "19085",
"NAME": "Harrison",
"LSAD": "06",
"ALAND": 1804808356,
"AWATER": 12417698
},
"geometry": {
"type": "Point",
"coordinates": [
-95.91748678238899,
41.672358366463264
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "121",
"COUNTYNS": "00516907",
"AFFGEOID": "0500000US21121",
"GEOID": "21121",
"NAME": "Knox",
"LSAD": "06",
"ALAND": 1000508765,
"AWATER": 3753811
},
"geometry": {
"type": "Point",
"coordinates": [
-83.84803649999999,
36.893880499093854
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "059",
"COUNTYNS": "01622972",
"AFFGEOID": "0500000US26059",
"GEOID": "26059",
"NAME": "Hillsdale",
"LSAD": "06",
"ALAND": 1549207599,
"AWATER": 22938677
},
"geometry": {
"type": "Point",
"coordinates": [
-84.61494134563868,
41.83895269310578
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "127",
"COUNTYNS": "00516910",
"AFFGEOID": "0500000US21127",
"GEOID": "21127",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 1076385464,
"AWATER": 11584860
},
"geometry": {
"type": "Point",
"coordinates": [
-82.72569158454992,
38.07843732367602
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "167",
"COUNTYNS": "01639795",
"AFFGEOID": "0500000US47167",
"GEOID": "47167",
"NAME": "Tipton",
"LSAD": "06",
"ALAND": 1187267191,
"AWATER": 38609225
},
"geometry": {
"type": "Point",
"coordinates": [
-89.80502188235293,
35.49045882263718
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "119",
"COUNTYNS": "01383846",
"AFFGEOID": "0500000US48119",
"GEOID": "48119",
"NAME": "Delta",
"LSAD": "06",
"ALAND": 665174292,
"AWATER": 54666016
},
"geometry": {
"type": "Point",
"coordinates": [
-95.62624083333332,
33.381869999132704
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "133",
"COUNTYNS": "00516913",
"AFFGEOID": "0500000US21133",
"GEOID": "21133",
"NAME": "Letcher",
"LSAD": "06",
"ALAND": 875192042,
"AWATER": 2898572
},
"geometry": {
"type": "Point",
"coordinates": [
-82.86018592369395,
37.11003924067326
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "135",
"COUNTYNS": "00516914",
"AFFGEOID": "0500000US21135",
"GEOID": "21135",
"NAME": "Lewis",
"LSAD": "06",
"ALAND": 1250540181,
"AWATER": 32492720
},
"geometry": {
"type": "Point",
"coordinates": [
-83.33261281681984,
38.578173657083475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "029",
"COUNTYNS": "00558515",
"AFFGEOID": "0500000US22029",
"GEOID": "22029",
"NAME": "Concordia",
"LSAD": "15",
"ALAND": 1805172274,
"AWATER": 130329995
},
"geometry": {
"type": "Point",
"coordinates": [
-91.63545844821038,
31.431211601901893
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "317",
"COUNTYNS": "00351265",
"AFFGEOID": "0500000US13317",
"GEOID": "13317",
"NAME": "Wilkes",
"LSAD": "06",
"ALAND": 1215973894,
"AWATER": 11924769
},
"geometry": {
"type": "Point",
"coordinates": [
-82.71597626666667,
33.78121586579429
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "007",
"COUNTYNS": "00069896",
"AFFGEOID": "0500000US05007",
"GEOID": "05007",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 2195019818,
"AWATER": 94307300
},
"geometry": {
"type": "Point",
"coordinates": [
-94.19249404310773,
36.30918227048701
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "057",
"COUNTYNS": "00465217",
"AFFGEOID": "0500000US19057",
"GEOID": "19057",
"NAME": "Des Moines",
"LSAD": "06",
"ALAND": 1077784093,
"AWATER": 35342793
},
"geometry": {
"type": "Point",
"coordinates": [
-91.11506632125433,
40.881081794520256
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "045",
"COUNTYNS": "01668606",
"AFFGEOID": "0500000US24045",
"GEOID": "24045",
"NAME": "Wicomico",
"LSAD": "06",
"ALAND": 969736578,
"AWATER": 66797773
},
"geometry": {
"type": "Point",
"coordinates": [
-75.6834644518429,
38.36343662620643
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "017",
"COUNTYNS": "00863992",
"AFFGEOID": "0500000US32017",
"GEOID": "32017",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 27540342244,
"AWATER": 9802713
},
"geometry": {
"type": "Point",
"coordinates": [
-114.41505815795895,
37.75620958449399
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "033",
"COUNTYNS": "01265788",
"AFFGEOID": "0500000US46033",
"GEOID": "46033",
"NAME": "Custer",
"LSAD": "06",
"ALAND": 4032473668,
"AWATER": 5481079
},
"geometry": {
"type": "Point",
"coordinates": [
-103.38653789556601,
43.63371882365532
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "710",
"COUNTYNS": "01498557",
"AFFGEOID": "0500000US51710",
"GEOID": "51710",
"NAME": "Norfolk",
"LSAD": "25",
"ALAND": 137985835,
"AWATER": 111697132
},
"geometry": {
"type": "Point",
"coordinates": [
-76.26089441052586,
36.90498311361663
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "130",
"COUNTYNS": "01419973",
"AFFGEOID": "0500000US02130",
"GEOID": "02130",
"NAME": "Ketchikan Gateway",
"LSAD": "04",
"ALAND": 12579507052,
"AWATER": 5220218255
},
"geometry": {
"type": "Point",
"coordinates": [
-131.08182141091694,
55.487943984291434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "143",
"COUNTYNS": "00450386",
"AFFGEOID": "0500000US18143",
"GEOID": "18143",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 493126036,
"AWATER": 6088999
},
"geometry": {
"type": "Point",
"coordinates": [
-85.76477971428572,
38.68855571336495
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "049",
"COUNTYNS": "00558592",
"AFFGEOID": "0500000US22049",
"GEOID": "22049",
"NAME": "Jackson",
"LSAD": "15",
"ALAND": 1474195902,
"AWATER": 28714912
},
"geometry": {
"type": "Point",
"coordinates": [
-92.53757860000002,
32.34333679914673
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "019",
"COUNTYNS": "00835831",
"AFFGEOID": "0500000US31019",
"GEOID": "31019",
"NAME": "Buffalo",
"LSAD": "06",
"ALAND": 2507344546,
"AWATER": 18927907
},
"geometry": {
"type": "Point",
"coordinates": [
-99.07812954545456,
40.81128936270298
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "44",
"COUNTYFP": "007",
"COUNTYNS": "01219781",
"AFFGEOID": "0500000US44007",
"GEOID": "44007",
"NAME": "Providence",
"LSAD": "06",
"ALAND": 1060791694,
"AWATER": 67639362
},
"geometry": {
"type": "Point",
"coordinates": [
-71.47728523814763,
41.887003332204685
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "029",
"COUNTYNS": "01560574",
"AFFGEOID": "0500000US54029",
"GEOID": "54029",
"NAME": "Hancock",
"LSAD": "06",
"ALAND": 213957146,
"AWATER": 13879326
},
"geometry": {
"type": "Point",
"coordinates": [
-80.58640354384783,
40.509584712627586
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "059",
"COUNTYNS": "01529220",
"AFFGEOID": "0500000US53059",
"GEOID": "53059",
"NAME": "Skamania",
"LSAD": "06",
"ALAND": 4294875666,
"AWATER": 73344946
},
"geometry": {
"type": "Point",
"coordinates": [
-121.8529840249609,
45.801896981526156
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "013",
"COUNTYNS": "01155128",
"AFFGEOID": "0500000US41013",
"GEOID": "41013",
"NAME": "Crook",
"LSAD": "06",
"ALAND": 7715298889,
"AWATER": 21091929
},
"geometry": {
"type": "Point",
"coordinates": [
-120.39844952000001,
44.14584439905719
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "031",
"COUNTYNS": "00659461",
"AFFGEOID": "0500000US27031",
"GEOID": "27031",
"NAME": "Cook",
"LSAD": "06",
"ALAND": 3761621396,
"AWATER": 4887941604
},
"geometry": {
"type": "Point",
"coordinates": [
-90.32719791451413,
47.92497364566669
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "041",
"COUNTYNS": "00758475",
"AFFGEOID": "0500000US29041",
"GEOID": "29041",
"NAME": "Chariton",
"LSAD": "06",
"ALAND": 1945540984,
"AWATER": 40353306
},
"geometry": {
"type": "Point",
"coordinates": [
-92.97740494117647,
39.4869219990739
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "111",
"COUNTYNS": "01492239",
"AFFGEOID": "0500000US51111",
"GEOID": "51111",
"NAME": "Lunenburg",
"LSAD": "06",
"ALAND": 1118051114,
"AWATER": 1795027
},
"geometry": {
"type": "Point",
"coordinates": [
-78.248181625,
36.98219912409306
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "047",
"COUNTYNS": "01213668",
"AFFGEOID": "0500000US42047",
"GEOID": "42047",
"NAME": "Elk",
"LSAD": "06",
"ALAND": 2142856032,
"AWATER": 12818644
},
"geometry": {
"type": "Point",
"coordinates": [
-78.70764999999998,
41.417545427635375
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "131",
"COUNTYNS": "00758520",
"AFFGEOID": "0500000US29131",
"GEOID": "29131",
"NAME": "Miller",
"LSAD": "06",
"ALAND": 1534813236,
"AWATER": 19159074
},
"geometry": {
"type": "Point",
"coordinates": [
-92.45372353333332,
38.242006599082536
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "075",
"COUNTYNS": "01719584",
"AFFGEOID": "0500000US30075",
"GEOID": "30075",
"NAME": "Powder River",
"LSAD": "06",
"ALAND": 8542288902,
"AWATER": 1565958
},
"geometry": {
"type": "Point",
"coordinates": [
-105.76941001871606,
45.26851841641093
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "057",
"COUNTYNS": "00161554",
"AFFGEOID": "0500000US01057",
"GEOID": "01057",
"NAME": "Fayette",
"LSAD": "06",
"ALAND": 1625693280,
"AWATER": 4330881
},
"geometry": {
"type": "Point",
"coordinates": [
-87.66301408333334,
33.721099165795046
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "029",
"COUNTYNS": "01135853",
"AFFGEOID": "0500000US41029",
"GEOID": "41029",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 7208499985,
"AWATER": 46860048
},
"geometry": {
"type": "Point",
"coordinates": [
-122.77820621783675,
42.51205723869789
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "049",
"COUNTYNS": "00357747",
"AFFGEOID": "0500000US13049",
"GEOID": "13049",
"NAME": "Charlton",
"LSAD": "06",
"ALAND": 2003702672,
"AWATER": 22676200
},
"geometry": {
"type": "Point",
"coordinates": [
-82.09419990448471,
30.67075989241046
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "023",
"COUNTYNS": "00401703",
"AFFGEOID": "0500000US16023",
"GEOID": "16023",
"NAME": "Butte",
"LSAD": "06",
"ALAND": 5792509562,
"AWATER": 5260331
},
"geometry": {
"type": "Point",
"coordinates": [
-113.24221929166667,
43.68206908239108
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "107",
"COUNTYNS": "01101841",
"AFFGEOID": "0500000US40107",
"GEOID": "40107",
"NAME": "Okfuskee",
"LSAD": "06",
"ALAND": 1602086606,
"AWATER": 26680140
},
"geometry": {
"type": "Point",
"coordinates": [
-96.31766691666666,
35.45314591577484
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "121",
"COUNTYNS": "00695781",
"AFFGEOID": "0500000US28121",
"GEOID": "28121",
"NAME": "Rankin",
"LSAD": "06",
"ALAND": 2008322209,
"AWATER": 79429951
},
"geometry": {
"type": "Point",
"coordinates": [
-89.98247523076922,
32.327045691454664
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "073",
"COUNTYNS": "00066864",
"AFFGEOID": "0500000US05073",
"GEOID": "05073",
"NAME": "Lafayette",
"LSAD": "06",
"ALAND": 1368278178,
"AWATER": 43469442
},
"geometry": {
"type": "Point",
"coordinates": [
-93.63413033697192,
33.24544535882303
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "111",
"COUNTYNS": "01101843",
"AFFGEOID": "0500000US40111",
"GEOID": "40111",
"NAME": "Okmulgee",
"LSAD": "06",
"ALAND": 1806123424,
"AWATER": 12915763
},
"geometry": {
"type": "Point",
"coordinates": [
-95.94614635294115,
35.62585799910635
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "033",
"COUNTYNS": "01716058",
"AFFGEOID": "0500000US30033",
"GEOID": "30033",
"NAME": "Garfield",
"LSAD": "06",
"ALAND": 12112233301,
"AWATER": 446864348
},
"geometry": {
"type": "Point",
"coordinates": [
-107.0286723888889,
47.455423221282636
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "083",
"COUNTYNS": "00695765",
"AFFGEOID": "0500000US28083",
"GEOID": "28083",
"NAME": "Leflore",
"LSAD": "06",
"ALAND": 1536793536,
"AWATER": 33720363
},
"geometry": {
"type": "Point",
"coordinates": [
-90.25120529411767,
33.554291528542265
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "109",
"COUNTYNS": "00659500",
"AFFGEOID": "0500000US27109",
"GEOID": "27109",
"NAME": "Olmsted",
"LSAD": "06",
"ALAND": 1692581425,
"AWATER": 3505507
},
"geometry": {
"type": "Point",
"coordinates": [
-92.45093890909092,
43.988425089966405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "425",
"COUNTYNS": "01383998",
"AFFGEOID": "0500000US48425",
"GEOID": "48425",
"NAME": "Somervell",
"LSAD": "06",
"ALAND": 482938558,
"AWATER": 14221312
},
"geometry": {
"type": "Point",
"coordinates": [
-97.74429466666665,
32.2267973324817
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "049",
"COUNTYNS": "00793926",
"AFFGEOID": "0500000US30049",
"GEOID": "30049",
"NAME": "Lewis and Clark",
"LSAD": "06",
"ALAND": 8957160027,
"AWATER": 101500820
},
"geometry": {
"type": "Point",
"coordinates": [
-112.37324575000001,
47.11787043087777
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "301",
"COUNTYNS": "00347777",
"AFFGEOID": "0500000US13301",
"GEOID": "13301",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 736316130,
"AWATER": 6201954
},
"geometry": {
"type": "Point",
"coordinates": [
-82.67653275,
33.42483774913216
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "155",
"COUNTYNS": "00835899",
"AFFGEOID": "0500000US31155",
"GEOID": "31155",
"NAME": "Saunders",
"LSAD": "06",
"ALAND": 1943097562,
"AWATER": 24827641
},
"geometry": {
"type": "Point",
"coordinates": [
-96.50352736363638,
41.189430180883086
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "145",
"COUNTYNS": "00659517",
"AFFGEOID": "0500000US27145",
"GEOID": "27145",
"NAME": "Stearns",
"LSAD": "06",
"ALAND": 3477880457,
"AWATER": 122121594
},
"geometry": {
"type": "Point",
"coordinates": [
-94.49178561111111,
45.519058165723635
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "041",
"COUNTYNS": "00558557",
"AFFGEOID": "0500000US22041",
"GEOID": "22041",
"NAME": "Franklin",
"LSAD": "15",
"ALAND": 1617667694,
"AWATER": 28107882
},
"geometry": {
"type": "Point",
"coordinates": [
-91.66540442105264,
32.106086525465884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "045",
"COUNTYNS": "00974121",
"AFFGEOID": "0500000US36045",
"GEOID": "36045",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 3285895343,
"AWATER": 1524639909
},
"geometry": {
"type": "Point",
"coordinates": [
-76.0573656100065,
44.01052673357867
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "115",
"COUNTYNS": "00069901",
"AFFGEOID": "0500000US05115",
"GEOID": "05115",
"NAME": "Pope",
"LSAD": "06",
"ALAND": 2104418088,
"AWATER": 47279033
},
"geometry": {
"type": "Point",
"coordinates": [
-93.0654953125,
35.427075311608476
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "035",
"COUNTYNS": "00558534",
"AFFGEOID": "0500000US22035",
"GEOID": "22035",
"NAME": "East Carroll",
"LSAD": "15",
"ALAND": 1089619193,
"AWATER": 56273972
},
"geometry": {
"type": "Point",
"coordinates": [
-91.20276060775852,
32.761793265408315
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "215",
"COUNTYNS": "01383893",
"AFFGEOID": "0500000US48215",
"GEOID": "48215",
"NAME": "Hidalgo",
"LSAD": "06",
"ALAND": 4068610437,
"AWATER": 31102594
},
"geometry": {
"type": "Point",
"coordinates": [
-98.15628437900091,
26.2478607709489
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "005",
"COUNTYNS": "00465192",
"AFFGEOID": "0500000US19005",
"GEOID": "19005",
"NAME": "Allamakee",
"LSAD": "06",
"ALAND": 1655214176,
"AWATER": 50995532
},
"geometry": {
"type": "Point",
"coordinates": [
-91.24442495148254,
43.31628839916015
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "015",
"COUNTYNS": "00758462",
"AFFGEOID": "0500000US29015",
"GEOID": "29015",
"NAME": "Benton",
"LSAD": "06",
"ALAND": 1823463551,
"AWATER": 125579913
},
"geometry": {
"type": "Point",
"coordinates": [
-93.28890130000002,
38.30748619908205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "045",
"COUNTYNS": "00558576",
"AFFGEOID": "0500000US22045",
"GEOID": "22045",
"NAME": "Iberia",
"LSAD": "15",
"ALAND": 1486941064,
"AWATER": 1182115493
},
"geometry": {
"type": "Point",
"coordinates": [
-91.72521108519814,
29.831214767804962
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "041",
"COUNTYNS": "01025822",
"AFFGEOID": "0500000US37041",
"GEOID": "37041",
"NAME": "Chowan",
"LSAD": "06",
"ALAND": 447179927,
"AWATER": 157966162
},
"geometry": {
"type": "Point",
"coordinates": [
-76.59435766666667,
36.14951216576764
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "261",
"COUNTYNS": "00343504",
"AFFGEOID": "0500000US13261",
"GEOID": "13261",
"NAME": "Sumter",
"LSAD": "06",
"ALAND": 1250167780,
"AWATER": 25799665
},
"geometry": {
"type": "Point",
"coordinates": [
-84.21117053333333,
32.055878732484146
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "075",
"COUNTYNS": "00974136",
"AFFGEOID": "0500000US36075",
"GEOID": "36075",
"NAME": "Oswego",
"LSAD": "06",
"ALAND": 2464746080,
"AWATER": 933480216
},
"geometry": {
"type": "Point",
"coordinates": [
-76.1747358447053,
43.426726742106915
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "265",
"COUNTYNS": "01383918",
"AFFGEOID": "0500000US48265",
"GEOID": "48265",
"NAME": "Kerr",
"LSAD": "06",
"ALAND": 2857602924,
"AWATER": 10246419
},
"geometry": {
"type": "Point",
"coordinates": [
-99.41131990000001,
30.049074099181656
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "143",
"COUNTYNS": "01025841",
"AFFGEOID": "0500000US37143",
"GEOID": "37143",
"NAME": "Perquimans",
"LSAD": "06",
"ALAND": 640099676,
"AWATER": 211829497
},
"geometry": {
"type": "Point",
"coordinates": [
-76.37677416666666,
36.15794883243422
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "001",
"COUNTYNS": "00858638",
"AFFGEOID": "0500000US32001",
"GEOID": "32001",
"NAME": "Churchill",
"LSAD": "06",
"ALAND": 12770128151,
"AWATER": 242405502
},
"geometry": {
"type": "Point",
"coordinates": [
-118.35202066666667,
39.51798729537003
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "233",
"COUNTYNS": "01383902",
"AFFGEOID": "0500000US48233",
"GEOID": "48233",
"NAME": "Hutchinson",
"LSAD": "06",
"ALAND": 2298408148,
"AWATER": 19507501
},
"geometry": {
"type": "Point",
"coordinates": [
-101.35452500000001,
35.84000124910413
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "055",
"COUNTYNS": "01026133",
"AFFGEOID": "0500000US37055",
"GEOID": "37055",
"NAME": "Dare",
"LSAD": "06",
"ALAND": 992522471,
"AWATER": 3000549341
},
"geometry": {
"type": "Point",
"coordinates": [
-75.71817599369565,
35.730180869618785
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "053",
"COUNTYNS": "01026125",
"AFFGEOID": "0500000US37053",
"GEOID": "37053",
"NAME": "Currituck",
"LSAD": "06",
"ALAND": 678415822,
"AWATER": 685024028
},
"geometry": {
"type": "Point",
"coordinates": [
-75.97621790457823,
36.3244445714176
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "061",
"COUNTYNS": "00451677",
"AFFGEOID": "0500000US18061",
"GEOID": "18061",
"NAME": "Harrison",
"LSAD": "06",
"ALAND": 1254889443,
"AWATER": 5193189
},
"geometry": {
"type": "Point",
"coordinates": [
-86.06296818196502,
38.14624897851034
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "063",
"COUNTYNS": "00485000",
"AFFGEOID": "0500000US20063",
"GEOID": "20063",
"NAME": "Gove",
"LSAD": "06",
"ALAND": 2775601943,
"AWATER": 245369
},
"geometry": {
"type": "Point",
"coordinates": [
-100.469127625,
38.915797374077655
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "121",
"COUNTYNS": "00758514",
"AFFGEOID": "0500000US29121",
"GEOID": "29121",
"NAME": "Macon",
"LSAD": "06",
"ALAND": 2075118128,
"AWATER": 28912824
},
"geometry": {
"type": "Point",
"coordinates": [
-92.518302,
39.799925999071995
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "23",
"COUNTYFP": "003",
"COUNTYNS": "00581287",
"AFFGEOID": "0500000US23003",
"GEOID": "23003",
"NAME": "Aroostook",
"LSAD": "06",
"ALAND": 17278038056,
"AWATER": 405253238
},
"geometry": {
"type": "Point",
"coordinates": [
-68.49965426570064,
46.708916779398024
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "137",
"COUNTYNS": "00351383",
"AFFGEOID": "0500000US13137",
"GEOID": "13137",
"NAME": "Habersham",
"LSAD": "06",
"ALAND": 716858330,
"AWATER": 5814561
},
"geometry": {
"type": "Point",
"coordinates": [
-83.54181824117985,
34.65958621865299
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "25",
"COUNTYFP": "001",
"COUNTYNS": "00606927",
"AFFGEOID": "0500000US25001",
"GEOID": "25001",
"NAME": "Barnstable",
"LSAD": "06",
"ALAND": 1020989901,
"AWATER": 2360346063
},
"geometry": {
"type": "Point",
"coordinates": [
-70.27554866879438,
41.75457863023786
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "025",
"COUNTYNS": "00974111",
"AFFGEOID": "0500000US36025",
"GEOID": "36025",
"NAME": "Delaware",
"LSAD": "06",
"ALAND": 3735952964,
"AWATER": 64717114
},
"geometry": {
"type": "Point",
"coordinates": [
-74.9969243793576,
42.15293026678634
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "183",
"COUNTYNS": "01639799",
"AFFGEOID": "0500000US47183",
"GEOID": "47183",
"NAME": "Weakley",
"LSAD": "06",
"ALAND": 1503107889,
"AWATER": 3707115
},
"geometry": {
"type": "Point",
"coordinates": [
-88.74179747760617,
36.28492826748449
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "053",
"COUNTYNS": "01720038",
"AFFGEOID": "0500000US30053",
"GEOID": "30053",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 9356348235,
"AWATER": 161596376
},
"geometry": {
"type": "Point",
"coordinates": [
-115.32120333310286,
48.39998187221849
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "157",
"COUNTYNS": "01383864",
"AFFGEOID": "0500000US48157",
"GEOID": "48157",
"NAME": "Fort Bend",
"LSAD": "06",
"ALAND": 2231423107,
"AWATER": 61595965
},
"geometry": {
"type": "Point",
"coordinates": [
-95.74906944000003,
29.555259159189873
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "069",
"COUNTYNS": "00516881",
"AFFGEOID": "0500000US21069",
"GEOID": "21069",
"NAME": "Fleming",
"LSAD": "06",
"ALAND": 902719721,
"AWATER": 7185948
},
"geometry": {
"type": "Point",
"coordinates": [
-83.72345178571429,
38.34708171336745
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "099",
"COUNTYNS": "01720018",
"AFFGEOID": "0500000US30099",
"GEOID": "30099",
"NAME": "Teton",
"LSAD": "06",
"ALAND": 5883425292,
"AWATER": 52657849
},
"geometry": {
"type": "Point",
"coordinates": [
-112.27165068000002,
47.78648567906141
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "025",
"COUNTYNS": "01461769",
"AFFGEOID": "0500000US50025",
"GEOID": "50025",
"NAME": "Windham",
"LSAD": "06",
"ALAND": 2034441181,
"AWATER": 32925693
},
"geometry": {
"type": "Point",
"coordinates": [
-72.63466787211993,
42.973642137778064
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "25",
"COUNTYFP": "005",
"COUNTYNS": "00606929",
"AFFGEOID": "0500000US25005",
"GEOID": "25005",
"NAME": "Bristol",
"LSAD": "06",
"ALAND": 1432461196,
"AWATER": 357549440
},
"geometry": {
"type": "Point",
"coordinates": [
-71.05198531230898,
41.80513352671973
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "049",
"COUNTYNS": "00695748",
"AFFGEOID": "0500000US28049",
"GEOID": "28049",
"NAME": "Hinds",
"LSAD": "06",
"ALAND": 2252651371,
"AWATER": 19495790
},
"geometry": {
"type": "Point",
"coordinates": [
-90.37612658823531,
32.34172976385263
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "071",
"COUNTYNS": "00758490",
"AFFGEOID": "0500000US29071",
"GEOID": "29071",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 2389734942,
"AWATER": 20729139
},
"geometry": {
"type": "Point",
"coordinates": [
-90.99458494117647,
38.46228146966912
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "077",
"COUNTYNS": "00424240",
"AFFGEOID": "0500000US17077",
"GEOID": "17077",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 1512739207,
"AWATER": 47416095
},
"geometry": {
"type": "Point",
"coordinates": [
-89.45092295049231,
37.74954390139841
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "003",
"COUNTYNS": "01710958",
"AFFGEOID": "0500000US24003",
"GEOID": "24003",
"NAME": "Anne Arundel",
"LSAD": "06",
"ALAND": 1074289193,
"AWATER": 448097535
},
"geometry": {
"type": "Point",
"coordinates": [
-76.61261055754919,
39.01052922230184
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "001",
"COUNTYNS": "00308548",
"AFFGEOID": "0500000US12001",
"GEOID": "12001",
"NAME": "Alachua",
"LSAD": "06",
"ALAND": 2266400894,
"AWATER": 242801104
},
"geometry": {
"type": "Point",
"coordinates": [
-82.3696618125,
29.688300999187635
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "023",
"COUNTYNS": "01681908",
"AFFGEOID": "0500000US06023",
"GEOID": "06023",
"NAME": "Humboldt",
"LSAD": "06",
"ALAND": 9241251740,
"AWATER": 1254039383
},
"geometry": {
"type": "Point",
"coordinates": [
-123.96368060649863,
40.752461236015904
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "089",
"COUNTYNS": "00758499",
"AFFGEOID": "0500000US29089",
"GEOID": "29089",
"NAME": "Howard",
"LSAD": "06",
"ALAND": 1201192546,
"AWATER": 19893064
},
"geometry": {
"type": "Point",
"coordinates": [
-92.73681933333333,
39.14201266574278
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "303",
"COUNTYNS": "00348428",
"AFFGEOID": "0500000US13303",
"GEOID": "13303",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1757156969,
"AWATER": 15316016
},
"geometry": {
"type": "Point",
"coordinates": [
-82.82800984210527,
32.97630531492752
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "345",
"COUNTYNS": "01383958",
"AFFGEOID": "0500000US48345",
"GEOID": "48345",
"NAME": "Motley",
"LSAD": "06",
"ALAND": 2562963901,
"AWATER": 644140
},
"geometry": {
"type": "Point",
"coordinates": [
-100.85104033333333,
34.12322933245675
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "305",
"COUNTYNS": "00350608",
"AFFGEOID": "0500000US13305",
"GEOID": "13305",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1662305031,
"AWATER": 18071707
},
"geometry": {
"type": "Point",
"coordinates": [
-81.8740435,
31.556060388047
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "311",
"COUNTYNS": "00326781",
"AFFGEOID": "0500000US13311",
"GEOID": "13311",
"NAME": "White",
"LSAD": "06",
"ALAND": 623386723,
"AWATER": 3928195
},
"geometry": {
"type": "Point",
"coordinates": [
-83.74411041666666,
34.66714383245027
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "125",
"COUNTYNS": "00345642",
"AFFGEOID": "0500000US13125",
"GEOID": "13125",
"NAME": "Glascock",
"LSAD": "06",
"ALAND": 372284127,
"AWATER": 1847843
},
"geometry": {
"type": "Point",
"coordinates": [
-82.63262812500002,
33.21073499913494
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "209",
"COUNTYNS": "00352276",
"AFFGEOID": "0500000US13209",
"GEOID": "13209",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 620371304,
"AWATER": 13383238
},
"geometry": {
"type": "Point",
"coordinates": [
-82.54465455555557,
32.16073544359377
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "135",
"COUNTYNS": "01688166",
"AFFGEOID": "0500000US13135",
"GEOID": "13135",
"NAME": "Gwinnett",
"LSAD": "06",
"ALAND": 1114851817,
"AWATER": 16349375
},
"geometry": {
"type": "Point",
"coordinates": [
-84.03713441176467,
33.95303994030195
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "055",
"COUNTYNS": "01135863",
"AFFGEOID": "0500000US41055",
"GEOID": "41055",
"NAME": "Sherman",
"LSAD": "06",
"ALAND": 2133151552,
"AWATER": 19617470
},
"geometry": {
"type": "Point",
"coordinates": [
-120.7034033037593,
45.449039752040015
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "163",
"COUNTYNS": "00345714",
"AFFGEOID": "0500000US13163",
"GEOID": "13163",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1363593760,
"AWATER": 8237192
},
"geometry": {
"type": "Point",
"coordinates": [
-82.43155710526314,
33.0575496833475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "110",
"COUNTYNS": "01419971",
"AFFGEOID": "0500000US02110",
"GEOID": "02110",
"NAME": "Juneau",
"LSAD": "03",
"ALAND": 6829216436,
"AWATER": 1423792753
},
"geometry": {
"type": "Point",
"coordinates": [
-134.34043693115916,
58.32913734754153
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "299",
"COUNTYNS": "01383935",
"AFFGEOID": "0500000US48299",
"GEOID": "48299",
"NAME": "Llano",
"LSAD": "06",
"ALAND": 2419183499,
"AWATER": 82373072
},
"geometry": {
"type": "Point",
"coordinates": [
-98.50532207692308,
30.68278915301763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "700",
"COUNTYNS": "01498555",
"AFFGEOID": "0500000US51700",
"GEOID": "51700",
"NAME": "Newport News",
"LSAD": "25",
"ALAND": 178939602,
"AWATER": 131011289
},
"geometry": {
"type": "Point",
"coordinates": [
-76.51333149999999,
37.08343929909214
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "001",
"COUNTYNS": "00212794",
"AFFGEOID": "0500000US09001",
"GEOID": "09001",
"NAME": "Fairfield",
"LSAD": "06",
"ALAND": 1618664433,
"AWATER": 549280551
},
"geometry": {
"type": "Point",
"coordinates": [
-73.38880575638291,
41.24462104936269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "089",
"COUNTYNS": "00977309",
"AFFGEOID": "0500000US36089",
"GEOID": "36089",
"NAME": "St. Lawrence",
"LSAD": "06",
"ALAND": 6939259769,
"AWATER": 367915773
},
"geometry": {
"type": "Point",
"coordinates": [
-75.15256634540344,
44.623603355598014
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "005",
"COUNTYNS": "00069895",
"AFFGEOID": "0500000US05005",
"GEOID": "05005",
"NAME": "Baxter",
"LSAD": "06",
"ALAND": 1435438032,
"AWATER": 84171993
},
"geometry": {
"type": "Point",
"coordinates": [
-92.34109964152723,
36.23035509991565
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "025",
"COUNTYNS": "01702365",
"AFFGEOID": "0500000US35025",
"GEOID": "35025",
"NAME": "Lea",
"LSAD": "06",
"ALAND": 11373741670,
"AWATER": 8469171
},
"geometry": {
"type": "Point",
"coordinates": [
-103.37532249248156,
32.81177079621891
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "141",
"COUNTYNS": "01623013",
"AFFGEOID": "0500000US26141",
"GEOID": "26141",
"NAME": "Presque Isle",
"LSAD": "06",
"ALAND": 1706070003,
"AWATER": 4957327100
},
"geometry": {
"type": "Point",
"coordinates": [
-83.86719596616547,
45.397186940880204
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "065",
"COUNTYNS": "00558088",
"AFFGEOID": "0500000US22065",
"GEOID": "22065",
"NAME": "Madison",
"LSAD": "15",
"ALAND": 1617282478,
"AWATER": 68539547
},
"geometry": {
"type": "Point",
"coordinates": [
-91.17760935870063,
32.39159607255074
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "001",
"COUNTYNS": "00198116",
"AFFGEOID": "0500000US08001",
"GEOID": "08001",
"NAME": "Adams",
"LSAD": "06",
"ALAND": 3023220812,
"AWATER": 41815517
},
"geometry": {
"type": "Point",
"coordinates": [
-104.66840163636365,
39.87380877179883
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "027",
"COUNTYNS": "00882231",
"AFFGEOID": "0500000US34027",
"GEOID": "34027",
"NAME": "Morris",
"LSAD": "06",
"ALAND": 1192765238,
"AWATER": 54376835
},
"geometry": {
"type": "Point",
"coordinates": [
-74.538493,
40.856769075989476
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "033",
"COUNTYNS": "01383802",
"AFFGEOID": "0500000US48033",
"GEOID": "48033",
"NAME": "Borden",
"LSAD": "06",
"ALAND": 2324366073,
"AWATER": 22297610
},
"geometry": {
"type": "Point",
"coordinates": [
-101.40999483333333,
32.74391616580787
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "157",
"COUNTYNS": "00758533",
"AFFGEOID": "0500000US29157",
"GEOID": "29157",
"NAME": "Perry",
"LSAD": "06",
"ALAND": 1228575201,
"AWATER": 25393801
},
"geometry": {
"type": "Point",
"coordinates": [
-89.75976395736533,
37.70761896958394
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "175",
"COUNTYNS": "01480171",
"AFFGEOID": "0500000US51175",
"GEOID": "51175",
"NAME": "Southampton",
"LSAD": "06",
"ALAND": 1551752840,
"AWATER": 8247158
},
"geometry": {
"type": "Point",
"coordinates": [
-77.04862187946678,
36.66677490911038
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "158",
"COUNTYNS": "01419985",
"AFFGEOID": "0500000US02158",
"GEOID": "02158",
"NAME": "Kusilvak",
"LSAD": "05",
"ALAND": 44218384953,
"AWATER": 6697190751
},
"geometry": {
"type": "Point",
"coordinates": [
-163.80830052659763,
61.9486639001296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "001",
"COUNTYNS": "00349113",
"AFFGEOID": "0500000US13001",
"GEOID": "13001",
"NAME": "Appling",
"LSAD": "06",
"ALAND": 1313488286,
"AWATER": 13263005
},
"geometry": {
"type": "Point",
"coordinates": [
-82.2981328,
31.764255865821702
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "179",
"COUNTYNS": "01785094",
"AFFGEOID": "0500000US17179",
"GEOID": "17179",
"NAME": "Tazewell",
"LSAD": "06",
"ALAND": 1674232803,
"AWATER": 29822303
},
"geometry": {
"type": "Point",
"coordinates": [
-89.60362460000002,
40.53641786573463
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "149",
"COUNTYNS": "00485038",
"AFFGEOID": "0500000US20149",
"GEOID": "20149",
"NAME": "Pottawatomie",
"LSAD": "06",
"ALAND": 2177617398,
"AWATER": 54039076
},
"geometry": {
"type": "Point",
"coordinates": [
-96.34636526666666,
39.300306932408404
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "069",
"COUNTYNS": "01074047",
"AFFGEOID": "0500000US39069",
"GEOID": "39069",
"NAME": "Henry",
"LSAD": "06",
"ALAND": 1077461474,
"AWATER": 9687645
},
"geometry": {
"type": "Point",
"coordinates": [
-84.11250971428572,
41.368089856207
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "455",
"COUNTYNS": "01384013",
"AFFGEOID": "0500000US48455",
"GEOID": "48455",
"NAME": "Trinity",
"LSAD": "06",
"ALAND": 1796914248,
"AWATER": 52267270
},
"geometry": {
"type": "Point",
"coordinates": [
-95.16465430000001,
31.02545519916614
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "053",
"COUNTYNS": "01690739",
"AFFGEOID": "0500000US51053",
"GEOID": "51053",
"NAME": "Dinwiddie",
"LSAD": "06",
"ALAND": 1305041272,
"AWATER": 9004891
},
"geometry": {
"type": "Point",
"coordinates": [
-77.62043764285714,
37.09686621337774
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "077",
"COUNTYNS": "01008556",
"AFFGEOID": "0500000US37077",
"GEOID": "37077",
"NAME": "Granville",
"LSAD": "06",
"ALAND": 1377849157,
"AWATER": 14503651
},
"geometry": {
"type": "Point",
"coordinates": [
-78.62606174250105,
36.298572686547345
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "067",
"COUNTYNS": "01494434",
"AFFGEOID": "0500000US51067",
"GEOID": "51067",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1788431417,
"AWATER": 54655591
},
"geometry": {
"type": "Point",
"coordinates": [
-79.90213266666666,
36.98816393242634
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "003",
"COUNTYNS": "01804481",
"AFFGEOID": "0500000US72003",
"GEOID": "72003",
"NAME": "Aguada",
"LSAD": "13",
"ALAND": 79923633,
"AWATER": 38025989
},
"geometry": {
"type": "Point",
"coordinates": [
-67.17815727940991,
18.363528910977095
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "191",
"COUNTYNS": "00481812",
"AFFGEOID": "0500000US20191",
"GEOID": "20191",
"NAME": "Sumner",
"LSAD": "06",
"ALAND": 3060416043,
"AWATER": 8602566
},
"geometry": {
"type": "Point",
"coordinates": [
-97.57092599634856,
37.18846424173705
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "277",
"COUNTYNS": "00344090",
"AFFGEOID": "0500000US13277",
"GEOID": "13277",
"NAME": "Tift",
"LSAD": "06",
"ALAND": 675662341,
"AWATER": 20498270
},
"geometry": {
"type": "Point",
"coordinates": [
-83.5219946,
31.4645589324928
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "061",
"COUNTYNS": "01213672",
"AFFGEOID": "0500000US42061",
"GEOID": "42061",
"NAME": "Huntingdon",
"LSAD": "06",
"ALAND": 2265337403,
"AWATER": 37851955
},
"geometry": {
"type": "Point",
"coordinates": [
-77.97312773913043,
40.440921086024986
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "037",
"COUNTYNS": "01135854",
"AFFGEOID": "0500000US41037",
"GEOID": "41037",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 21078875989,
"AWATER": 568514572
},
"geometry": {
"type": "Point",
"coordinates": [
-120.3123031489389,
42.73861239458433
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "077",
"COUNTYNS": "00758493",
"AFFGEOID": "0500000US29077",
"GEOID": "29077",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 1749069420,
"AWATER": 6631777
},
"geometry": {
"type": "Point",
"coordinates": [
-93.32456366666666,
37.27932044353486
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "047",
"COUNTYNS": "01135859",
"AFFGEOID": "0500000US41047",
"GEOID": "41047",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 3057624577,
"AWATER": 26554204
},
"geometry": {
"type": "Point",
"coordinates": [
-122.59506945161288,
44.90008112808904
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "023",
"COUNTYNS": "01804491",
"AFFGEOID": "0500000US72023",
"GEOID": "72023",
"NAME": "Cabo Rojo",
"LSAD": "13",
"ALAND": 182264459,
"AWATER": 277228652
},
"geometry": {
"type": "Point",
"coordinates": [
-67.15530316562565,
18.05790843518826
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "16",
"COUNTYFP": "067",
"COUNTYNS": "00394807",
"AFFGEOID": "0500000US16067",
"GEOID": "16067",
"NAME": "Minidoka",
"LSAD": "06",
"ALAND": 1960659281,
"AWATER": 13928460
},
"geometry": {
"type": "Point",
"coordinates": [
-113.65506876923076,
42.765418691367216
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "067",
"COUNTYNS": "01209180",
"AFFGEOID": "0500000US42067",
"GEOID": "42067",
"NAME": "Juniata",
"LSAD": "06",
"ALAND": 1013592887,
"AWATER": 5606074
},
"geometry": {
"type": "Point",
"coordinates": [
-77.37491536363637,
40.52378399906802
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "17",
"COUNTYFP": "097",
"COUNTYNS": "01784796",
"AFFGEOID": "0500000US17097",
"GEOID": "17097",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 1149926934,
"AWATER": 2394188156
},
"geometry": {
"type": "Point",
"coordinates": [
-87.97325623432455,
42.293029505098275
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "161",
"COUNTYNS": "00450395",
"AFFGEOID": "0500000US18161",
"GEOID": "18161",
"NAME": "Union",
"LSAD": "06",
"ALAND": 417568563,
"AWATER": 10238515
},
"geometry": {
"type": "Point",
"coordinates": [
-84.92064940951238,
39.62966453465296
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "071",
"COUNTYNS": "01209181",
"AFFGEOID": "0500000US42071",
"GEOID": "42071",
"NAME": "Lancaster",
"LSAD": "06",
"ALAND": 2444600820,
"AWATER": 103429249
},
"geometry": {
"type": "Point",
"coordinates": [
-76.25593377146757,
40.01499628224405
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "221",
"COUNTYNS": "00758563",
"AFFGEOID": "0500000US29221",
"GEOID": "29221",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1968056216,
"AWATER": 6778977
},
"geometry": {
"type": "Point",
"coordinates": [
-90.84511657142856,
38.036080856227
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "103",
"COUNTYNS": "00758506",
"AFFGEOID": "0500000US29103",
"GEOID": "29103",
"NAME": "Knox",
"LSAD": "06",
"ALAND": 1305376708,
"AWATER": 7307012
},
"geometry": {
"type": "Point",
"coordinates": [
-92.14074762499999,
40.12087749907016
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "117",
"COUNTYNS": "00758513",
"AFFGEOID": "0500000US29117",
"GEOID": "29117",
"NAME": "Livingston",
"LSAD": "06",
"ALAND": 1378706292,
"AWATER": 16156752
},
"geometry": {
"type": "Point",
"coordinates": [
-93.47656737500001,
39.74618612407231
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "087",
"COUNTYNS": "01213679",
"AFFGEOID": "0500000US42087",
"GEOID": "42087",
"NAME": "Mifflin",
"LSAD": "06",
"ALAND": 1064602238,
"AWATER": 9507398
},
"geometry": {
"type": "Point",
"coordinates": [
-77.60409892857142,
40.61382571335328
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "161",
"COUNTYNS": "00659525",
"AFFGEOID": "0500000US27161",
"GEOID": "27161",
"NAME": "Waseca",
"LSAD": "06",
"ALAND": 1096505111,
"AWATER": 24893716
},
"geometry": {
"type": "Point",
"coordinates": [
-93.58707666666664,
44.022093665723936
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "016",
"COUNTYNS": "01419965",
"AFFGEOID": "0500000US02016",
"GEOID": "02016",
"NAME": "Aleutians West",
"LSAD": "05",
"ALAND": 11376643262,
"AWATER": 25184877501
},
"geometry": {
"type": "Point",
"coordinates": [
-80.4533946534057,
52.60374775874317
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "050",
"COUNTYNS": "01419966",
"AFFGEOID": "0500000US02050",
"GEOID": "02050",
"NAME": "Bethel",
"LSAD": "05",
"ALAND": 105228855314,
"AWATER": 12768607553
},
"geometry": {
"type": "Point",
"coordinates": [
-162.79693054669508,
60.43896254447542
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "100",
"COUNTYNS": "01419970",
"AFFGEOID": "0500000US02100",
"GEOID": "02100",
"NAME": "Haines",
"LSAD": "04",
"ALAND": 6233111973,
"AWATER": 1054089659
},
"geometry": {
"type": "Point",
"coordinates": [
-135.40886200050346,
58.94782882986336
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "123",
"COUNTYNS": "00083331",
"AFFGEOID": "0500000US05123",
"GEOID": "05123",
"NAME": "St. Francis",
"LSAD": "06",
"ALAND": 1644132565,
"AWATER": 20028723
},
"geometry": {
"type": "Point",
"coordinates": [
-90.877948,
35.00433644355754
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "079",
"COUNTYNS": "01581100",
"AFFGEOID": "0500000US55079",
"GEOID": "55079",
"NAME": "Milwaukee",
"LSAD": "06",
"ALAND": 625439443,
"AWATER": 2455436199
},
"geometry": {
"type": "Point",
"coordinates": [
-87.95543528080506,
43.033651245416564
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "020",
"COUNTYNS": "01416061",
"AFFGEOID": "0500000US02020",
"GEOID": "02020",
"NAME": "Anchorage",
"LSAD": "12",
"ALAND": 4419537010,
"AWATER": 615526050
},
"geometry": {
"type": "Point",
"coordinates": [
-149.47860292877596,
61.10886906633937
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "085",
"COUNTYNS": "01581103",
"AFFGEOID": "0500000US55085",
"GEOID": "55085",
"NAME": "Oneida",
"LSAD": "06",
"ALAND": 2885082781,
"AWATER": 317622270
},
"geometry": {
"type": "Point",
"coordinates": [
-89.4051061,
45.69618979905711
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "119",
"COUNTYNS": "00974157",
"AFFGEOID": "0500000US36119",
"GEOID": "36119",
"NAME": "Westchester",
"LSAD": "06",
"ALAND": 1115031328,
"AWATER": 179949077
},
"geometry": {
"type": "Point",
"coordinates": [
-73.76602946528781,
41.05135824168251
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "071",
"COUNTYNS": "00558113",
"AFFGEOID": "0500000US22071",
"GEOID": "22071",
"NAME": "Orleans",
"LSAD": "15",
"ALAND": 438813602,
"AWATER": 467285512
},
"geometry": {
"type": "Point",
"coordinates": [
-89.88280176417942,
30.046685129535145
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "019",
"COUNTYNS": "00198125",
"AFFGEOID": "0500000US08019",
"GEOID": "08019",
"NAME": "Clear Creek",
"LSAD": "06",
"ALAND": 1023560263,
"AWATER": 3274894
},
"geometry": {
"type": "Point",
"coordinates": [
-105.68207890909092,
39.68463208998177
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "065",
"COUNTYNS": "01101820",
"AFFGEOID": "0500000US40065",
"GEOID": "40065",
"NAME": "Jackson",
"LSAD": "06",
"ALAND": 2078855934,
"AWATER": 4114419
},
"geometry": {
"type": "Point",
"coordinates": [
-99.40191899700116,
34.53084812731255
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "067",
"COUNTYNS": "01101821",
"AFFGEOID": "0500000US40067",
"GEOID": "40067",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 1965365168,
"AWATER": 39497494
},
"geometry": {
"type": "Point",
"coordinates": [
-97.8580903393725,
34.00959420585342
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "005",
"COUNTYNS": "00198118",
"AFFGEOID": "0500000US08005",
"GEOID": "08005",
"NAME": "Arapahoe",
"LSAD": "06",
"ALAND": 2066634438,
"AWATER": 19499590
},
"geometry": {
"type": "Point",
"coordinates": [
-104.74215945833333,
39.64731491573957
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "389",
"COUNTYNS": "01383980",
"AFFGEOID": "0500000US48389",
"GEOID": "48389",
"NAME": "Reeves",
"LSAD": "06",
"ALAND": 6825534308,
"AWATER": 17396681
},
"geometry": {
"type": "Point",
"coordinates": [
-103.62098065483631,
31.57259661486807
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "141",
"COUNTYNS": "01101858",
"AFFGEOID": "0500000US40141",
"GEOID": "40141",
"NAME": "Tillman",
"LSAD": "06",
"ALAND": 2256226760,
"AWATER": 20894360
},
"geometry": {
"type": "Point",
"coordinates": [
-98.92974565074144,
34.34427719958269
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "075",
"COUNTYNS": "00558125",
"AFFGEOID": "0500000US22075",
"GEOID": "22075",
"NAME": "Plaquemines",
"LSAD": "15",
"ALAND": 2021056000,
"AWATER": 4628015820
},
"geometry": {
"type": "Point",
"coordinates": [
-89.51845323568422,
29.37779587220471
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "077",
"COUNTYNS": "00559449",
"AFFGEOID": "0500000US22077",
"GEOID": "22077",
"NAME": "Pointe Coupee",
"LSAD": "15",
"ALAND": 1443519879,
"AWATER": 86418272
},
"geometry": {
"type": "Point",
"coordinates": [
-91.59837346153846,
30.752195268401163
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "047",
"COUNTYNS": "00198139",
"AFFGEOID": "0500000US08047",
"GEOID": "08047",
"NAME": "Gilpin",
"LSAD": "06",
"ALAND": 388228996,
"AWATER": 942056
},
"geometry": {
"type": "Point",
"coordinates": [
-105.53665528571427,
39.861223284785915
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "187",
"COUNTYNS": "00758548",
"AFFGEOID": "0500000US29187",
"GEOID": "29187",
"NAME": "St. Francois",
"LSAD": "06",
"ALAND": 1170437420,
"AWATER": 7160607
},
"geometry": {
"type": "Point",
"coordinates": [
-90.43197681818182,
37.81739354454043
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "003",
"COUNTYNS": "00161527",
"AFFGEOID": "0500000US01003",
"GEOID": "01003",
"NAME": "Baldwin",
"LSAD": "06",
"ALAND": 4117605847,
"AWATER": 1133109409
},
"geometry": {
"type": "Point",
"coordinates": [
-87.73490366547251,
30.755937736434934
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "09",
"COUNTYFP": "009",
"COUNTYNS": "00212798",
"AFFGEOID": "0500000US09009",
"GEOID": "09009",
"NAME": "New Haven",
"LSAD": "06",
"ALAND": 1565653728,
"AWATER": 667092277
},
"geometry": {
"type": "Point",
"coordinates": [
-72.94361928925636,
41.371767340885235
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "011",
"COUNTYNS": "00558436",
"AFFGEOID": "0500000US22011",
"GEOID": "22011",
"NAME": "Beauregard",
"LSAD": "15",
"ALAND": 2997502172,
"AWATER": 21999001
},
"geometry": {
"type": "Point",
"coordinates": [
-93.46238086784416,
30.613576098006287
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "510",
"COUNTYNS": "00863219",
"AFFGEOID": "0500000US32510",
"GEOID": "32510",
"NAME": "Carson City",
"LSAD": "00",
"ALAND": 374669607,
"AWATER": 32587484
},
"geometry": {
"type": "Point",
"coordinates": [
-119.7737172871746,
39.17005541289238
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "105",
"COUNTYNS": "00974150",
"AFFGEOID": "0500000US36105",
"GEOID": "36105",
"NAME": "Sullivan",
"LSAD": "06",
"ALAND": 2507463254,
"AWATER": 74035009
},
"geometry": {
"type": "Point",
"coordinates": [
-74.8202510188846,
41.652458908984826
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "007",
"COUNTYNS": "01461760",
"AFFGEOID": "0500000US50007",
"GEOID": "50007",
"NAME": "Chittenden",
"LSAD": "06",
"ALAND": 1389740233,
"AWATER": 214237435
},
"geometry": {
"type": "Point",
"coordinates": [
-73.06082984079342,
44.42394588966336
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "011",
"COUNTYNS": "00198121",
"AFFGEOID": "0500000US08011",
"GEOID": "08011",
"NAME": "Bent",
"LSAD": "06",
"ALAND": 3918303427,
"AWATER": 73093229
},
"geometry": {
"type": "Point",
"coordinates": [
-103.01843733333332,
37.881184665752066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "19",
"COUNTYFP": "153",
"COUNTYNS": "00465265",
"AFFGEOID": "0500000US19153",
"GEOID": "19153",
"NAME": "Polk",
"LSAD": "06",
"ALAND": 1482734960,
"AWATER": 49332276
},
"geometry": {
"type": "Point",
"coordinates": [
-93.54333000000001,
41.64595011017416
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "239",
"COUNTYNS": "00516966",
"AFFGEOID": "0500000US21239",
"GEOID": "21239",
"NAME": "Woodford",
"LSAD": "06",
"ALAND": 489012357,
"AWATER": 8307144
},
"geometry": {
"type": "Point",
"coordinates": [
-84.76389308333334,
38.040707249084086
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "107",
"COUNTYNS": "01719560",
"AFFGEOID": "0500000US30107",
"GEOID": "30107",
"NAME": "Wheatland",
"LSAD": "06",
"ALAND": 3684208406,
"AWATER": 13010925
},
"geometry": {
"type": "Point",
"coordinates": [
-109.77106933333333,
46.5216619990582
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "019",
"COUNTYNS": "01213661",
"AFFGEOID": "0500000US42019",
"GEOID": "42019",
"NAME": "Butler",
"LSAD": "06",
"ALAND": 2042451307,
"AWATER": 15948099
},
"geometry": {
"type": "Point",
"coordinates": [
-79.97889855555554,
40.96918144351033
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "075",
"COUNTYNS": "01639753",
"AFFGEOID": "0500000US47075",
"GEOID": "47075",
"NAME": "Haywood",
"LSAD": "06",
"ALAND": 1380741549,
"AWATER": 2472509
},
"geometry": {
"type": "Point",
"coordinates": [
-89.31501416666667,
35.559509499107044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "049",
"COUNTYNS": "01513274",
"AFFGEOID": "0500000US53049",
"GEOID": "53049",
"NAME": "Pacific",
"LSAD": "06",
"ALAND": 2415872174,
"AWATER": 760845734
},
"geometry": {
"type": "Point",
"coordinates": [
-123.88246339397378,
46.45973460883236
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "147",
"COUNTYNS": "01492359",
"AFFGEOID": "0500000US51147",
"GEOID": "51147",
"NAME": "Prince Edward",
"LSAD": "06",
"ALAND": 906395961,
"AWATER": 10040117
},
"geometry": {
"type": "Point",
"coordinates": [
-78.45105623076924,
37.25266876832142
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "053",
"COUNTYNS": "00558039",
"AFFGEOID": "0500000US22053",
"GEOID": "22053",
"NAME": "Jefferson Davis",
"LSAD": "15",
"ALAND": 1687025362,
"AWATER": 18718206
},
"geometry": {
"type": "Point",
"coordinates": [
-92.8187829047619,
30.270664046797097
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "149",
"COUNTYNS": "01480160",
"AFFGEOID": "0500000US51149",
"GEOID": "51149",
"NAME": "Prince George",
"LSAD": "06",
"ALAND": 686941559,
"AWATER": 43184612
},
"geometry": {
"type": "Point",
"coordinates": [
-77.25529408,
37.24089107909075
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "137",
"COUNTYNS": "01623011",
"AFFGEOID": "0500000US26137",
"GEOID": "26137",
"NAME": "Otsego",
"LSAD": "06",
"ALAND": 1333913235,
"AWATER": 28997739
},
"geometry": {
"type": "Point",
"coordinates": [
-84.65203566666666,
45.05755983239012
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "111",
"COUNTYNS": "00161582",
"AFFGEOID": "0500000US01111",
"GEOID": "01111",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 1503615934,
"AWATER": 9285420
},
"geometry": {
"type": "Point",
"coordinates": [
-85.43861260822335,
33.29778984417763
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "153",
"COUNTYNS": "01480161",
"AFFGEOID": "0500000US51153",
"GEOID": "51153",
"NAME": "Prince William",
"LSAD": "06",
"ALAND": 869614721,
"AWATER": 30829977
},
"geometry": {
"type": "Point",
"coordinates": [
-77.44742444225271,
38.73432196201628
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "001",
"COUNTYNS": "00063755",
"AFFGEOID": "0500000US05001",
"GEOID": "05001",
"NAME": "Arkansas",
"LSAD": "06",
"ALAND": 2560988637,
"AWATER": 116409463
},
"geometry": {
"type": "Point",
"coordinates": [
-91.38870330434783,
34.24544691216541
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "24",
"COUNTYFP": "033",
"COUNTYNS": "01714670",
"AFFGEOID": "0500000US24033",
"GEOID": "24033",
"NAME": "Prince George's",
"LSAD": "06",
"ALAND": 1250087042,
"AWATER": 41892810
},
"geometry": {
"type": "Point",
"coordinates": [
-76.89289735056533,
38.822935859759205
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "111",
"COUNTYNS": "00559528",
"AFFGEOID": "0500000US22111",
"GEOID": "22111",
"NAME": "Union",
"LSAD": "15",
"ALAND": 2271359845,
"AWATER": 73624039
},
"geometry": {
"type": "Point",
"coordinates": [
-92.38179422026387,
32.83686809049188
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "085",
"COUNTYNS": "00835864",
"AFFGEOID": "0500000US31085",
"GEOID": "31085",
"NAME": "Hayes",
"LSAD": "06",
"ALAND": 1846821514,
"AWATER": 570786
},
"geometry": {
"type": "Point",
"coordinates": [
-101.13577966666666,
40.524415499068034
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "039",
"COUNTYNS": "01383805",
"AFFGEOID": "0500000US48039",
"GEOID": "48039",
"NAME": "Brazoria",
"LSAD": "06",
"ALAND": 3528358447,
"AWATER": 637931958
},
"geometry": {
"type": "Point",
"coordinates": [
-95.45234823801777,
29.240773603839066
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "021",
"COUNTYNS": "01074023",
"AFFGEOID": "0500000US39021",
"GEOID": "39021",
"NAME": "Champaign",
"LSAD": "06",
"ALAND": 1109624422,
"AWATER": 3638887
},
"geometry": {
"type": "Point",
"coordinates": [
-83.7404565,
40.166765624069896
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "122",
"COUNTYNS": "01419972",
"AFFGEOID": "0500000US02122",
"GEOID": "02122",
"NAME": "Kenai Peninsula",
"LSAD": "04",
"ALAND": 41499900917,
"AWATER": 22525622024
},
"geometry": {
"type": "Point",
"coordinates": [
-151.8356437500012,
59.9337752969843
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "150",
"COUNTYNS": "01419974",
"AFFGEOID": "0500000US02150",
"GEOID": "02150",
"NAME": "Kodiak Island",
"LSAD": "04",
"ALAND": 17134142683,
"AWATER": 14166400752
},
"geometry": {
"type": "Point",
"coordinates": [
-154.07943412994243,
57.65791982519385
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "061",
"COUNTYNS": "00198146",
"AFFGEOID": "0500000US08061",
"GEOID": "08061",
"NAME": "Kiowa",
"LSAD": "06",
"ALAND": 4578603605,
"AWATER": 47032919
},
"geometry": {
"type": "Point",
"coordinates": [
-102.92715926670156,
38.42520052750667
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "065",
"COUNTYNS": "00198149",
"AFFGEOID": "0500000US08065",
"GEOID": "08065",
"NAME": "Lake",
"LSAD": "06",
"ALAND": 976215870,
"AWATER": 18111565
},
"geometry": {
"type": "Point",
"coordinates": [
-106.31392445454547,
39.23537227180277
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "071",
"COUNTYNS": "00198151",
"AFFGEOID": "0500000US08071",
"GEOID": "08071",
"NAME": "Las Animas",
"LSAD": "06",
"ALAND": 12361852569,
"AWATER": 6929970
},
"geometry": {
"type": "Point",
"coordinates": [
-104.39686710151326,
37.37148235824539
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "097",
"COUNTYNS": "01622991",
"AFFGEOID": "0500000US26097",
"GEOID": "26097",
"NAME": "Mackinac",
"LSAD": "06",
"ALAND": 2646602337,
"AWATER": 2793796394
},
"geometry": {
"type": "Point",
"coordinates": [
-84.84295992812747,
45.972347868999684
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "011",
"COUNTYNS": "01135848",
"AFFGEOID": "0500000US41011",
"GEOID": "41011",
"NAME": "Coos",
"LSAD": "06",
"ALAND": 4133690002,
"AWATER": 544752776
},
"geometry": {
"type": "Point",
"coordinates": [
-124.06576254840821,
43.155059247226475
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "109",
"COUNTYNS": "00198170",
"AFFGEOID": "0500000US08109",
"GEOID": "08109",
"NAME": "Saguache",
"LSAD": "06",
"ALAND": 8206547707,
"AWATER": 4454510
},
"geometry": {
"type": "Point",
"coordinates": [
-106.24387042857142,
38.071467665750546
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "023",
"COUNTYNS": "01581071",
"AFFGEOID": "0500000US55023",
"GEOID": "55023",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1478001876,
"AWATER": 73945449
},
"geometry": {
"type": "Point",
"coordinates": [
-91.06721308764618,
43.21587949606246
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "061",
"COUNTYNS": "01383816",
"AFFGEOID": "0500000US48061",
"GEOID": "48061",
"NAME": "Cameron",
"LSAD": "06",
"ALAND": 2307897628,
"AWATER": 998028553
},
"geometry": {
"type": "Point",
"coordinates": [
-97.45756467105812,
26.057796207602752
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "417",
"COUNTYNS": "01383994",
"AFFGEOID": "0500000US48417",
"GEOID": "48417",
"NAME": "Shackelford",
"LSAD": "06",
"ALAND": 2367989256,
"AWATER": 3268209
},
"geometry": {
"type": "Point",
"coordinates": [
-99.29965714285715,
32.731833999141365
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "089",
"COUNTYNS": "01629449",
"AFFGEOID": "0500000US22089",
"GEOID": "22089",
"NAME": "St. Charles",
"LSAD": "15",
"ALAND": 719296011,
"AWATER": 308712052
},
"geometry": {
"type": "Point",
"coordinates": [
-90.35127541176472,
29.916083646242665
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "083",
"COUNTYNS": "01101829",
"AFFGEOID": "0500000US40083",
"GEOID": "40083",
"NAME": "Logan",
"LSAD": "06",
"ALAND": 1926521247,
"AWATER": 12926653
},
"geometry": {
"type": "Point",
"coordinates": [
-97.3699026,
35.99854899910249
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "241",
"COUNTYNS": "00351489",
"AFFGEOID": "0500000US13241",
"GEOID": "13241",
"NAME": "Rabun",
"LSAD": "06",
"ALAND": 958635596,
"AWATER": 17839179
},
"geometry": {
"type": "Point",
"coordinates": [
-83.35707597185346,
34.86429739824657
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "143",
"COUNTYNS": "00069905",
"AFFGEOID": "0500000US05143",
"GEOID": "05143",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 2439678769,
"AWATER": 27051804
},
"geometry": {
"type": "Point",
"coordinates": [
-94.24904564269488,
35.99095423602534
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "261",
"COUNTYNS": "01383916",
"AFFGEOID": "0500000US48261",
"GEOID": "48261",
"NAME": "Kenedy",
"LSAD": "06",
"ALAND": 3777375503,
"AWATER": 1262209528
},
"geometry": {
"type": "Point",
"coordinates": [
-97.64087585668868,
26.955040621642975
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "169",
"COUNTYNS": "01008586",
"AFFGEOID": "0500000US37169",
"GEOID": "37169",
"NAME": "Stokes",
"LSAD": "06",
"ALAND": 1162938788,
"AWATER": 17584342
},
"geometry": {
"type": "Point",
"coordinates": [
-80.24779407149357,
36.46408686893562
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "405",
"COUNTYNS": "01383988",
"AFFGEOID": "0500000US48405",
"GEOID": "48405",
"NAME": "San Augustine",
"LSAD": "06",
"ALAND": 1374395181,
"AWATER": 159644687
},
"geometry": {
"type": "Point",
"coordinates": [
-94.18155728571427,
31.370666784875173
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "005",
"COUNTYNS": "01383788",
"AFFGEOID": "0500000US48005",
"GEOID": "48005",
"NAME": "Angelina",
"LSAD": "06",
"ALAND": 2066241599,
"AWATER": 173338077
},
"geometry": {
"type": "Point",
"coordinates": [
-94.61087668421051,
31.254633420215267
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "117",
"COUNTYNS": "00069176",
"AFFGEOID": "0500000US05117",
"GEOID": "05117",
"NAME": "Prairie",
"LSAD": "06",
"ALAND": 1678019592,
"AWATER": 71807768
},
"geometry": {
"type": "Point",
"coordinates": [
-91.57223168421053,
34.78885057806293
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "127",
"COUNTYNS": "00161589",
"AFFGEOID": "0500000US01127",
"GEOID": "01127",
"NAME": "Walker",
"LSAD": "06",
"ALAND": 2048686077,
"AWATER": 36754700
},
"geometry": {
"type": "Point",
"coordinates": [
-87.28806913636363,
33.75184199912799
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "037",
"COUNTYNS": "01531926",
"AFFGEOID": "0500000US53037",
"GEOID": "53037",
"NAME": "Kittitas",
"LSAD": "06",
"ALAND": 5949976954,
"AWATER": 92436005
},
"geometry": {
"type": "Point",
"coordinates": [
-120.76656384375002,
47.17669715530965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "061",
"COUNTYNS": "01581090",
"AFFGEOID": "0500000US55061",
"GEOID": "55061",
"NAME": "Kewaunee",
"LSAD": "06",
"ALAND": 886863420,
"AWATER": 1921424713
},
"geometry": {
"type": "Point",
"coordinates": [
-87.5865984306052,
44.55624350259305
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "165",
"COUNTYNS": "00659527",
"AFFGEOID": "0500000US27165",
"GEOID": "27165",
"NAME": "Watonwan",
"LSAD": "06",
"ALAND": 1126526382,
"AWATER": 12370135
},
"geometry": {
"type": "Point",
"coordinates": [
-94.6622918,
43.952190599057346
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "08",
"COUNTYFP": "051",
"COUNTYNS": "00198141",
"AFFGEOID": "0500000US08051",
"GEOID": "08051",
"NAME": "Gunnison",
"LSAD": "06",
"ALAND": 8389338065,
"AWATER": 53067068
},
"geometry": {
"type": "Point",
"coordinates": [
-106.93282537931036,
38.79921403356126
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "027",
"COUNTYNS": "00294452",
"AFFGEOID": "0500000US12027",
"GEOID": "12027",
"NAME": "DeSoto",
"LSAD": "06",
"ALAND": 1649978043,
"AWATER": 6247257
},
"geometry": {
"type": "Point",
"coordinates": [
-81.87980983333334,
27.164652999232995
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "209",
"COUNTYNS": "00516951",
"AFFGEOID": "0500000US21209",
"GEOID": "21209",
"NAME": "Scott",
"LSAD": "06",
"ALAND": 729781719,
"AWATER": 9487693
},
"geometry": {
"type": "Point",
"coordinates": [
-84.57773335714285,
38.28030514193938
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "131",
"COUNTYNS": "00069181",
"AFFGEOID": "0500000US05131",
"GEOID": "05131",
"NAME": "Sebastian",
"LSAD": "06",
"ALAND": 1377601663,
"AWATER": 39693809
},
"geometry": {
"type": "Point",
"coordinates": [
-94.23520641495015,
35.253160835801985
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "153",
"COUNTYNS": "00450391",
"AFFGEOID": "0500000US18153",
"GEOID": "18153",
"NAME": "Sullivan",
"LSAD": "06",
"ALAND": 1158058307,
"AWATER": 18096342
},
"geometry": {
"type": "Point",
"coordinates": [
-87.49262212818988,
39.08191786240816
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "069",
"COUNTYNS": "00758489",
"AFFGEOID": "0500000US29069",
"GEOID": "29069",
"NAME": "Dunklin",
"LSAD": "06",
"ALAND": 1401432378,
"AWATER": 15767988
},
"geometry": {
"type": "Point",
"coordinates": [
-90.14599318463386,
36.28952096932701
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "019",
"COUNTYNS": "00974108",
"AFFGEOID": "0500000US36019",
"GEOID": "36019",
"NAME": "Clinton",
"LSAD": "06",
"ALAND": 2687771451,
"AWATER": 206611024
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53061863374948,
44.738799906928826
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "163",
"COUNTYNS": "01480166",
"AFFGEOID": "0500000US51163",
"GEOID": "51163",
"NAME": "Rockbridge",
"LSAD": "06",
"ALAND": 1544997746,
"AWATER": 8878371
},
"geometry": {
"type": "Point",
"coordinates": [
-79.40802764000001,
37.77993499908618
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "043",
"COUNTYNS": "01213667",
"AFFGEOID": "0500000US42043",
"GEOID": "42043",
"NAME": "Dauphin",
"LSAD": "06",
"ALAND": 1359893289,
"AWATER": 85780786
},
"geometry": {
"type": "Point",
"coordinates": [
-76.81376161904761,
40.3515703800213
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "021",
"COUNTYNS": "00063759",
"AFFGEOID": "0500000US05021",
"GEOID": "05021",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1656214466,
"AWATER": 5097734
},
"geometry": {
"type": "Point",
"coordinates": [
-90.3614234872016,
36.3686692269298
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "135",
"COUNTYNS": "00835889",
"AFFGEOID": "0500000US31135",
"GEOID": "31135",
"NAME": "Perkins",
"LSAD": "06",
"ALAND": 2287828022,
"AWATER": 2840176
},
"geometry": {
"type": "Point",
"coordinates": [
-101.79469707424044,
40.845023642942735
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "021",
"COUNTYNS": "00882229",
"AFFGEOID": "0500000US34021",
"GEOID": "34021",
"NAME": "Mercer",
"LSAD": "06",
"ALAND": 581086519,
"AWATER": 11647674
},
"geometry": {
"type": "Point",
"coordinates": [
-74.71470493580438,
40.248439068983586
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "139",
"COUNTYNS": "00835891",
"AFFGEOID": "0500000US31139",
"GEOID": "31139",
"NAME": "Pierce",
"LSAD": "06",
"ALAND": 1484707285,
"AWATER": 3481943
},
"geometry": {
"type": "Point",
"coordinates": [
-97.54299716666666,
42.30792833239412
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "023",
"COUNTYNS": "00066983",
"AFFGEOID": "0500000US05023",
"GEOID": "05023",
"NAME": "Cleburne",
"LSAD": "06",
"ALAND": 1434168142,
"AWATER": 98893718
},
"geometry": {
"type": "Point",
"coordinates": [
-91.94707322222221,
35.515523999107515
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "051",
"COUNTYNS": "01034211",
"AFFGEOID": "0500000US38051",
"GEOID": "38051",
"NAME": "McIntosh",
"LSAD": "06",
"ALAND": 2524546488,
"AWATER": 51817666
},
"geometry": {
"type": "Point",
"coordinates": [
-99.43455622616739,
46.034021110732624
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "045",
"COUNTYNS": "01074035",
"AFFGEOID": "0500000US39045",
"GEOID": "39045",
"NAME": "Fairfield",
"LSAD": "06",
"ALAND": 1306421163,
"AWATER": 10746965
},
"geometry": {
"type": "Point",
"coordinates": [
-82.6260961875,
39.755825561572244
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "065",
"COUNTYNS": "01074045",
"AFFGEOID": "0500000US39065",
"GEOID": "39065",
"NAME": "Hardin",
"LSAD": "06",
"ALAND": 1218342693,
"AWATER": 629922
},
"geometry": {
"type": "Point",
"coordinates": [
-83.61649927272727,
40.644148180885594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "141",
"COUNTYNS": "00758525",
"AFFGEOID": "0500000US29141",
"GEOID": "29141",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1547854690,
"AWATER": 42426936
},
"geometry": {
"type": "Point",
"coordinates": [
-92.84315158333334,
38.39057033241476
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "029",
"COUNTYNS": "00066846",
"AFFGEOID": "0500000US05029",
"GEOID": "05029",
"NAME": "Conway",
"LSAD": "06",
"ALAND": 1430330693,
"AWATER": 37331621
},
"geometry": {
"type": "Point",
"coordinates": [
-92.71515772727272,
35.213870544565324
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "261",
"COUNTYNS": "01419984",
"AFFGEOID": "0500000US02261",
"GEOID": "02261",
"NAME": "Valdez-Cordova",
"LSAD": "05",
"ALAND": 88635832004,
"AWATER": 15763249807
},
"geometry": {
"type": "Point",
"coordinates": [
-145.52546726593613,
61.051101497588796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "56",
"COUNTYFP": "017",
"COUNTYNS": "01605074",
"AFFGEOID": "0500000US56017",
"GEOID": "56017",
"NAME": "Hot Springs",
"LSAD": "06",
"ALAND": 5190589691,
"AWATER": 5964358
},
"geometry": {
"type": "Point",
"coordinates": [
-108.47958408333335,
43.7413085268354
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "061",
"COUNTYNS": "00974129",
"AFFGEOID": "0500000US36061",
"GEOID": "36061",
"NAME": "New York",
"LSAD": "06",
"ALAND": 58681329,
"AWATER": 28550878
},
"geometry": {
"type": "Point",
"coordinates": [
-73.97751578299736,
40.76659333176487
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "089",
"COUNTYNS": "00659489",
"AFFGEOID": "0500000US27089",
"GEOID": "27089",
"NAME": "Marshall",
"LSAD": "06",
"ALAND": 4597384434,
"AWATER": 98019666
},
"geometry": {
"type": "Point",
"coordinates": [
-96.76867461509232,
48.37057823503867
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "035",
"COUNTYNS": "01266980",
"AFFGEOID": "0500000US46035",
"GEOID": "46035",
"NAME": "Davison",
"LSAD": "06",
"ALAND": 1127942470,
"AWATER": 3675453
},
"geometry": {
"type": "Point",
"coordinates": [
-98.13857720000001,
43.63954639905777
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "025",
"COUNTYNS": "01639733",
"AFFGEOID": "0500000US47025",
"GEOID": "47025",
"NAME": "Claiborne",
"LSAD": "06",
"ALAND": 1125581216,
"AWATER": 18090601
},
"geometry": {
"type": "Point",
"coordinates": [
-83.73234964781244,
36.481446382057946
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "45",
"COUNTYFP": "029",
"COUNTYNS": "01247991",
"AFFGEOID": "0500000US45029",
"GEOID": "45029",
"NAME": "Colleton",
"LSAD": "06",
"ALAND": 2736299925,
"AWATER": 198896760
},
"geometry": {
"type": "Point",
"coordinates": [
-80.51785192452828,
32.708390414236035
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "041",
"COUNTYNS": "00303633",
"AFFGEOID": "0500000US12041",
"GEOID": "12041",
"NAME": "Gilchrist",
"LSAD": "06",
"ALAND": 905705520,
"AWATER": 14362154
},
"geometry": {
"type": "Point",
"coordinates": [
-82.82926693333336,
29.750924999186587
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "115",
"COUNTYNS": "01074070",
"AFFGEOID": "0500000US39115",
"GEOID": "39115",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1078539439,
"AWATER": 13873466
},
"geometry": {
"type": "Point",
"coordinates": [
-81.82346342857144,
39.61928614193021
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "007",
"COUNTYNS": "00695728",
"AFFGEOID": "0500000US28007",
"GEOID": "28007",
"NAME": "Attala",
"LSAD": "06",
"ALAND": 1903529288,
"AWATER": 4425860
},
"geometry": {
"type": "Point",
"coordinates": [
-89.62053490909089,
33.093140544591044
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "44",
"COUNTYFP": "009",
"COUNTYNS": "01219782",
"AFFGEOID": "0500000US44009",
"GEOID": "44009",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 852825659,
"AWATER": 604771644
},
"geometry": {
"type": "Point",
"coordinates": [
-71.62598268408693,
41.36902169827078
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "183",
"COUNTYNS": "01383877",
"AFFGEOID": "0500000US48183",
"GEOID": "48183",
"NAME": "Gregg",
"LSAD": "06",
"ALAND": 708030600,
"AWATER": 6227994
},
"geometry": {
"type": "Point",
"coordinates": [
-94.78888755555555,
32.50422855470004
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "033",
"COUNTYNS": "00069161",
"AFFGEOID": "0500000US05033",
"GEOID": "05033",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 1531188224,
"AWATER": 31076498
},
"geometry": {
"type": "Point",
"coordinates": [
-94.19973925003528,
35.559159832919896
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "127",
"COUNTYNS": "01213692",
"AFFGEOID": "0500000US42127",
"GEOID": "42127",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1879249061,
"AWATER": 64832669
},
"geometry": {
"type": "Point",
"coordinates": [
-75.27924838526535,
41.680703449236766
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "047",
"COUNTYNS": "00066853",
"AFFGEOID": "0500000US05047",
"GEOID": "05047",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1576930289,
"AWATER": 27936032
},
"geometry": {
"type": "Point",
"coordinates": [
-93.94234699999998,
35.47426068660797
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "049",
"COUNTYNS": "01101812",
"AFFGEOID": "0500000US40049",
"GEOID": "40049",
"NAME": "Garvin",
"LSAD": "06",
"ALAND": 2077332600,
"AWATER": 30111858
},
"geometry": {
"type": "Point",
"coordinates": [
-97.33583822222222,
34.6502265546727
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "071",
"COUNTYNS": "00066863",
"AFFGEOID": "0500000US05071",
"GEOID": "05071",
"NAME": "Johnson",
"LSAD": "06",
"ALAND": 1709103300,
"AWATER": 59195663
},
"geometry": {
"type": "Point",
"coordinates": [
-93.40498176923077,
35.536274537568836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "095",
"COUNTYNS": "00974145",
"AFFGEOID": "0500000US36095",
"GEOID": "36095",
"NAME": "Schoharie",
"LSAD": "06",
"ALAND": 1610503572,
"AWATER": 11676949
},
"geometry": {
"type": "Point",
"coordinates": [
-74.39797194117648,
42.617941822589316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "087",
"COUNTYNS": "00069165",
"AFFGEOID": "0500000US05087",
"GEOID": "05087",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 2160705134,
"AWATER": 7320899
},
"geometry": {
"type": "Point",
"coordinates": [
-93.702187375,
36.0282858741022
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "467",
"COUNTYNS": "01384019",
"AFFGEOID": "0500000US48467",
"GEOID": "48467",
"NAME": "Van Zandt",
"LSAD": "06",
"ALAND": 2182212910,
"AWATER": 44164932
},
"geometry": {
"type": "Point",
"coordinates": [
-95.76107060000001,
32.652442999142444
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "091",
"COUNTYNS": "00974143",
"AFFGEOID": "0500000US36091",
"GEOID": "36091",
"NAME": "Saratoga",
"LSAD": "06",
"ALAND": 2097880370,
"AWATER": 87571838
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83788972727272,
43.04401513542251
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "109",
"COUNTYNS": "01101842",
"AFFGEOID": "0500000US40109",
"GEOID": "40109",
"NAME": "Oklahoma",
"LSAD": "06",
"ALAND": 1835846202,
"AWATER": 24730011
},
"geometry": {
"type": "Point",
"coordinates": [
-97.3978565,
35.4786691241079
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "095",
"COUNTYNS": "01629472",
"AFFGEOID": "0500000US22095",
"GEOID": "22095",
"NAME": "St. John the Baptist",
"LSAD": "15",
"ALAND": 555050557,
"AWATER": 506474565
},
"geometry": {
"type": "Point",
"coordinates": [
-90.46628105555555,
30.111270443625088
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "113",
"COUNTYNS": "01101844",
"AFFGEOID": "0500000US40113",
"GEOID": "40113",
"NAME": "Osage",
"LSAD": "06",
"ALAND": 5818542165,
"AWATER": 148734982
},
"geometry": {
"type": "Point",
"coordinates": [
-96.60875123388656,
36.53952470947309
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "071",
"COUNTYNS": "00974134",
"AFFGEOID": "0500000US36071",
"GEOID": "36071",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 2103900470,
"AWATER": 68092052
},
"geometry": {
"type": "Point",
"coordinates": [
-74.30928866263349,
41.39582889753747
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "41",
"COUNTYFP": "017",
"COUNTYNS": "01155130",
"AFFGEOID": "0500000US41017",
"GEOID": "41017",
"NAME": "Deschutes",
"LSAD": "06",
"ALAND": 7815563218,
"AWATER": 94755758
},
"geometry": {
"type": "Point",
"coordinates": [
-121.1714031111111,
43.892659073131526
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "185",
"COUNTYNS": "00516939",
"AFFGEOID": "0500000US21185",
"GEOID": "21185",
"NAME": "Oldham",
"LSAD": "06",
"ALAND": 484931825,
"AWATER": 23831645
},
"geometry": {
"type": "Point",
"coordinates": [
-85.45728336096024,
38.42132612205202
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "04",
"COUNTYFP": "003",
"COUNTYNS": "00025442",
"AFFGEOID": "0500000US04003",
"GEOID": "04003",
"NAME": "Cochise",
"LSAD": "06",
"ALAND": 15966166113,
"AWATER": 137024922
},
"geometry": {
"type": "Point",
"coordinates": [
-109.73938541942408,
31.902903887108177
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "18",
"COUNTYFP": "019",
"COUNTYNS": "00450340",
"AFFGEOID": "0500000US18019",
"GEOID": "18019",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 965646802,
"AWATER": 9223876
},
"geometry": {
"type": "Point",
"coordinates": [
-85.67631709966356,
38.46811046547529
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "051",
"COUNTYNS": "01720036",
"AFFGEOID": "0500000US30051",
"GEOID": "30051",
"NAME": "Liberty",
"LSAD": "06",
"ALAND": 3703639185,
"AWATER": 44411469
},
"geometry": {
"type": "Point",
"coordinates": [
-111.0271312000829,
48.50505258896372
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "185",
"COUNTYNS": "01008593",
"AFFGEOID": "0500000US37185",
"GEOID": "37185",
"NAME": "Warren",
"LSAD": "06",
"ALAND": 1111325893,
"AWATER": 39407120
},
"geometry": {
"type": "Point",
"coordinates": [
-78.09513235908781,
36.3902909806702
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "191",
"COUNTYNS": "01498359",
"AFFGEOID": "0500000US51191",
"GEOID": "51191",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 1453385750,
"AWATER": 12998215
},
"geometry": {
"type": "Point",
"coordinates": [
-82.00391349219482,
36.68299563187678
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "060",
"COUNTYNS": "01419967",
"AFFGEOID": "0500000US02060",
"GEOID": "02060",
"NAME": "Bristol Bay",
"LSAD": "04",
"ALAND": 1248342013,
"AWATER": 949750202
},
"geometry": {
"type": "Point",
"coordinates": [
-156.91230443417965,
58.77698618995274
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "083",
"COUNTYNS": "00306922",
"AFFGEOID": "0500000US12083",
"GEOID": "12083",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 4114226894,
"AWATER": 192048864
},
"geometry": {
"type": "Point",
"coordinates": [
-82.26999740476192,
29.048451273008076
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "035",
"COUNTYNS": "00882234",
"AFFGEOID": "0500000US34035",
"GEOID": "34035",
"NAME": "Somerset",
"LSAD": "06",
"ALAND": 781816196,
"AWATER": 8009303
},
"geometry": {
"type": "Point",
"coordinates": [
-74.57068565,
40.569177199067795
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "047",
"COUNTYNS": "00484993",
"AFFGEOID": "0500000US20047",
"GEOID": "20047",
"NAME": "Edwards",
"LSAD": "06",
"ALAND": 1610699247,
"AWATER": 206413
},
"geometry": {
"type": "Point",
"coordinates": [
-99.29840472727274,
37.913423453630564
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "21",
"COUNTYFP": "137",
"COUNTYNS": "00516915",
"AFFGEOID": "0500000US21137",
"GEOID": "21137",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 861936841,
"AWATER": 9315386
},
"geometry": {
"type": "Point",
"coordinates": [
-84.66534327272728,
37.44605527181625
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "141",
"COUNTYNS": "00835892",
"AFFGEOID": "0500000US31141",
"GEOID": "31141",
"NAME": "Platte",
"LSAD": "06",
"ALAND": 1745910545,
"AWATER": 27167485
},
"geometry": {
"type": "Point",
"coordinates": [
-97.52640150000002,
41.4956469157303
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "095",
"COUNTYNS": "01034213",
"AFFGEOID": "0500000US38095",
"GEOID": "38095",
"NAME": "Towner",
"LSAD": "06",
"ALAND": 2653593200,
"AWATER": 43823568
},
"geometry": {
"type": "Point",
"coordinates": [
-99.25154228598188,
48.672726464632056
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "143",
"COUNTYNS": "00758526",
"AFFGEOID": "0500000US29143",
"GEOID": "29143",
"NAME": "New Madrid",
"LSAD": "06",
"ALAND": 1747828876,
"AWATER": 56291575
},
"geometry": {
"type": "Point",
"coordinates": [
-89.59346583795745,
36.55665481940674
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "021",
"COUNTYNS": "01008538",
"AFFGEOID": "0500000US37021",
"GEOID": "37021",
"NAME": "Buncombe",
"LSAD": "06",
"ALAND": 1700042284,
"AWATER": 8942802
},
"geometry": {
"type": "Point",
"coordinates": [
-82.4867936451613,
35.67299941846068
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "27",
"COUNTYFP": "085",
"COUNTYNS": "00659491",
"AFFGEOID": "0500000US27085",
"GEOID": "27085",
"NAME": "McLeod",
"LSAD": "06",
"ALAND": 1272940264,
"AWATER": 36370228
},
"geometry": {
"type": "Point",
"coordinates": [
-94.32858159999999,
44.81154049905679
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "35",
"COUNTYFP": "005",
"COUNTYNS": "01702364",
"AFFGEOID": "0500000US35005",
"GEOID": "35005",
"NAME": "Chaves",
"LSAD": "06",
"ALAND": 15713841748,
"AWATER": 20545303
},
"geometry": {
"type": "Point",
"coordinates": [
-104.36029407692307,
33.466693691439424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "39",
"COUNTYFP": "075",
"COUNTYNS": "01074050",
"AFFGEOID": "0500000US39075",
"GEOID": "39075",
"NAME": "Holmes",
"LSAD": "06",
"ALAND": 1094356029,
"AWATER": 3745075
},
"geometry": {
"type": "Point",
"coordinates": [
-81.95652,
40.56947455462334
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "167",
"COUNTYNS": "00835905",
"AFFGEOID": "0500000US31167",
"GEOID": "31167",
"NAME": "Stanton",
"LSAD": "06",
"ALAND": 1107496313,
"AWATER": 8793984
},
"geometry": {
"type": "Point",
"coordinates": [
-97.2056338,
41.882154199062185
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "023",
"COUNTYNS": "01008539",
"AFFGEOID": "0500000US37023",
"GEOID": "37023",
"NAME": "Burke",
"LSAD": "06",
"ALAND": 1311170317,
"AWATER": 20699390
},
"geometry": {
"type": "Point",
"coordinates": [
-81.71158456250001,
35.74308424910512
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "109",
"COUNTYNS": "01213686",
"AFFGEOID": "0500000US42109",
"GEOID": "42109",
"NAME": "Snyder",
"LSAD": "06",
"ALAND": 851544496,
"AWATER": 7157948
},
"geometry": {
"type": "Point",
"coordinates": [
-77.03024480000002,
40.7696360990668
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "33",
"COUNTYFP": "013",
"COUNTYNS": "00873180",
"AFFGEOID": "0500000US33013",
"GEOID": "33013",
"NAME": "Merrimack",
"LSAD": "06",
"ALAND": 2415829018,
"AWATER": 57547411
},
"geometry": {
"type": "Point",
"coordinates": [
-71.6646241111111,
43.27647155461394
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "149",
"COUNTYNS": "00758529",
"AFFGEOID": "0500000US29149",
"GEOID": "29149",
"NAME": "Oregon",
"LSAD": "06",
"ALAND": 2045563369,
"AWATER": 4528610
},
"geometry": {
"type": "Point",
"coordinates": [
-91.41813251751486,
36.6543594772735
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "025",
"COUNTYNS": "00882910",
"AFFGEOID": "0500000US34025",
"GEOID": "34025",
"NAME": "Monmouth",
"LSAD": "06",
"ALAND": 1213128209,
"AWATER": 510444544
},
"geometry": {
"type": "Point",
"coordinates": [
-74.21995002471972,
40.2889120908928
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "007",
"COUNTYNS": "01214112",
"AFFGEOID": "0500000US42007",
"GEOID": "42007",
"NAME": "Beaver",
"LSAD": "06",
"ALAND": 1125901161,
"AWATER": 24165972
},
"geometry": {
"type": "Point",
"coordinates": [
-80.31085313666074,
40.6397669907255
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "047",
"COUNTYNS": "00758478",
"AFFGEOID": "0500000US29047",
"GEOID": "29047",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1029939957,
"AWATER": 28510134
},
"geometry": {
"type": "Point",
"coordinates": [
-94.45953366580576,
39.19170339114548
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "039",
"COUNTYNS": "01213666",
"AFFGEOID": "0500000US42039",
"GEOID": "42039",
"NAME": "Crawford",
"LSAD": "06",
"ALAND": 2621846809,
"AWATER": 65303124
},
"geometry": {
"type": "Point",
"coordinates": [
-80.06622963724496,
41.63819126838974
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "079",
"COUNTYNS": "00758494",
"AFFGEOID": "0500000US29079",
"GEOID": "29079",
"NAME": "Grundy",
"LSAD": "06",
"ALAND": 1127383741,
"AWATER": 7118002
},
"geometry": {
"type": "Point",
"coordinates": [
-93.53529285714285,
40.096432570498855
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "46",
"COUNTYFP": "137",
"COUNTYNS": "01266993",
"AFFGEOID": "0500000US46137",
"GEOID": "46137",
"NAME": "Ziebach",
"LSAD": "06",
"ALAND": 5079575456,
"AWATER": 24212303
},
"geometry": {
"type": "Point",
"coordinates": [
-101.58991540000002,
44.879359332390166
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "165",
"COUNTYNS": "00758537",
"AFFGEOID": "0500000US29165",
"GEOID": "29165",
"NAME": "Platte",
"LSAD": "06",
"ALAND": 1088302651,
"AWATER": 17119867
},
"geometry": {
"type": "Point",
"coordinates": [
-94.81028097095122,
39.33964906093984
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "337",
"COUNTYNS": "01383954",
"AFFGEOID": "0500000US48337",
"GEOID": "48337",
"NAME": "Montague",
"LSAD": "06",
"ALAND": 2411034614,
"AWATER": 19087361
},
"geometry": {
"type": "Point",
"coordinates": [
-97.74355185527435,
33.79942496562631
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "003",
"COUNTYNS": "01455966",
"AFFGEOID": "0500000US49003",
"GEOID": "49003",
"NAME": "Box Elder",
"LSAD": "06",
"ALAND": 14880984762,
"AWATER": 2547651528
},
"geometry": {
"type": "Point",
"coordinates": [
-112.81677322066805,
41.60610815750711
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "135",
"COUNTYNS": "01383853",
"AFFGEOID": "0500000US48135",
"GEOID": "48135",
"NAME": "Ector",
"LSAD": "06",
"ALAND": 2325100483,
"AWATER": 10596946
},
"geometry": {
"type": "Point",
"coordinates": [
-102.54295233333334,
31.79648099915458
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "015",
"COUNTYNS": "01448022",
"AFFGEOID": "0500000US49015",
"GEOID": "49015",
"NAME": "Emery",
"LSAD": "06",
"ALAND": 11557242845,
"AWATER": 24843848
},
"geometry": {
"type": "Point",
"coordinates": [
-110.44262338709679,
39.05505164423805
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "187",
"COUNTYNS": "01383879",
"AFFGEOID": "0500000US48187",
"GEOID": "48187",
"NAME": "Guadalupe",
"LSAD": "06",
"ALAND": 1842135388,
"AWATER": 9163416
},
"geometry": {
"type": "Point",
"coordinates": [
-97.99484947368421,
29.602455893925917
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "209",
"COUNTYNS": "01383890",
"AFFGEOID": "0500000US48209",
"GEOID": "48209",
"NAME": "Hays",
"LSAD": "06",
"ALAND": 1755978743,
"AWATER": 5037781
},
"geometry": {
"type": "Point",
"coordinates": [
-97.93909433333334,
29.980943599182772
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "15",
"COUNTYFP": "003",
"COUNTYNS": "00365281",
"AFFGEOID": "0500000US15003",
"GEOID": "15003",
"NAME": "Honolulu",
"LSAD": "06",
"ALAND": 1555581074,
"AWATER": 4054908589
},
"geometry": {
"type": "Point",
"coordinates": [
-157.9483817628513,
21.427739084126543
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "293",
"COUNTYNS": "01383932",
"AFFGEOID": "0500000US48293",
"GEOID": "48293",
"NAME": "Limestone",
"LSAD": "06",
"ALAND": 2344685542,
"AWATER": 72197848
},
"geometry": {
"type": "Point",
"coordinates": [
-96.55308425,
31.525965249158567
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "117",
"COUNTYNS": "01101846",
"AFFGEOID": "0500000US40117",
"GEOID": "40117",
"NAME": "Pawnee",
"LSAD": "06",
"ALAND": 1471527632,
"AWATER": 68888617
},
"geometry": {
"type": "Point",
"coordinates": [
-96.67112757692308,
36.337918037560655
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "107",
"COUNTYNS": "00559509",
"AFFGEOID": "0500000US22107",
"GEOID": "22107",
"NAME": "Tensas",
"LSAD": "15",
"ALAND": 1561204507,
"AWATER": 99471076
},
"geometry": {
"type": "Point",
"coordinates": [
-91.30327660551909,
31.94768335098704
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "103",
"COUNTYNS": "01639766",
"AFFGEOID": "0500000US47103",
"GEOID": "47103",
"NAME": "Lincoln",
"LSAD": "06",
"ALAND": 1477179215,
"AWATER": 971039
},
"geometry": {
"type": "Point",
"coordinates": [
-86.57812293561314,
35.165613749586434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "007",
"COUNTYNS": "00974102",
"AFFGEOID": "0500000US36007",
"GEOID": "36007",
"NAME": "Broome",
"LSAD": "06",
"ALAND": 1827987181,
"AWATER": 25185424
},
"geometry": {
"type": "Point",
"coordinates": [
-75.75421826328913,
42.148794736944666
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "113",
"COUNTYNS": "01494590",
"AFFGEOID": "0500000US51113",
"GEOID": "51113",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 830426508,
"AWATER": 3228803
},
"geometry": {
"type": "Point",
"coordinates": [
-78.2954173,
38.40210049908133
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "005",
"COUNTYNS": "01101790",
"AFFGEOID": "0500000US40005",
"GEOID": "40005",
"NAME": "Atoka",
"LSAD": "06",
"ALAND": 2526582870,
"AWATER": 37283827
},
"geometry": {
"type": "Point",
"coordinates": [
-95.99595915384613,
34.452454768350236
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "115",
"COUNTYNS": "00974155",
"AFFGEOID": "0500000US36115",
"GEOID": "36115",
"NAME": "Washington",
"LSAD": "06",
"ALAND": 2152713677,
"AWATER": 38126891
},
"geometry": {
"type": "Point",
"coordinates": [
-73.39607375806666,
43.43231644836029
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "137",
"COUNTYNS": "01494761",
"AFFGEOID": "0500000US51137",
"GEOID": "51137",
"NAME": "Orange",
"LSAD": "06",
"ALAND": 883480537,
"AWATER": 6502589
},
"geometry": {
"type": "Point",
"coordinates": [
-78.03644185714286,
38.266057356225204
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "073",
"COUNTYNS": "00161562",
"AFFGEOID": "0500000US01073",
"GEOID": "01073",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 2877921069,
"AWATER": 32756125
},
"geometry": {
"type": "Point",
"coordinates": [
-86.97681473529414,
33.47704285207268
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "157",
"COUNTYNS": "01673976",
"AFFGEOID": "0500000US51157",
"GEOID": "51157",
"NAME": "Rappahannock",
"LSAD": "06",
"ALAND": 689901003,
"AWATER": 2142395
},
"geometry": {
"type": "Point",
"coordinates": [
-78.1643109,
38.70193649907914
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "023",
"COUNTYNS": "01101799",
"AFFGEOID": "0500000US40023",
"GEOID": "40023",
"NAME": "Choctaw",
"LSAD": "06",
"ALAND": 1995215215,
"AWATER": 75666999
},
"geometry": {
"type": "Point",
"coordinates": [
-95.53872454057271,
33.95849726642694
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "063",
"COUNTYNS": "01101819",
"AFFGEOID": "0500000US40063",
"GEOID": "40063",
"NAME": "Hughes",
"LSAD": "06",
"ALAND": 2084026137,
"AWATER": 26504863
},
"geometry": {
"type": "Point",
"coordinates": [
-96.28250589999999,
35.03892899911272
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "091",
"COUNTYNS": "01101836",
"AFFGEOID": "0500000US40091",
"GEOID": "40091",
"NAME": "McIntosh",
"LSAD": "06",
"ALAND": 1601897950,
"AWATER": 242913899
},
"geometry": {
"type": "Point",
"coordinates": [
-95.72588776470586,
35.33364894028594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "185",
"COUNTYNS": "01383878",
"AFFGEOID": "0500000US48185",
"GEOID": "48185",
"NAME": "Grimes",
"LSAD": "06",
"ALAND": 2039539549,
"AWATER": 36603391
},
"geometry": {
"type": "Point",
"coordinates": [
-96.05119066666667,
30.45940158250836
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "179",
"COUNTYNS": "01383875",
"AFFGEOID": "0500000US48179",
"GEOID": "48179",
"NAME": "Gray",
"LSAD": "06",
"ALAND": 2398261666,
"AWATER": 8700791
},
"geometry": {
"type": "Point",
"coordinates": [
-100.812838,
35.40092049910876
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "153",
"COUNTYNS": "01623017",
"AFFGEOID": "0500000US26153",
"GEOID": "26153",
"NAME": "Schoolcraft",
"LSAD": "06",
"ALAND": 3033697431,
"AWATER": 1845664144
},
"geometry": {
"type": "Point",
"coordinates": [
-86.26997649597949,
46.083538173976294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "071",
"COUNTYNS": "01008554",
"AFFGEOID": "0500000US37071",
"GEOID": "37071",
"NAME": "Gaston",
"LSAD": "06",
"ALAND": 921400770,
"AWATER": 20560593
},
"geometry": {
"type": "Point",
"coordinates": [
-81.12896231267548,
35.27322741411245
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "057",
"COUNTYNS": "00835850",
"AFFGEOID": "0500000US31057",
"GEOID": "31057",
"NAME": "Dundy",
"LSAD": "06",
"ALAND": 2381956152,
"AWATER": 3046330
},
"geometry": {
"type": "Point",
"coordinates": [
-101.65905328524056,
40.155818585144445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "207",
"COUNTYNS": "00758556",
"AFFGEOID": "0500000US29207",
"GEOID": "29207",
"NAME": "Stoddard",
"LSAD": "06",
"ALAND": 2132125025,
"AWATER": 15031190
},
"geometry": {
"type": "Point",
"coordinates": [
-89.96422773333333,
36.90698279909375
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "011",
"COUNTYNS": "00882275",
"AFFGEOID": "0500000US34011",
"GEOID": "34011",
"NAME": "Cumberland",
"LSAD": "06",
"ALAND": 1251898435,
"AWATER": 503712955
},
"geometry": {
"type": "Point",
"coordinates": [
-75.14163966109765,
39.33354581765736
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "059",
"COUNTYNS": "00066859",
"AFFGEOID": "0500000US05059",
"GEOID": "05059",
"NAME": "Hot Spring",
"LSAD": "06",
"ALAND": 1593376791,
"AWATER": 18038347
},
"geometry": {
"type": "Point",
"coordinates": [
-93.00152384615386,
34.32679146065941
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "085",
"COUNTYNS": "00974141",
"AFFGEOID": "0500000US36085",
"GEOID": "36085",
"NAME": "Richmond",
"LSAD": "06",
"ALAND": 148972687,
"AWATER": 115952653
},
"geometry": {
"type": "Point",
"coordinates": [
-74.14016369098678,
40.60002073539149
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "193",
"COUNTYNS": "01480179",
"AFFGEOID": "0500000US51193",
"GEOID": "51193",
"NAME": "Westmoreland",
"LSAD": "06",
"ALAND": 594054337,
"AWATER": 61106324
},
"geometry": {
"type": "Point",
"coordinates": [
-76.81609411102612,
38.13705048717304
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "111",
"COUNTYNS": "00974153",
"AFFGEOID": "0500000US36111",
"GEOID": "36111",
"NAME": "Ulster",
"LSAD": "06",
"ALAND": 2911757797,
"AWATER": 94596954
},
"geometry": {
"type": "Point",
"coordinates": [
-74.23271676470587,
41.89618446965039
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "063",
"COUNTYNS": "00069163",
"AFFGEOID": "0500000US05063",
"GEOID": "05063",
"NAME": "Independence",
"LSAD": "06",
"ALAND": 1978631574,
"AWATER": 19593589
},
"geometry": {
"type": "Point",
"coordinates": [
-91.55949562500001,
35.774937811604794
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "029",
"COUNTYNS": "00758469",
"AFFGEOID": "0500000US29029",
"GEOID": "29029",
"NAME": "Camden",
"LSAD": "06",
"ALAND": 1699090933,
"AWATER": 136351829
},
"geometry": {
"type": "Point",
"coordinates": [
-92.73498511764704,
38.05371329320165
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "175",
"COUNTYNS": "00758542",
"AFFGEOID": "0500000US29175",
"GEOID": "29175",
"NAME": "Randolph",
"LSAD": "06",
"ALAND": 1250217889,
"AWATER": 13254193
},
"geometry": {
"type": "Point",
"coordinates": [
-92.49319185714284,
39.42542428478857
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "199",
"COUNTYNS": "01383885",
"AFFGEOID": "0500000US48199",
"GEOID": "48199",
"NAME": "Hardin",
"LSAD": "06",
"ALAND": 2306607883,
"AWATER": 18042331
},
"geometry": {
"type": "Point",
"coordinates": [
-94.30009642857143,
30.29359042774911
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "091",
"COUNTYNS": "01034220",
"AFFGEOID": "0500000US38091",
"GEOID": "38091",
"NAME": "Steele",
"LSAD": "06",
"ALAND": 1844613572,
"AWATER": 8424876
},
"geometry": {
"type": "Point",
"coordinates": [
-97.7399545,
47.4233696240603
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "34",
"COUNTYFP": "001",
"COUNTYNS": "00882270",
"AFFGEOID": "0500000US34001",
"GEOID": "34001",
"NAME": "Atlantic",
"LSAD": "06",
"ALAND": 1438982592,
"AWATER": 301062779
},
"geometry": {
"type": "Point",
"coordinates": [
-74.60312340958688,
39.498152963507934
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "115",
"COUNTYNS": "01025834",
"AFFGEOID": "0500000US37115",
"GEOID": "37115",
"NAME": "Madison",
"LSAD": "06",
"ALAND": 1164497728,
"AWATER": 4840762
},
"geometry": {
"type": "Point",
"coordinates": [
-82.64289731611656,
35.87078743299125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "009",
"COUNTYNS": "01209171",
"AFFGEOID": "0500000US42009",
"GEOID": "42009",
"NAME": "Bedford",
"LSAD": "06",
"ALAND": 2621836594,
"AWATER": 11935889
},
"geometry": {
"type": "Point",
"coordinates": [
-78.47723064412143,
40.07874439324357
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "009",
"COUNTYNS": "00974103",
"AFFGEOID": "0500000US36009",
"GEOID": "36009",
"NAME": "Cattaraugus",
"LSAD": "06",
"ALAND": 3388633499,
"AWATER": 36608250
},
"geometry": {
"type": "Point",
"coordinates": [
-78.73080356060181,
42.29616745267267
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "135",
"COUNTYNS": "01804548",
"AFFGEOID": "0500000US72135",
"GEOID": "72135",
"NAME": "Toa Alta",
"LSAD": "13",
"ALAND": 69972584,
"AWATER": 1405464
},
"geometry": {
"type": "Point",
"coordinates": [
-66.246155375,
18.359420874435294
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "067",
"COUNTYNS": "01720027",
"AFFGEOID": "0500000US30067",
"GEOID": "30067",
"NAME": "Park",
"LSAD": "06",
"ALAND": 7258393601,
"AWATER": 27856467
},
"geometry": {
"type": "Point",
"coordinates": [
-110.4911017327146,
45.455355931520714
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "149",
"COUNTYNS": "01804555",
"AFFGEOID": "0500000US72149",
"GEOID": "72149",
"NAME": "Villalba",
"LSAD": "13",
"ALAND": 92298569,
"AWATER": 3622637
},
"geometry": {
"type": "Point",
"coordinates": [
-66.46748833333333,
18.136473999441197
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "133",
"COUNTYNS": "01804547",
"AFFGEOID": "0500000US72133",
"GEOID": "72133",
"NAME": "Santa Isabel",
"LSAD": "13",
"ALAND": 88144282,
"AWATER": 111140897
},
"geometry": {
"type": "Point",
"coordinates": [
-66.38849246435204,
17.996232729582384
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "72",
"COUNTYFP": "143",
"COUNTYNS": "01804552",
"AFFGEOID": "0500000US72143",
"GEOID": "72143",
"NAME": "Vega Alta",
"LSAD": "13",
"ALAND": 71816290,
"AWATER": 25307600
},
"geometry": {
"type": "Point",
"coordinates": [
-66.33306595963816,
18.40790264959899
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "185",
"COUNTYNS": "00326720",
"AFFGEOID": "0500000US13185",
"GEOID": "13185",
"NAME": "Lowndes",
"LSAD": "06",
"ALAND": 1285022595,
"AWATER": 37361466
},
"geometry": {
"type": "Point",
"coordinates": [
-83.24933172314279,
30.856128210033397
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "107",
"COUNTYNS": "00347508",
"AFFGEOID": "0500000US13107",
"GEOID": "13107",
"NAME": "Emanuel",
"LSAD": "06",
"ALAND": 1762766490,
"AWATER": 24802077
},
"geometry": {
"type": "Point",
"coordinates": [
-82.322094,
32.577210046762524
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "36",
"COUNTYFP": "103",
"COUNTYNS": "00974149",
"AFFGEOID": "0500000US36103",
"GEOID": "36103",
"NAME": "Suffolk",
"LSAD": "06",
"ALAND": 2360846288,
"AWATER": 3785546967
},
"geometry": {
"type": "Point",
"coordinates": [
-72.67480996023215,
40.9628486122676
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "30",
"COUNTYFP": "109",
"COUNTYNS": "01696629",
"AFFGEOID": "0500000US30109",
"GEOID": "30109",
"NAME": "Wibaux",
"LSAD": "06",
"ALAND": 2301488703,
"AWATER": 1756846
},
"geometry": {
"type": "Point",
"coordinates": [
-104.26436800764489,
47.00086653548334
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "045",
"COUNTYNS": "01448036",
"AFFGEOID": "0500000US49045",
"GEOID": "49045",
"NAME": "Tooele",
"LSAD": "06",
"ALAND": 17979586953,
"AWATER": 891043654
},
"geometry": {
"type": "Point",
"coordinates": [
-112.85668391811674,
40.38745715228755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "323",
"COUNTYNS": "01383944",
"AFFGEOID": "0500000US48323",
"GEOID": "48323",
"NAME": "Maverick",
"LSAD": "06",
"ALAND": 3313819221,
"AWATER": 31869807
},
"geometry": {
"type": "Point",
"coordinates": [
-100.41004844022356,
28.638814844752655
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "101",
"COUNTYNS": "01480138",
"AFFGEOID": "0500000US51101",
"GEOID": "51101",
"NAME": "King William",
"LSAD": "06",
"ALAND": 709481149,
"AWATER": 31126025
},
"geometry": {
"type": "Point",
"coordinates": [
-77.06169743750001,
37.693555499086905
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "009",
"COUNTYNS": "01531341",
"AFFGEOID": "0500000US53009",
"GEOID": "53009",
"NAME": "Clallam",
"LSAD": "06",
"ALAND": 4503153141,
"AWATER": 2413877536
},
"geometry": {
"type": "Point",
"coordinates": [
-123.87986275521862,
48.13153384376198
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "019",
"COUNTYNS": "01531821",
"AFFGEOID": "0500000US53019",
"GEOID": "53019",
"NAME": "Ferry",
"LSAD": "06",
"ALAND": 5706360692,
"AWATER": 140294376
},
"geometry": {
"type": "Point",
"coordinates": [
-118.43432424441514,
48.309494947708906
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "051",
"COUNTYNS": "01529157",
"AFFGEOID": "0500000US53051",
"GEOID": "53051",
"NAME": "Pend Oreille",
"LSAD": "06",
"ALAND": 3626633160,
"AWATER": 65385333
},
"geometry": {
"type": "Point",
"coordinates": [
-117.3476797702936,
48.61737467773978
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "055",
"COUNTYNS": "01531931",
"AFFGEOID": "0500000US53055",
"GEOID": "53055",
"NAME": "San Juan",
"LSAD": "06",
"ALAND": 450428674,
"AWATER": 1157428261
},
"geometry": {
"type": "Point",
"coordinates": [
-122.93896641176471,
48.593277175534965
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "065",
"COUNTYNS": "01531930",
"AFFGEOID": "0500000US53065",
"GEOID": "53065",
"NAME": "Stevens",
"LSAD": "06",
"ALAND": 6416413114,
"AWATER": 163008888
},
"geometry": {
"type": "Point",
"coordinates": [
-117.91013241160155,
48.3842108098649
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "073",
"COUNTYNS": "01529224",
"AFFGEOID": "0500000US53073",
"GEOID": "53073",
"NAME": "Whatcom",
"LSAD": "06",
"ALAND": 5459395487,
"AWATER": 1028184768
},
"geometry": {
"type": "Point",
"coordinates": [
-121.86799973161187,
48.806042297038424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "009",
"COUNTYNS": "01581064",
"AFFGEOID": "0500000US55009",
"GEOID": "55009",
"NAME": "Brown",
"LSAD": "06",
"ALAND": 1372929582,
"AWATER": 221812520
},
"geometry": {
"type": "Point",
"coordinates": [
-88.01098125426637,
44.531860333495864
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "49",
"COUNTYFP": "029",
"COUNTYNS": "01448028",
"AFFGEOID": "0500000US49029",
"GEOID": "49029",
"NAME": "Morgan",
"LSAD": "06",
"ALAND": 1577739361,
"AWATER": 4437369
},
"geometry": {
"type": "Point",
"coordinates": [
-111.56681992307692,
41.08093361445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "225",
"COUNTYNS": "01383898",
"AFFGEOID": "0500000US48225",
"GEOID": "48225",
"NAME": "Houston",
"LSAD": "06",
"ALAND": 3188288249,
"AWATER": 14426022
},
"geometry": {
"type": "Point",
"coordinates": [
-95.47358335000001,
31.320148149161657
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "48",
"COUNTYFP": "395",
"COUNTYNS": "01383983",
"AFFGEOID": "0500000US48395",
"GEOID": "48395",
"NAME": "Robertson",
"LSAD": "06",
"ALAND": 2214719320,
"AWATER": 26358042
},
"geometry": {
"type": "Point",
"coordinates": [
-96.50674035294116,
30.984640705049127
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "061",
"COUNTYNS": "01101818",
"AFFGEOID": "0500000US40061",
"GEOID": "40061",
"NAME": "Haskell",
"LSAD": "06",
"ALAND": 1493182633,
"AWATER": 126266425
},
"geometry": {
"type": "Point",
"coordinates": [
-95.11389829411764,
35.27267564616895
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "079",
"COUNTYNS": "01480129",
"AFFGEOID": "0500000US51079",
"GEOID": "51079",
"NAME": "Greene",
"LSAD": "06",
"ALAND": 403788487,
"AWATER": 1756849
},
"geometry": {
"type": "Point",
"coordinates": [
-78.44887575,
38.326338749081884
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "40",
"COUNTYFP": "079",
"COUNTYNS": "01101827",
"AFFGEOID": "0500000US40079",
"GEOID": "40079",
"NAME": "Le Flore",
"LSAD": "06",
"ALAND": 4116222830,
"AWATER": 50024113
},
"geometry": {
"type": "Point",
"coordinates": [
-94.70505364840001,
35.013394478962226
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "053",
"COUNTYNS": "01560254",
"AFFGEOID": "0500000US54053",
"GEOID": "54053",
"NAME": "Mason",
"LSAD": "06",
"ALAND": 1115633278,
"AWATER": 36174540
},
"geometry": {
"type": "Point",
"coordinates": [
-82.04810071845024,
38.79421159299918
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "069",
"COUNTYNS": "01717163",
"AFFGEOID": "0500000US54069",
"GEOID": "54069",
"NAME": "Ohio",
"LSAD": "06",
"ALAND": 274098959,
"AWATER": 8274296
},
"geometry": {
"type": "Point",
"coordinates": [
-80.65874691559634,
40.120549323139755
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "039",
"COUNTYNS": "01008545",
"AFFGEOID": "0500000US37039",
"GEOID": "37039",
"NAME": "Cherokee",
"LSAD": "06",
"ALAND": 1179401584,
"AWATER": 29257527
},
"geometry": {
"type": "Point",
"coordinates": [
-84.02279229923917,
35.18001076797496
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "025",
"COUNTYNS": "00161538",
"AFFGEOID": "0500000US01025",
"GEOID": "01025",
"NAME": "Clarke",
"LSAD": "06",
"ALAND": 3207494103,
"AWATER": 36657891
},
"geometry": {
"type": "Point",
"coordinates": [
-87.85913326470587,
31.56131844033451
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "091",
"COUNTYNS": "00161572",
"AFFGEOID": "0500000US01091",
"GEOID": "01091",
"NAME": "Marengo",
"LSAD": "06",
"ALAND": 2530140238,
"AWATER": 14966620
},
"geometry": {
"type": "Point",
"coordinates": [
-87.76736852380951,
32.28976076105226
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "011",
"COUNTYNS": "01550012",
"AFFGEOID": "0500000US54011",
"GEOID": "54011",
"NAME": "Cabell",
"LSAD": "06",
"ALAND": 727837364,
"AWATER": 18122707
},
"geometry": {
"type": "Point",
"coordinates": [
-82.28351541958395,
38.43749851301808
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "01",
"COUNTYFP": "065",
"COUNTYNS": "00161558",
"AFFGEOID": "0500000US01065",
"GEOID": "01065",
"NAME": "Hale",
"LSAD": "06",
"ALAND": 1667907107,
"AWATER": 32423356
},
"geometry": {
"type": "Point",
"coordinates": [
-87.68527921052633,
32.729319893878234
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "099",
"COUNTYNS": "01550056",
"AFFGEOID": "0500000US54099",
"GEOID": "54099",
"NAME": "Wayne",
"LSAD": "06",
"ALAND": 1310504124,
"AWATER": 15860720
},
"geometry": {
"type": "Point",
"coordinates": [
-82.46521517251473,
38.15515579660052
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "133",
"COUNTYNS": "01209193",
"AFFGEOID": "0500000US42133",
"GEOID": "42133",
"NAME": "York",
"LSAD": "06",
"ALAND": 2341882815,
"AWATER": 16941833
},
"geometry": {
"type": "Point",
"coordinates": [
-76.80444043845291,
39.96578066722295
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "215",
"COUNTYNS": "00758560",
"AFFGEOID": "0500000US29215",
"GEOID": "29215",
"NAME": "Texas",
"LSAD": "06",
"ALAND": 3049104547,
"AWATER": 5071080
},
"geometry": {
"type": "Point",
"coordinates": [
-91.97049845454545,
37.40859727181658
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "075",
"COUNTYNS": "00066865",
"AFFGEOID": "0500000US05075",
"GEOID": "05075",
"NAME": "Lawrence",
"LSAD": "06",
"ALAND": 1521880659,
"AWATER": 12286159
},
"geometry": {
"type": "Point",
"coordinates": [
-91.05146471428574,
36.053153927673364
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "570",
"COUNTYNS": "01498420",
"AFFGEOID": "0500000US51570",
"GEOID": "51570",
"NAME": "Colonial Heights",
"LSAD": "25",
"ALAND": 19475234,
"AWATER": 766909
},
"geometry": {
"type": "Point",
"coordinates": [
-77.40102623529412,
37.250574881443605
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "05",
"COUNTYFP": "081",
"COUNTYNS": "00066874",
"AFFGEOID": "0500000US05081",
"GEOID": "05081",
"NAME": "Little River",
"LSAD": "06",
"ALAND": 1378586566,
"AWATER": 84150136
},
"geometry": {
"type": "Point",
"coordinates": [
-94.2033612287221,
33.6650244851091
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "590",
"COUNTYNS": "01498421",
"AFFGEOID": "0500000US51590",
"GEOID": "51590",
"NAME": "Danville",
"LSAD": "25",
"ALAND": 110751018,
"AWATER": 2434869
},
"geometry": {
"type": "Point",
"coordinates": [
-79.41970539925486,
36.590039360180576
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "027",
"COUNTYNS": "01804637",
"AFFGEOID": "0500000US06027",
"GEOID": "06027",
"NAME": "Inyo",
"LSAD": "06",
"ALAND": 26368508430,
"AWATER": 119088140
},
"geometry": {
"type": "Point",
"coordinates": [
-117.64351279866383,
36.494349274518
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "097",
"COUNTYNS": "01008565",
"AFFGEOID": "0500000US37097",
"GEOID": "37097",
"NAME": "Iredell",
"LSAD": "06",
"ALAND": 1487115275,
"AWATER": 61893483
},
"geometry": {
"type": "Point",
"coordinates": [
-80.92277088461539,
35.717166768336156
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "183",
"COUNTYNS": "01008592",
"AFFGEOID": "0500000US37183",
"GEOID": "37183",
"NAME": "Wake",
"LSAD": "06",
"ALAND": 2162148714,
"AWATER": 58100780
},
"geometry": {
"type": "Point",
"coordinates": [
-78.71292211764707,
35.82811199910424
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "26",
"COUNTYFP": "105",
"COUNTYNS": "01622995",
"AFFGEOID": "0500000US26105",
"GEOID": "26105",
"NAME": "Mason",
"LSAD": "06",
"ALAND": 1281901694,
"AWATER": 1935678152
},
"geometry": {
"type": "Point",
"coordinates": [
-86.36043148799533,
44.01029642707489
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "193",
"COUNTYNS": "01008595",
"AFFGEOID": "0500000US37193",
"GEOID": "37193",
"NAME": "Wilkes",
"LSAD": "06",
"ALAND": 1954249751,
"AWATER": 6862434
},
"geometry": {
"type": "Point",
"coordinates": [
-81.18489561111113,
36.22419688798912
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "37",
"COUNTYFP": "123",
"COUNTYNS": "01008572",
"AFFGEOID": "0500000US37123",
"GEOID": "37123",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1273046508,
"AWATER": 25919921
},
"geometry": {
"type": "Point",
"coordinates": [
-79.95188800000001,
35.335397899109445
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "06",
"COUNTYFP": "093",
"COUNTYNS": "00277311",
"AFFGEOID": "0500000US06093",
"GEOID": "06093",
"NAME": "Siskiyou",
"LSAD": "06",
"ALAND": 16261933292,
"AWATER": 179149824
},
"geometry": {
"type": "Point",
"coordinates": [
-122.86030257599016,
41.573500031064796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "02",
"COUNTYFP": "220",
"COUNTYNS": "01419981",
"AFFGEOID": "0500000US02220",
"GEOID": "02220",
"NAME": "Sitka",
"LSAD": "03",
"ALAND": 7433222810,
"AWATER": 5037940435
},
"geometry": {
"type": "Point",
"coordinates": [
-135.35632409757565,
57.05216713301319
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "15",
"COUNTYFP": "007",
"COUNTYNS": "00365282",
"AFFGEOID": "0500000US15007",
"GEOID": "15007",
"NAME": "Kauai",
"LSAD": "06",
"ALAND": 1605492340,
"AWATER": 1674244223
},
"geometry": {
"type": "Point",
"coordinates": [
-159.77335591111114,
22.004314421566114
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "42",
"COUNTYFP": "033",
"COUNTYNS": "01209175",
"AFFGEOID": "0500000US42033",
"GEOID": "42033",
"NAME": "Clearfield",
"LSAD": "06",
"ALAND": 2964714577,
"AWATER": 23932649
},
"geometry": {
"type": "Point",
"coordinates": [
-78.3904687,
40.99474404906576
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "141",
"COUNTYNS": "01639783",
"AFFGEOID": "0500000US47141",
"GEOID": "47141",
"NAME": "Putnam",
"LSAD": "06",
"ALAND": 1038860590,
"AWATER": 3777709
},
"geometry": {
"type": "Point",
"coordinates": [
-85.450080125,
36.135168936601104
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "019",
"COUNTYNS": "00295726",
"AFFGEOID": "0500000US12019",
"GEOID": "12019",
"NAME": "Clay",
"LSAD": "06",
"ALAND": 1566439483,
"AWATER": 100339826
},
"geometry": {
"type": "Point",
"coordinates": [
-81.82407371428571,
29.978077927754253
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "12",
"COUNTYFP": "029",
"COUNTYNS": "00295725",
"AFFGEOID": "0500000US12029",
"GEOID": "12029",
"NAME": "Dixie",
"LSAD": "06",
"ALAND": 1826212966,
"AWATER": 410630395
},
"geometry": {
"type": "Point",
"coordinates": [
-83.18166507359693,
29.528199169586393
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "155",
"COUNTYNS": "00352302",
"AFFGEOID": "0500000US13155",
"GEOID": "13155",
"NAME": "Irwin",
"LSAD": "06",
"ALAND": 917793238,
"AWATER": 21758147
},
"geometry": {
"type": "Point",
"coordinates": [
-83.29162935714285,
31.618593642014325
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "015",
"COUNTYNS": "00695732",
"AFFGEOID": "0500000US28015",
"GEOID": "28015",
"NAME": "Carroll",
"LSAD": "06",
"ALAND": 1627140833,
"AWATER": 16426880
},
"geometry": {
"type": "Point",
"coordinates": [
-89.9087439090909,
33.438900453677434
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "051",
"COUNTYNS": "01639744",
"AFFGEOID": "0500000US47051",
"GEOID": "47051",
"NAME": "Franklin",
"LSAD": "06",
"ALAND": 1436108593,
"AWATER": 55079682
},
"geometry": {
"type": "Point",
"coordinates": [
-86.12129307310597,
35.20136411904349
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "38",
"COUNTYFP": "081",
"COUNTYNS": "01035303",
"AFFGEOID": "0500000US38081",
"GEOID": "38081",
"NAME": "Sargent",
"LSAD": "06",
"ALAND": 2223531669,
"AWATER": 21728402
},
"geometry": {
"type": "Point",
"coordinates": [
-97.59345151198901,
46.057019134256834
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "47",
"COUNTYFP": "115",
"COUNTYNS": "01639770",
"AFFGEOID": "0500000US47115",
"GEOID": "47115",
"NAME": "Marion",
"LSAD": "06",
"ALAND": 1290244637,
"AWATER": 36484742
},
"geometry": {
"type": "Point",
"coordinates": [
-85.6221073595401,
35.15039528870595
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "20",
"COUNTYFP": "005",
"COUNTYNS": "00484972",
"AFFGEOID": "0500000US20005",
"GEOID": "20005",
"NAME": "Atchison",
"LSAD": "06",
"ALAND": 1116736559,
"AWATER": 6851102
},
"geometry": {
"type": "Point",
"coordinates": [
-95.15276896957343,
39.53178027955128
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "53",
"COUNTYFP": "017",
"COUNTYNS": "01531818",
"AFFGEOID": "0500000US53017",
"GEOID": "53017",
"NAME": "Douglas",
"LSAD": "06",
"ALAND": 4711869329,
"AWATER": 76507816
},
"geometry": {
"type": "Point",
"coordinates": [
-119.70124639534887,
47.7260343013868
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "071",
"COUNTYNS": "01581095",
"AFFGEOID": "0500000US55071",
"GEOID": "55071",
"NAME": "Manitowoc",
"LSAD": "06",
"ALAND": 1526268667,
"AWATER": 2343369333
},
"geometry": {
"type": "Point",
"coordinates": [
-87.71200430912748,
44.169930409313324
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "101",
"COUNTYNS": "00348092",
"AFFGEOID": "0500000US13101",
"GEOID": "13101",
"NAME": "Echols",
"LSAD": "06",
"ALAND": 1074571647,
"AWATER": 15087403
},
"geometry": {
"type": "Point",
"coordinates": [
-82.91751375716123,
30.730489677218596
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "005",
"COUNTYNS": "01461759",
"AFFGEOID": "0500000US50005",
"GEOID": "50005",
"NAME": "Caledonia",
"LSAD": "06",
"ALAND": 1680951693,
"AWATER": 22386386
},
"geometry": {
"type": "Point",
"coordinates": [
-72.0937262934484,
44.43027702099765
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "50",
"COUNTYFP": "019",
"COUNTYNS": "01461766",
"AFFGEOID": "0500000US50019",
"GEOID": "50019",
"NAME": "Orleans",
"LSAD": "06",
"ALAND": 1796376281,
"AWATER": 71442197
},
"geometry": {
"type": "Point",
"coordinates": [
-72.2090967293379,
44.829527220972906
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "069",
"COUNTYNS": "00695758",
"AFFGEOID": "0500000US28069",
"GEOID": "28069",
"NAME": "Kemper",
"LSAD": "06",
"ALAND": 1984403113,
"AWATER": 2182350
},
"geometry": {
"type": "Point",
"coordinates": [
-88.62529796865988,
32.774751696280624
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "037",
"COUNTYNS": "01550025",
"AFFGEOID": "0500000US54037",
"GEOID": "54037",
"NAME": "Jefferson",
"LSAD": "06",
"ALAND": 543006589,
"AWATER": 5216623
},
"geometry": {
"type": "Point",
"coordinates": [
-77.87509074587945,
39.321969452512654
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "31",
"COUNTYFP": "107",
"COUNTYNS": "00835875",
"AFFGEOID": "0500000US31107",
"GEOID": "31107",
"NAME": "Knox",
"LSAD": "06",
"ALAND": 2870799577,
"AWATER": 81066532
},
"geometry": {
"type": "Point",
"coordinates": [
-97.96214006252488,
42.76464060247443
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "027",
"COUNTYNS": "00858646",
"AFFGEOID": "0500000US32027",
"GEOID": "32027",
"NAME": "Pershing",
"LSAD": "06",
"ALAND": 15634691937,
"AWATER": 79934815
},
"geometry": {
"type": "Point",
"coordinates": [
-118.39475776923076,
40.53110092214498
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "820",
"COUNTYNS": "01498443",
"AFFGEOID": "0500000US51820",
"GEOID": "51820",
"NAME": "Waynesboro",
"LSAD": "25",
"ALAND": 38724176,
"AWATER": 411928
},
"geometry": {
"type": "Point",
"coordinates": [
-78.9064902,
38.06221399908392
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "13",
"COUNTYFP": "069",
"COUNTYNS": "00347456",
"AFFGEOID": "0500000US13069",
"GEOID": "13069",
"NAME": "Coffee",
"LSAD": "06",
"ALAND": 1490399436,
"AWATER": 70456631
},
"geometry": {
"type": "Point",
"coordinates": [
-82.8606591875,
31.56271756165801
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "55",
"COUNTYFP": "029",
"COUNTYNS": "01581074",
"AFFGEOID": "0500000US55029",
"GEOID": "55029",
"NAME": "Door",
"LSAD": "06",
"ALAND": 1248277387,
"AWATER": 4890604624
},
"geometry": {
"type": "Point",
"coordinates": [
-87.22133518856135,
45.06227376158507
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "32",
"COUNTYFP": "019",
"COUNTYNS": "00858645",
"AFFGEOID": "0500000US32019",
"GEOID": "32019",
"NAME": "Lyon",
"LSAD": "06",
"ALAND": 5183173279,
"AWATER": 59602530
},
"geometry": {
"type": "Point",
"coordinates": [
-119.20415042568588,
39.13466271468742
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "22",
"COUNTYFP": "125",
"COUNTYNS": "00559584",
"AFFGEOID": "0500000US22125",
"GEOID": "22125",
"NAME": "West Feliciana",
"LSAD": "15",
"ALAND": 1044342243,
"AWATER": 58999603
},
"geometry": {
"type": "Point",
"coordinates": [
-91.49761155925733,
30.87133179934409
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "057",
"COUNTYNS": "01717890",
"AFFGEOID": "0500000US54057",
"GEOID": "54057",
"NAME": "Mineral",
"LSAD": "06",
"ALAND": 849173054,
"AWATER": 3502975
},
"geometry": {
"type": "Point",
"coordinates": [
-78.9361576060497,
39.456024547116534
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "069",
"COUNTYNS": "01480124",
"AFFGEOID": "0500000US51069",
"GEOID": "51069",
"NAME": "Frederick",
"LSAD": "06",
"ALAND": 1069672126,
"AWATER": 6364651
},
"geometry": {
"type": "Point",
"coordinates": [
-78.28032381668308,
39.18983751714493
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "54",
"COUNTYFP": "061",
"COUNTYNS": "01550037",
"AFFGEOID": "0500000US54061",
"GEOID": "54061",
"NAME": "Monongalia",
"LSAD": "06",
"ALAND": 932572493,
"AWATER": 15051916
},
"geometry": {
"type": "Point",
"coordinates": [
-80.08043287452679,
39.628971304183594
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "165",
"COUNTYNS": "01488970",
"AFFGEOID": "0500000US51165",
"GEOID": "51165",
"NAME": "Rockingham",
"LSAD": "06",
"ALAND": 2200698748,
"AWATER": 10892582
},
"geometry": {
"type": "Point",
"coordinates": [
-78.86715513055252,
38.50621993636262
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "51",
"COUNTYFP": "171",
"COUNTYNS": "01673918",
"AFFGEOID": "0500000US51171",
"GEOID": "51171",
"NAME": "Shenandoah",
"LSAD": "06",
"ALAND": 1315692012,
"AWATER": 9944281
},
"geometry": {
"type": "Point",
"coordinates": [
-78.54688132415982,
38.908298031830476
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "053",
"COUNTYNS": "00695750",
"AFFGEOID": "0500000US28053",
"GEOID": "28053",
"NAME": "Humphreys",
"LSAD": "06",
"ALAND": 1083947281,
"AWATER": 32942668
},
"geometry": {
"type": "Point",
"coordinates": [
-90.526664125,
33.145848124135796
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "097",
"COUNTYNS": "00711757",
"AFFGEOID": "0500000US28097",
"GEOID": "28097",
"NAME": "Montgomery",
"LSAD": "06",
"ALAND": 1054074717,
"AWATER": 2352280
},
"geometry": {
"type": "Point",
"coordinates": [
-89.5740032222222,
33.455324554687316
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "28",
"COUNTYFP": "143",
"COUNTYNS": "00695792",
"AFFGEOID": "0500000US28143",
"GEOID": "28143",
"NAME": "Tunica",
"LSAD": "06",
"ALAND": 1177602383,
"AWATER": 67538891
},
"geometry": {
"type": "Point",
"coordinates": [
-90.38768079167083,
34.674917982291795
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "025",
"COUNTYNS": "00758467",
"AFFGEOID": "0500000US29025",
"GEOID": "29025",
"NAME": "Caldwell",
"LSAD": "06",
"ALAND": 1104350543,
"AWATER": 8402198
},
"geometry": {
"type": "Point",
"coordinates": [
-93.98279333333333,
39.663772332406125
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "045",
"COUNTYNS": "00758477",
"AFFGEOID": "0500000US29045",
"GEOID": "29045",
"NAME": "Clark",
"LSAD": "06",
"ALAND": 1307092462,
"AWATER": 18528245
},
"geometry": {
"type": "Point",
"coordinates": [
-91.66308564339454,
40.451271858010905
]
}
},
{
"type": "Feature",
"properties": {
"STATEFP": "29",
"COUNTYFP": "081",
"C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment